搜索资源列表
neatpad18
- 支持Unicode及Uniscribe的多语言输入的文本编辑器源码。-Uniscribe supports Unicode and multi-language input to the source text editor.
txt2img
- 在制作网页时,将文本段自动变化成图片的工具。在php的基础功能基础上笔记实现了自动换行,高度自动设置,右标点不放在行首等功能,特别对汉字做了优化处理。 该文件使用unicode编码,如果用其他编码,其中汉字需要修改。 请参见: http://arl.mae.cuhk.edu.hk/-the production of the website, will automatically change the text of the pictures into a tool. P
IM
- 控制台程序。要求:输入一个UNICODE的中文文本。结果,统计字符之间的的频率和多元互信息。-console procedures. Requirements : a UNICODE importation of Chinese text. The results, statistics between characters in the frequency and diversified mutual information.
合并多个UNICODE编码的文本
- 把多个UNICODE编码的文本合成一个文本,需要建立MFC工作区,添加一个按钮即可。-UNICODE from multiple text encoding a synthetic version of the need to establish MFC work area, add a button.
icu4c-4_4_1-src
- ICU是多国语言处理最权威的跨平台跨语言开发包,涉及多语种处理的方方面面。也是Unicode组织官方推荐的开发包。Java底层的多语言处理就是采用ICU4j。因为Java内核已经集成进去了,Java程序员可以在这方面少花许多脑筋。 一句话,如果用C++处理文本编码问题,ICU4c是不二之选。-ICU was originally developed by the Taligent company. The Taligent team later became the Unicode grou
CodeConverter
- 指定文本文件路径,转换文件的字符编码,包括gbk,unicode,utf-8互换等。-Specify the path to a text file, convert the file character encoding
function
- 易语言写的常用功能模块 包含读写内存配置项、窗口隐藏显示、字节集到十六进制文本转换、unicode和ansi编码转换、内存读写等常用功能 -Common functions written in easy language to read and write memory module contains configuration items, hide the window display, bytes set to hex text conversion, unicode and a
a2u
- 可以将ascii格式的文本文件转换为unicode编码的文件-convert the ascii file to unicode file
txt2utf8Unicode
- 批量转换Ansi,Unicode,Unicode big endian,UTF­ 8工具 1.含文本的文件和文件夹拖入程序,即可获得列表,以及编码格式; 2.可按4种格式读取和存储文件; 3.最右方的文件按文件的原格式读取和保存文件; 4.可添加到【文件列表】的格式在左下方进行添加和删除,文件之间分号隔开; 17:53 2013­ 09­ 27 提示: Notepad(记事本)只支持四种格式:ANSI/Unicode/Unicode
HexConvertor
- 用Java写的Ascii码/16进制,Unicode/16进制动态转换器,随着输入文本的改变,动态调整转换结果。-Ascii code written in Java/hex, Unicode/16 hex dynamic converter, with the change of the input text dynamically adjust the conversion results.
ASCII-to-UniCode
- .版本 2 Unicode长度 = API_MultiByteToWideChar (936, 0, ASCII文本, -1, { }, 0) 936 表示简体中文代码页 -1 表示以 0 作为文本终止符 如果要去掉转换后Unicode字节集末尾的{0,0},则Unicode长度再减去1 Unicode字节集 = 取空白字节集 (Unicode长度 × 2) API_MultiByteToWideChar (936, 0, ASCII文本, -1, Unicode字
Txt2U
- 将文本转为Unicode代码的简易处理技巧(Simple processing skills of converting text into Unicode code)
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、