CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - unicode GBK

搜索资源列表

  1. gbk&unicode

    0下载:
  2. 这是GBK码和UNICODE码的对照表 应该对做输入法的同志有帮助-yards and UNICODE code comparison table should do the input method to help comrades
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16.48kb
    • 提供者:我笑
  1. ConUnicodePro

    0下载:
  2. 汉字Unicode-GBK码互换程序。 从delphi盒子下载-Chinese Unicode-GBK code swap procedures. Delphi downloaded from the box
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:182.78kb
    • 提供者:梁超
  1. UnicodeConvert

    0下载:
  2. Unicode GBK UTF8转换工具-Unicode GBK UTF8 conversion tools
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83.56kb
    • 提供者:李忠安
  1. matchingstring

    0下载:
  2. 字符匹配(无需区分unicode gbk等字符格式) 语言:c语言
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4.14kb
    • 提供者:姜章军
  1. 一个非常好的gbk-big5-unicode之间的互相转换的工具

    0下载:
  2. 一个非常好的gbk-big5-unicode之间的互相转换的工具,程序由PHP所写而成。
  3. 所属分类:源码下载

    • 发布日期:2010-10-16
    • 文件大小:113.88kb
    • 提供者:hanyhome
  1. GBK--U.rar

    0下载:
  2. 编码转换中需要的资源,GBK字符集和unicode字符集之间的映射关系,如果编程需要,建议使用Ultraedit修改成方便的格式,Transcoding in the resources needed, GBK character set and unicode character set mapping between the relations, if the program needs, recommend the use of Ultraedit modified into a conv
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-23
    • 文件大小:25.87kb
    • 提供者:岳则君
  1. Uconvert.zip

    0下载:
  2. GBK码和UUCODE码互相转换的源码 ,The source for transfering GBK and UUCODE with each other
  3. 所属分类:IME Develop

    • 发布日期:2017-11-09
    • 文件大小:107.96kb
    • 提供者:
  1. utf8

    1下载:
  2. utf8转gbk utf8转unicode gbk转utf8-the utf8 turn gbk utf8 switch to the unicode gbk turn utf8
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:179.23kb
    • 提供者:张水
  1. IOS_Unicode

    0下载:
  2. Unicode and GBK及UTF8之间编码转换转码-Unicode and GBK code
  3. 所属分类:MacOS develop

    • 发布日期:2016-01-27
    • 文件大小:17kb
    • 提供者:hubo
  1. GBK-chinese-Unicode

    0下载:
  2. 所属分类:MultiLanguage

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:黄生
  1. uni

    0下载:
  2. unicode 转GBK,内含具体文字编码 -unicode to GBK, contains specific language encoding
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:81.98kb
    • 提供者:小邓
  1. mule-gbk-0.1.2004080701.tar

    0下载:
  2. Emacs 插件代码,增加unicode支持和中文支持-unicode support for Emac Added `chinese-gb2312 charset support in `chinese-gbk coding system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:216.46kb
    • 提供者:rcihie
  1. myebook

    0下载:
  2. Linux系统下的电子书源代码,支持多种编码(unicode,GBK,BIG5,UTF8),支持自定义跳转页码和自动阅读功能.-E-book under the Linux system source code, supports a wide range of encoding (unicode, GBK, BIG5, UTF8), support for custom page Jump and automatic function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21.54kb
    • 提供者:baizhantang
  1. ChCodeSet

    0下载:
  2. 打印输出所有汉字编码的字符集,包括gbk, big5, utf, unicode等-Printout of all characters coded character set, including the gbk, big5, utf, unicode, etc.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:Luna Zhao
  1. CodeConverter

    0下载:
  2. 指定文本文件路径,转换文件的字符编码,包括gbk,unicode,utf-8互换等。-Specify the path to a text file, convert the file character encoding
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-28
    • 文件大小:80.69kb
    • 提供者:Luna Zhao
  1. GB2312ToUnicode

    0下载:
  2. GBK 转 unicode 提供二分法查询-translate the gbk to the unicode,with the bianary search way
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-04
    • 文件大小:71.85kb
    • 提供者:周飛
  1. utf8

    2下载:
  2. 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-04
    • 文件大小:179.22kb
    • 提供者:agan
  1. unicode_utf8_gbk

    0下载:
  2. utf8与gbk互转的原理与示例,作项目留下的,搞手机等必不可少,中文显示-gbk Mutual Convert utf8 with the principles and samples for the project left, engaged in mobile phones is essential, Chinese display
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:35.49kb
    • 提供者:依然
  1. Unicode2GBK0802

    0下载:
  2. IOS平台上的编码换源代码,使用UITableView作为转结果显示,内置Unicode转码对应码表。-GBK 2 Unicode
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-07
    • 文件大小:16.25kb
    • 提供者:hubo
  1. gbk-unicode

    0下载:
  2. 中英文短信编码和解码。包括gbk usc转换表。-Encoding and decoding messages in English
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:66.08kb
    • 提供者:蓝色梦幻
« 12 3 4 5 »
搜珍网 www.dssz.com