Welcome![Sign In][Sign Up]
Location:
Search - big5

Search list

[MultiLanguageCunicode

Description: 可在Win32或是Unix或是其他作業系統下進行Unicode / Big5 雙向轉換-in Win32 or Unix or other operating systems under Unicode / Big5 two-way conversion
Platform: | Size: 52953 | Author: 鄭線 | Hits:

[Windows Developfont2unicode.tar

Description: 將big5 (繁體字庫編碼表)和 jis (日字庫編碼表)轉換成unicode萬國編碼對應表
Platform: | Size: 1412970 | Author: Adam Tsai | Hits:

[Other resourceBig5-san

Description: 三國志
Platform: | Size: 1811669 | Author: KEITHLAU | Hits:

[IME Developftcj_b5

Description: 仓颉输入法BIG5码表.可以移植到其它平台使用.
Platform: | Size: 98746 | Author: qfwu | Hits:

[Windows DevelopGB2312_and_BIG5

Description: 文档包含了简体中文的GB2312编码表和繁体的BIG5编码表。
Platform: | Size: 43093 | Author: akingli | Hits:

[File Operatefileencodingtransform_src

Description: 最近用VS2005做项目,遇到一个工程中有很多文件的编码不统一,有的是UTF-8,有的是GB32的,发布网站时就乱七八糟的。可以通过VS环境中的 “高级保存选项”一个一个地改过来,因实在太多,好几十个,重复工作是非常令人不爽的,自已就动手写了个这个小程序。编写之前,参考网友qing、 Randy052的经验。 特点: 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Big5之间的转换。 2、支持选取文件夹批量、文件多选、翦贴板中复制三种文件批量选取方式,能实现指量转换。 3、支持文件过滤,采用openFileDialog的文件过滤方式。 4、支持源文件编码自动识别,可用于统一未知文件的格式。 5、支持备份
Platform: | Size: 30416 | Author: 元宝 | Hits:

[MultiLanguagesegment

Description: segment,一个简单的中文分词程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars Segmented text will be saved to inputfile.txt.seg
Platform: | Size: 1621523 | Author: lori | Hits:

[Windows Developqq

Description: iconv实现通用语言编码转换,对任意的两个iconv支持的语言编码做互相转换,比如GB2312, GBK, GB18030, UTF-8, UTF-16, BIG5
Platform: | Size: 1153 | Author: 方考 | Hits:

[WEB Codegb2big5

Description: 简繁转换通,顾名思义,就是专门帮您进行GB码与BIG5码之间转换的工具。它能够实时进行简体和繁体中文的动态转换。您不妨下载试试:)
Platform: | Size: 649240 | Author: 111111 | Hits:

[MultiLanguagegb_big5_unicode

Description: GB到Big5到Unicode的转换码表-Big5 GB to the conversion to Unicode code table
Platform: | Size: 129209 | Author: Laohu | Hits:

[MultiLanguageBIGTGB

Description: GB2312&BIG5 内码转换源程序,提供了完整的码表文件。-GB2312BIG5 within the source code conversion, providing a complete code table file.
Platform: | Size: 205037 | Author: 王久 | Hits:

[WEB Codeproxy_url

Description: // big5 轉 utf-8 時用的 proxy url
Platform: | Size: 936 | Author: winter | Hits:

[Windows Developconvertz802

Description: 用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。    注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,    并不适用于如 MS Word, Excel 等 binary 档案。 系统要求: 视窗9x/ME/NT/2000/XP/2003 安装: 将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。 开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集。
Platform: | Size: 791352 | Author: thgy | Hits:

[Windows DevelopliangAnTong

Description: 简繁字互转源代码 VC++ Big5码转GB2312
Platform: | Size: 67835 | Author: 王绪龙 | Hits:

[Othercht_code

Description: 于GB2312中与BIG5相对应繁体字编码转换。 为RUBY程式库。
Platform: | Size: 31917 | Author: wj chen | Hits:

[OS programhanzi

Description: 一个汉字gb3212编码,解码算法的小程序。 gb3212,big5,汉字编码
Platform: | Size: 167176 | Author: haha | Hits:

[MultiLanguagezktest24

Description: 测试big5、gb2312格式的点阵字库-test big5, gb2312 Lattice font formats
Platform: | Size: 12106 | Author: 张良平 | Hits:

[IME Develop用API 作简繁体转换

Description: 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiString sBig) { char* pszBig5=NULL //Big5编码的字符 wchar_t* wszUnicode=NULL //Unicode编码的字符 char* pszGbt=NULL //Gb编码的繁体字符 char* pszGbs=NULL //Gb编码的简体字符 AnsiString sGb //返回的字符串 int iLen=0 //需要转换的字符数-classic : A Brief History API for a change. Input Big5 characters return Gb English characters //--- --- --- --- --- - --- --- --- --- --- --- --- -- / / Function input characters Big5 return Gb English characters //------------------------------------------- -------------------------------- AnsiString __fastcall Big2Gb (AnsiString sBig) (char * pszBig5 = NULL / / Big5 Coding wchar_t characters wszUnicode = NULL * / / Unicode character encoding pszGbt char = NULL * / / Gb coding of traditional characters pszGbs char = NULL * / / Gb coding simplified characters AnsiString sGb / / int iLen string = 0 / / need to change to the number of characters
Platform: | Size: 1156 | Author: WT | Hits:

[Technology ManagementTwFAQ

Description: 这是一个完整的FAQ统计系统。汉字代码用big5编写。你可以把它修改成自己想要的任何语言代码用于自己的网站。-This is a FAQ integrity of the statistical system. Big5 Chinese character code used to prepare. You can use it as they want to amend any language code for their own websites.
Platform: | Size: 354831 | Author: 谭晶 | Hits:

[Game Server Simulator天堂1模拟器技术EPU源码

Description: 这份源码花费了我很多心血,虽然是EPU版的(就是传说中的1120版修改的),里面整合的东西多到我自己都没法去回忆了,基本上除了等级排名之类(因为超出65535限制,加上自己的一些原因,就懒得去加了)其他的都有. 这份源码是GBK的,如果是台湾朋友请自行转成BIG5码再拿去看吧,否则的话就会是乱码的 至于启动文件,相信大家都不难找到吧,如果找不到1120,用1198也行,至于DB,基本上...可能许多编号需要自己在源码中仔细去查找了.反正我的目的也不是发来给人开服用的,只是拿给新手学改源码的.
Platform: | Size: 1057921 | Author: swin1234@126.com | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »

CodeBus www.codebus.net