CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 模拟CPU

搜索资源列表

  1. 模拟两种进程调度方式

    0下载:
  2. 进程调度:模拟最高优先级优先调度方式和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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11.59kb
    • 提供者:杨场鸿
  1. cpu

    0下载:
  2.  融会贯通计算机组成原理课程的内容,通过知识的综合运用,加深对计算机系统各个模块的工作原理及相互联系的认识;  学习运用Xilinx公司的Foundation技术进行FPGA设计和调试的基本步骤和方法,熟悉EDA的设计、模拟调试工具的使用,体会FPGA技术相对于传统开发技术的优点;  培养科学研究的独立工作能力,取得工程设计与组装调试的实践经验。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14.25kb
    • 提供者:feng
  1. MyVsCpu

    0下载:
  2. 模拟cpu的程序原代码-simulation cpu procedures source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35.33kb
    • 提供者:yao
  1. 模拟进程管理

    0下载:
  2. 本程序模拟进程管理,类似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
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.52kb
    • 提供者:刘凯
  1. MIPS五级流水线模拟程序

    0下载:
  2. 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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:231.71kb
    • 提供者:黄欣
  1. 进程调度模拟程序gzw

    0下载:
  2. 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。 希望大家多提意见-here no API calls simulations, I set to process its own grammar,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:宫振伟
  1. 进程调度模拟实验

    2下载:
  2. 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finis
  3. 所属分类:进程与线程

    • 发布日期:2009-05-27
    • 文件大小:94.44kb
    • 提供者:maozm@126.com
  1. 1

    0下载:
  2. 银行家算法,模拟CPU进行进程调度,同时避免死锁状态的产生。C++实现。操作系统实验。-Banker' s algorithm, simulation CPU to process scheduling, while avoiding deadlock generation. C++ implementation. Operating experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:863.64kb
    • 提供者:caomin
  1. mycpu.tar

    0下载:
  2. 自己写的一个模拟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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:151.43kb
    • 提供者:alpha
  1. TEC-4

    0下载:
  2. 一个用delphi写的用软件的方式来模拟cpu和内存的工作情况-Writing a use delphi way to use software to simulate the cpu and memory work
  3. 所属分类:Shell api

    • 发布日期:2017-04-24
    • 文件大小:409.16kb
    • 提供者:黑豹山
  1. CPU

    0下载:
  2. 简单模拟任务管理器的CPU使用率代码,可与学会如果获取当上前CPU使用情况.-Simple simulation of the Task Manager CPU usage code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:70.11kb
    • 提供者:chenxin
  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:22.96kb
    • 提供者:张超
  1. SYSTEM

    0下载:
  2. 该程序为一进程模拟调度系统,模拟CPU调度进程的两种算法,内含报告,可直接运行。-The program is a process simulation scheduling system, simulated CPU scheduling process, two kinds of algorithms, containing a report can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:178.25kb
    • 提供者:李莉
  1. cpu

    0下载:
  2. 简易cpu 模拟 基本实现了cpu的加减乘除 功能-Simple cpu simulation of the basic realization of the CPU addition and subtraction, multiplication and division function
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:王鹭飞
  1. cpu

    0下载:
  2. 模拟CPU使用记录,实现自动绘画功能程序-The simulation CPU usage records, automatic drawing capabilities
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-20
    • 文件大小:2.75mb
    • 提供者:huhu
  1. CPUSimulation

    0下载:
  2. 除必要循环外,只使用位操作来模拟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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:3.52kb
    • 提供者:宋麒
  1. cpu

    0下载:
  2. 单片机模拟CPU接口,对其他工作芯片寄存器的读写操作-CPU chip analog interface chip registers to other work read and write operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:59.64kb
    • 提供者:卢晚
  1. CPU

    0下载:
  2. quartus程序,可运行,模拟CPU乘法过程,大三计算机结构课写的小程序-quartus program, you can run the simulation CPU multiplication process, junior computer architecture class to write a small program
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:902.76kb
    • 提供者:卢代码
  1. CPU模拟卡暴力破解软件

    2下载:
  2. 暴力破解cpu模拟m1卡,用于暴力破解cpu模拟m1。(Violent cracking CPU analog M1 card)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:14.45mb
    • 提供者:TonyCB
  1. cpusim

    2下载:
  2. C++模拟实现单线程CPU运行RISC-V指令集(C++ Simulated Implementation of RISC-V Instruction Set in Single Thread CPU)
  3. 所属分类:其他

    • 发布日期:2020-11-20
    • 文件大小:4kb
    • 提供者:月韵星影
« 12 3 4 5 »
搜珍网 www.dssz.com