当前位置:
首页 资源下载
搜索资源 - WaitForMultipleObjects
搜索资源列表
-
0下载:
WaitForSingleObject和WaitForMultipleObjects使用详解
-
-
1下载:
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设
-
-
0下载:
WaitForMultipleObjects using pthread linux
The basic idea is to use the subscriber pattern:
In WaitForMultipleObjects() subscribe at all event sources the event
sources then have to signal a central pthread_cond_t.
The public inter
-
-
0下载:
GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
-
-
0下载:
这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIco
-
-
0下载:
Windows系统中在单进程中使用Winpcap开发包接收多个网卡数据包的例程,使用WaitForMultipleObjects机制。是Windows系统软路由器开发的基础技术之一。注意,在某些winpcap版本下,WaitForMultipleObjects机制的支持可能会有问题,这是winpcap本身的问题。-Windows systems in a single process using Winpcap development kits to receive data packets o
-
-
1下载:
通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
-
-
0下载:
Event loop based on Windows events and WaitForMultipleObjects.
-
-
0下载:
通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation
-
-
0下载:
delphi7实现
关于WaitForSingleObject与WaitForMultipleObjects用法
实现多线程的等待
非常实用
---------------------
注意线程初始化的的信息不要写到线程里
本程序提供四种方式等待线程
1.WaitForSingleObject
2.WaitForMultipleObjects
3.WaitFor
4.线程结束标识-delphi7 achieve WaitForSingleObje
-
-
0下载:
API - Simulate multithreading with WaitForMultipleObjects (eg. How ICQ monitors connection state)
-