搜索资源列表
线程池示例代码
- VC 源 码:线 程 池 示 例 代 码.-source VC : Thread Pool sample code.
Thread
- windows 多线程编程基础示例代码,希望能给初学者有所帮助
MailSlotDemo1.0
- 利用邮件槽实现进程通信的示例代码,请放心使用
threadpool 使用线程池简单示例代码
- 在Visual C++下,很好的使用线程池简单示例代码-In Visual C++, the very simple example of using the thread pool code
sample
- 在VS2005环境下,使用MFC实现一个马赛克图片特技的多线程播放。将打开按钮的响应函数中屏蔽的代码打开可以看到串行程序的效果。通过二者的对比可以深刻体会串行程序与多线程程序的区别。这是我自己写的,在讲课中用的一个小示例程序。-In the VS2005 environment, the use of MFC stunt the realization of a mosaic picture of the multi-threaded playback. Button will open the
scanport
- 本示例代码实现了多线程编程来扫描系统端口的功能,对多线程学习者有一定的帮助-The sample code implementation of the multi-threaded programming to the function of port scanning system for multi-threaded assist learners have a certain
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
deleteself
- 程序自我删除的示例代码,vc6编写,已测试通过-Process of self-removed sample code, vc6 writing, have been tested
VC_Programming_classic_example_code_thread_priorit
- VC编程开发线程优先级示例经典代码VC Programming classic example of the code thread priority-VC Programming classic example of the code thread priority
MultiThread4
- 新手学习VC线程好代码--VC线程编程源代码示例4-Good code thread learning novice VC- VC 4-thread programming source code examples
CsrssWalker_Achillis_Src
- 枚举系统进程,代码规范,调用接口简单,有详细的使用示例!-Enumerate processes, coding standards, called simple interface, with detailed examples of use!
dll-into-exe
- 进程注入的最简单示例代码,VC6.0平台,-process injection sample On windows system
VBThread
- 这是一个用VB编程实现的多线程示例,代码比较简练,适合VB初级爱好都学习参考!-This is a multi-threaded example using VB programming code more concise and suitable for VB primary interest to study the reference!
WinService
- Windows进程的示例代码,需要手动注册进程。-Windows process sample code requires manual registration process.
rozoeu
- GPU high performance 能编程CUDA实战,示例代码-CUDA GPU can high performance programming of actual combat, the sample code
coded__eaged
- 可以滚动显示文字的提示窗口的示例代码,c#编写,可以进一步扩充()
fopup.__flrmh__micro
- CA应用示例代码,提供完整的API函数接口,使用方便,很好()
C# 进程通讯
- Microsoft Visual Studio 2008 C#利用共享内存实现进程通信示例代码。