搜索资源列表
模拟两种进程调度方式
- 进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU freq
cpu
- 融会贯通计算机组成原理课程的内容,通过知识的综合运用,加深对计算机系统各个模块的工作原理及相互联系的认识; 学习运用Xilinx公司的Foundation技术进行FPGA设计和调试的基本步骤和方法,熟悉EDA的设计、模拟调试工具的使用,体会FPGA技术相对于传统开发技术的优点; 培养科学研究的独立工作能力,取得工程设计与组装调试的实践经验。
MyVsCpu
- 模拟cpu的程序原代码-simulation cpu procedures source
模拟进程管理
- 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
MIPS五级流水线模拟程序
- MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
进程调度模拟程序gzw
- 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。 希望大家多提意见-here no API calls simulations, I set to process its own grammar,
进程调度模拟实验
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finis
1
- 银行家算法,模拟CPU进行进程调度,同时避免死锁状态的产生。C++实现。操作系统实验。-Banker' s algorithm, simulation CPU to process scheduling, while avoiding deadlock generation. C++ implementation. Operating experiment.
mycpu.tar
- 自己写的一个模拟cpu的小程序,里面包含miniC,miniPentium,miniVC,Assembler,mm,mycpu等模块。肯定没有重复呵呵。-Wrote it myself a simulated cpu small program, which contains miniC, miniPentium, miniVC, Assembler, mm, mycpu modules. Oh sure there is no duplication.
TEC-4
- 一个用delphi写的用软件的方式来模拟cpu和内存的工作情况-Writing a use delphi way to use software to simulate the cpu and memory work
CPU
- 简单模拟任务管理器的CPU使用率代码,可与学会如果获取当上前CPU使用情况.-Simple simulation of the Task Manager CPU usage code
jinchengdiaodu
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
SYSTEM
- 该程序为一进程模拟调度系统,模拟CPU调度进程的两种算法,内含报告,可直接运行。-The program is a process simulation scheduling system, simulated CPU scheduling process, two kinds of algorithms, containing a report can be directly run.
cpu
- 简易cpu 模拟 基本实现了cpu的加减乘除 功能-Simple cpu simulation of the basic realization of the CPU addition and subtraction, multiplication and division function
cpu
- 模拟CPU使用记录,实现自动绘画功能程序-The simulation CPU usage records, automatic drawing capabilities
CPUSimulation
- 除必要循环外,只使用位操作来模拟CPU的算术运算,可实现整数及浮点的加减乘除-In addition to the necessary circulation only use bit manipulation to simulate the CPU arithmetic, integer and floating-point addition, subtraction, multiplication, and division
cpu
- 单片机模拟CPU接口,对其他工作芯片寄存器的读写操作-CPU chip analog interface chip registers to other work read and write operations
CPU
- quartus程序,可运行,模拟CPU乘法过程,大三计算机结构课写的小程序-quartus program, you can run the simulation CPU multiplication process, junior computer architecture class to write a small program
CPU模拟卡暴力破解软件
- 暴力破解cpu模拟m1卡,用于暴力破解cpu模拟m1。(Violent cracking CPU analog M1 card)
cpusim
- C++模拟实现单线程CPU运行RISC-V指令集(C++ Simulated Implementation of RISC-V Instruction Set in Single Thread CPU)