搜索资源列表
labview 字符串转换
- labview字符串转换函数
16-10
- 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging w
十进制整数相互转换
- 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换,对数值运算和运算转换有帮助-a group function for converting hexadecimal string octal binary string string to decimal integer conversion of numerical computing and Operational Conversion help
UnicodeString_src
- ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全
UTF82ASCII
- 一个将UTF8字符串转换为ASCII的VC6程序.-a UTF8 string of ASCII conversion of the VC6 procedures.
zifucuanzhuanhuan
- Visual C++.NET中 字符串转换方法.txt-Visual C++. NET in the string conversion method. Txt
12
- 数字字符串转换为数字 输入任一字符串,如果是由数字组成,则反回该数字,否则反回0-The number of strings is converted to digital input any string, if it is by the numbers, then the anti-back to the figure, otherwise the anti-back 0
sjjg
- 简单的数据结构,随便弄的 字符串空格删除。编写一个删除字符串中所有空格(包括TAB符,回车符,换行符等)的程序。 字符串的连接。输入两个字符串s1、s2,将字符串s1、s2中每个小写字母转换为大写字母,再将s2字符串连接到s1串的尾部。 字符串的比较。输入两个字符串s1、s2,比较字符串s1、s2的大小。 数制转换。编写一个将16进制数字串转换成10进制整数的程序。要求从键盘上输入字符串,然后进行转换。 -Simpl
calc
- 2,4,8,16进制转换,及ASCII码转换,字符串转换-2,4,8,16 hexadecimal conversion, and the ASCII code conversion, the string conversion
ConverStrToint
- 自己写的一个字符串转换为双精度类型的算法.在找工作面试的经常遇到的此类的问题.希望对大家有所帮助-Himself wrote a string is converted to double precision type of algorithm. In looking for a job interview often encountered such problems. Want to help everyone
zhuanhuan
- 将一个整数字符串转换为一个整数,如"-1234"转换为-1234。 (指针实现)-Will convert a string to an integer an integer, such as -1234 -1234 convert. (Pointer to achieve)
Transferfunction.txt
- 整数转换成字符串itoa函数的实现与字符串转换成整数atoi函数的实现-Itoa convert integer string function with string into an integer implementation of atoi function
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 ou
strHexToHex
- 单文档程序将十六进制格式字符串转换为十六进制数-Procedures for single-document format will be hexadecimal string converted to hexadecimal number
char2asc
- 16进制 和 字符串 转换 字符串 和 16进制 转换-hex to string string to hex
Linux
- linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
amo_tool_V1_2_6
- 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数
字符串转换
- 汉字字符串,计算该串的拼音首字母,c#源代码(String of Chinese characters, the initial string of the alphabet, c# source code)
zfczhuansz
- 字符串转换为数字,字符串转换为数字....(Convert string to number)