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

搜索资源列表

  1. FLYPHP120utf8

    0下载:
  2. 很多用户的mysql版本太低(4.0以下),不支持gbk,这里提供utf8的最后版本给大家! -many users of the mysql version is too low (below 4.0), does not support gbk. utf8 here for the final version to everyone!
  3. 所属分类:图片显示浏览

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

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

    • 发布日期:2008-10-13
    • 文件大小:83.56kb
    • 提供者:李忠安
  1. 批量转换文件编码的小程序

    0下载:
  2. 这是一个批量转换文件编码的小程序。支持GBK,BIG5, UTF8互相转换,支持自动探测源文件编码,This is a batch file encoding conversion of smaller procedures. Support for GBK, BIG5, UTF8 conversion each other to support the automatic detection of the source file encoding
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:46.6kb
    • 提供者:ayanamist
  1. ICTCLAS50_Windows_64_C

    0下载:
  2. 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制了汉语词法分析系统ICTCLAS(Institute of Computing Technology,Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典;支持繁体中文;支持gb2312、GBK、UTF8等多种编码格式。 ICTCLAS分词速度单机500KB/s,分词精度98.45 ,API不超过100kb,各种词典
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8.81mb
    • 提供者:huangfei
  1. mmseg

    0下载:
  2. 基于双数组trie的分词程序,分词速度20MB/S,能够支持GBK、UTF8编码-Double array trie-based sub-word procedure word speed 20MB/S, can support GBK, UTF8 encoding
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-29
    • 文件大小:170.3kb
    • 提供者:段建国
  1. utf82gbk

    2下载:
  2. utf8到gbk的转码的c++代码,方便易懂。-utf8 to gbk transgenic code c++ code, easy to understand.
  3. 所属分类:MultiLanguage

    • 发布日期:2015-12-03
    • 文件大小:1.31kb
    • 提供者:郭洪伟
  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. c-decode

    1下载:
  2. ucgui下,汉字解码文件,big5,gbk,utf8,gb212-chinese decode in ucgui big5,gbk,utf8,gb212
  3. 所属分类:MultiLanguage

    • 发布日期:2015-06-26
    • 文件大小:52.95kb
    • 提供者:mm
  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. 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. 81404582UTF8-gb_big5

    0下载:
  2. 汉字编码的转换,从gbk到big字符,可以相互转换-Chinese character encoding conversion to big from gbk
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:216.44kb
    • 提供者:sfdlkwqe
  1. mailtitle_uncode

    1下载:
  2. //为在电子邮件的标题中使用汉字等,经常把电子邮件的标题使用编码后再进行传输 //常用编码有base4+gb2312, base4+gbk, base4+big5, base4+utf8, base4+qp //本程序就是把电子邮件标题还原。 // 感谢 网友lyh16868.163.com (姓名: luoluo),是他提供了Big5ToGB的转换代码 // 感谢 网友提供了QP编码解码 function UnQPCode(QPString:string):string
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-06-29
    • 文件大小:325.34kb
    • 提供者:fangzh
  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. code_convert.tar

    0下载:
  2. 编码格式转换,UTF8, ASIC, BIG5, GBK 相互转化-Encoding format conversion, UTF8, ASIC, BIG5, GBK into each other
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:8.7kb
    • 提供者:driftage
  1. UTF8ZGBK

    0下载:
  2. 十分简单的UTF8转GBK源码,出去多余的UI,简单明了-Very simple to GBK UTF8 code, go the extra UI, plain and simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1013byte
    • 提供者:hu
  1. gbk-utf8

    0下载:
  2. GBK以及UTF转码工具,是一个不用判断就可以全部都可以同时转码的工具。-GBK and UTF transcoding tool, a judge can not all simultaneously transcoding tool.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-10
    • 文件大小:1.12kb
    • 提供者:陈礼戴
  1. UTF8

    0下载:
  2. 使用VC++语言,完成UTF想GBK之间的格式转换,我已经测试过了,完全可用。-Using VC++ language, format conversion GBK completed between UTF want, I have tested, fully available.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.13mb
    • 提供者:杨敌
  1. gbk_utf8.tar

    1下载:
  2. gbk utf8 互转 通过查码表实现 单文件-gbk utf8 互转 查码表实现
  3. 所属分类:Embeded Linux

    • 发布日期:2015-12-04
    • 文件大小:50kb
    • 提供者:张伟
  1. fh_3pk_v1.3

    0下载:
  2. 新增加个人卡箱功能,能够保存用户最近领号的5条记录 2.修改:讲以前的gbk,utf8版本整合为一个包。 3.优化:对前台输入数据进行了过滤,是程序更安全 4.优化:讲部分操作简化..... -The new personal card box function, to save the user s recent number 5 of the record number 2. modify: talk about the previous gbk, utf8 version integrat
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:35.53kb
    • 提供者:ojn
« 12 3 »
搜珍网 www.dssz.com