资源列表
speefup
- This file contains the entry point for the Dictpad applicati
gramzmc197
- This file contains the entry point for the Dictpad applicati
pipe
- 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
多线程编程
- 多线程编程,实现线程创建,线程同步操作。适合大家使用
jthread-1.2.1
- jthread:一种比较经典的多线程类。可以参考使用。-jthread: a more classical type of multi-threading. Can reference.
CreateThread
- windows操作系统中,创建进程 vc6.0下开发-creare thread
1
- 实现系统进程的调用,根据不同的系统的调用方式来计算系统调用进程所用的时间-Process to achieve system calls, depending on the system call approach to computing time used by the calling process
demasshal
- soltek 本软件无解压码,解压安装即可用 简单使用 欢迎大家交流-Soltek this software without decompression code, unpack the installation can use simple to use Welcome to communication
myMusicCard
- 音乐贺卡,有背景音乐,有滚动文字!用多线程实现的!-Musical greeting cards, background music, scrolling text! Implemented with multiple threads!
MPCA
- MPCA一个博士编写的多线程pca变换方法,内含发表论文-Multithreaded MPCACodesMPCA one prepared by Dr. pca transformation method, contains papers
it600SQLdemoCS
- CASIO wince设备实现数据库操作简单demo.-CASIO wince equipment database is simple demo.
操作系统进程调度实验报告
- 就绪进程获得 CPU 后都只能运行一个时间片。用已占用 CPU 时间加 1来表 示。 如果运行一个时间片后, 进程的已占用 CPU 时间已达到所需要的运行时间, 则撤消该进程,如果运行一个时间片后进程的已占用 CPU 时间还未达所需要的 运行时间,也就是进程还需要继续运行,此时应将进程的优先数减 1(即降低一级) ,然后把它插入就绪队列等待 CPU 。 每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的 PCB ,以便进行检查。 重复以上过程,直到所要进程都完成为止。