资源列表
code
- VC++深入详解code 配套代码,比较齐全-VC++ code
ProcessHandles
- This program list all the remote process handles by type wise and closes them selectively by duplicating
CreateProcess-Detailed
- 讲解了进程的创建,如何使用进程,进程的参数。- On the process of the creation, how to use the process, process parameters.
system
- 操作系统进程按时间片轮转,简单说明了其运行机制-Operating system processes by round-robin
Test_Thread_ListCtrl
- 一个简单的MFC多进程函数,可以暂停,继续和停止,供初学者学习。-An easy MFC progect with two thread .
chat
- java 关于多线程聊天的源代码!能实现多个客户端和服务器进行简陋的聊天。
readerWriter
- 使用多线程模拟写者优先的读写者问题,当有写者等待时,读者不能进入阅读,不是最少互斥量版-A solution to implement the reader and writer problem with writer priority, using two samephore and four mutex to meet it.
ftp
- ftp代码,实现ftp上传功能,基于socket编程,是学习ftp和socket的好例子-FTP code, the realization of FTP upload function, based on the socket programming, is a good example of learning FTP and socket
process
- 自己实现的进程管理,能够选择程序运行, b.bat是用mingw4.7.2编译的批处理 tc是用tiny c编译的批处理
VC
- 基于数据采集卡的数据采集软件 光谱信号的采集与处理-DAQ Visual C++ DataCard for Spectral collect
SpinCountTest
- C++ 多线程,和多线程锁,多线程同步的简单实例。 简单易懂,很好的代码!-C++ multi-threaded, multi-threaded lock, multi-thread synchronization simple example. Easy to understand, good code!
ThreadPoolLib
- 使用队列,栈,列表实现的,线程池,任务可设置优先级,优先级高的,线程池优先处理其任务。-Use queues, stacks, lists achieve, thread pool, you can set the priority of the task, the higher priority thread pool prioritize its tasks.
