搜索资源列表
TextExchangeSrc12源代码
- 本软件用于将文本的字符串转换为 Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5 之间的互相转换,用于文本查询。转换结果使用十六进制表示。 本软件是一个开放源代码软件,遵循 GPL 协议,版权属于所有开发者共同拥有,对于使用本软件源代码的任何软件,也必须使用 GPL 协议采用开放源代码的方式发布,具体细节请参见 license.txt 。-software for the text string to
uft8
- UTF-8文件转成ANSI ASCII文件VB6和C#代码示例-UTF-8 files into ASCII document ANSI VB6 and C# code examples
SMTPDemo
- SMTP (Simple Mail Transfer Protocol) : 电子邮件从客户机传输到服务器或从某一个服务器传输到另一个服务器使用的传输协议。 SMTP 是请求/响应协议,命令和响应都是基于ASCII 文本,并以CR 和LF 符结束。响应包括一个表示返回状态的三位数字代码。-SMTP (Simple Mail Transfer Protocol) : E-mail transmission from the client to the server or from a server
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
qd
- 本例要求判别键盘输入字符的类别。可以根据输入字符的ASCII码来判别类型。由ASCII码表可知ASCII值小于32的为控制字符。 在“0”和“9”之间的为数字,在“A”和“Z”之间为大写字母, 在“a”和“z”之间为小写字母,其余则为其它字符。 这是一个多分 支选择的问题,用if-else-if语句编程,判断输入字符ASCII码所在的范围,分别给出不同的输出。例如输入为“g”,输出显示它为小写字符。 -Requirements in this case determine the typ
trans
- 汉字与16进制字符串互相转换 封包后转ASCii字符! c#.net代码 csharp代码 -Hexadecimal string of 16 characters each converted packet switch back ASCii characters! c#. net source code csharp
game_Src
- 大家好,今天还是继续给大家带来C#的编程,利用C#写一个打字游戏,美化下 功能多增加点,也许还可以骗骗女孩子的欢心呢。哈哈!不说废话了 先看看程序如何 ,然后我们在分析,分析好了在开始设计,最后写代码。一步一步来。由于语音教程,就不多打字了! 由一个时钟来控制字母掉下来的状态。timer 97 ascii码 对应小写字母a 英文单词26字母 97+26=123 a-z-Hello, everyone, today or continue to give us C
ASCII
- common asc code view file-asc code
Rrenpinjisuanqi
- 一项娱乐与休闲的游戏软件,只供参考的,算法相当简单,就是求ASCII码和然后除以100求于而得-An entertainment and leisure game software, for reference only, the algorithm is quite simple request, and then divided by 100 ASCII code in the derived demand
ASCII
- 程序员编程的时候可能会去查ASCII码对照表,所以给给出次资源!-When the programmer may be programmed to check ASCII code table, so to give time resources!
EncodeTest
- C#语言中ASCII和Unicode编码的不同之处比较,利用源码实现其不同之处。-C# language in the ASCII and Unicode-encoded difference comparison, the use of source code to achieve their differences.
ASCII
- C#大写及小写字母的ASCII码对照,我是C#初学者,希望对需要的人有帮助-C# uppercase and lowercase letters of the ASCII code control, I am a C# beginner, want to help people in need
ASCII
- ASCII码查询软件,可以查询任意字符的ASCII码。-ASCII code to query the software, you can query any character' s ASCII code.
JZZH
- 十进制、二进制、八进制、十六进制互相转换。十六进制与ASCII码互相转换-Decimal, binary, octal, hexadecimal interchangeable. Hexadecimal and ASCII code conversion
TOOL
- 用C#编写的小工具软件,校验值计算工具,可以计算校验和、FCS校验,可以将ASCII码转成十六进制数据显示。-Check value calculation tool, can calculate the checksum, FCS check, ASCII code can be converted to sixteen hexadecimal data display.
Ascii-code
- 包括ascii码源码,用此源码可以生成任何字符相对应的ascii码。-ascii code
fyG26
- Battle Over Cities,有关图的最短路径的,小数据测试无误,大数据会有BUG-Output ASCII code 128
c--ASCII
- 所有的ASCII码都可以用“\”加数字(一般是8进制数字)来表示。而C中定义了一些字母前加 \ 来表示常见的那些不能显示的ASCII字符,如\0,\t,\n等,就称为转义字符,因为后面的字符,都不是它本来的ASCII字符意思了。-All ASCII code can be represented by " \" plus the number (typically 8 hexadecimal numbers). And C is defined in a number of l
Morse-Code
- Morse Code编码器,把字符串编成莫尔斯码-Morse Code encode AScII