搜索资源列表
commtest
- E语言串口调试源码,中文编程语言,支持ASCII和十六进制转换,支持modbus RTU-E language serial debugging source code, Chinese programming language that supports ASCII and hex conversion, support modbus RTU
U2A
- 自己写的一个函数,作用:将十六进制的char字符串转换成宽字符中文,然后自己再uincode转ascii就可以转成中文输出了。-Writing a function of their role: to be the char hex string into a wide English characters, then their re-ascii on uincode turn can be transformed to the output of the English.
ConvertHex16
- 十六进制,中文互转,请尝试下吧 第一次发布程序,想换个资料-Hexadecimal, Chinese conversion, try under the bar first release procedures, would like to change under the next information
ChineseToHex
- 中文字符与十六进制互转,很实用的小工具。VB的源码,觉得需要就下载-Chinese characters with the hexadecimal Hu Zhuan, very useful gadget. VB source code, felt the need to download the
CharToUnicode
- 用MFC编写的。1.可以将字符(包括中文和英文)和Unicode相互转换。2.将正整数转化为八进制、二进制、十进制、十六进制。3.键盘钩子,根据按键,显示字符、ACS码值、二进制数值。编译环境VC++6.0,系统:windows xp SP3-Written in MFC. Can characters (including Chinese and English) and Unicode conversion. (2) a positive integer into octal, binary
ln113709
- 易语言源码分享。希望更多的朋友了解易语言。源码名称:字节集到十六进制文本.zip。体验中文编程-Easy language source code sharing.Hope more friends to understand easy language.Source Name: bits set to sixteen hexadecimal text. Zip.Chinese programming experience
ChineseCode
- 中文验证码源码,C#完美实例,自带判断模块,下面简要说一下本中文验证码的实现思路:获取GB2312编码页(表),调用函数产生4个随机中文汉字编码,根据汉字编码的字节数组解码出中文汉字,生成随机生成器,清空图片背景色,画图片的背景噪音线,画图片的前景噪音点,画图片的边框线。 CreateCode函数在汉字编码范围内随机创建含两个元素的十六进制字节数组,每个字节数组代表一个汉字,并将 四个字节数组存储在object数组中,参数:strlength,代表需要产生的汉字个数。每循环一次产生一个
161004cothv00cc27wm7yy
- 1、可选字符发送和HEX发送 2、可选字符显示和HEX显示 3、用于串口调试,支持常用的110-256000波特率,能设置端口参数 4、能以字符或十六进制收发数据,真正支持中文字符的收发 5、支持文件数据的发送 6、允许设置发送周期,自动发送数据-1, the optional send and HEX characters 2, the optional display and HEX characters 3, for a serial port debuggin
chuankou
- 软件概况 一个很好而小巧的串口调试助手,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符(包括中文),可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。 硬件连接方面,传统台式PC机支持标准RS232接口,当下带有串口的PC很少见,
ChineseToHex
- 中文字符与十六进制互转,很实用的小工具。VB的源码,觉得需要就下载-Chinese characters with the hexadecimal Hu Zhuan, very useful gadget. VB source code, felt the need to download the
中文验证码
- c#编写。调用函数产生4个随机中文汉字编码。根据汉字编码的字节数组解码出中文汉字 。 定义一个字符串数组储存汉字编码的组成元素。 产生一个含两个元素的十六进制字节数组,并将其放入bject数组中。 每个汉字有四个区位码组成 ,区位码第1位和区位码第2位作为字节数的第一 个元素,区位码第3位和区位码第4位作为字节数组第二个元素。然后进行 输入判断。(C# write. The calling function produces 4 random Chinese character co