资源列表
FindTitle
- 查找桌面上的所有窗口标题,并能关闭窗口,激活窗口,显示窗口的兄弟窗口-Find all the windows on the desktop title, and close the window, activate the window, show window window brothers
WIN32Thread
- 讲win32下多线程编程的数据代码,可以不安装,直接打开EXAMPLE目录看代码,是一个外国人写的,还不错,讲的浅显易懂-about win32 thread
VB_Multiple_Thread
- 用VB编写的VB多线程例子,修改一下可以方便写出多线程的程序-vb multiple thread example,
BmpProgCtrlDemo
- 这是一个很不错的,采用位图实现进度条c++源码 。
pudn_1
- 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
PeInsertCode
- 将一段显示messagebox的代码写入一个.exe文件中。里面有读pe文件格式的代码-Messagebox will display a section of code to write a. Exe file. There are time pe file format code
System_Scaner_src
- 一个进程管理器,类似windows的任务管理器,有大量的进程相关的操作-a process scanner, just like windows task manager.
cb6
- 过程控制混合编程的一个例子包含多个控件和算法处理的内容-process control
Thread
- 线程的应用,基本的线程及其方法的调用,进程同步的应用-Threaded applications, the basic method of the thread and calls the application process synchronization
ConnPipeWizard
- pipe demo really it s too interesting
process
- it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2 and n3 using pipe and socket -it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2
DataCache
- 自己实现的一个高效的通用对象队列,支持等待和唤醒。实用了Lock机制,对多线程并发比SYnchronization快-DataQueue with Locks