当前位置:
首页 资源下载
搜索资源 - WaitForSingleObject
搜索资源列表
-
0下载:
WaitForSingleObject和WaitForMultipleObjects使用详解
-
-
0下载:
WaitForSingleObject的用法
-WaitForSingleObject usage
-
-
0下载:
GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
-
-
0下载:
windows下互斥量的范例实现,使用waitForsingleobject-the implement
-
-
2下载:
1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数)
2。ftpedit:实现ftp客户端功能。(调用wininet.dll)
3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现)
根据列内容自动调整列宽度(使用GetTextExtentPoint32())
4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史)
5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
-
-
0下载:
这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIco
-
-
0下载:
WaitForSingleObject scl 的论文,希望对 大家有帮助,歇息-good
-
-
0下载:
WaitForSingleObject mcf5275的原理图,,希望对 大家有帮助,歇息-good
-
-
0下载:
WaitForSingleObject 摩托罗拉的68k源程序,希望对 大家有帮助,歇息-good
-
-
0下载:
WaitForSingleObject vba的一些经典程序,,希望对 大家有帮助,歇息-good
-
-
0下载:
代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile OpenSCManager CreateService Clo
-
-
0下载:
在wxWidgets的框架下,如何wxCondition類別實作近似於Win32 WaitForSingleObject的功能.-This src demonstrates how to implement a "Win32 WaitForSingleObject like" function using wxCondition class (in wxWidgets framework)
-
-
0下载:
unctions/Classes:
CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeG
-
-
0下载:
unctions/Classes:
CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeG
-
-
1下载:
在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
-
-
2下载:
创建进程
文件包含在linux和windows下创建进程的算法
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
• 使用CreateProcess()来创建进程
• 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
• 调用GetSystemTime()来获取时间
在L
-
-
0下载:
事件的使用实例。主要示例了CreateEvent、SetEvent、ResetEvent、WaitForSingleObject函数的使用。-Events use cases. Major example of the CreateEvent, SetEvent, ResetEvent, WaitForSingleObject function to use.
-
-
1下载:
通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱.
大致步骤:
1.通过CreateJobObject创建一个工作对象
2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216)
3.以CREATE_SUSPENDED方式启动进程,通过CreatePro
-
-
0下载:
为了显示调试信息的方便,做了这个控件,用Message2Console函数向控件增加消息.
也可用SendMessage的方式向控件增加消息.
本MyBigJob只是为了测试这个控件.
这是我第三次上传这控件,改进了多个相同控件的兼容.(因为之前在响应函数里加了static)
这段代码是我学线程时做的.
线程方面学到的函数有:Sleep,WaitForSingleObject,SetEvent-To display debugging information
-
-
0下载:
WaitForSingleObject API test
-