搜索资源列表
四字节BCD码转换
- 很小很弱的51单片机的四字节BCD码转换程序不过很多课堂练习可以参考-very weak 51 SCM four byte BCD conversion but many can refer to classroom exercises
二进制到BCD码转换
- 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
51单片机BCD码转换实验
- 51单片机BCD码转换实验
BCD
- 生成BCD码。 Name: BIN3toBCD4 Func:2字节二进制整数--->>BCD码四字节转换(Comped BCD) Input: 3进制数人低字节到高字节存放在内部RAM50H,51H,52h单元中 Output: BCD码人低位到高位分别存放在内部RAM53H,54H,55H,56H单元中 USE: R7-R0, 56H-50H-generation BCD. Name : BIN3toBCD4 Func :
bcd2asc_demo
- 一个码制转换的程序 BCD码转ASC码,功能虽少,但还算好用-a code system conversion process BCD switch ASC codes, although less functional, but rather user-friendly
四字节BCD码转换
- 很小很弱的51单片机的四字节BCD码转换程序不过很多课堂练习可以参考-very weak 51 SCM four byte BCD conversion but many can refer to classroom exercises
二进制到BCD码转换
- 实现BCD码到十进码的转换更多的是那呢感刚的个地方个撒啊 -achieve BCD to 10 yards into the conversion is more then just the flu? Local-spreading ah
一个二进制转换成BCD码的程序
- 可以很好实现一个二进制转换成BCD码的程序-can achieve a good converted into binary code BCD process
BCD-int
- BCD码和16/32位有符号以及无符号整型数之间的转换-BCD and 16/32 bits signed and unsigned integer conversion between the
ctfysj
- 3-8译码器,BCD码转换10进制,计数器-3-8 decoder, 10 BCD switch 229, counter, etc.
ASM_51
- 8个汇编程序,包括进制转换,BCD码转换,中值滤波,浮点数运算等,适合做8位单片机的朋友们。 -eight compilation procedures, including 229 conversion, BCD conversion, filtering, floats, etc., suitable for 8-bit MCU friends.
BCD
- 用单片机实现二进制数转换成十进制数(BCD码)程序-with MCU converted into binary-decimal (BCD) process
BCD
- BCD码转换(源代码) 这是我写的一个用于BCD码转换的小程序。-BCD code conversion (source code) This is one I wrote for BCD Code-switching applet.
wendudeBCDmaxianshi
- 温度的BCD码显示 在0809上显视的是电压值,所以必须将电压转换成温度值。LM35传感器的电压温度特性为“10mV/摄氏度”,经放大电路放大四倍后为40mV/摄氏度,因此对于255来说,每个数代表了20mV,也就是说电压值中的每个00000002代表了温度值中的00000001,由此可编出一张BCD码转换表,此部分程序如下: -Temperature BCD code displayed in the 0809 sign
hex-bcd
- bcd码转换,用于将4位2进制码转为7位BCD码子函数-bcd code conversion, for the 4 2 hexadecimal code BCD to seven different function
pic
- pic子程序集,加减法,BCD码转换,键盘子程序-pic
bcd
- 可以实现任意二进制码到BCD码的转换电路(Can achieve any binary code to BCD code conversion circuit)
程序员必备所有制码转换
- 二进制 ASCII码 八进制 十六进制 特点数位 逢10进1 逢2进1 逢16进1 美国信息交换标准代码(计算机键盘代码) 共256个字符每个字符8big BCD码(8421) 格雷码等(Binary ASCII code Octal number system Hexadecimal Characteristic digit 10 to 1 2 to 1 16 to 1 Standard code
十六进制BCD十进制转换
- 十六进制,BCD码,以及十进制转换,C语言程序(Hexadecimal BCD Decimal Conversion)
4位BCD相加
- 用8086汇编语言实验:字符型数据与数值型数据的相互转换。4位BCD码输入及相加。(Experiment with 8086 assembly language: conversion between character data and numeric data. 4 bit BCD code input and add.)