CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 16 cpu

搜索资源列表

  1. cputest.rar

    0下载:
  2. 自己刚写的一个RISC的cpu,位宽16,主要是测试其中的逻辑,数据宽度是一位,可以很容易扩展,Writing just one of their own RISC the cpu, bit 16, are testing one of the main logic, data width, a, can be easily extended
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:21.29kb
    • 提供者:myliu
  1. Hex2Bin

    0下载:
  2. HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:29.8kb
    • 提供者:fwr
  1. usefulCsource

    0下载:
  2. 一些简单但是很实用的C程序,包括16进制<->10进制互换程序, 89C51系列CPU编程器接收CPU程序等等很多,希望大家喜欢-Some simple but very useful C procedures, including 16 M <-> 10-band exchange program, 89C51 family programmer CPU to receive a lot of CPU process and so I hope you like
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:15.34kb
    • 提供者:yongchang
  1. 16keyboardshowtheCPU6LED

    0下载:
  2. 本设计是基于51单片机的小型cpu及六位显示。该系统由4*4矩阵输入器、cpu部分以及由6位LED显示管组成得显示器。输入器由16个按键开关组成;cpu部分由51单片机、晶振片以及电容等组成;显示器由一个6位的7段译码管及电阻构成。Cpu可以通过调用事前输入的程序对是否有键被按下进行扫描和确认并根据程序进行代码的调用与存储,并通过LED6位显示器进行输出。该显示具有存储功能,可以将输出的数字保存一段时间以供人眼阅读。-The single-chip design is based on 51 s
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.02kb
    • 提供者:rt4
  1. largedemo

    0下载:
  2. demo for cpu avr atmega8,16 for test and learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.59kb
    • 提供者:dhana
  1. smixc130

    0下载:
  2. (v1.30) SMIXC - Sound Library (Borland C) Digital sound engine that plays multiple sounds simultaneously, mixing them in real time. Supports XMS, resource files, 16-bit output and auto-initialized DMA. Uses small fraction of CPU time. For B
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:157.47kb
    • 提供者:murmur123
  1. 16-bit-CPU

    0下载:
  2. 单周期16位CPU的设计,我们的计算机组成原理课设,可以实现R型、I型和J型指令,内有报告和指导书-Single-cycle 16-bit CPU design, our Principles of Computer Organization class set, you can achieve R-type, type I, and J-type instructions, reports and instructions
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:大空翼
  1. logism

    0下载:
  2. logism cpu设计,单周期16位cpu,实现了几种指令包括R &ri& i-logism design CPU
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:247.07kb
    • 提供者:ZHAOXIN
  1. single-CPU

    1下载:
  2. 使用Logisim来创建一个16位单时钟周期CPU,可以执行load,store,加减与或还有转移指令的操作。-Use Logisim to create a 16-bit single-cycle CPU, you can perform load, store, or there is a branch instruction with addition and subtraction operations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:184.14kb
    • 提供者:mutian
  1. cpu

    0下载:
  2. 16位实验CPU设计——设计16位的ALU,实现9种运算:逻辑运算(与、或、非、异或)4种、算术运算(加、减、自加、自减)4种以及传送操作1种;-16 Experimental CPU design
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:10.98kb
    • 提供者:jh
  1. User

    0下载:
  2. AD7671采集,并行16位采集,采集速率为1M,CPU为STM32F407-AD7671 collection, parallel 16-bit capture, capture rate of 1M, CPU of STM32F407
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:cs
  1. pipeline_cmd

    0下载:
  2. 这是用Python实现的16位cup的代码 其中提供了流水线与分支预测的功能 如果你有在学习计算机原理或者体系结构的话,研究和实现这些源码对你的知识架构很与偶帮助-This archive File includes the code to simulate the 16bit cpu. We use Python to implement our design. In the CPU pipeline and branch estimate technique is added. If
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:13.44kb
    • 提供者:SamJohnKing
  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
    • 文件大小:899.03kb
    • 提供者:薛成
  1. cpu

    0下载:
  2. 16位五级流水线CPU no cache-16 five pipelined CPU no cache
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.5mb
    • 提供者:yorbgy
  1. Proiect-LFT-x86

    0下载:
  2. x86 is a family of backward compatible instruction set architectures[a] based on the Intel 8086 CPU and its Intel 8088 variant. The 8086 was introduced in 1978 as a fully 16-bit extension of Intel s 8-bit based 8080 microprocessor, with memory segmen
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:112.96kb
    • 提供者:tavi1234
  1. 实验7.2——多级流水CPU设计

    0下载:
  2. 当时的课程设计,16位多级无cache流水cpu的源码(Curriculum design at that time, 16 multi-level non cache flow CPU source code)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2.82mb
    • 提供者:祭绛烟
  1. WXCL-CPU

    0下载:
  2. KM34Z256低功耗24位AD和16位AD 原理图;DXP格式(KM34Z256 low power 24 bit AD and 16 bit AD schematic; DXP format)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:50kb
    • 提供者:北岛
  1. FSA506

    0下载:
  2. fsa506是一个基于TFT LCD控制器的CPU接口。它可以支持面板分辨率达640x240像素262144种颜色深度。用户可以发送一个全屏图像或部分图像通过控制微处理器与流行的微处理器接口,18/16 / 9/8位68系列或80系列。输出数据和同步信号将被发送到TCON的同时。(FSA506 is a CPU interface based TFT LCD controller. It can support panel resolution up to 640x240 pixels with
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:682kb
    • 提供者:ramrocket
  1. ADC

    0下载:
  2. STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle development board I use is STM32F103
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:2.73mb
    • 提供者:灿烂千阳123
搜珍网 www.dssz.com