CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CCriticalSection
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CCriticalSection - List
[
Process-Thread
]
CCriticalSection
DL : 0
多线程小程序,关于共享和临界的控制类(CCriticalSection)的应用。对学习多线程编程很有用。 -multithreading small program on sharing and Critical Control category (CCriticalSection) applications. Learning multithreaded programming useful.
Date
: 2008-10-13
Size
: 23.92kb
User
:
李风
[
Process-Thread
]
MsgBox11
DL : 0
多线程的比较好的例子 CCriticalSection-multithreaded good example CCriticalSection
Date
: 2008-10-13
Size
: 25.87kb
User
:
mark
[
Other
]
CriticalSection
DL : 0
关于共享和临界的控制类(CCriticalSection)的应用。多线程小程序.-on sharing and the control of the critical category (CCriticalSection) applications. Multithreading small procedures.
Date
: 2008-10-13
Size
: 32.1kb
User
:
林锐群
[
Other resource
]
MutilThread
DL : 0
初学VC++多线程必不可少的资料,内容非常详细。讲到了临界区(CCriticalSection) 事件(CEvent)互斥量(CMutex)信号量(CSemaphore)
Date
: 2008-10-13
Size
: 22.08kb
User
:
小钻风
[
Internet-Network
]
它使用了同步对象保护线程请求的数据
DL : 0
由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
Date
: 2008-10-13
Size
: 22.34kb
User
:
万惠华
[
ISAPI-IE
]
它使用了同步对象保护线程请求的数据
DL : 0
由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
Date
: 2025-07-11
Size
: 22kb
User
:
[
Process-Thread
]
CCriticalSection
DL : 0
多线程小程序,关于共享和临界的控制类(CCriticalSection)的应用。对学习多线程编程很有用。 -multithreading small program on sharing and Critical Control category (CCriticalSection) applications. Learning multithreaded programming useful.
Date
: 2025-07-11
Size
: 24kb
User
:
李风
[
Process-Thread
]
MsgBox11
DL : 0
多线程的比较好的例子 CCriticalSection-multithreaded good example CCriticalSection
Date
: 2025-07-11
Size
: 26kb
User
:
mark
[
Other
]
CriticalSection
DL : 0
关于共享和临界的控制类(CCriticalSection)的应用。多线程小程序.-on sharing and the control of the critical category (CCriticalSection) applications. Multithreading small procedures.
Date
: 2025-07-11
Size
: 32kb
User
:
林锐群
[
VC/MFC
]
MutilThread
DL : 0
初学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)
Date
: 2025-07-11
Size
: 22kb
User
:
小钻风
[
Internet-Network
]
mfctalk
DL : 0
由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-By Visual C++ 4.1 developing a ISAPI applications, it uses a synchronization object (CCriticalSection) to protect the threads of the data request
Date
: 2025-07-11
Size
: 22kb
User
:
xiaowen2456
[
Windows Develop
]
ex12c
DL : 0
在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
Date
: 2025-07-11
Size
: 1.88mb
User
:
Arkliszeng
[
Process-Thread
]
ccriticalsection
DL : 0
ccriticalsection线程同步-ccriticalsection Thread Synchronization
Date
: 2025-07-11
Size
: 1kb
User
:
白蔷
[
Process-Thread
]
xc005
DL : 0
如何使用CCriticalSection类,c++ visual开发环境-how to use CCriticalSection
Date
: 2025-07-11
Size
: 13kb
User
:
斯巴达克斯
[
Crack Hack
]
wirelessnetview_gr
DL : 0
搜索附近无线信号软件 搜索附近无线信号软件-CString CCriticalSection CWnd CDialog LoadIcon CDataExchange GetSystemMenu CMenu LoadString AppendMenu EnableWindow GetDlgItem IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon CFile MessageBox IsDlgButtonChecked Sleep CStdioFile CFileException wsprintf ShowWindow CWinApp WinExec
Date
: 2025-07-11
Size
: 51kb
User
:
yzc
[
Game Program
]
mfctalk
DL : 0
由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-By Visual C++ 4.1 developing a ISAPI applications, it uses a synchronization object (CCriticalSection) to protect the threads of the data request
Date
: 2025-07-11
Size
: 7kb
User
:
cialcl
[
OS program
]
CriticalSectionDemo
DL : 0
该例程摘自《Visual C++开发修行实录》,内容为使用临界区资源解决线程同步问题,其中使用的类为CCriticalSection-The routine is an excerpt Visual C++ development practice record , the contents of the use of critical resources to solve the problem of thread synchronization, which use the class for ccriticalsection
Date
: 2025-07-11
Size
: 3.38mb
User
:
王桂喜
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.