Welcome![Sign In][Sign Up]
Location:
Search - hex bcd

Search list

[Other resourcehex-bcd

Description: 一段二进制转压缩BCD(我认为是好东东,请认为好的跟贴)-a binary switch compression BCD (I think this is good Dongdong, that the latest good)
Platform: | Size: 1444 | Author: 任波 | Hits:

[Embeded-SCM Developbcdh

Description: bcd 转hex-bcd to hex
Platform: | Size: 2341 | Author: 何峰 | Hits:

[Other resourcebcdtohex

Description: arm的BCD转HEX,HEX转BCD的汇编程序-arm of the BCD switch HEX, HEX BCD to the compilation process
Platform: | Size: 936 | Author: fp | Hits:

[assembly languageBCD-HEX-BIN

Description: 几种码制之间的转换 BCD HEX BIN
Platform: | Size: 948 | Author: gxay2000 | Hits:

[assembly languageHEX-BCD.ZIP

Description: BCD转HEX的51单片机原代码,已经在AT89C51开发台平上调试通过了
Platform: | Size: 1177 | Author: 陈工 | Hits:

[Other resourcebcd

Description: 进行单字节HEX 到 bcd码的数制转换功能,
Platform: | Size: 9050 | Author: denghuayong | Hits:

[SCMBCD转换成HEX

Description: BCD转换成HEX
Platform: | Size: 1277 | Author: LYNN8299 | Hits:

[Embeded-SCM Developbcdh

Description: bcd 转hex-bcd to hex
Platform: | Size: 2048 | Author: 何峰 | Hits:

[SCMBCD2HEX互换

Description: 单片机编程的bcd码和hex码的互换,BCD2HEX 例子: c=BCD2HEX(0x255) //255 转成HEX为0xff c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255)// 255 to HEX conversion c = 0xff HEX2BCD (0xff)// 0xff conversion of 255 BCD
Platform: | Size: 1024 | Author: 张天河 | Hits:

[SCMbcd_conv

Description: convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o ASCII resp. BCD 3.From binary to Hex-ASCII Bin _Bcd.c : uchar BcdToBin (uchar val) uchar BinToBcd (uch ar val)
Platform: | Size: 5120 | Author: jack | Hits:

[SCMhex-bcd

Description: 一段二进制转压缩BCD(我认为是好东东,请认为好的跟贴)-a binary switch compression BCD (I think this is good Dongdong, that the latest good)
Platform: | Size: 1024 | Author: 任波 | Hits:

[SCMcode_change

Description: 单片机编成中常用的几种码制转换BCD,HEX,BIN-SCM organization of several kinds of BCD code system conversion, HEX, BIN
Platform: | Size: 1024 | Author: 张强 | Hits:

[ARM-PowerPC-ColdFire-MIPSbcdtohex

Description: arm的BCD转HEX,HEX转BCD的汇编程序-arm of the BCD switch HEX, HEX BCD to the compilation process
Platform: | Size: 1024 | Author: fp | Hits:

[MacOS developeasy51

Description: 123456uyygbb温度传感器ds1820 的汇编程序     晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------读出转换后的温度值 GET_TEMPER: SETB DQ 定时入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在则返回 S22:LCALL DELAY1 MOV A,#0CCH 跳过ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 发出温度转换命令 LCALL WRITE_1820-Ds1820 temperature sensor 123456uyygbb the assembler crystal: 12MTEMPER_L EQU 36HTEMPER_H EQU 35HTEMPER_NUM EQU 60HFLAG1 BIT 00HDQ BIT P3.3AAA: MOV SP,# 70HLCALL GET_TEMPERLCALL TEMPER_COVLJMP AAANOP read out the converted temperature value GET_TEMPER: SETB DQ regularly import BCD: LCALL INIT_1820JB FLAG1, S22LJMP BCD if DS18B20 does not exist is returned S22: LCALL DELAY1MOV A,# 0CCH Skip ROM matching 0CCLCALL WRITE_1820MOV A,# 44H issued a temperature conversion command LCALL WRITE_1820
Platform: | Size: 836608 | Author: myyao | Hits:

[assembly languageBCD-HEX-BIN

Description: 几种码制之间的转换 BCD HEX BIN-Several code system conversion between BCD HEX BIN
Platform: | Size: 1024 | Author: gxay2000 | Hits:

[Windows DevelopDDS_c

Description: 几个DDS程序 1.同步协议一般在时钟下降沿写数据,时钟上升沿读数据。 很多情况先发最高位 2。异步协议很多情况先发低电平。 3.bcd码转16进制数实际上就是把0x17(bcd)转成17(十进制),十六进制0x11) 4。16进制转bcd就是如0x11 转成17(十六进制00010111,0x17)-Several DDS 1. Synchronization Protocol generally write data clock falling edge, the clock rising edge of read data. Many cases the first maximum bit 2. Asynchronous agreement in many cases low-level first. 3.bcd code switch 16 is actually the hexadecimal number 0x17 (bcd) into 17 (decimal), hexadecimal 0x11) 4. 16 hex bcd is transferred into 17, such as 0x11 (hexadecimal 00010111, 0x17)
Platform: | Size: 6144 | Author: 青铜 | Hits:

[assembly languageHEX-BCD.ZIP

Description: BCD转HEX的51单片机原代码,已经在AT89C51开发台平上调试通过了-BCD to HEX 51 Singlechip the original code has been developed in Taiwan Ping AT89C51 debugging adopted
Platform: | Size: 1024 | Author: 陈工 | Hits:

[SCMbcd

Description: 进行单字节HEX 到 bcd码的数制转换功能,-For single-byte HEX Code to bcd conversion of a number of system functions,
Platform: | Size: 168960 | Author: denghuayong | Hits:

[SCMhex-bcd

Description: bcd码转换,用于将4位2进制码转为7位BCD码子函数-bcd code conversion, for the 4 2 hexadecimal code BCD to seven different function
Platform: | Size: 1024 | Author: gtm | Hits:

[OS programCNV

Description: conversion from hex to ascii, ascii to hex, hex to bcd etc..enjoy
Platform: | Size: 1024 | Author: nilesh | Hits:
« 12 3 4 »

CodeBus www.codebus.net