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

Search list

[Other resourcebcd_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: 4901 | Author: jack | Hits:

[Windows Develop16进制到Ascii的转化

Description: 本系统是用C++开发的一个小系统,希望大家喜欢啊-a small system writen in c++, hope you will like it!!! Thanks
Platform: | Size: 43008 | 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:

[assembly languageexam_and_homework

Description: 我在汇编课上完成的一些作业(上机常见习题)和汇编课本上的几个例题,常用的输入输出模块,如: 把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;编写从键盘键入0至9中任一自然数x,求其立方值;内存中以BUFFER为首地址的缓冲区有10个非压缩型BCD码形式存放的十进制数,它们的值可能是0~9中的任意一个,将这些十进制数顺序显示在屏幕上等等,-I completed classes in the compilation of a number of operations (on the machine common exercises) and the compilation of textbooks on a few examples of commonly used input and output modules, such as: the compressed storage of BCD code, converted to decimal ASCII code corresponding to the procedure prepared from the keyboard type 0-9 in any natural number x, for the cubic value memory to buffer BUFFER headed Address has 10 non-compression type BCD code stored in the form of a decimal number, their value may be 0 ~ 9 any one of these decimal number sequence displayed on the screen, etc.
Platform: | Size: 854016 | Author: 张某某 | Hits:

[assembly languagecode_transition

Description: 此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换-This document includes a variety of encoding conversion process, such as: binary to BCD code conversion, binary to ASCII code conversion
Platform: | Size: 556032 | Author: Shaban | Hits:

[OS programCNV

Description: conversion from hex to ascii, ascii to hex, hex to bcd etc..enjoy
Platform: | Size: 1024 | Author: nilesh | Hits:

[SCM51rs232io

Description: 单片机对rs232串口读写,接收传来的ascii码,并且将码解析成可以显示的bcd码,根据命令发送存储器或接口的代码,转换成ascii码送出rs232串口。-Rs232 serial port to read and write single-chip, to receive from the ascii code, and code analysis into bcd code that can be displayed, in accordance with an order to send the code memory or interface, to convert ascii code serial rs232 out.
Platform: | Size: 3072 | Author: 罗云高 | Hits:

[VHDL-FPGA-Verilogchoosebcd

Description: 基于vhdl的BCD码转ASCII码的设计,已经经过调试,可直接使用-Vhdl code based on the BCD to ASCII code of the design, debugging has been directly used
Platform: | Size: 1024 | Author: 郭帅 | Hits:

[Other Embeded program1

Description: 利用程序在ROM中设置40个固定数值在41~80的BCD码数据,程序运行时,把该数据块读到片内RAM的20H~47H区间,然后把该数据块变换为BIN码(二进制制)存于片内的48H ~6FH区间,再把BIN数据变换为ASCII码存于片外RAM 0100H ~ 013FH区间。-The use of the program ROM set 40 fixed values in the 41 ~ 80 BCD code data, the program runs, to read the data blocks on-chip RAM-20H ~ 47H interval, and then transform the data block of code for the BIN (binary system ) stored in the on-chip 48H ~ 6FH interval, then transformed into ASCII codes BIN data stored in the off-chip RAM 0100H ~ 013FH range.
Platform: | Size: 4096 | Author: MICHELLE | Hits:

[assembly languageascii-bcd

Description: 可以把ASCII转换为BCD码,即运用汇编将提供的ascii转换为bcd码-ASCII CHANCLANTE TO BCD
Platform: | Size: 1024 | Author: Linge | Hits:

[SCM2

Description: 将一个字节BCD码转换为两个ASCII码 例如10H变成30H和31H 结果放在缓冲区中-BCD code to convert a byte into two ASCII codes such as 30H and 31H 10H into results on the buffer
Platform: | Size: 5120 | Author: tamakiramimy | Hits:

[SCMDOC_V1.1

Description: 松翰子程序库,@DAA 实现DAA 指令 ADD_BCDINC n 字节压缩BCD 加1 MOV_BCD1W n 字节压缩BCD 左移1 位 ADD_BCDNB n 字节压缩BCD 加法 SUB_BCDNB n 字节无符号压缩BCD 减法 MUL_BCDNB n 字节压缩BCD 乘法 DIV_BCDNB n 字节压缩BCD 除法 CHA_NHEXTOMBCD n 字节的HEX 码转换为m 个字节的压缩BCD 码 CHA_1HEXTO2WBCD 1 字节HEX 转换为2 位十进制数 CHA_1HEXTO3WBCD 1 字节HEX 转换为3 位十进制数 CHA_2HEXTO5WBCD 2 字节HEX 转换为5 位十进制数 CHA_4HEXTO10WBCD 4 字节HEX 转换为10 位十进制数 CHA_5WBCDTO2HEX 5 位十进制数转换为2 字节HEX CHA_1HEXTOASCII 1 字节HEX 转换为ASCII 码 CHA_ASCIIT01HEX ASCII 码转换为1 字节HEX ADD_HEX2B 2 字节HEX 加法-Sonix subroutine library, @ DAA DAA instruction ADD_BCDINC n bytes to achieve compression plus 1 MOV_BCD1W n bytes of BCD BCD compressed left a ADD_BCDNB n bytes compressed bytes of BCD addition SUB_BCDNB n unsigned bytes compressed compressed BCD subtraction MUL_BCDNB n BCD BCD multiplication DIV_BCDNB n bytes of compressed HEX division CHA_NHEXTOMBCD n bytes m bytes of code into the compression code CHA_1HEXTO2WBCD 1 byte HEX BCD converted to two decimal CHA_1HEXTO3WBCD 1 byte HEX converted to three decimal CHA_2HEXTO5WBCD 2 HEX byte is converted to 5 decimal CHA_4HEXTO10WBCD 4 bytes of HEX 10-bit decimal number converted to decimal conversion CHA_5WBCDTO2HEX 5 to 2 bytes of HEX CHA_1HEXTOASCII 1 byte ASCII HEX conversion code CHA_ASCIIT01HEX ASCII code is converted to 1 byte HEX ADD_HEX2B HEX 2-byte addition
Platform: | Size: 166912 | Author: 向常俊 | Hits:

[assembly languageK7

Description: 将36位BCD数转换成ASSCII十进制数,以BCDBUFF为首地址的内存区中存有18个字节的组合BCD数,要求转换为相应的36个ASCII十进制数,并依次输出到CRT显示。BCD数存放时,低位在前,高位在后,例如,若BCD缓冲器内容12H,34H,56H,78H,...12H,56H,78H,则要求CRT上依次显示以下36个数字: 785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address memory area there are 18 bytes of BCD number combinations, requiring conversion to the corresponding ASCII decimal 36, and in turn output to the CRT display. BCD number stored, the low front, high in the post, for example, if the buffer content BCD 12H, 34H, 56H, 78H, ... 12H, 56H, 78H, turn on the CRT display is required the following 36 numbers: 785 634. ..... 563,412
Platform: | Size: 1024 | Author: | Hits:

[Crack Hackbcd

Description: 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii code Entrance parameter : 1.ascii code address compressed BCD array address 3.Bcd code byte number Return value: Related to call : Remarks : the Dest address for Len twice
Platform: | Size: 3072 | Author: yhg | Hits:

[OS Developdec-to-bcd

Description: 若在内存的输入缓冲区ASCBUF中,已有若干个用ASCII码表示的十进制数码.要求把它们转换为相应的BCD码,且把两个相邻存储单元的十进制数码的BCD码合并在一个存储单元中,且地址高的放在前四位,存放在BCDBUF区域。-dec to BCD code
Platform: | Size: 10240 | Author: dangligedang | Hits:

[VHDL-FPGA-VerilogASCIIENCODER

Description: DOUBLE DABBLE ALGORITHM FOR BINARY TO BCD/ASCII CONVERSION.
Platform: | Size: 1024 | Author: Cian | Hits:

[assembly languageLAB-4---ASCII---BCD---HEX

Description: ASCII - BCD - HEX. this program convert Ascii to bcd or hex format using asm for microprocesors 8086
Platform: | Size: 3072 | Author: Dmitry | Hits:

[Finance-Stock software systemtlv3

Description: ASCII到BCD的互转、及针对LLVAR\LLLVAR的BCD进行封装长度域、数据域;实现银联TLV的相关组包、解析。-ASCII to BCD' s conversion, and for LLVAR \ LLLVAR encapsulated in BCD length field, data field implement the relevant group CUP TLV packet parsing.
Platform: | Size: 4096 | Author: meng | Hits:

[assembly languageDecimal-ASCII-code-to-BCD

Description: 通过汇编语言实现十进制ASCII码转成BCD码-Through the decimal ASCII code assembly language into BCD code
Platform: | Size: 1024 | Author: Han Xiao | Hits:

[SCM程序员必备所有制码转换

Description: 二进制 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 for the exchange of information in the United States (computer keyboard code) A total of 256 characters per character 8big BCD code (8421) Gray etc.)
Platform: | Size: 206848 | Author: 踏雪飞扬 | Hits:
« 12 »

CodeBus www.codebus.net