搜索资源列表
mes_to_string
- 将消息ID转换成一个字符串。-news ID converted into a string.
LZWarithmetic
- LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
得到汉字字符串的拼音转换
- 得到汉字字符串的拼音转换,实现汉字与拼音组合的查询-been a string of Chinese phonetic conversion, and the realization of Chinese phonetic combination of inquiries
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
md5_correct
- 修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to
ctime
- 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
simu_computer_mul_str
- 2个1000位大整数相乘,模拟计算机的计算方式,先将乘数和被乘数都转换为0,1编码的长字符串,然后移位相加,最后转变回10进制。
StringHelper
- 字符串处理帮助,包括编码转换等功能函数。
caiwu
- 题目:从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件“test”中保存。输入的字符串以!结束。
Strtohex
- 实现一个数字型字符串到16进制的转换。通过vc平台实现。
zhuanhuan
- 最牛逼的可将中文加密后转换成英文字母的加密算法-MostofChinese encryptioncanbe converted into lettersofthe alphabet aftertheencryption algorithm
Linux
- linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
01
- 字符串常用处理的实例大全(SHAI、MD5加解密等) 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等-Common examples of string processing Daquan (SHAI, MD5 encryption, etc.) including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encr
base64
- 64base加解密软件,将字符串转换成64BASE格式! //将64Base转成字符串 //将字符串转成64Base-64base decryption
MD5Provider
- 将字符串转换成MD5数据 应用于密码加密 Silverlight不支持MD5,所以提供这个类-Convert a string to MD5 data Apply password encryption Silverlight does not support MD5, so this class provides
char2hex
- 字符串转换成16进制数据,当网络编程时,经常需要把字符1(0x31)转换成hex的1(0x1),例如:mac地址-String into hexadecimal data, when network programming, we often need to transfer the character 1 (0x31) to convert hex to 1 (0x1), for example: mac address
Float
- 一个FLOAT数据转换字符串和字符串转换FLOAT数据的小程序-A data conversion FLOAT FLOAT data string and the string conversion of small programs
BinToTxt
- bin二进制文件转成文本,字符串转换处理,vc-bin binary file into a text string conversion processing, vc++
MyUtil
- 工具转换,字符串转换,日期函数转换,经纬度转换-tool changeovers
7308961
- ansi字符串与Unicode字符串转换的代码 包括UTP-8(ANSI string with Unicode string conversion code Including UTP - 8 -)