wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++. Like Python and wxWidgets, wxPython is Open Source which means that it is free for anyone to use and the source code is available for anyone to look at and modify. Or anyone can contribute fixes or enhancements to the project. wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are 32-bit Microsoft Windows, most Unix or unix-like systems, and Macintosh OS X. Since the language is Python, wxPython programs are simple, easy to write and easy to understand. Here is an example.
2023-02-13 16:06:11 10.87MB wxPython
1
汉字一、二级字库的汉字与unicode编码(十六进制)对照表,按照unicode的顺序排列
2023-01-10 11:44:16 85KB 汉字字库 unicode编码
1
ArcGIS API For JavaScript 字体文件PBF,可本地部署
2023-01-09 16:57:05 13.54MB esri arcgis pbf font
1
C++各种编码转换 Unicode UTF8
2023-01-02 20:13:53 5KB 编码转换 Unicode UTF8
1
SolidWorks 导出PDF 提示 字体“Arial Unicode MS”安装不正确。 使用方法,把附件中的字体文件放到 C:\Windows\Fonts
2022-12-19 17:22:59 23.01MB SolidWorks Aria 字体
1
unicode汉字编码表】,列分别是:汉字,全拼,五笔,郑码,UNICODE,GBK,笔画数,部首,笔顺编号,没有多音字的对照,如有错误请评论反馈,以便进行更正,谢谢
2022-12-11 00:08:54 969KB 汉字对照表 UNICODE 笔顺编号
1
文本与unicode码转换小工具
2022-12-09 15:03:22 411KB 文本转换 unicode 转换工具
1
unicode转utf8
2022-12-06 15:35:39 1KB utf8
1
包含了0-1FFFF所有码点的对照表txt!!! 这个是程序生成的,txt,希望对您有帮助。
2022-12-04 23:07:48 1.5MB Unicode
1
用于批量转换txt文本文档的编码格式。通常我们电脑里的txt文件都是ASNI编码,放到手机,MP3等设备里面,打开看到的都是乱码。所以我们必须先把它们转换为Unicode格式,才能够在手机和MP3上面打开。如果有大量的文件,一个一个打开另存为Unicode,那是很浪费时间的。通过txt文件编码批量转换器,你可以快速的完成多个txt文件编码的转换,而且该转换器可以转换的编码不只是unicode,还有utf-8等常用编码格式。该转换器采用文件流读取写入方式,尽量保持了文件的正确无误;并采用了多线程技术,后台操作和界面线程分开,防止了转换过程中的界面假死问题。 转换器的使用方法很简单,只需把你要转换的txt文件放到任意一个文件夹里面,然后运行txt文件编码批量转换器,选择你要转换的编码,然后点击选择文件夹按钮,在弹出窗口中选择你放txt文件的那个文件夹,然后确定。最后点击开始转换按钮即可。转换成功的文本文件会自动存放到同一个文件里面,名字为原来的文本文件名字加上编码格式。 更新历史: 2009-09-27 《txt文件编码批量转换器V1.1版》第一次发布。 2010-08-31 《txt文件编码批量转换器V2.1版》发布,解决了V1.1版本中无法处理特殊字符的问题,修正了文件夹中无txt文件也提示转换成功的错误,对转换方法进行一些优化。 2010-09-11 《txt文件编码批量转换器V2.11版》发布,只是做了界面布局的小调整,去掉广告的轮播,降低系统内存占用,还有解决了安装过程出现360等杀毒软件误报的情况,修复了卸载无法完全删除所以安装文件的bug。 使用注意事项: 1,重要文件请不要用此软件转换,此软件纯属个人开发的免费小工具,不用于商业用途,所以本人不对此工具造成的文件损坏负责。 2,使用过程中,如碰到任何问题,请到http://www.piikee.net留言告诉我出了什么问题,我会在下一个版本中修改过来。
2022-12-04 01:28:03 357KB txt文件编码 批量转换 转unicode
1