搜索资源列表
GetCPUAndDisk
- 得到cpu的序列号和硬盘的徐蕾好,并且简单的加密的算法!-be cpu sequence and the hard drive Xu Lei good and simple encryption algorithm!
cpu
- 本人制作的8位CPU,有简单的加减,输入,输出操作,希望大家好用
DlgT2
- 精确计算各种排序算法时间效率的程序,包括冒泡排序,选择排序,插入排序,希尔排序,快速排序等多种数据结构算法。使用CPU内核时钟统计时间,极为精确。
moresort
- 改进的排序算法分析程序,使用CPU内核计数器精确各种计算排序时间,并且记录比较次数和交换次数,强烈建议希望研究算法者仔细研究。
CPUSchedule
- 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。
FCFS
- 8个进程的改进版CPU schedule 算法-FCFS
HRRN
- 8个进程的改进版CPU schedule 算法-HRRN
SJF
- 8个进程的改进版CPU schedule 算法-SJF
RR
- 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
cpusequeue.tar
- cpu分时系统的模拟 把cpu分给多个用户使用的方法-cpu cpu time-sharing system simulation points to the method used to multiple users
time_apart
- 分时系统模拟,C++代码,数据结构算法。自定义用户数量,cpu工作时间,等待时间-Time-sharing system simulation, C++ code, data structures, algorithms. Customize the number of users, cpu working hours, waiting time
miniCPU
- 此程序类似于我们一般使用的CPU,可实现一些简单的躬耕-This procedure is similar to our general use of the CPU, can achieve some simple躬耕
os5
- 设可供分配的内存储器为1MB(1000KB),内存分配采用动态分区分配策略,分区分配的数据结构为空闲分区链,分配算法采用首次适应算法(FF) 系统仅有一个CPU;作业提交时申明需要的CPU时间和内存大小(以KB为单位)。-Located within the memory available for allocation to 1MB (1000KB), memory allocation dynamic partition allocation strategies, area distrib
Judge_Type
- 通过对数据进行必要加工后的结果判断数据的存储方式,即,CPU的大端,小端-Through the data necessary to determine the results of processed data is stored, that is, CPU s big-endian, little-endian
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
main
- 数据结构与算法 cpu分时模拟系统代码 -Cpu data structure and algorithm simulation system code-sharing
CPPTime
- C++ 根据CPU运算次数,计算应用程序的运行时间(前后时间差)-C++ based on the number of CPU cycles to calculate the running time of an application.
cache-fifo
- CPU缓存算法,FIFO的模拟程序,通过VC2010编译,包括数据查找,替换算法-CPU caching algorithm FIFO algorithm FIF simulation, including data whether the hit, replace, contained on this basis can be done other algorithms,
CPU-curve-to-hear-you-
- 一个能--让CPU占用率曲线听你指挥--的算法实现与分析-Let the CPU occupancy rate curve to hear you command
process
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -there are no english,