资源列表
[进程与线程] C__multithread-program
说明:C语言多线程编程,里面很多个详细的编程实例,非常方便学习和使用。-A lot of detailed programming examples in C language with multithreaded programming, which is very convenient to learn and use.<amazeror> 在 2025-03-01 上传 | 大小:11kb | 下载:0
[进程与线程] CreatSystemExe
说明:本例能使你的exe文件获得system权限,从而让它发挥更大的潜能!-Make your exe file in this case to obtain system privileges, the greater potential to make it work!<林半仙> 在 2025-03-01 上传 | 大小:12kb | 下载:0
[进程与线程] MonProcess
说明:本例可监视进程的创建,并可弹出窗口进行拦截。有点像病毒防火墙。-This example, can monitor the process of creating, can pop-up window to intercept. A bit like virus firewall.<林半仙> 在 2025-03-01 上传 | 大小:218kb | 下载:0
[进程与线程] MultiThread5
说明:利用windows MFC 实现工作者线程,Dialog界面上包含一个两个按钮,一个编辑框,一个进度条.在编辑框输入一个数字作为进度条的计数,点击start按钮,会开启工作者线程,进度条会更新,按下user_interface 按钮,会开启用户界面线程.-realize Worker thread and user interface thread through windows MFC.There are two button,one<Vector> 在 2025-03-01 上传 | 大小:4.42mb | 下载:0
[进程与线程] MultiThread8
说明:利用临界区实现线程间的同步.任一时刻只有一个线程可以拥有临界区对象,拥有临界区的线程 可以访问被保护起来的资源或代码段,其他希望进入临界区的线程 将被挂起等待,直到拥有临界区的线程放弃临界区时为止,这样 就保证了不会在同一时刻出现多个线程访问共享资源。-using critical section to realize the synchronization among threads.<Vector> 在 2025-03-01 上传 | 大小:4.32mb | 下载:0
[进程与线程] MultiThread9
说明:使用CEvent类来实现线程间同步,在Dialog 界面上含一个按钮,两个编辑框。点击按钮,一个编辑框开始更新数据,等它更新完后会SetEvent以便第二个编辑框开始更新数据。-Using CEvent class to realize synchronization among threads.<Vector> 在 2025-03-01 上传 | 大小:4.1mb | 下载:0