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

搜索资源列表

  1. CPU_design

    0下载:
  2. 一个简单指令的cpu设计。 可以实现4个指令的的运算。-a simple instructions cpu design. 4 can be achieved directive arithmetic.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:176.98kb
    • 提供者:刘永
  1. sdcc-src-2.6.0.tar

    1下载:
  2. sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu-sdcc to 51 other small-scale embedded cpu design c compiler supports several different types of c pu
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.03mb
    • 提供者:liuhua
  1. vc2

    0下载:
  2. 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:113.69kb
    • 提供者:刘明
  1. vgachr8080

    0下载:
  2. code guide to design cpu -code guide to design cpu 8080
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:15.84kb
    • 提供者:minh
  1. wenducaiji

    0下载:
  2. 微机原理课程设计报告 从设计到流程图 到代码 以8088CPU 为核心设计一个温度采集系统,系统可以实现一路温度的采集,在3位LED显示器上显示当前温度。-Computer Principles of curriculum design from design to report to the code flow chart to design a 8088CPU as the core temperature acquisition system, the system temperature
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:318.33kb
    • 提供者: 小峰
  1. 111.ver

    0下载:
  2. verilog code for CPU design by Mohammad Hosseini.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:Mohammad
  1. CPUcoa-course-design

    0下载:
  2. 简单的cpu设计,包括memory,alu运算器,comp比较器以及控制器control,寄存器register等的vhdl编写的程序。-A simple cpu design, including memory, alu arithmetic logic unit, comp comparator and controller control, such as vhdl register register write programs.
  3. 所属分类:assembly language

    • 发布日期:2017-06-22
    • 文件大小:40.23mb
    • 提供者:商客
  1. access_hardware

    0下载:
  2. 实例演示了DELPHI 检测计算机硬件如:cpu,内存,磁盘,光盘,显示器模式、端口、电池,鼠标等的方法,源码设计比较详尽。-DELPHI examples demonstrate the detection of computer hardware, such as: cpu, memory, disk, CD, display mode, port, battery, mouse, and other methods, a more detailed source design.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-16
    • 文件大小:3.95mb
    • 提供者:康道之
  1. myCPU

    0下载:
  2. CPU design file, design using quatus II. It can simulate data file.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:647.63kb
    • 提供者:s0845
  1. yuanma

    0下载:
  2. MIPS指令源代码,用于CPU设计,计算机组成原理课设所需要的源代码下载-MIPS instruction source code for the CPU design, computer composition principle lesson to set the source code download
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:7.83kb
    • 提供者:曲婉婷
  1. mips-cpu

    0下载:
  2. 一个组成原理的课程设计,完成一个流水线MIPS CPU的设计,有详细的说明及其代码,实测可用-a project about the design of MIPS CPU
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:1.32mb
    • 提供者:王鹏
  1. Process-scheduler-design

    1下载:
  2. 1.设计一个有几个进程并发执行的进程调度程序,每个进程由一个进程控制块(PCB)表示,进程控制块通常应包括下述信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等,且可按照调度算法的不同而增删。 2.调度程序应包含2—3种不同的调度算法,运行时可以任选一种,以利于各种方法的分析和比较。 3.系统应能显示或打印各进程状态和参数的变化情况,便于观察。 -1.To design a process scheduler the concurrent executio
  3. 所属分类:OS Develop

    • 发布日期:2016-05-14
    • 文件大小:284kb
    • 提供者:落落
  1. pipelined-CPU

    1下载:
  2. 流水线CPU的设计,计算机组成原理与系统结构的实验做的-The design of the pipelined CPU
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-18
    • 文件大小:4.32mb
    • 提供者:余净含
  1. design-process-scheduling-algorithm

    2下载:
  2. 进程调度算法的设计 设计要求: ①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 设计技术参数参考: ①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。 ②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
  3. 所属分类:OS Develop

    • 发布日期:2017-11-08
    • 文件大小:142.12kb
    • 提供者:cagfaiss
  1. MIPS

    0下载:
  2. 基于32位字长的MIPS cpu设计的代码实现,包括指令和寄存器数据-Based on a 32-bit word length MIPS cpu design code, including instructions and register data
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3.87kb
    • 提供者:高卷儿
  1. simpleCpu

    0下载:
  2. relative cpu design implementation
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:551.51kb
    • 提供者:aa
  1. 16-CISC-CPU-design

    0下载:
  2. 16位精简指令集的CPU设计,有完整的步骤和原程序可供学习-16-bit RISC CPU design, complete steps and the original program for learning
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:682.85kb
    • 提供者:何宗苗
  1. Chapter-13

    0下载:
  2. 13.2 RISC-CPU设计  13.3 RISC-CPU Testbench设计-13.2 RISC-CPU design 13.3 RISC-CPU Testbench Design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:435.4kb
    • 提供者:shixiaodong
  1. CPU

    0下载:
  2. 设计一段程序来模拟优先级调度算法和时间片轮转算法。可以指定进程的数量、各进程需要CPU的时间和各进程的优先级。-Design a program to simulate the priority scheduling algorithm and the time slice rotation algorithm. You can specify the process of quantity, the process requires CPU time and the process prior
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.96kb
    • 提供者:乔旻浩
  1. code

    1下载:
  2. Mips单周期CPU设计(支持7条指令addu、subu、ori、lw、sw、beq、lui)-Mips single-cycle CPU design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:160.71kb
    • 提供者:杨佳伟
« 12 3 »
搜珍网 www.dssz.com