资源列表
QsortWithThreads
- 多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
ThreadS
- 基于MFC的简单多线程程序,运用同步机制使计数线程和显示线程协调工作-A simple MFC-based multi-threaded program, the use of thread synchronization mechanism to realize the coordination of the count thread and the display thread
background worker
- TBackgroundWorker v1.10. The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has
ReaderandWriter
- 读者写者问题的分析演示,多线程分配,程序短小实用-Readers write the analysis of the problem of presentation, multi-threaded allocation, short practical procedures
sy3
- 进程的创建和控制 创建一个windows窗口程序,含有4个菜单项,分别用来创建和撤消记事本进程和计算器进程。若相应进程已经创建了,再选择创建进程菜单,则弹出对话框提示进程已经创建 若进程已经撤消了,再选择撤消进程菜单,则弹出对话框提示进程已经撤消。注意考虑从主程序外部启动和关闭进程的情况。-Process creation and control procedures to create a windows window, with four menu items, respectively
czxt
- 处理机调度算法的实现 1. 设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3. 为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5. 若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6. 运行所设计程序,显示或打印逐次被选中进
crc32
- crc32磁盘文件完整性检验 计算的CRC32的起始位置是PE文件头开始处,结束位置在整个文件的尾部. 当然,没有软件会是绝对安全的,所以可以把CRC32值进行一些加密处理或者修改计算CRC32的范围.总之是可以先做点改变再写入判断. 附件带有计算写入CRC32的工具源码及一个测试的程序源码和一个做好的程序. -crc32 disk file integrity verification start position calculation of CRC32 is the beg
romdll
- 将DLL读入到内存,然后运行,有可能报毒,加壳后应该没有问题。-Read the DLL into memory, then run, there may report drug, packers should be no problem after.
vbtimer
- 关于VB多线程的实现,给你一个网上不错的实例。 请将该部分数据保存为 FORM1.frm 文件 -vb timeSetEvent 1ms
HorceRacing
- 赛马程序,学习多线程的朋友,可以好好的援救下-Horse program to learn multithreading friends can finely under rescue
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
timer
- 时钟与同步技术,实现程序的同步机定时控制,适与工业控制领域-timer control tongbujishu