资源列表
vcthreads
- 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
heart
- 自己用的进程心跳状态监测动态库。心跳防护动态库用于实现无人值守的程序的自维护功能,使得被防护程序由于某种异常而导致崩溃时可以自动重新启动,满足无人值守的环境要求。 心跳防护程序的核心是在心脏跳动和心脏恢复两个模块之间创建一个信号量。心脏跳动模块负责给信号量增值,心脏恢复模块负责给信号量减值。-have two func, StartHeartBeat((char* pszProgamName,int nTimeOut) ,StopHeartBeat()
process-communications
- 通过MFC 的消息机制实现进程间的通信,代码测试过可靠。-Through the MFC news mechanism realization process communications, code testing and reliable.
thread
- asio_threads.cpp : ASIO 线程样例代码源文件 join.c : 用 pthread join 测试例子代码源文件 multi_threads.c : 结合 ACE以及 pthread 的多线程例子代码源文件 build.sh : 编译并生成可执行文件的脚本程序 readme.txt : 自述文本文件-asio_threads.cpp : ASIO thread program sample join.c : an example of join whic
java
- 根据JAVA的网络和多线程的知识,并利用有关JDBC的功能(可选),编制一简单的网络通讯程序-According to the network and multi-thread JAVA knowledge, and by using the JDBC function (optional), prepare a simple network communication program
LDSBandwidth
- 一个AMD OPENCL出厂程序 利用多线程 并行处理提高程序速度 希望大家来一起学习-a amd opencl program using parallel techology to speed up.let us learn together.
MultiThreadA
- 多线程编程的小例子,可以帮助理解多线程编程知识。-A example of multi-threaded programming, it can help to understand the knowledge of multi-threaded.
java
- 根据JAVA的网络和多线程的知识,并利用有关JDBC的功能,编制的一份简单的网络通讯程序,能够实现一对一或一对多或多对多的通讯。-According to the network and multi-threaded JAVA knowledge, and use the JDBC functionality, the preparation of a simple network communication program able to achieve one or one to many
multithreading-applications-in-Win32
- windows下的多线程编程,内容不错。侯捷翻译。看过两遍,个人收藏之一。-multithreading applications in Win32
InjectTestDlg
- 进程的注入和释放,许多的进程注入例子只有注入没有释放,本例中含有注入和释放,以及测试用的注入对话框。-process inject and free
ball
- 多线程,小球可以弹来弹去,共有四个公共类.-The Ball
CSharpMultithread
- 使用C#多线程程序,网上的多线程笔记,初学者参考。-A multithreaded program using c, multithreading notes online, reference for beginners.
