-
SearchFile
说明: 该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索(The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search)
- 2009-08-11 10:51:24下载
- 积分:1
-
MFCThread
一个MFC的工程,使用线程的方法,创建线程,使用线程...(A MFC project, using threading methods, create a thread, use the thread ...
)
- 2012-04-22 11:35:20下载
- 积分:1
-
Desktop
处理接收到的信息,因为接收到的信息是按一定规律进行编码的,所以进行解码后,激活数据
库线程,保存数据,激活内存刷新数据,更新实时环境信息,判断数据是否越界,若越界则激活设备控制线程进行相应的控制。(Li received the information, because the received information is encoded according to certain rules, so after decoding, the activation data thread library, save the data, activates the memory refresh data, real-time environmental information update, judge whether data cross-border, if cross-border activation equipment control thread corresponding control )
- 2016-07-18 22:08:14下载
- 积分:1
-
936703
多线程获取网络时间源码,例程结合易语言多线程支持库和易语言模块处理获取时间模块.ec,实现多线程读取网络时间。(Multithreading get network time source , combined with routines easy language support for multithreading library module handle and easy language acquisition time module .ec, multi- thread reads the network time.)
- 2016-08-01 21:37:23下载
- 积分:1
-
wturcesource
说明: C source code pchifi_player Good learning source
- 2018-12-25 15:18:42下载
- 积分:1
-
pthreadcopyfileproject
利用线程池,互斥锁,信号量的机制,多线程拷贝文件(Use the thread pool, mutexes, semaphores mechanisms, multi-threaded copy files)
- 2013-11-13 08:10:41下载
- 积分:1
-
Cp23_WinForm.chp5.thread
C#_WinForm实践开发教程》chp5.多线程编程技术.ppt(The C# _WinForm practice development tutorial "chp5 multithreaded programming techniques. Ppt)
- 2013-01-23 00:27:42下载
- 积分:1
-
QANO6
用vc++写的程序,能够在屏幕上用鼠标随心所欲的在屏幕上写字.()
- 2018-02-17 22:38:06下载
- 积分:1
-
ProcessList
说明: 枚举进程名名,进程图标,进程路径。
内容:
Project1.dpr
Project1.dproj
Project1.dproj.local
Project1.identcache
Project1.res
Project1_project.tvsconfig
Project1.exe
Unit1.dfm
Unit1.pas
(Enumeration process name names, process icon, the process path. Content:
Project1.dpr
Project1.dproj Project1.dproj.local Project1.identcache
Project1.res
Project1_project.tvsconfig
Project1.exe
Unit1.dfm
Unit1.pas)
- 2011-03-03 22:30:26下载
- 积分:1
-
processDispatch
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:
1.先进先出调度算法;
2.基于优先数的调度算法;
3.最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:
1.当前执行进程;
2.就绪队列;
3.等待队列
附:此程序可直接运行,是操作系统课的经典实验.
(scheduling process simulation program : Suppose a 10 CPU in the process of implementation, respectively :)
- 2021-05-07 04:28:36下载
- 积分:1