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

搜索资源列表

  1. NewsPlayer

    0下载:
  2. Java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式是使用字节流的。因此Java要对这些字节流经行转化。char是unicode的,而byte是字节。Java中byte/char互转的函数在sun.io的包中间有。其中ByteToCharConverter类是中调度,可以用来告诉你,你用的convertor。其中两个很常用的静态函数是-Java kernel is unicode,as well as class files.However,most mu
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4690226
    • 提供者:电子科大
  1. convertz802

    1下载:
  2. - Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian, unicode little-endian, and utf-8. - Batch files conversion - Preview file content and converted
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:791352
    • 提供者:sbswcsrg
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. codeconvert.rar

    0下载:
  2. UTF8 Unicode GB2312编码之间进行转换,UTF8 Unicode GB2312 convert
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:24247
    • 提供者:MF
  1. UnicodeCovChinaese

    0下载:
  2. 将汉字转换成Unicode编码,和将Unicode编码转换为汉字程序,可供大家学习-Will be converted to Unicode character encoding, and will convert the Unicode character encoding procedure for them to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:40998
    • 提供者:liu
  1. PHPExcelParser4_update

    0下载:
  2. 修改内容: 1,原来sample取出excel时是使用的Unicode编码。导致插入mysql时也写入unicode 现在把Unicod编码转换成GBK后再在网页上显示及写入数据库.此部分修改的是U2html这个function。 2,打 开数据库连接后增加 set Names gbk 3,默认选中把excel的第一列作为字段名 4,默认不选中如果存在表则删除选项 5,原来对表名及字段名有过滤掉一些字符如"-",现在则取消了这个过滤,我觉得
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-27
    • 文件大小:100069
    • 提供者:zaobao
  1. unicode

    0下载:
  2. unicode 转换 内码 以及内码转 unicode-unicode convert
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4987
    • 提供者:wujianguo
  1. VNIfrom2Uni

    0下载:
  2. Convert from VNI to Unicode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:56168
    • 提供者:khoi
  1. CvtUnicode

    0下载:
  2. Convert Unicode (k-chk)
  3. 所属分类:EditBox

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:kcck
  1. libiconv-1.12.tar

    0下载:
  2. 字符集转换程序,提供iconv()函数,可将多种编码的字符集互相转换,如将GB2312->UTF-8,等等。-GNU LIBICONV- character set conversion library This library provides an iconv() implementation, for use on systems which don t have one, or whose implementation cannot convert from/to Unic
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4513309
    • 提供者:李喜毅
  1. UnicodeToCN

    0下载:
  2. 用于将unicode内码与汉字互相转换的小工具,可以实现整篇文章的转换哦。-Used to unicode characters within each code and the conversion of small tools, can convert the entire article, Oh.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:222767
    • 提供者:uuo110
  1. UC_Trans

    0下载:
  2. Unicode编码转换为GB2312 编码 GB2312编码转换为GB2312Unicode 编码 -Unicode Convert
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1568
    • 提供者:martin
  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
    • 文件大小:36337
    • 提供者:依然
  1. utf_unicode

    0下载:
  2. utf8转换unicode unicode转换utf8-utf8 utf8 convert conversion unicode unicode
  3. 所属分类:IME Develop

    • 发布日期:2017-03-29
    • 文件大小:4753
    • 提供者:lovedd
  1. unicode_convert

    0下载:
  2. unicode字转换,主要是完成/u 与&开头的一些html的字符转换-unicode character conversion, notably the completion of/u and & at the beginning of some of the html character conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:463886
    • 提供者:沈昌逸
  1. Convert-Between-Various-String-Types

    0下载:
  2. 各种字符串类型之间的转换,个人整理,unicode和multichar之间转换等-String conversion between various types of personal order, unicode and multichar conversion between
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:24999
    • 提供者:刘博
  1. CString-const-char-char-to-WCHAR

    0下载:
  2. UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:hillriver
  1. Unicode

    0下载:
  2. 两个C++实现字符编码转换的文件,实现Unicode转码到字符串-Two C++ achieve character encoding to convert the file to Unicode transcoding string
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1760
    • 提供者:chang
  1. UNICODE

    0下载:
  2. Convert a file TCVN3 encoding to UNICODE encoding
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:4846
    • 提供者:pokemon
  1. unicode与汉字的转换工具

    0下载:
  2. 可以方便查询delphi的unicode与汉字的转换(unicode convert to hanzi for delphi)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:375808
    • 提供者:cyz608
« 12 »
搜珍网 www.dssz.com