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

搜索资源列表

  1. CPU模拟

    0下载:
  2. 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also wi
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:118.32kb
    • 提供者:叶靥
  1. 1 三种调度算法的模拟代码

    1下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure,
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:28.73kb
    • 提供者:寒冰
  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. wb-cpu

    0下载:
  2. 该套软件用于提取王码98(或者其他版本)的五笔数据,精简后应用于嵌入式系统,如单片机。在DOS下,用TC模拟调试通过。很容易移植到单片机上。含五笔数据提取过程,输入时两分法查找的子程序。全部为C代码-the software used to extract Wangma 98 (or any other version), the five data streamlined used in embedded systems, such as SCM. In DOS, using simulati
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:773.36kb
    • 提供者:WYS
  1. Pcblite

    0下载:
  2. 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg process.log Timer.cpp Tim
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:39.54kb
    • 提供者:silwol
  1. 8bit-cpu

    0下载:
  2. 一个简单的8位cpu的功能实现,从外部导入机器码,模拟cpu的运行-a simple 8 cpu to achieve the functions, from the outside into binary, simulating the operation of cpu
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:47.97kb
    • 提供者:陆阳
  1. pcb

    0下载:
  2. 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:862byte
    • 提供者:刘锦瑞
  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. CPU

    0下载:
  2. 利用vhdl模拟实现CPU的功能,实现其中的加减乘除等多种运算-CPU utilization of vhdl simulation of the realization of the function, the realization of which, such as addition and subtraction, multiplication and division multiple computing
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:990.2kb
    • 提供者:张宁
  1. CPU

    1下载:
  2. 用VC++模拟单周期cpu,是体系结构课程的一次作业,包括硬件设计,指令设计等,仅十几条汇编指令啦,程序还支持堆栈操作,能进行算术运算,输入运算表达式就能自动生成汇编代码,代码装载后可以调试运行,支持单步和全速运行-Using VC++ simulation of single-cycle cpu, is a one-stop course architecture, including hardware design, instruction design, only dozens of as
  3. 所属分类:Windows Kernel

  1. Microprogramcontroller

    0下载:
  2. 微程序控制器部件实验,使用VHDL语言使用Quartus测试通过,模拟CPU-Micro-program controller component experiments, the use of VHDL language use Quartus test, simulation CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:735.4kb
    • 提供者:糖糖
  1. cpu

    0下载:
  2. 本程序主要完成cpu的几个主功能模块的开发,开发语言为verilog硬件语言,基本能模拟cpu的核心功能!-The program mainly to complete the main features of several cpu module development, hardware development language for the verilog language, the basic core functionality can simulate the cpu!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:4.91kb
    • 提供者:赵洵
  1. cpu

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

    • 发布日期:2017-11-20
    • 文件大小:2.75mb
    • 提供者:huhu
  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. 模拟cpu的忙碌,使cpu的使用率达到期望值-Analog cpu busy
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:chenxiong
  1. cpu

    0下载:
  2. 基于VHDL的简易CPU设计,可以实现加、减、乘三种运算,模拟CPU的运算过程通过指令实现运算-Simple CPU design based on VHDL, three operation can realize add, subtract, multiply, simulation of the CPU operation process operation was achieved by instruction
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1.07mb
    • 提供者:llx
  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
    • 提供者:月韵星影
  1. ADS1118 F407 口线模拟 spi

    1下载:
  2. 主控cpu采用stm32f407vet6,采用口线模拟的spi总线来采集ads1118的俩路输入模拟信号。信号输入范围为0--2.048V。对应0--65535.(The main control cpu adopts stm32f407vet6, and adopts the spi bus of port line simulation to collect the two input analog signals of ads1118. The signal input range is
  3. 所属分类:单片机开发

    • 发布日期:2021-01-04
    • 文件大小:3.82mb
    • 提供者:嘉士伯
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com