-
CreateThreadExample
创建线程示例程序.C++Windows编程(Create a thread sample program C++ Windows programming)
- 2012-02-07 12:12:48下载
- 积分: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
-
ear
vc++http文件下载带显示进度,带文件大小显示,文件下载进度条,当前下载速度,也可以修改下载的文件名称(With vc++ HTTP file downloads according to schedule, file size, according to the file download progress bar, the current download speed, can also modify the download file name)
- 2017-05-23 05:00:02下载
- 积分:1
-
dofectPmitationoscilloscope
模仿示波器的代码,效果很好,不错不错,仅供学习(Imitation oscilloscope code, the effect is very good, only for learning)
- 2018-12-01 11:19:19下载
- 积分:1
-
Threagkktrdest
一个介绍如何在Visual C中调用多线程代码,本例中也同时实现了常用的排序算法。完整源代码,已通过测试。(How a call in Visual C multi-threaded code, in this case also commonly used to achieve a sort algorithm. Full source code, has been tested.)
- 2011-10-02 18:15:51下载
- 积分:1
-
thread
运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。(Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window click" thread hang" button, the thread will be suspended click on" restore thread" button, the thread will recover.)
- 2011-08-07 12:37:50下载
- 积分:1
-
lingyun2009
重写线程化操作模块,集群操作时,控制端自动检测CPU使用率而调整工作线程,更加稳定
加强了内网共享传播,文件感染(仅供公司或者网吧测试局域网安全性)
DDOS模块添加多种攻击方式,加入了CC变异,无限CC,HTTP空GET,TCP多连接,UDP碎片攻击,发包稳定高效。自带的键盘记录可以穿透杀软的保险箱而正常工作,真正的一键代理,开启3389,内网映射,文件管理支持断点续传 。(Rewrite the threading operation module, cluster operation, the control-side CPU utilization and adjust automatically detect the work of threads, more stability and enhanced communication within the network share, file infection (for companies or Internet cafes test LAN security) DDOS module to add a variety of attacks, joined the CC variation, unlimited CC, HTTP empty GET, TCP and more connection, UDP fragmentation attack, stable and efficient contracting. The keyboard comes with recording software can penetrate to kill the safe and normal operation, the real agent of a key to open the 3389, internal network mapping, document management support for HTTP.)
- 2010-07-19 21:36:15下载
- 积分:1
-
idonot
多线程编程,线程同步,是编写线程,特别是多线程的好资料(Multi-threaded programming, thread synchronization, is to write a thread, especially multi-threaded good information)
- 2015-03-09 18:08:43下载
- 积分:1
-
MultiThreadDemo
多线程的演示程序。建立两个线程,分别执行不同的任务(multithreading demonstration program. The establishment of two threads, the various duties)
- 2007-06-02 10:14:17下载
- 积分:1
-
r_w
利用线程同步实现读者和写者的问题,使用信号量来控制(reader and writer)
- 2013-12-30 20:44:32下载
- 积分:1