搜索资源列表
VB INI 文件转换
- 软件版本: 2011.03.24 适用系统: Windows XP/2000 以上系统 适用版本: 所有支持宏处理的 Passolo 5.0 及以上版本 界面语言: 简体中文和繁体中文 (自动识别) 版权所有: wanfu 授权形式: 免费软件 官方主页: http://www.hanzify.org 开 发 者: 汉化新世纪成员 wanfu (2009-2011) ☆软件简介: =========== 将 INI 文件及 INI 类文件的前后段字串进
CodingConvert.rar
- 计算编码转换,汉字<->Unicode、汉字<->GB2312、字符<->ASCII等。,Calculated transcoding, Chinese <-> Unicode, Chinese <-> GB2312, character <-> ASCII, etc.
UniEncoder
- C#的Unicode,ASCII,UTF-8,Base64,URL,MD5等编码转换演示-C# for Unicode, ASCII, UTF-8, Base64, URL, MD5, such as data conversion demo
汉字编码查询
- 汉字内码查询。提供机内码,国标码,区位码的相互转换。不能计算拼音。(谁有不使用查询表的方式得到汉字拼音的方法??)-CICS code inquiries. To provide opportunities within the code, GB code, the location code conversion. Spelling can not be calculated. (Who is not using questionnaires manner Pinyin method? ?)
CharSet
- 编码转换 unicode转换工具,参考代码。-Encoding conversion unicode conversion tools, reference code.
Kanji_Code_Converter_assisted_tools_SourceCode
- 利用VC自动生成了汉字内码转换所需要的转换表以及头文件,生成的转换表和头文件可用于嵌入式系统开发编码转换使用.可作为类似编码转换应用的参考代码.详见readme.txt-Using VC ,automatically generated by the conversion of Chinese characters within the code conversion table and the necessary header files to generate the conversion
QQLoginBat
- 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
utf8
- 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
11
- 编码转换,提供简体到繁体
VC_programming_language_data_conversion_code
- VC编程实现文字编码转换程序代码VC programming language data conversion code-VC programming language data conversion code
RRBackUp
- 下载人人网上朋友的日志,实现了编码转换和分析。-Download all friends logs of the www.renren.com, to achieve the encoding and analysis.
sade2wq
- 新编码转换大全模块,很好的易模块,适合易编程者使用-Daquan new transcoding module, a very good and easy module, suitable and easy to use programming
dadwedew3
- 编码转换大全2.1模块,很不错的易语言模块,易爱好者可以下载使用-Daquan 2.1 encoding module, a very nice easy language modules, fans can download the easy to use
bmzh
- 一个易语言的编码转换....UTF-8与ANSII互相转换-An easy language .... UTF-8 encoding interchangeable with ANSII
BM
- 易语言编码转换源码 是一个很好用的例子-Easy language code conversion source is a very good example
001950248calc
- 二进制 八进制 十 六进制 编码转换 源码-Binary octal decimal hexadecimal encoding conversion source
AIS
- AIS解码在数据处理程序中, 首先必须将接收的字符转换成ASC II码, 再调用校验程序, 对接收到的数据进行校验, 当校验正确后, 才能进行编码转换-AIS decoding data handler, you must first convert the received characters into ASC II code, and then call the calibration procedure, the received data checksum checksum is co
Converter
- 一个强大的编码转换程序。涵盖了大量平常使用的各种编码:unicode、bade64、url、hex、html、escape、encode、rot、sha(A powerful code conversion program.Covers a large number of commonly used code: Unicode, bade64, URL, hex, HTML, escape, encode, rot, Sha)
Unicode码转换工具
- 2个非常好的Unicode码转换工具,可以在多种编码间相互转换。(Two very good Unicode code conversion tool, can be mutual conversion between a variety of coding.)
URL编码转换
- 自动转换URL编码,可用于网页自动浏览机器人,静默浏览执行。