搜索资源列表
gb2big_source.zip
- 一个可以相互转换GB和BIG5码文件的程序
final++
- 文件编码转换程序,将email中的文本提取出来,并保存为文本-document transcoding process, the email text extracted, and the preservation of text
transfont
- 把24*24点阵的字库文件转换为24*16点阵形式的文件-put 24 * 24 character dot-matrix document the conversion of 24 * 16 dot matrix forms of documentation
8624_Big2gb
- 在简体字和繁体字间互相转换,并保存为文件,以便阅读.-in the simplified and traditional Chinese characters among interchangeable, and the preservation of documents to read.
wbx
- 一组处理五笔输入法码表文件的小程序 chpy.c 将中文字符串自动转换成拼音的形式. 将中文的文件名转换成拼音的文件名- PY_FILE为WIN95全拼输入法反转换生成的拼音编码文件 delsingle.c 删除包含单个汉字的行 gb2312.c 生成所有GB2312码汉字 genwbsig.c 生成所有GB2312码汉字的五笔编码 py.c 去除imegen反编译后的TXT文件中词的编码,只剩下字的编码 wbadd.c 在已经存在的五笔编码文件中加入新增词组, 五
4016
- 主要功能: 1. 多浏览器兼容,能够很好得兼容Mozilla,IE等浏览器 2. 功能强大的文章编辑器,同时兼容两种编辑方式,在线编辑器采用FckEditor. 3. PJBlog2采用的UBB编辑器由Blog作者独立开发,支持自定义面板和CSS,自带HTML转换UBB代码功能 4. 自定义模块,可以自己修改页面上的的布局,让不懂制作网页的用户也能自己增加和修改页面上的版块 5. Skin功能,随时可以给自己的Blog换上新的CSS样式界面 6. 自定义分类,可以
doc2exe
- doc批量转为txt,使用vb编写,调用vba函数。一个简单易用的小程序。可以批量转换某个文件夹内的doc为txt。
BIGTGB
- GB2312&BIG5 内码转换源程序,提供了完整的码表文件。-GB2312BIG5 within the source code conversion, providing a complete code table file.
Gb2Big ,进行GB码和BIG5码之间的双向转换
- 代码实现了对一组字符串内存,进行GB码和BIG5码之间的双向转换,采用中间件方式输出。编译后生成ATL COM组件,可以供Windows平台的应用软件和ASP网站中使用。文件中同时包含了一个VB做的简单的调用例子。,Code to achieve a set of strings of memory, BIG5 to GB code and two-way code conversion, the use of middleware output. After the compiler to g
Txt2Lrc
- 文本文件自动转换为歌词文件Lrc,自动加入之间。需要先设定整个txt文件对应音乐文件的时间长度。-Text file will automatically switch to the lyrics document Lrc, between the automatic accession. Need to set the entire txt file corresponds to the length of music files.
FontSetConverter
- 对文件中的中文做编码转换,支持目录下所有文件的转换,转换格式为UTF8到GBK。-To document the Chinese to do encoding conversion, support for directory conversion of all documents, conversion to UTF8 format to GBK.
utf8_gbk
- 实现文件字符集的转换,可以完成字符集从utf8到国标gbk的转换,方便界面显示一些汉字乱码的修正-The realization of a document character set conversion, you can complete the character set from utf8 to gbk GB conversion, convenient interface shows some garbled characters amendment
convertz802
- UTF-8格式文本文件到GBK格式的相互转换. 也支持繁体中文的转换.在许多网站开发中有应用.-UTF-8 format text files to the GBK format conversion. Also support Traditional Chinese conversions. In many applications in web site development.
CodeConverter
- 指定文本文件路径,转换文件的字符编码,包括gbk,unicode,utf-8互换等。-Specify the path to a text file, convert the file character encoding
recode
- 该文件用于各种俄文格式码表间的转换工作,主要可以再windows下使用-The file format used for a variety of Russian code table conversion work between the main windows can be re-used
convertfilename
- 不同语言环境中压缩文件,解压压后通常出现乱码,该脚本可转换乱码-file name code convert
a2u
- 可以将ascii格式的文本文件转换为unicode编码的文件-convert the ascii file to unicode file
Cp937toBig5
- 实现繁体的主机文件到ASC文件的转换,生成的数据文件可以直接导入数据库-Traditional achieve ASC hosts file to convert files, data files can be generated directly into the database
LanguageConvertAssistant
- 一个控件类,有DLL文件,直接拖到你的winform理就可以用了。不管你是用的vb.net, C#,还是C++,都可以直接调用。 它会自见access数据库,用了存放控件名称,控件名是在程序中递归读出的。用户在数据库里把中文名称翻译成你想要的英文就可以实现中英文转换了。 如果你的控件命名遵守我的规则,比如button”退出"按钮命名为"btn_Exit",那么连翻译都省了,它会自动调用的。-A control class, there are DLL files direct
unicode2gbk
- 汉字有时需要在Unicode编码和GBK编码间转换,且该转换要求是跨平台的,故不能依赖Windows的API,解决方法是生成Unicode与GBK的映射表,转换时直接查表即可。本实验要求利用本实验利用Windows提供的WideCharToMultiByte函数实现编码转换并生成映射表保存至文件。-Unicode characters are sometimes needed between GBK encoding and transcoding, and the conversion req