资源列表
使用Linux下的图形库
- 编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行。-Write a C program, using the graphics library under Linux, sub-window displays three concurrent processes running.
sjf
- 用 C 语言实现的简单的短作业优先进程调度算法。-Short job first scheduling process
MCP2515
- 对MCP2515芯片的初始化,以及其各功能实现的子函数-Way to access the memory device mapped memory
hbtz
- 合并图纸:用与cad绘图中整合或拼接局部图纸为一张大图,特别适用于地形图的拼接。-Consolidated drawings
ultronic
- 基于单片机的超声波测距仪的软件程序,控制产生发出超声波,利用接收探头接收到被反射回来的超声波来达到测距的目的。-Based on Ultrasonic range finder software program to control the generation emit ultrasonic probe is received by the receiving ultrasonic waves are reflected back to achieve ranging purposes.
subject_5
- 编写一个磁盘调度程序,模拟操作系统对磁盘的调度。 可以随机输入磁道请求序列,当前磁头位置和磁头移动方向,支持先来先服务、最短寻道时间优先、扫描、循环扫描调度算法,能够输出磁头移动经过的磁道序列。 输入: 磁盘调度算法 当前磁头位置 磁头移动方向 磁道请求序列(磁道1,磁道2,磁道3,...) 其中: (1) 调度算法选项为: 1 先来先服务 2 最短寻道时间优先
main
- bankers algorithm for oeprating system
进程调度
- 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CP
LRU
- 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is
coretemp
- CPU Core Temperature
Tool_Str
- 内含 2 个主要方法,分别可将宽字节字串转为多字节、及多字节字串转为宽字节。效率较高。适用于Delphi 2007或以下IDE辅助方法使用。(There are 2 main methods that can turn a wide byte string into a multi byte, and a multi byte string to a wide byte. The efficiency is high. It is applicable to Delphi 2007 or bel
CS_PING
- This is an example how to ping adr in delphi
