搜索资源列表
ihex.zip
- This program will dump a block of program code to the 8051 serial port in Intel HEX format. It was a quick and nasty hack to fulfill a need, however it includes a good checksum calculation routine, which is nice. For simplicity, this program dumps I
Myrece3.0
- F206串口收发程序,内含16进制和字符数据的相互转换-F206 serial transceivers procedures, containing 16 characters in hex and data conversion
com-test
- 测试串口程序,包括收发信息,16进制机制-a program which can test series, include sending and receiving message, hex mechanism
TcpTestServer
- 报文分析器,将收到的报文分16进制和ASCII码分别显示,便于调试通讯程序-Packet Analyzer, will receive the text of the report 16 hours in hex and ASCII, respectively, to facilitate the communication process debugging
BigCalcXP2.0
- 从事数学计算或是软件开发的人,都会遇到这样一个问题。如果两个极大整数做各种运算,经常会因为数据太大导致溢出,而无法得到正确结果。大整数计算器正好为您解决此方面的烦恼。它理论上是支持无限位数的10进制和16进制整数的各种运算,当然这主要还是取决于使用者的机器运算速度。程序本身没有豪华界面,因为作为一个数学计算类的软件,那只会过多地占用系统资源,就运算速度来说有害无益。希望它能给您帮助!-mathematical calculation or engaged in the development o
c8051f020_8563
- c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1
leon3-altera-ep2s60-ddr
- This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOT
hexedit_20070930
- 16进制HEX编辑器DELPHI控件源码。
WinHex_14.2_SR3_cngreen
- 建议使用WinHex,各种方向、格式的转换通吃 打开文件 工具栏上 Convert, Intel HEX -> Binary 或者(汉化版) 转换,Intel 16进制 -> 二进制 保存,搞定。
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装……
VBcrc16
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
int16-to-hex-string
- 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
jinzhizhuanhuan
- 10进制转16进制,16进制转10进制,转2进制,串口发送数据并接受返回-10 hex to 16 hex, 16 to 10 hex, to 2 hex, serial port to send data and receive return
DrawCircle
- 连接UDP接收16进制数据并在界面上画圆-Connect UDP to receive 16 hex data and draw a circle on the interface
ShowTag
- 接收UDP16进制数据在界面上绘制出位置-Receives the UDP 16 hex data to draw the position on the interface
FYTXvisa
- 实现串口读写功能。其中读取需要增加读取显示出16进制格式,如1A 2C 3D 5F-Serial read and write function. Which read the need to increase the read display out of 16 hex format, such as 2C 3D 5F 1A...
num2arr
- 读取二进制文件,转换成相应字节,图形化输出(translate bin-type to hex-type.Give information about attitude)
16进制加减计数器
- 16进制加、减计数器,用两个数码管显示(0-15)(hex add/sub counter(show 0-15))
char-string-to-HEX
- 将字符串转变为16进制数,可以直接工程应用(Converting a string to a 16 hexadecimal number can be used directly for engineering applications)
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)