资源列表
thread2
- 简单的多线程实现例子,通俗易懂,简单的源码实现。-Simple multithreaded example, user-friendly, simple to achieve the source.
thread
- 简单的多线程实现例子,通俗易懂,简单的源码实现。-Simple multithreaded example, user-friendly, simple to achieve the source.
ga
- matlab,gatool,intialize population binary encoding the population,including selection, mutation,crossover
yf2
- 计算机操作系统实验类文章,主要是对于著名的生产者与消费者的问题进行互斥与共享的临界资源的设置与访,实现进程的同步与互斥。-Experimental articles of the computer operating system, mainly for the well-known producers and consumers mutually exclusive and shared set of critical resources and visits to achieve proce
9800-Shield-Acttchedold
- 研华PCI卡8134,控制13个步进电机,自动组装产品外壳全部源码。-Advantech PCI card 8134, controlling 13 stepper motor, automatic assembly products cover all the source code.
ThreadPoolLib
- 线程池,一个主线程,多个子线程,子线程可自动增减。-Thread pool
TestControl10
- 基于windows消息的编程,可以实现用程序控制其他的应用程序。-Windows message-based programming can be achieved with the other application program control.
ReadFile
- Visual C++利用互斥量同步线程实现文件读取进度条-Visual C++ :using mutex thread synchronization to read file with show in the progress bar
cryptopp
- cryptopp的源代码,可以供分析改写借鉴使用-cryptopp the source code, can be used for the analysis to be rewritten for reference use
HideProcess
- 一个VB隐藏进程的源码,测试可用-VB hidden process source VB VB hidden processes hidden process source source
lock
- 读写锁 进程 线程 操作系统 解锁lock-write and read lock
threadpool2
- 线程池是一钟多线程处理形式,处理过程中将任务添加到队列,然后在创建线程后自动启动这些任务。线程池线程都是后台线程.每个线程都使用默认的堆栈大小,以默认的优先级运行,并处于多线程单元中.如果某个线程在托管代码中空闲(如正在等待某个事件),则线程池将插入另一个辅助线程来使所有处理器保持繁忙.如果所有线程池线程都始终保持繁忙,但队列中包含挂起的工作,则线程池将在一段时间后创建另一个辅助线程但线程的数目永远不会超过最大值.超过最大值的线程可以排队,但他们要等到其他线程完成后才启动-The thread
