gcd
There are 344 repositories under gcd topic.
NJHu/iOSProject
iOS project comprising a collection of demos for iOS Apps, developed in Objective-C;iOSProject iOSdemo iOSdemos ocdemo ocdemos
nixzhu/dev-blog
翻译、开发心得或学习笔记
malcommac/Hydra
⚡️ Lightweight full-featured Promises, Async & Await Library in Swift
MisterBooo/ReadyForBAT
慕课网iOS面试实战项目总结:iOS面试题思维导图与回答
malcommac/Repeat
🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
NShunjian/IOSProject
IOS综合项目,完善的框架,路由模块化设计,集成科大讯飞SDK方便iOS基本输入控件实现语音辅助输入,UI效果参照京东APP,JS与OC交互,ionic跨平台开发,MQTT 协议,即时通讯协议,视屏播放,跑马灯效果 仿美团地图定位,城市收索, 友盟分享,基础动画 增加FCUIID帮助类,引导页功能模块,照片上传 ,UIView自定义导航栏,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,核心动画,动画特效等等
icofans/iOS-Interview-Questions
iOS面试题整理,在线查看地址:https://ios.nobady.cn
mjmsmith/gcdobjc
Objective-C wrapper for Grand Central Dispatch
YouXianMing/GCD-Program
GCD Interface Encapsulation.
hemantasapkota/GCDTimer
Well-tested GCD Timer in Swift
AbdallahHemdan/Algorithmic-Toolbox-San-Diego
✔ My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera ( University of California San Diego ) With "Go In Depth" Part Which Contains More Details With Each of The Course Topics
alecrim/AlecrimAsyncKit
async and await for Swift.
mlba-team/xdispatch
Unmaintained. See https://github.com/emzeat/xdispatch2 for successor project.
itenfay/iOS-interview-questions
相信很多 iOS 程序猿都有进入 BAT、字节跳动、美团、京东、360和小米等大厂的梦想,进入唯一途径就是通过面试,面试的关键就是硬实力,也就是知识储备和行业工作经验。感谢 icofans 的资料!在线查看地址:https://ios.nobady.cn
GianniCarlo/DirectoryWatcher
LIstener for changes in a specified folder
udacity/ios-nd-gcd
Resources for Udacity's Grand Central Dispatch course.
stephenkopylov/SKAsyncGLViewController
SKAsyncGLViewController. Ready to use asynchronous GCD-based OpenGL stack for iOs.
pmtao/DispatchQueueTest
iOS Swift GCD 示例项目
buptwsgprivate/iOSInterview
iOS面试准备,总结的一些面试题目
ron4fun/BigIntegerCPP
A C++11 large integer library with effective high performance, simplistic in nature and also clean in the eyes.
lifeparticle/Java-Algorithms-Implementation
☕ Java Algorithms Implementation
Riverscapes/gcd
Geomorphic Change Detection For Windows
belozierov/PosixDispatch
A fast, small, efficient analog of GCD in Swift
eleev/concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
indutny/bulk-gcd
Bulk GCD in Rust
buaa0300/QSDispatchQueue
A Way to control maxConcurrentCount of GCD concurrent queue by dispatch_semaphore
SSDUT-Caiyq/UFG-NCD
(CVPR2024 Highlight) Novel Class Discovery for Ultra-Fine-Grained Visual Categorization (UFG-NCD)
hermanliang/AndroidGCD
Using iOS-like Grand Central Dispatch (GCD) in Android.
shakurocom/TaskManager
Manager of different background tasks
emzeat/xdispatch2
Grand Central Dispatch like C++ threading library built around queues, thread pools and flexible backends
luoxiu/Future
A futures and promises implementation for Swift.
chachaxw/AwesomeSwiftApp
An Awesome Swift App
hossein1448/GCDMulticastDelegate
a simple class that provides multicast/one-to-many delegation with proper support for GCD queues.
AdamWhiteHat/Polynomial
Comprehensive univariate polynomial class. All arithmetic performed symbolically. Some advanced features include: Arithmetic of polynomial rings over a finite field, the Tonelli-Shanks algorithm, GCD, exponentiation by squaring, irreducibility checking, modular arithmetic (obviously) and polynomials from roots.