CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 二进制 文档

搜索资源列表

  1. SBC-2410X-WinCE

    0下载:
  2. 在SBC-2410X上运行WindowsCE所涉及的文档,工具等。 1.目录: NBoot_Debug: 便携式MATRIX IV 2410X单板机WINCE.NET4.2的启动代码,用于调用 EBOOT,Debug时用 NBoot_Release: 便携式MATRIX IV 2410X单板机WINCE.NET4.2的启动代码,用于调用 WINCE,Release时用 2.文件: NBoot_Debug.bin: 便携式MATRIX IV 2410X单板机WINCE.NET4
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1073589
    • 提供者:张文
  1. 62256在单片机上的应用

    1下载:
  2. 62256在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 62256简介: 62系列是最常用的单片机系统扩展RAM元器件,其类型有6216、6232、6264、62128、62256或62512等多种,62后面的数字表示此元器件中可以存储的位(单位:千bit),我们通常的说法是将此值除以8,比如62256将256除以8,我们一般称之为32K的RAM。 如果学习过二进制就可以知道,区分两个字节需要一根地址线就可以:0或者1;而区分四个字节需要2根
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-17
    • 文件大小:19030
    • 提供者:Tad
  1. traffic_lights

    1下载:
  2. Verilog语言3个程序,包括4位二进制的BCD码加法器,ALU位片,交通信号灯。既有源码也有word文档说明。-Verilog language three procedures, including 4-bit binary code of the BCD adder, ALU-bit chip, traffic lights. Only source documents that have word.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1596670
    • 提供者:郭函
  1. Bin2Grey

    0下载:
  2. 一个用Verilog语言实现的二进制码到BCD码的一种转换方法的实现。包含工程文件和实现文档。-Verilog language implementation with a binary code to BCD code conversion method as a realization. And the achievement of the document contains the project file.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:82489
    • 提供者:文闯
  1. multipler3

    0下载:
  2. 一个用Verilog语言实现的三位二进制选举法。包含工程文件和实现文档。-One with the Verilog language implementation of the three binary electoral law. And the achievement of the document contains the project file.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:82473
    • 提供者:文闯
  1. compare8

    0下载:
  2. 一个用Verilog语言实现的八位二进制数比较器。包含工程文件和实现文档。-One with the Verilog language implementation of the eight binary comparator. And the achievement of the document contains the project file.
  3. 所属分类:VHDL编程

    • 发布日期:2014-03-06
    • 文件大小:102153
    • 提供者:文闯
  1. divider

    0下载:
  2. 四位无符号二进制除法器的设计,这是整个的工程文档,应该对大家有用-4 unsigned binary division Design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:67616
    • 提供者:郝李鹏
  1. 200707171151093326

    0下载:
  2. 离散二进制小波与双通道滤波器组相关的技术文档。-Two-channel wavelet filter banks with relevant technical documentation
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:126334
    • 提供者:胡西阁
  1. C

    0下载:
  2. C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:29297
    • 提供者:马家添
  1. VCdrawSDI

    0下载:
  2. 单文档实现VC绘图,从单片机不断接收并处理十位二进制数据,用VC绘图方式将波形显示在电脑上-Dialog box realize VC drawing, receive and deal with the serial datas from the MCU, displays on the computer by drawing
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1961352
    • 提供者:李顺雷
  1. HZK16

    0下载:
  2. 汉字字符编码文档,做LED显示时,使用它可以吧汉字转化为对应二进制来点亮led亮点显示使用-Chinese character coding documents do binary display use
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-29
    • 文件大小:140698
    • 提供者:cactus32
  1. yi-wei-er-jin-zhi-quan-jia-qi

    0下载:
  2. 一位二进制全加器的源代码及详细WORD文档,maxplus软件运行,管脚已配置完成,芯片为EP1K30TC144-3-A binary full source code and detailed documentation WORD, maxplus software running, pin has been configured, EP1K30TC144-3
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:133582
    • 提供者:邱海涛
搜珍网 www.dssz.com