搜索资源列表
WaitForSingleObject_problem
- WaitForSingleObject和WaitForMultipleObjects使用详解
winAPI_Sport_comm
- 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTime
WaitForSingleObject_problem
- WaitForSingleObject和WaitForMultipleObjects使用详解-Detailed use WaitForSingleObject and WaitForMultipleObjects
winAPI_Sport_comm
- 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTime
showtraf-1.7.0-src
- GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
shujujiegouanswerc
- 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSyste
WinPcap_MultiNIC_recieve
- Windows系统中在单进程中使用Winpcap开发包接收多个网卡数据包的例程,使用WaitForMultipleObjects机制。是Windows系统软路由器开发的基础技术之一。注意,在某些winpcap版本下,WaitForMultipleObjects机制的支持可能会有问题,这是winpcap本身的问题。-Windows systems in a single process using Winpcap development
ProduceConsume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the conte
waitForMultipleObjects
- 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
eloop_win
- Event loop based on Windows events and WaitForMultipleObjects.
ProduceConsume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the conten
thread
- delphi7实现 关于WaitForSingleObject与WaitForMultipleObjects用法 实现多线程的等待 非常实用 --------------------- 注意线程初始化的的信息不要写到线程里 本程序提供四种方式等待线程 1.WaitForSingleObject 2.WaitForMultipleObjects 3.WaitFor 4.线程结束标识-del
API_-_Simu102436752002
- API - Simulate multithreading with WaitForMultipleObjects (eg. How ICQ monitors connection state)