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

Search list

[Driver Develop驱动和上层软件cevent通讯

Description: window开发wdm驱动部分和上层软件之间通讯通过cevent事件的例子。-development wdm drivers window and the upper part of the software through communication between the cases cevent son.
Platform: | Size: 40953 | Author: 张连成 | Hits:

[Other resourceMutilThread

Description: 初学VC++多线程必不可少的资料,内容非常详细。讲到了临界区(CCriticalSection) 事件(CEvent)互斥量(CMutex)信号量(CSemaphore)
Platform: | Size: 22607 | Author: 小钻风 | Hits:

[Process-ThreadMyMTSmpl

Description: 利用类CEvent实现多线程同步-use category CEvent multi-thread synchronization
Platform: | Size: 21277 | Author: 彭海波 | Hits:

[Process-Thread利用CEvent实现多线程同步

Description: 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
Platform: | Size: 40508 | Author: 李刚 | Hits:

[Process-ThreadMyMTSmpl

Description: 利用类CEvent实现多线程同步-use category CEvent multi-thread synchronization
Platform: | Size: 20480 | Author: 彭海波 | Hits:

[Process-Thread利用CEvent实现多线程同步

Description: 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
Platform: | Size: 2792448 | Author: 李刚 | Hits:

[Driver Develop驱动和上层软件cevent通讯

Description: window开发wdm驱动部分和上层软件之间通讯通过cevent事件的例子。-development wdm drivers window and the upper part of the software through communication between the cases cevent son.
Platform: | Size: 40960 | Author: 张连成 | Hits:

[Windows DevelopThreadSyncEvent

Description: 简单直接地演示了如何利用事件对象进行进程/线程间同步/通信的实例应用,是进程/线程间同步/通信初学者的绝佳源代码教材-Simple and direct way to demonstrate how to use event object to process/inter-thread synchronization/communication application example is the process/inter-thread synchronization/communication beginners an excellent source of teaching materials
Platform: | Size: 9216 | Author: 刘志林 | Hits:

[VC/MFCMutilThread

Description: 初学VC++多线程必不可少的资料,内容非常详细。讲到了临界区(CCriticalSection) 事件(CEvent)互斥量(CMutex)信号量(CSemaphore) -Beginner VC++ Multi-threaded essential information, very detailed. Referred to the critical region (CCriticalSection) events (CEvent) mutex volume (CMutex) Semaphore (CSemaphore)
Platform: | Size: 22528 | Author: 小钻风 | Hits:

[Multimedia DevelopMFCexp12_3

Description: 自动事件 和 手工事件 的类型均为 CEvent 类,只是第二个参数上有区别: 自动事件:CEvent eventObj 等效于 eventObj(FALSE,FALSE) 手工事件对象定义方法 CEvent eventObj(FALSE,TRUE) 注:CEvent 其实由四个参数的,可参考msdn 以下通过一个具体示例,说明自动事件 和 手工事件的区别: -Automatic and manual case the type of case are CEvent category, but on the second parameter has the distinction: Automatic Case: CEvent eventObj equivalent eventObj (FALSE, FALSE) case object definition manually Ways CEvent eventObj (FALSE, TRUE) Note : CEvent in fact consists of four parameters, refer to the following msdn through a specific example of automatic and manual case case distinction:
Platform: | Size: 31744 | Author: yfx | Hits:

[JSP/Javajavarfid-0.1-src.tar

Description: unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.c-unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.cpp
Platform: | Size: 11264 | Author: akub | Hits:

[Otherftpscanner

Description: unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.c-unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.cpp
Platform: | Size: 647168 | Author: akub | Hits:

[Windows Developex12c

Description: 在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
Platform: | Size: 1976320 | Author: Arkliszeng | Hits:

[Process-ThreadEventThreadSyn

Description: 一个使用CEvent对象实现线程同步的例程,来自于Visual C++范例大全-CEvent an object implementation using the thread synchronization routines, from the Visual C++ examples of Daquan
Platform: | Size: 33792 | Author: ladeng | Hits:

[Graph RecognizeSelectNum

Description: 一个用线程来模拟选车牌号的小程序,期中用到了CEvent-A programn for selecting car number using multiple threads
Platform: | Size: 32768 | Author: 需要 | Hits:

[Process-ThreadThreadDemo

Description: 演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。-Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects.
Platform: | Size: 28672 | Author: 邢延超 | Hits:

[Process-ThreadCEvent

Description: VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handle, create thread 1 and 2, close the thread handle objects, the program sleep for 10 seconds, output variables, set the event object to signaled state, out of circulation.
Platform: | Size: 5120 | Author: squallyang | Hits:

[Windows Developsendsms

Description: VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handle, create thread 1 and 2, close the thread handle objects, the program sleep for 10 seconds, output variables, set the event object to signaled state, out of circulation.
Platform: | Size: 60416 | Author: squallyang | Hits:

[Process-ThreadEventThreadSyn

Description: vc 使用CEvent对象实现线程同步\EventThreadSyn的程序源码,希望对大家有所帮助-vc CEvent object implementation using the thread synchronization \ EventThreadSyn the program source code, we hope to help
Platform: | Size: 27648 | Author: 程胜利 | Hits:

[Process-ThreadEventThreadSyn

Description: vc——使用CEvent对象实现线程同步\EventThreadSyn-vc- implement thread synchronization using CEvent object \ EventThreadSyn
Platform: | Size: 28672 | Author: | Hits:
« 12 »

CodeBus www.codebus.net