搜索资源列表
Threads.Primer.A.Guide.to.Multithreaded.Programmin
- Threads.Primer.A.Guide.to.Multithreaded.Programming,多线程编程的入门级参考书
APress-Taming-Java-Threads-Code
- APress - Taming Java Threads Code
Multi-threads-progress
- 多线程进度条显示,对于界面编程具有参考价值!-Multi threads progress
xiancheng
- 线程超市管理系统 采用线程管理的超市管系统,附带access数据库文件-Supermarket management system thread threads supermarket management system, with access database file
threads
- working with threads
Programming_with_POSIX_Threads
- 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
quicksort
- quicksort with threads
VCPP-Threads-working-study
- Its my study program for working with threads. It demonstrates 3 methods of syncronization in VC++.
threads
- qt 多线程编程 qt以前版本对于多线程不是支持很好,这是一个很好的例子-qt4.5.3 threads
Multiple-threads
- java多线程详细解释,这个对于线程不是很了解的人,有较大帮助-Multiple threads
Processes-and-threads
- Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
threads-and-process
- 对线程跟进程进行一个通俗的分析,帮助更好的理解他们-do help to easily understand threads and process
communication-between-threads-
- 线程之间的通信 包括全局变量 事件 线程可以实现通信-communication between threads
threads
- Threads examples using c-Threads examples using c++
Threads
- c#中驱动一个线程的3种方法都在这个工程中,有详细的代码注释-C# drive 3 methods a threads in this project, the code has detailed notes
threads-control
- Threads COntrol-Threads COntrol------------
Threads-and-Socket
- 适用于对threads和sockets入门-Counter.class :Counter extends Thread, count 10 to 500 CounterApp: two counter,two thread Buffer.java, Producer.java, and Consumer.java:Use to realize synchronization MyServer.java and MyClient.java :socket
Listar-processos-e-threads
- check process in use check thread of process check modules of process kill threads of proce-check process in use check thread of process check modules of process kill threads of process
CPP11-mutli-threads
- C++11多线程简单示例,通过多线程,可以增加性能,减少时间-simple example on cpp 11 mutli threads
ATM-Sourcecode
- In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.[1] The implementation of threads and processes differs
