搜索资源列表
Attendence
- 公司考勤系统,刷卡时先把数据存进ARRAYLIST中,,再利用线程窜行处理ARRAYLIST中的数据-companies attendance system vulnerable to first ARRAYLIST data has been stored, and reuse threads channeling line processing of the data ARRAYLIST
DatabaseStoreThread
- 继承自CWinApp的负责存储数据的类,其它线程将需要存储的数据POST到该类中,由它负责异步的存储数据。-Inherited from the CWinApp class is responsible for storing data, other threads will need data stored in the POST to such, which is responsible for asynchronous data.
20105610548281
- VC++多线程访问数据库的实例 资源类别: VC源码¦数据库 -VC++ examples of multiple threads to access the database resource categories: VC database source ¦
20030109
- 借助RS232异步通信实现新疆铁路沿线每3秒钟测风数据的收集与转发。本软件由CB开发,能够支持30个异步端口的全双工工作, 每个端口需要关联到不同的线程中(定义了10个线程)。根据配置数据可以写入SQL和ACESS数据库(30秒),数据能够以柱状图、曲线和列表显示。-RS232 asynchronous communication with achieve Xinjiang Railway wind data every 3 seconds, the collection and forwa
connect
- 在一台电脑上启动服务器目录下的server,在另一台电脑上启动客户端目录下的client。在客户端程序“连接”按钮上方的编辑框中输入服务器端的ip地址, 单击连接,如果硬件连接正常,IP地址正确,便可建立网络连接,实现互相通讯。 2、服务器端使用了两个线程,一个线程用于与所有客户端通讯(嵌套调用),另一个用于监视数据库db1.mdb。服务器运行的过程中,监视数据库线程会自动检测 数据库“示例表”中第一条记录“age”字段的变化情况,动态的反映到服务器上。若要测试,在服务器运行时
pi
- linux下计算PI值,创建线程、互斥锁,可以借鉴一下-PI values calculated under linux, create threads, mutexes, we can draw
ConnNetTest
- 一般情况下,我们通过连接字符串连接外部数据源,可是一旦外部数据源因为各种原因无法正常连接就会有30几秒钟的等待时间,此dll可以利用多线程快速判断数据库连接状态。可以自定义超时时间。-Under normal circumstances, we are connected by an external data source connection string, but once the external data source for various reasons can not prope
example-4
- This example demonstrates the use of Semaphores,Threads, and Timers. Three Filler threads are created that loop waiting for a while and then adding a value to the end of a circular buffer.The main thread removes words the buffer and prints them.-This
memdemo
- Memory allocation and free in multi threads.
remotethreaddemo
- windows平台向其它进程注入线程执行代码的示例程序。-windows platform to other process threads to code of sample programs.
ThreadSpy
- 一个DLL库,帮助你通过独立线程inject并Hook其他程序.对有兴趣做系统编程的朋友很有价值.-A DLL library to help you inject through independent threads and other procedures Hook. The interest has to do system programming friend of great value.
ex2
- 用软件方法解决临界区问题,用软件的流程控制方式实现两个线程的协作与互斥控制,读懂sm6.cpp,并修改为目标代码 ,用全局变量实现线程阻塞。-With software solutions to critical problems, software flow control method to achieve two threads collaboration and exclusive control, read sm6.cpp, and modify the object code, us
example-4
- This example demonstrates the use of Semaphores,Threads, and Timers. Three Filler threads are created that loop waiting for a while and then adding a value to the end of a circular buffer.The main thread removes words the buffer and prints them.-This
remotethreaddemo
- windows平台向其它进程注入线程执行代码的示例程序。-windows platform to other process threads to code of sample programs.
