搜索资源列表
CalculateToos
- 一个用c#编写的软件,能够实现字符串、ascii码和Unicode码之间的转换;10进制,2进制、16进制之间的转换;字符穿的MD5加密算法的实现,对于C#的初学者也许会有帮助~
project1
- 本项目主要完成对局用程控交换机的二进制磁带卸载数据,按照一定的格式要求,转化成标准ASCII码格式并以文本形式输出,然后再经过内存排序后,提供给后续计费模块进行批价处理。-The project was completed for the binary PBX game with tape unload data, according to certain format requirements, into a standard ASCII format Type and output as
CodeSW
- ASCII码和UCS2编码转换器,包含中文转码-ASCII code and UCS2 encoding converter, including Chinese transcoding
qw
- 在液晶上用串行数据通信方式依次显示常用ASCII码-LCD serial data communications on the way followed by shows that commonly used ASCII codes
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
game_Src
- 大家好,今天还是继续给大家带来C#的编程,利用C#写一个打字游戏,美化下 功能多增加点,也许还可以骗骗女孩子的欢心呢。哈哈!不说废话了 先看看程序如何 ,然后我们在分析,分析好了在开始设计,最后写代码。一步一步来。由于语音教程,就不多打字了! 由一个时钟来控制字母掉下来的状态。timer 97 ascii码 对应小写字母a 英文单词26字母 97+26=123 a-z-Hello, everyone, today or continue to give us C
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!
ConsoleAscII
- ASCII 码自增四位算法,初始化AAAA,可以调用自增加1,1,2,3,4,5,6,7,8,9,A,....Z-ASCII increase
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.
c1
- 编写一个程序,要求输入一个ASCII码值(比如66), 然后输出相应的字符(比如输入66,输出B)-input a ASCII value ,output another value
Ascii-code
- 包括ascii码源码,用此源码可以生成任何字符相对应的ascii码。-ascii code
work_5
- 1、使用串行口,每隔一段时间(可以用延时子程序实现),将一个unsigned int型数据,取值12345,拆分成5位ASCII码发送,并在最后添加一个回车符,通过PC端的串口助手软件观察现象;-1, using the serial port, from time to time (delay subroutine can be used to achieve), will be an unsigned int data type, the value 12345, split into fi
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
C# 图片转ASCII码
- 编程作业,用于大学生C#课程等地方,最常见的图片源码转换,节约课余时间