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

搜索资源列表

  1. EM78P153controlandsend

    0下载:
  2. 芯片为EM78P153 P64,P65接晶振,振荡模式为4MHz晶振 看门狗关,指令周期为2个CLOCK,P63为复位脚-chip for EM78P153 P64, P65 then Oscillator, Oscillating mode 4 MHz crystal oscillator watchdog relations, instruction cycle for two CLOCK, P63 for the reduction feet
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2508
    • 提供者:dick liu
  1. DOU

    0下载:
  2. 中音音符dou,根据书上频率以及指令周期编写,时钟频率12m。比较easy。-tenor notes, books and instruction cycle frequency prepared, clocked 12m. Comparison easy.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1721
    • 提供者:aymk
  1. asm51_DTMF

    0下载:
  2. 用51汇编语言设计的DTMF发生器程序 输出到PI的每次间隔是52个指令周期 主频:6M,6M/12=0.5M,每个指令周期:2uS 即每次输出到P1的时间间隔是122uS 指令周期数:52 + 9 = 61-51 assembly language using the design process DTMF generator output to the PI for each interval is 52 instruction cycle speeds : 6M, 6M/12 = for
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2255
    • 提供者:王小荣
  1. I2C_PIC16C5x_FV.rar

    0下载:
  2. *** *** *** *** *** *** ***** ** Two wire/I2C Bus READ/WRITE Sample Routines of Microchip s ** 24Cxx / 85Cxx serial CMOS EEPROM interfacing to a ** PIC16C54 8-bit CMOS single chip microcomputer ** Revsied Version 2.0 (4/2/92). ** ** Par
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2172
    • 提供者:刘星星
  1. 模型机的分析和设计

    0下载:
  2. 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。- Through to the computer organi
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:115365
    • 提供者:谈明文
  1. 51_ARM_DSP

    0下载:
  2. 在实时嵌入式控制系统中,指令周期对系统的性能有至关重要的影响。介绍几种最常用的微控制器的工作机制,采用一段循环语句对这几种微控制器的指令周期进行测试,并进行分析比较。-In real-time embedded control systems, command cycle on the performance of the system have a critical influence. Introduction of several most commonly used microcontr
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:200844
    • 提供者:黄超
  1. Crc_C

    0下载:
  2. 用于51单片机的高速CRC-16计算程序,不需查表,校验一个字节仅需19个指令周期,-For 51 single-chip high-speed CRC-16 program, no look-up table, check one byte only 19 instruction cycle,
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:13952
    • 提供者:赵春宇
  1. CRC16ASM

    0下载:
  2. 用于51单片机的CRC16 校验程序,汇编语言,计算速度快,校验一个字节仅需19个指令周期,不需查表-For 51 MCU CRC16 checksum procedures, assembly language, computing speed, checking just a 19-byte instruction cycle, without look-up table
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:16487
    • 提供者:赵春宇
  1. danpianji

    0下载:
  2. 最新的功能齐全、单指令周期的全中文单片机资料-The latest full-featured, single instruction cycle Singlechip Chinese information
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1455714
    • 提供者:yjalitx
  1. DW8051_ALL

    4下载:
  2. 包中包括, DW8051完整的Verilog HDL代码 两本手册: DesignWare Library DW8051 MacroCell, Datasheet DesignWare DW8051 MacroCell Databook 三篇51论文: 基于IP 核的PSTN 短消息终端SoC 软硬件协同设计 Embedded TCP/ IP Chip Based on DW8051 Core 以8051为核的SOC中的万年历的设计 -DW8051 is desi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-09-20
    • 文件大小:1587754
    • 提供者:myfingerhurt
  1. zhy_219b

    0下载:
  2. FFT算法的DSP的实现。DSP芯片的出现使FFT的实现方法变得更为方便.由于多数DSP芯片都能在一个指令周期内完成一次乘法和一次加法,而且提供专门的FFT指令,使得FFT算法在DSP芯片上实现的速度更快 -FFT algorithm for the realization of the DSP. The emergence of DSP chips in the realization of FFT method becomes more convenient. Since the major
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:15068
    • 提供者:小哈
  1. mcs51_order

    0下载:
  2. 单片机指令集,里面包含了单片机用到的所有指令,有指令功能、指令周期、指令长度等功能说明。-Single-chip instruction set, which contains all the commands used in single-chip, a command function, instruction cycle, the functions of the length of that instruction.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:64955
    • 提供者:lsb
  1. arm9_sim

    0下载:
  2. A new (2008) cycle accurate and instruction set simulator for ARM9 processors.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-22
    • 文件大小:6705932
    • 提供者:freeta
  1. smbus

    0下载:
  2. All timings are based on a reference crystal frequency of 2MHz ** which is equivalent to an instruction cycle time of 2 usec. ** 2) Address and literal values are read in octal unless otherwise ** specified.-All timings are based on a refere
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3416
    • 提供者:manmai
  1. SPCE061AinstrucionCycle

    0下载:
  2. SPCE061A指令周期表,可用于指令、指令分类、运行周期的速查。-SPCE061A instruction cycle
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:230549
    • 提供者:孙宏
  1. Computer_component_experiments_Manual

    0下载:
  2. 计算机组成原理实验手册,详细介绍了运算器实验、半导体存储器实验、数据通路与故障分析实验、微程序控制器组成实验、CPU组成与指令周期执行实验等-Computer organization lab manual, detailing the calculator experiment, semiconductor memory test, data path and fault analysis experiment, the composition of experimental micro-pr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:203543
    • 提供者:lo
  1. 1T8051_ZL

    0下载:
  2. 1T 8051单片机指令系统分类与执行时间:时下,再按照 12T/指令周期 来考虑 8051 的指令时间,会导致许多失误,这里汇集新品种的 8051 各指令执行时间,方便朋友们参考使用.-1T 8051 microcontroller instruction classification and execution time: nowadays, then in accordance with the 12T/instruction cycle time instruction to consi
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1648
    • 提供者:蓝天
  1. 123

    0下载:
  2. 利用AVR单片机的大部分指令为单周期的具有高速传输的特点,通过单片机的IO口直接连至USB总线,实现了USB规范所规定的低速设备的功能,从而无需外接USB控制芯片,减小了硬件开发成本。 -Most of AVR microcontrollers use a single instruction cycle of the characteristics of high-speed transmission, through the microcontroller IO port directl
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:126205
    • 提供者:simon
  1. 80x86ins

    0下载:
  2. 80x86汇编指令集查询手册 详细地包括了386的所有指令集功能,对应的机器码,以及执行的指令周期信息-80x86 assembly instruction manual for a detailed set of inquiries, including 386 features all the instruction set, the corresponding machine code, as well as information on the implementation of t
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:65684
    • 提供者:sunlight
  1. MCU-machine-cycle

    0下载:
  2. 单片机指令周期_机器周期_状态周期_振荡时钟周期之间的关系-MCU machine cycle, instruction cycle _ _ _ state-cycle oscillations between clock cycles
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:12722
    • 提供者:莫阳庚
« 12 3 4 5 6 »
搜珍网 www.dssz.com