CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cpu 组成原理 设计

搜索资源列表

  1. jibenmoxingjishixian

    0下载:
  2. 一、课设目的及内容 课设目的: 1. 在掌握部件单元电路实验的基础上,进一步将其组成系统构造一台基本模型计算机。 2. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。 课设内容: 将机器指令对应的微代码正确地写入控存中;装载机器指令并进行检查;运行程序,停机后检查数据存贮单元中的结果与理论值是否一致。 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备1
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:151145
    • 提供者:nicmaters
  1. vc++多线程

    0下载:
  2. 多线程编程   进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。   线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。   每一个进程至少有一个主执行线
  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:55560
    • 提供者:chenmh639
  1. 智能卡技术

    0下载:
  2. 目录 第1章 智能卡概述  1.1 智能卡基础  1.1.1 什么是智能卡  1.1.2 智能卡的分类  1.1.3 IC卡与磁卡的比较  1.1.4 智能卡应用系统的构成要素  1.2 智能卡的用卡过程  1.2.1 智能卡的生存周期  1.2.2 智能卡的用卡过程  1.3 智能卡的安全性  1.3.1 威胁信息安全的因素  1.3.2 智能卡的安全技术  1.4 智能卡的国际标准  1.5 智能卡的应用概况与发展前景  1.5.1 欧美应用概况  1.5
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2010-05-14
    • 文件大小:12084807
    • 提供者:yifansdut
  1. KEISHI_CUNCHUQ

    0下载:
  2. 计算机组成原理课程设计,做了一个cpu,希望对学习计算机组成原理的同学有一定的帮助-The design of computer architecture course, made a cpu, want to learn computer organization be helpful to students
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:341789
    • 提供者:
  1. 06070003

    0下载:
  2. 计算机组成原理课程设计,做了一个cpu,希望对学习计算机组成原理的同学有一定的帮助-The design of computer architecture course, made a cpu, want to learn computer organization be helpful to students
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:999389
    • 提供者:
  1. RISC_CPU

    0下载:
  2. 一个简单CPU设计,可以让读者在计算机组成原理和verilog语言方面受益-A simple CPU design, allows the reader to the computer principles and Verilog language benefit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:6304
    • 提供者:韩晶
  1. mipsoc

    0下载:
  2. 这是一个使用veriylog语言编写的微型CPU程序,使我在组成原理课程设计中所开发的程序。-This is a miniature CPU to use veriylog language program, so that the program I developed in the composition of the principles of curriculum design.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:7631
    • 提供者:feixiang
  1. lab06

    0下载:
  2. 流水线CPU设计,最接近真实运行的学生实验课的CPU设计,是组成原理实验课大作业,包涵详细讲解-CPU design
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-15
    • 文件大小:3732587
    • 提供者:徐福建
  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
    • 文件大小:8020
    • 提供者:曲婉婷
  1. d12

    0下载:
  2. 计算机组成原理,设计cpu实现输入五个有符号数球负数的平方和!-Principles of Computer Organization, enter up to five the number of symbols ball square of the negative and design cpu!
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:315115
    • 提供者:ting
  1. cpu

    0下载:
  2. 通过一台模型机的设计过程,明确计算机的控制原理与控制过程,巩固和灵活应用所学的理论知识,掌握计算机组成的一般设计方法-General design approach through a model of the design process, clear the computer' s Control Principle and process consolidation and flexible application of the theoretical knowledge, mast
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:2336629
    • 提供者:纳兰歌
  1. cpu8bit

    0下载:
  2. 这是一个计算机组成原理综合性实验:设计8位cpu。该cpu是8bit的代码,包含有4个寄存器,一个存储器,还有alu以及控制器。一共可以实现16条指令。-This is a computer composition principle of comprehensive experiment: Design 8 cpu. The cpu is 8bit code contains four registers, a memory, as well as alu and controllers. A
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:777424
    • 提供者:陈飞飞
  1. shiyan8_IRQ4

    0下载:
  2. 开发环境:unSP IDE 2.0.0 实验目的: 1)了解IRQ4的中断向量和中断源。 2)掌握中断控制单元P_INT_Ctrl, P_INT_Clear的设置方法。 3)熟悉中断的编程方法。 实验设备: 1)装有µ ’nSP™ IDE仿真环境的PC机一台。 2)µ ’nSP™ 十六位单片机实验箱一个。 实验原理: IRQ4 中断对应4096Hz、2048Hz、1024Hz 中断源,通过写P_INT_Ctrl来设置中
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:28730
    • 提供者:niu
  1. Lab1-6

    0下载:
  2. 计算机组成原理,试验1-6源代码.其中试验目的是设计一个MISP CPU-Computer composition principle, test 1-6 source code which test objective is to design a MISP CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:9282
    • 提供者:Masson
  1. VHDLCode_8bitCPU

    0下载:
  2. 这是计算机组成原理的课程设计,将16位CPU改造成8位流水线CPU,AHDL语言,这是改造完成的源代码。-This is a computer composition principle of curriculum design, the 16-bit CPU transformed into eight pipeline CPU, AHDL language, which is the transformation was complete source code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:920603
    • 提供者:薛成
  1. hard-wired-controllers

    3下载:
  2. 计算机组成原理课程综合设计 硬连线控制器的常规CPU设计 北京邮电大学-Integrated Principles of Computer Organization course design - conventional hardwired controller CPU design Beijing University of Posts
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:23294
    • 提供者:li
  1. my_cpu

    1下载:
  2. 计算机组成原理实验代码:单周期Cpu设计,附上检测指令, 在ISE 14.4通过检测-Computer Composition Theory Experiment Code: Cpu single-cycle design, attach detection command, by detecting the ISE 14.4
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-10-08
    • 文件大小:2324480
    • 提供者:李旭东
« 1 2»
搜珍网 www.dssz.com