资源列表
[进程与线程] serialport
说明:Windows下串口操作封装类(支持多线程并发)。-Windows serial port to operate under the Packaging category (support for multi-threaded concurrency).<along> 在 2025-06-11 上传 | 大小:13kb | 下载:0
[进程与线程] API
说明:利用API在Windows下创建进程和线程 在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架-The use of API in Windows to create processes and threads to create threads in the Windows example, many online reference are based on the MFC. In fact, expe<端木白羽> 在 2025-06-11 上传 | 大小:77kb | 下载:0
[进程与线程] Windows
说明:操作系统中基于的进程调度原代码 在Windows命令控制台下创建进程调度的方法,本文的方法实现并做些简单的进程及线程的测试程序-Operating system in the process of scheduling based on the original code in the Windows command console to create the process of scheduling methods, the method and do realize a simple<端木白羽> 在 2025-06-11 上传 | 大小:37kb | 下载:0
[进程与线程] Windows2000
说明:通过在Windows任务管理器中对程序进程进行响应的管理操作,熟悉操作系统进程管理的概念,观察操作系统运行的动态性能,获得包含多进程的应用程序编程经验 -Through the Windows Task Manager process on the procedures to respond to the management of operations, familiar with the operating system process management concepts, to obs<端木白羽> 在 2025-06-11 上传 | 大小:155kb | 下载:0
[进程与线程] 1330
说明:本例子讲解了线程的各种基本操作,包括创建线程、挂起线程、唤醒线程、终止线程功能。程序简单,一看就会明白。(注意:这个例子主要是针对初学者的) -This example to explain the basic operation of various threads, including the creation of threads, thread hang, wake-up threads, thread termination functions. Procedure is simp<zhangliang> 在 2025-06-11 上传 | 大小:57kb | 下载:0
[进程与线程] multithreading_file_search
说明:本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND<郭小川> 在 2025-06-11 上传 | 大小:30kb | 下载:0