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

搜索资源列表

  1. zigbee(cc2430)chuankou

    0下载:
  2. ZIGBEE串口收发程序(有改动),发送内容位16进制代码,也可从PC机发送数据给CC2430然后返回。-ZIGBEE serial TX (modified), send the content-digit hexadecimal code, or from a PC to send data to the CC2430 and then return.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:65529
    • 提供者:熊才俊
  1. SerialPort

    0下载:
  2. wince环境下,针对VK3224芯片测试的DEMO,能够检测串口及数据传输,16进制的转换-wince environment, the DEMO for VK3224 chip test able to detect the serial port and data transmission, the hex conversion
  3. 所属分类:Windows CE

    • 发布日期:2017-05-19
    • 文件大小:5212372
    • 提供者:sean.xu
  1. ffff-to-65535

    0下载:
  2. 16进制到10进制转换。编程时很有用的,试试吧,希望能帮到您。-The function expected of the C library startup code for defining the stack and heap memory locations. For the C library version of the startup code, provide this function so that the C library initialization c
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:4438
    • 提供者:yjj
  1. 16jinzhizhuanhuanchengBCDma

    0下载:
  2. 单片机程序样例开发-16进制转换成BCD码,基本程序,适合初学者-Sample of the microcontroller program development-16 hex conversion into a BCD code, the basic procedure, suitable for beginners
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:zhouhe
  1. atmel-asm

    0下载:
  2. 16位除法器,以及16进制数转10进制数 使用ATMEL的汇编语言编写-16bit Divider,Only for Atmel Development environment
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:837
    • 提供者:xiaoxiao
  1. jianpan

    0下载:
  2. 实现一个4行4列的键盘,分别对应16进制的数值并显示-Implement a 4 line 4 columns keyboard, corresponding hexadecimal numerical and display
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:852
    • 提供者:陈天宇
  1. TS_i2c

    0下载:
  2. 基于xilinx spartan 3e 开发板的CAT34TS02 AT30TSE002B 等 带有温度传感器EEPROM 的TS 部分测试程序。通过串口写入数据和地址。按键控制从串口读出内部寄存器值,同时LCD予以16进制显示。 本人编写亲测。-Based on the xilinx spartan 3e development boards CAT34TS02 AT30TSE002B TS part of the test program with a temperature senso
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1087600
    • 提供者:李华
  1. qi-duan-yi-ma-qi

    0下载:
  2. 七段数码是纯组合电路,通常的小规模专用IC,如74或4000系列的器件只能作十进制BCD码译码,然而数字系统中的数据处理和运算都是2进制的,所以输出表达都是16进制的,为了满足16进制数的译码显示,最方便的方法就是利用译码程序在FPGA\CPLD中来实现。本实验作为7段译码器,输出信号LED7S的7位分别是g、f、e、d、c、b、a,高位在左,低位在右。例如当LED7S输出为“1101101”时,数码管的7个段g、f、e、d、c、b、a分别为1、1、0、1、1、1、0、1。接有高电平段发亮,于
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:3147
    • 提供者:xuling
  1. digital16

    0下载:
  2. 利用8位数码管显示16进制数字,使用芯片为89C52-8 digital display hexadecimal digits
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7418
    • 提供者:徐亮
  1. UART

    0下载:
  2. //DMAVR-128的USART串口发送与接收数据示例程序,采用串口1,发送和接收都是中断的方式 //先发送200个FF,然后单片机处于接收状态,接收数据显示在数码管上,电脑发送的数据格式如09,16进制形式-//DMAVR-128 USART serial port to send and receive data sample program using the serial port to send and receive are interrupted// 200 sends th
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2030
    • 提供者:周舟
  1. calcultor

    0下载:
  2. 用C51制作4*4的计算器仿真,显示用的是lcd1062.其中10及其以上的用的是16进制的ABCDEF表示-C51 produced 4* 4 calculator simulation, display lcd1062. 10 and above is hexadecimal ABCDEF
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:47334
    • 提供者:xuzhenhua
  1. sramright

    0下载:
  2. 控制SRAM的读写; 向SRAM中写入12个数据,这12个数据由助教随机给出; 当按下4×3键盘上的按键时,读出对应的数据,并显示在七段数码管上; SRAM为16位,用16进制表示为4位字符,对应4个七段数码管; -Control SRAM read and write write to the SRAM 12 data, the 12 random data is given by the TA when you press the 4 × 3 keys on the ke
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:1605
    • 提供者:李峰
  1. sy1(1)

    0下载:
  2. 每按一次按键,累计按键次数并通过LED显示出来,且采用16进制计数。-Each time you press the button, the cumulative number of keystrokes and through the LED display and hexadecimal count.
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:15838
    • 提供者:钟建新
  1. Infrared-receiving-timer

    0下载:
  2. 标题: NEC红外线接收解码程序引用定时器 效果: 运行程序,按遥控器按键,在数码管上显示相应的地址码-控制码(以16进制显示) 分两段,前段是地址码,后段为控制码,用点隔开,显示两字节,忽略反码-Title: NEC infrared receiver decoder program reference timer effect: run the program, press the button of the remote control, digital display cor
  3. 所属分类:SCM

    • 发布日期:2017-12-02
    • 文件大小:9901
    • 提供者:苏楠
  1. Infrared-receiving-delay

    0下载:
  2. 标题: NEC红外线接收实验引用延时 效果: 运行程序,按遥控器按键,在数码管上显示相应的地址码-控制码(以16进制显示) 分两段,前段是地址码,后段为控制码,用点隔开,显示两字节,忽略反码-Title: NEC infrared receiver the experimental reference delay effect: run the program, press the remote control button on the digital display the co
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:10106
    • 提供者:苏楠
  1. Hex-conversion

    0下载:
  2. 各种进制间的转化函数,二进制和10进制,16进制,bcd码等的转化-Conversion of conversion functions between various hex, binary, decimal, hexadecimal, bcd code, etc.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:2702
    • 提供者:menglinglei
  1. cnt16

    0下载:
  2. 含同步置零异步预置数功能的16进制计数器的VHDL实现,程序尽量简化,无冗余-16 counter VHDL implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-14
    • 文件大小:269056
    • 提供者:邱陈辉
  1. CRC

    0下载:
  2. 可以实时的计算出CRC校验码的代码,便于验证通信中数据的CRC码支持16进制-CRC code in real time to calculate the CRC checksum code easy to verify that the communication of data to support hexadecimal
  3. 所属分类:SCM

    • 发布日期:2017-12-06
    • 文件大小:702
    • 提供者:冷号
  1. led7yima16

    0下载:
  2. 7段显示译码器的驱动,显示16进制数值,进制可调。-7-segment display decoder driver, display the hexadecimal value hex adjustable.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-07
    • 文件大小:174881
    • 提供者:zwl6600233
  1. matkey

    0下载:
  2. 单片机处理从外接矩阵键盘处获得的键值并转化为一个16进制数-SCM process to get the key from the external matrix keyboard into a hexadecimal number
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:5486
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com