-
The System Tray gives handy access to programs that need to run in the
backgr...
The System Tray gives handy access to programs that need to run in the
background, and some developers have used it for other types of programs as -Manager icon on task bar
- 2022-02-21 14:09:43下载
- 积分:1
-
使用586指令来探测处理器速度
use 586 instruction to probe cpu speed
- 2022-07-12 22:48:55下载
- 积分:1
-
blecs.c exe.exe.exe.exe
blecs.c exe. exe.exe-blecs.c exe.exe.exe.exe
- 2022-03-03 15:06:57下载
- 积分:1
-
process Scheduling Algorithm : The highest priority of several priority scheduli...
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-07-18 13:52:56下载
- 积分:1
-
working hours are a good thing of messages, time is a good thing messages
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2022-01-24 14:12:00下载
- 积分:1
-
win32内核编程
适合初学者学习windows内核编程,内容1-15天,涉及几乎全部的内容。各种窗口消息,和学习笔记,学习mfc的可以看看
- 2022-01-26 07:35:19下载
- 积分:1
-
实现正在运行的程序自删除。程序卸载、运行后文件清除。
实现正在运行的程序自删除。程序卸载、运行后文件清除。-Running programs to achieve self-delete. Uninstall program, run after the file removal.
- 2022-10-05 16:55:03下载
- 积分:1
-
UDF s basicos Interbase
UDF s basicos Interbase
- 2022-06-15 06:00:49下载
- 积分:1
-
VB源码,剪贴板的应用
VB源码,剪贴板的应用-VB source code, the application of the clipboard
- 2022-12-19 08:05:03下载
- 积分:1
-
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1...
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n
- 2022-04-24 10:20:52下载
- 积分:1