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

搜索资源列表

  1. ConvertToHex

    0下载:
  2. 将打印文件转换为十六进制文件,LPC2220打印该文件可实现打印-to print documents to hexadecimal documents, LPC2220 Print the document can be realized Print
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:31.43kb
    • 提供者:muzixuan
  1. ASS58N

    1下载:
  2. 把格雷码转换成十六进制的C语言程序,用来读取编码器的值-Gray code put into hexadecimal C Programming Language, used to read the value encoder
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:际云
  1. SPI

    0下载:
  2. LPC2124 SPI接口控制LED数码管显示0-F字符,同时控制4个LED显示对应的十六进制程序,包括PROTEUS仿真电路。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-17
    • 文件大小:248.63kb
    • 提供者:龚剑
  1. ch5_MiniPrint

    0下载:
  2. avr下最小化的printf函数,可以输出八进制与十六进制数值。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:991byte
    • 提供者:hot
  1. Intf

    0下载:
  2. 用于将两个两字节十六进制数据转为浮点数后进行乘除加法运算-for two to two-byte hexadecimal data to float after multiplication and division operations Adder
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:3.18kb
    • 提供者:阿颖
  1. LED

    0下载:
  2. LPC2106的裸机程序控制LED数码管显示0-F字符,同时控制4个LED显示对应的十六进制。-LPC2106 bare metal process control LED digital display 0-F characters, simultaneous control of four LED display the corresponding hexadecimal.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:71.31kb
    • 提供者:何情
  1. ADI20110602OK

    0下载:
  2. 获取心电数据,其中包含了算法,输出十六进制数据。-Get ecg data, including algorithm, the output hex data.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:62.18kb
    • 提供者:ldm
  1. ECOMV260

    0下载:
  2. ecom串口助手是一款带CRC计算的串口(RS232)调试软件。由我爱IC导航网工作室开发(http://www.52ic.net/)。 ecom串口助手支持常用的110 ~ 921600bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发 送任何数据或字符(包括中文),能发送任意大小的文本文件,可以任意设定自动发送周期,并能将接收数据保存成 文本文件。带有文件或数据串的ModebusCRC16校验、CRC16校验、累加和校验、异或校验,ModebusLRC
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1.22mb
    • 提供者:白桦
  1. xianshi-number

    0下载:
  2. 显示数字的单片机程序,能够显示0到f的十六进制数字,每秒跳变一次-number
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:10kb
    • 提供者:冯军
  1. text

    0下载:
  2. 十六进制数据倒置,一个十六进制数据,全部取反,转换成十六进制数据-Hexadecimal data inversion, a hexadecimal data, all negated, converted to hexadecimal data
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-30
    • 文件大小:183.46kb
    • 提供者:fengxiaode
  1. BIN2HEX

    2下载:
  2. 二进制文件转换成十六进制文件的工具(超过64k)-Binary file into a hex file tool (over 64k)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:11kb
    • 提供者:liu
  1. chuankou

    0下载:
  2. 在单片机与个人PC之间进行串口传输,使在串口助手上输入值可以输出相应的字符或十六进制数字-n SCM and PC serial transmission between individuals, so that in the serial assistant on the input values can output the corresponding characters or sixteen hexadecimal numbers
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-26
    • 文件大小:15.37kb
    • 提供者:徐培彦
  1. AN_SPMC75_0204

    0下载:
  2. 利用SPMC75制作十六进制数据到BCD码转换,全带代码以及测试程序-Use SPMC75 production of hexadecimal data to BCD conversion, with code and testing procedures
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-01
    • 文件大小:87.76kb
    • 提供者:菠菜
  1. Serial-communication

    0下载:
  2. 以16进制发送一个0-65535(两字节)数据之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。 //选择单片机串口方式1时,有效数据位只有8位(二进制)65535转化为二进制需要16位(且16位全为1),换为十六进制也就是4位。串口助手一次发送都是二位十六进制数发送的。由于这些原因,我们需要分两次传送数据。先传16进制的前两位,再传后两位。 -Serial communication
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-17
    • 文件大小:4.52mb
    • 提供者:王明
  1. JMY6xxMACH-of-UART

    0下载:
  2. *功能:写十六进制数据0x01则的MIFARE1卡4号区块为0x0F 初始化块5的钱包,来增加或减少-* Function: Write hex data MIFARE1 card is the 4th block 0x01 0x0F for wallets initialization block 5, to increase or decrease
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:12.75kb
    • 提供者:王强
  1. main

    0下载:
  2. 矩阵键盘实验。数码管使用P0,键盘使用P3.0、P3.1、P3.2、P3.3。按矩阵键盘分别显示在数码管上面显示十六进制的0到F。-Matrix keyboard experiments. Digital control using P0, keyboard P3.0, P3.1, P3.2, P3.3. Matrix keyboard are displayed in hexadecimal 0 to F. In the above digital
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:adweft
  1. main

    0下载:
  2. 动态显示数码管实验。数码管连接到P0,P2.2,P2.3,P2.4键盘连接到P1。按矩阵键盘分别显示在数码管上面显示十六进制的0到F。-Dynamic display digital tube experiments. Digital tube connected to the P0, P2.2, P2.3, P2.4 keyboard connected to P1. Matrix keyboard are displayed in hexadecimal 0 to F. In the ab
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:adweft
搜珍网 www.dssz.com