搜索资源列表
十六进制察看和编辑程序(HEX-VIEW)
- HEX-VIEW是一个十六进制察看/编辑程序,虽然还不完善,但毕竟是一个可以运行的版本了,编写这个程序的目的是想深度探索处理过程。程序界面显示文件的每一个十六进制,ascii码,二进制和十进制字节。十六进制地显示在左侧,分十八列,对应的ascii码值显示在右侧。二进制和十进制值地显示可选。本程序用turbo c++3.1开发。用其它与dos兼容的编译器应该可以编译,但没有测试过。-HEX-VIEW is a hexadecimal probation / editor, while not pe
The-decimal-turn-hex
- 十进制数值转换成是十六进制,如果要八进制转十六进制一样简单,把那个 d写成 o,输入八进制数就可以了。-Octal value is converted to hexadecimal, hexadecimal if you want to switch to decimal as simple to write that d o, enter the decimal number on it.
Rs232sourcecode
- Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested in FPGA Spartan 3 Included files for testing at FPGA - Scan4digit .vhd - to display at 7 sgement display - D4to7 .vhd - Convert HEX decimal to
hextodec
- rogram has a hex to decimal conversion routine, a decimal to ASCII converter, and a 4x40 LCD driver
shift
- 将shift文件编译、连接生成EXE文件后: 1).双击Shift.exe应用程序即可进入; 2).ESC键取消,SPACE键确认 3).进入菜单显示“PLEASE INPUT A NUMBER:(0-6)”模式选择如下: 0:大 写字母转换 小 写字母; 1:小 写字母转换 大 写字母; 2:二 进制转换为 十六 进制; 3:十六 进制转换为 二 进制; 4:十六 进制转换为 十 进制; 5:十 进制转换为 十六 进制; 4
HEX
- 十六進位轉十進位,可輸入十六進位的字串,若有英文字母則用大寫輸入,會將十六進位的字串轉成十進位的字串。-Turn 10 hexadecimal decimal, enter the hexadecimal string, if the letters are in capital input, will be hexadecimal string converted to a decimal string.
format_change
- format changer - hex to decimal - decimal to hex
16to10
- 完成图像数据的十六进制与十进制之间的转化,方便进行图像的显示-The completion of image data between the hex and decimal conversion, to facilitate the display of the images
hex_dec_convert.txt
- c program for MCU to covert number between hex and decimal. Decoder for 7 segment LED with hex or decimal number.
scale
- 可以实现二进制向十进制转换 输出时16进制的 可以用数码管显示-Binary to decimal conversion can be achieved when the 16 hex output LED display can be
huibian5
- 汇编实验:子程序设计。编程实现:十进制到十六进制的转换,显示结果到桌面!-Compilation of test: routine design. Programming: decimal to hex conversion, display the results to the desktop!
EDA
- 十进制到十六进制转换的程序。程序要求从键盘取得一个十进制数,然后把该数以十六进制的形式在屏幕上显示出来。-Decimal to hex conversion program. Procedural requirements to obtain a decimal number from the keyboard, and then the hexadecimal number to be displayed on the screen.
achieve-the-hex-string-to-decimal-
- 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
Ten-turn-hex
- 本软件是16进制转10进制,10进制转16进制-This software is the hex switch to decimal, hex 10 hex switch
Dec2Hex
- Decimal TO Hex Conversion
decimal--binary-transfer
- 非常方便的进制转换程序,能够轻松实现十进制到二进制的转换-Very convenient hex conversion program that can easily decimal-to-binary conversion
decimal-to-hex-or-binary-or-octal
- 十进制转为二,八,十六进制。首先输入一个字符判断要转为几进制,再输入一个十进制的数,转为目标进制-Converted to decimal, octal or hex. First, enter a judgment to be converted to a few decimal character, and then enter a decimal number, into the target hex
float-to-hex
- linux下的十进制float转十六进制源代码-Decimal linux under the float switch hex source code
AsciiToHex
- ASCII码转16进制数,即文本字符转16进制数据,文本以任意非0~9 ,a~z,A~Z分割均可(ASCII code to 16 decimal number, that is, text characters to 16 decimal data, the text to any non 0~9, a~z, A~Z segmentation can be)