Welcome![Sign In][Sign Up]
Location:
Search - Thread

Search list

[ADO-ODBCthread db

Description: 多线程的访问数据库实例程序-multithreaded access to the database sample program
Platform: | Size: 271360 | Author: 海明 | Hits:

[Windows Develop程序创建两个线程

Description: 程序创建两个线程,第一个线程没有消息队列,主线程尝试给第一个线程发送一个消息,我们可以看到PostThreadMessage()返回FALSE,程序创建的第二个线程有一个消息队列,主线程中的PostThreadMessage()返回TRUE,程序由Visual C++ 6.0开发,没有用到MFC-process creates two threads, one thread without Message Queue, the main thread to thread a resolution to send a message, we can see PostThreadMessage () returns FALSE, establish procedures to the second thread is a message queue, the main threads of PostThreadMessage () returns TRUE, procedures Visual C 6.0, did not use the MFC
Platform: | Size: 79872 | Author: 罗伟 | Hits:

[Windows Develop一个好用的线程池

Description: 一个好用的线程池 -a user-friendly Thread Pool
Platform: | Size: 6144 | Author: 程敏 | Hits:

[BooksJava Thread Programming (Sams)

Description: JAVA线程编程英文版-JAVA threaded programming in English
Platform: | Size: 1301504 | Author: 行云 | Hits:

[Linux-UnixThread1.00

Description: thread编程-thread programming
Platform: | Size: 6144 | Author: 卢凤晖 | Hits:

[Internet-Network20041211-mylib

Description: 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
Platform: | Size: 17408 | Author: 知鱼 | Hits:

[source in ebook线程同步代码集实例

Description: 线程同步代码集很经典-thread synchronization code set classic
Platform: | Size: 183296 | Author: 无非 | Hits:

[Linux-Unixmu-tthread

Description: linux线程例子-linux thread example
Platform: | Size: 17408 | Author: 郭强 | Hits:

[Embeded-SCM Develop1wire

Description: 1线通信的实用程序--Program for single-thread communication.
Platform: | Size: 50176 | Author: 魔剑 | Hits:

[OS programnt_thread

Description: 自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
Platform: | Size: 1216512 | Author: 寒冬 | Hits:

[Multimedia Developjthread-1.1.1

Description: To be able to use the same code on both unix and MS-Windows platforms, I decided to write some simple wrapper classes for the existing thread functions on those platforms
Platform: | Size: 47104 | Author: 杨建 | Hits:

[Process-ThreadThread Demo

Description: 简单线程示例。适合初学者-threads simple example. For beginners
Platform: | Size: 31744 | Author: 虎子 | Hits:

[File Operateabfilesscn

Description: Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). 两个聪明的查找文件的元件-Two components for smart searching for files through your disk drives. It scans user specified paths for drives or selected files by file mask. File mask can contain multiple masks (for example :*. exe,*. dll,*. exe* . vxd). Thread based search algorithm saves system resources for best performance background. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set ). two smart search document components
Platform: | Size: 13312 | Author: 秦永久 | Hits:

[Linux-Unix线程池

Description: linux线程编程-linux multi-thread programming
Platform: | Size: 2048 | Author: 郭强 | Hits:

[Process-Thread多线程实例

Description: 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
Platform: | Size: 90112 | Author: 周孝良 | Hits:

[Com Port20050120091918_MySerialPort[2004-01-18-01]

Description: 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analysis is, in fact, overtime judgment. If a receiver to the news, some time had not received a EV_RXCHAR, it is a data packet to an end. This thread will receive notification of data threads for da
Platform: | Size: 46080 | Author: 刘云鹏 | Hits:

[P2P基于TCP-IP多线程文件传输

Description: 多线程socket文件传输,很好的一个例子,极力推荐-multi-thread socket programming for file translating. this is a very good example.
Platform: | Size: 136192 | Author: 啊q | Hits:

[Process-Threadglibc-linuxthreads-2.3.tar

Description: This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Platform: | Size: 243712 | Author: 马帅 | Hits:

[Hook apiAPIHookingPart3_src

Description: This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
Platform: | Size: 300032 | Author: | Hits:

[Windows DevelopDllHook Thread 钩子 隐藏 消息 线程 插入

Description: 线程钩子的事例代码。适合初学者。大家自己看吧。-hook threaded code examples. For beginners. We ion battery.
Platform: | Size: 28672 | Author: | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net