搜索资源列表
TextExchangeSrc12源代码
- 本软件用于将文本的字符串转换为 Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5 之间的互相转换,用于文本查询。转换结果使用十六进制表示。 本软件是一个开放源代码软件,遵循 GPL 协议,版权属于所有开发者共同拥有,对于使用本软件源代码的任何软件,也必须使用 GPL 协议采用开放源代码的方式发布,具体细节请参见 license.txt 。-software for the text string to
CalculateToos
- 一个用c#编写的软件,能够实现字符串、ascii码和Unicode码之间的转换;10进制,2进制、16进制之间的转换;字符穿的MD5加密算法的实现,对于C#的初学者也许会有帮助~
CSharpzhuanhuan
- C#编写的各数值进制转换小程序,外带ASCII转换。-C# prepared by the hex conversion of the value of small programs, take-ASCII conversion.
CodeSW
- ASCII码和UCS2编码转换器,包含中文转码-ASCII code and UCS2 encoding converter, including Chinese transcoding
main
- 本例表明了上述赋值运算中类型转换的规则。a为整型,赋予实型量y值8.88后只取整数8。x为实型,赋予整型量b值322, 后增加了小数部分。字符型量c1赋予a变为整型,整型量b赋予c2 后取其低八位成为字符型(b的低八位为01000010,即十进制66,按ASCII码对应于字符B)。-This example shows the assignment operator in the above-mentioned type conversion rules. a as integer, y giv
trans
- 汉字与16进制字符串互相转换 封包后转ASCii字符! c#.net代码 csharp代码 -Hexadecimal string of 16 characters each converted packet switch back ASCii characters! c#. net source code csharp
Unicode2ASCII_CSharp
- 实现Unicode至ASCII编码转换的小程序,可以作为工程的一个模块。-Unicode to ASCII encoding to achieve a small program that can work as a module.
JZZH
- 十进制、二进制、八进制、十六进制互相转换。十六进制与ASCII码互相转换-Decimal, binary, octal, hexadecimal interchangeable. Hexadecimal and ASCII code conversion
ascii
- ASCII 字符串转换。 压缩包,打开直接编译,无任何控件。 仅供相互学习。-ascii string change .
asclltest
- ASCII字符转换工具,可以将字符串转换成ASCII工具-ASCII character conversion tool that can convert a string into ASCII Tools
mySerial
- 一个基于C#的新手练手的串口助手程序,包括十六进制和ASCII等转换功能-A simple serial assistant in C#
SerialComTest
- 通过C#编程,可以自动获取串口,之后通过CRC校验,之后进行对数据进行ASCII或者HEX码进行转换,从而实现了所需发送或接受的数据类型。-By C# programming, you can automatically get the serial, followed by the CRC, followed by the data in ASCII or HEX code conversion, in order to achieve the desired type of data sen
ReadBinaryFile
- 实现了将二进制文件转换成十进制文件,多人称赞-binary to ASCII
FileConverterFileCodeConvert
- 用来转换文本文件的编码格式,如ascii转utf8等,解决文本文件找开乱码的问题,程序会自动识别文件的编码,并按用户的要求转换成指定编码-Used to convert text file encoding format, such as utf8 ascii transfer etc., to solve opened garbled text file to find the problem, encoding program will automatically recognize the
C# 图片转ASCII码
- 编程作业,用于大学生C#课程等地方,最常见的图片源码转换,节约课余时间