搜索资源列表
WaitForSingleObject_problem
- WaitForSingleObject和WaitForMultipleObjects使用详解
pCom
- 一款usb端口控制手机的程序,直的学习见解。-A phone usb port control procedures, the direct study of opinion.
WaitForSingleObject_problem
- WaitForSingleObject和WaitForMultipleObjects使用详解-Detailed use WaitForSingleObject and WaitForMultipleObjects
Wait
- WaitForSingleObject的用法 -WaitForSingleObject usage
showtraf-1.7.0-src
- GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
mutex
- windows下互斥量的范例实现,使用waitForsingleobject-the implement
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icon
shujujiegouanswerc
- 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSyste
scha
- WaitForSingleObject scl 的论文,希望对 大家有帮助,歇息-good
MCF527ddb
- WaitForSingleObject mcf5275的原理图,,希望对 大家有帮助,歇息-good
moto68Kbdm
- WaitForSingleObject 摩托罗拉的68k源程序,希望对 大家有帮助,歇息-good
VBAsource
- WaitForSingleObject vba的一些经典程序,,希望对 大家有帮助,歇息-good
proxy32
- 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile O
condition
- 在wxWidgets的框架下,如何wxCondition類別實作近似於Win32 WaitForSingleObject的功能.-This src demonstrates how to implement a "Win32 WaitForSingleObject like" function using wxCondition class (in wxWidgets fr a mework)
javarfid-0.1-src.tar
- unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitFo
ftpscanner
- unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitFo
ex12c
- 在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
Createprocess
- 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ̶
TestEvent
- 事件的使用实例。主要示例了CreateEvent、SetEvent、ResetEvent、WaitForSingleObject函数的使用。-Events use cases. Major example of the CreateEvent, SetEvent, ResetEvent, WaitForSingleObject function to use.
JobObject
- 通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱. 大致步骤: 1.通过CreateJobObject创建一个工作对象 2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216) 3.以CREA