搜索资源列表
MultiThreads
- 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progres
ProcContrlTest
- 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名*进程,按进程ID*进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name
VB中实现多线程事例+VB源代码
- 本人做的双线程测试程序,因为有人说vb程序不能实现多线程,故才测试一下,可能有不足,多谢站长指教
作业调度算法实现
- 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
02MemRepair
- 一个小型的内存修改器,这个程序实现的功能和金山游侠之类的软件类似。-a small memory device changes, the program's functions and Jinshan drifter like similar software.
liner
- 实用小程序:多线程管理器。包括演示了多个线程的创建,运行和关闭等管理,本程序实现了多线程管理类ThreadManager,CThreadTask。对您肯定有帮助!-practical small : multithreading manager. A number of demonstrations, including thread creation, operation and closure of management, the procedures to achieve the mult
SwitchListProcessewws
- 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、*进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, Command-line processing capabilities.
pc
- 用C#写的一个生产者与消费者程序,实现了,生产者与消费者的模拟.-write a producers and consumers procedures, the producers and consumers of simulation.
c程序设计
- c语言实现生产者消费者问题-producer consumer issues
thread
- 该程序实现了利用事件对象来实现多线程之间的通讯.便宜调试成功的,可以直接使用
sc
- 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度
yemianguanli
- 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列,使得 50 %的指令是顺序执行的。 25 %的指令均匀地散布在前地址部分, 25 %的地址是均匀地散布在后地址部分。页面替换算法采用 Fifo 页面替换算法,在发生页替换时,不仅需要更改页表,还需将被替换的页回到辅存。
circles
- 该程序实现多线程同步画圆的功能,每个线程的速度不同,通过此程序可以更深刻的体会进程的同步。
SwitchListProcesses
- 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、*进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.
multithreading_file_search
- 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND
Login0
- 本程序实现一次性口令技术,如果输入口令错误系统将注销。用C++实现,简单易用
StoreDiskManagement
- C程序实现系统存储管理分区分配的算法。运行环境:windows.
GPS数据采集程序设计与实现
- GPS数据采集程序.rar-GPS data collection procedures. Rar
实现从应用程序中直接关闭计算机
- 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
利用定积分的定义编写多线程程序实现计算pi的程序
- 利用定积分的定义编写多线程程序实现计算pi的程序,尽量让精度提高。(We use the definition of definite integral to compiling multithreaded program to realize the program of calculating pi, and try to improve the accuracy.)