找回密码
 立即注册
邮电通讯系统 2022-06-24 65 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
主要功能:.进制转换:10<-->2,8,16及2<-->16的相互转换,支持小数(适合计算机等级考试基础题)其中10进制支持负数.字符转换:字符转换为10进制(ASCII码)并且可偏移ASCII码,及16进制及其逆操作。转换为10进制的双字节字符(例如汉字)有:正数、负数、字节分离三种表示方法支持加入前置及后置字符,可轻松组合出UTF-8编码等字符.键盘码的查询:以10和16进制显示键盘按键对应编码,可作为编程方面的查询工具。.编码转换:字符及Base64编码的互转,且可自定义密钥,以达到简单字符加密.子网划分辅助:即IP地址十进制与二进制的相互转换,以及二进制的与、或、取反操作附加工具:.ASCII表:0-127的ASCII表,以2、8、10、16及HTML分别表示.简化计算器:四则运算、乘方、开方、阶乘。大部分功能支持通过键盘按键直接计算.字符统计及替换:字符替换,字符串的统计(数字、字母、双字节、空格)部分功能详细操作方法及要领:1.在字符转换界面,可直接用鼠标拖选中待转换字符即使之“高亮”,释放的同时将在提示字符及下面的状态栏中直接显示ASCII值及其十六进制值。方便转换多个字符时查看具体某个字符!2.关于进制转换:其中10进制转为其他进制时支持负数操作,但需要注意的是不要同时进行负数与小数的操作,例如-10.5的操作是不允许的。原因是我也不知负小数如何进行转换^_^3.关于字符转ASCII码的偏移:例如输入AB转换的ascii值为6566当偏移加32时,ascii值变为9798注意:该功能不支持累加操作4.字符转ASCII(即字符的十进制):其中字符转换为ASCII码中,如果字符为双字节(例如汉字)可选择:正数、负数或者字节分离三种表示方式利如汉字"中"正数:54992负数:-10544字节分离:214,208注意:如果包含汉字字符,且选了负数或字节分离表示方式,请不要使用"-"或","来作为前、后置符,以免逆操作时引起错误5.ASCII转字符:就是上面的逆操作,这时只要输入对应的ASCII码就能转换为字符说明:1.由于本程序有判断功能,所以可不用选择汉字表达方式,即您输入54992或-10544或214,208都能转换为汉字"中"2.如果进行待逆操作的ASCII码包含分隔,请必须在前置和后置符框输入对应字符例如:%-15133;%-17725;想逆向转为字符,须在前置符填入%后置符填入;%-15133%-17725则前置符填入%后置符输入空格注意要转为字符的对应数值一定有要间隔符例如:%-15133%-17725是没法进行转换的,而应该像上面一样改为%-15133%-17725即间隔至少(默认)为空格符字符转换为十六进制及其逆操作与上面基本相同说明:例如在前置符加了%即可求UTF-8值6.“进制转换”与“字符转换”都具有转为十六进制的操作,有何不同?答:“进制转换”只能转换数值型,而“字符转换”是把该字符串一位一位分别当作字符来转换!7.关于子网划分辅助的使用:在这里给予一段(黑客X档案中)如何利用子网掩码得到网络、主机地址的文章节选:如下:如何用子网掩码得到网络、主机地址(1)将IP地址与子网掩码转换成二进制;(2)将二进制形式的IP地址与子网掩码做“与”运算,将答案化为十进制便得到网络地址;(3)将二进制形式的子网掩码取“反”;(4)将取“反”后的子网掩码与IP地址做“与”运算,将答案化为十进制便得到主机地址。提示:在填写IP地址时按空格键焦点可跳到一下节!8.关于简单计算器:支持键盘直接操作,即可免用鼠标进行四则运算本资料共包含以下附件:
ASCII及进制转换....

(Main functions: Hexadecimal conversion: 10& amp; lt;--& amp; amp; gt; 2,8,16 and 2& amp; lt;--& amp; amp; gt; 16 mutual conversion, support decimals (suitable for computer grade examination basic questions), in which decimal support negative numbers Character conversion: characters are converted to decimal (ASCII) and can be offset from ASCII, and hexadecimal and its inverse operation. The double byte characters (such as Chinese characters) converted to hexadecimal include positive number, negative number and byte separation. It supports the addition of pre and post characters, and can easily combine UTF-8 encoding and other characters Query of keyboard code: the corresponding codes of keyboard keys are displayed in 10 and hexadecimal, which can be used as a query tool for programming Code conversion: character and Base64 code can be converted to each other, and the key can be customized to achieve simple character encryption Auxiliary subnet Division: i.e. the conversion between decimal and binary IP addresses, as well as the binary and, or, inversion operation additional tools: ASCII table: ASCII table of 0-127, represented by 2, 8, 10, 16 and HTML respectively Simplified Calculator: four operations, power, square, factorial. Most functions support direct calculation through keyboard keys Character statistics and replacement: character replacement, string Statistics (numbers, letters, double bytes, spaces) part of the function detailed operation methods and Essentials: 1 In the character conversion interface, you can directly drag the mouse to select the character to be converted even if it is "highlighted". When released, the ASCII value and its hexadecimal value will be directly displayed in the prompt character and the status bar below. It is convenient to view a specific character when converting multiple characters! 2. about hexadecimal conversion: negative numbers are supported when hexadecimal 10 is converted to other hexadecimals, but it should be noted that negative numbers and decimals should not be operated at the same time. For example, the operation of -10.5 is not allowed. The reason is that I don't know how to convert negative decimals^_^ 3. about the offset from character to ASCII code: for example, the ASCII value of AB conversion is 6566. When the offset is increased by 32, the ASCII value becomes 9798. Note: this function does not support the accumulation operation 4 Character to ASCII (i.e. decimal system of characters): the characters are converted into ASCII code. If the characters are double bytes (such as Chinese characters), you can select three representation methods: positive number, negative number or byte separation, such as Chinese characters & amp; quot; Medium & amp; quot; Positive number: 54992 negative number: -10544 byte separation: 214208 note: if Chinese characters are included and negative number or byte separation representation is selected, please do not use & amp; quot;-& amp; amp; quot; Or & amp; quot;,& amp; amp; quot; To be used as pre and post characters to avoid errors caused by reverse operation. 5 ASCII to character: This is the reverse operation above. At this time, as long as the corresponding ASCII code is input, it can be converted to character description: 1 Since this program has the judgment function, you do not need to select the Chinese character expression, that is, you can convert it into Chinese characters by entering 54992 or -10544 or 214208 & amp; quot; Medium & amp; quot; 2. if the ASCII code to be reversed contains separation, you must enter the corresponding characters in the pre and post character boxes, for example:%-15133;%- 17725; If you want to convert to characters in reverse, you must fill in% with the leading character and% with the trailing character;%- 15133%-17725 the leading character is filled with% and the trailing character is filled with spaces. Note that the corresponding value to be converted to characters must have a space character. For example:%-15133%-17725 cannot be converted, but it should be changed to%-15133%-17725 as above, that is, the space character is at least (by default) converted to hexadecimal and its reverse operation is basically the same as the above description: for example, the UTF-8 value 6 can be obtained by adding% to the leading character Both "hexadecimal conversion" and "character conversion" have the operation of converting to hexadecimal. What is the difference? Answer: "base conversion" can only convert numeric type, while "character conversion" converts the string bit by bit as characters! 7. use of subnet partition assistance: here is an excerpt from an article (in the hacker x file) on how to use the subnet mask to obtain the network and host addresses: as follows: how to use the subnet mask to obtain the network and host addresses (1) convert the IP address and subnet mask into binary system; (2) The binary IP address and subnet mask are "and" operated, and the network address is obtained by converting the answer to decimal; (3) Set the subnet mask in binary form to "negative"; (4) The "and" operation is performed on the subnet mask and IP address after the "inverse" is taken, and the host address is obtained by converting the answer to decimal. Tip: press the space bar when filling in the IP address to skip to the next section! 8. about the simple calculator: it supports the direct operation of the keyboard, which can avoid the use of the mouse for four operations. This data contains the following attachments:
ASCII and hexadecimal conversion)

[下载]13432810195.rar




上一篇:IIS 5.1独立中文安装版(Part2)
下一篇:ADSL帐号密码查看工具