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

搜索资源列表

  1. unicode

    1下载:
  2. unicode 转码程序 编码和解码c语言代码-unicode encoder and decoder c language
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:372891
    • 提供者:jjjj
  1. embedded_systems_CODE_CONVERTER

    0下载:
  2. 对于通用的嵌入式系统字处理单元,本模块化程序可以快速实现常用汉字编码(GB2312,GB18030,BIG5码,Unicode码)的相互转换,无需库函数.从而实现使用单汉字字库显现多内码.具体参见readme.txt-For general-purpose embedded systems word processing unit, the modular process can quickly achieve commonly used Chinese character encoding (
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:623642
    • 提供者:新蛮狼
  1. IISHack1.5

    0下载:
  2. eEye公司检测unicode漏洞的代码-eEye Corporation examines the unicode loophole the code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-09
    • 文件大小:8963
    • 提供者:站长
  1. Unicode_uc2110314212008

    0下载:
  2. 一个可以支持UNICODE 的可调整大小的combobox控件-One can support the UNICODE resizable combobox control
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:50012
    • 提供者:sungoco
  1. smsDec

    0下载:
  2. for cdma short message decode, can support ascii or unicode
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-15
    • 文件大小:3834813
    • 提供者:lingyinzhe
  1. MFC42UD_

    0下载:
  2. VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:914827
    • 提供者:Mr.
  1. utf_unicode_convert

    0下载:
  2. utf8 convert to unicode and unicode convert to utf8
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-06
    • 文件大小:1762
    • 提供者:孙明
  1. TextToHex

    0下载:
  2. 能够将以Unicode编码的文本内容转换成UTF8编码的十六进制数,在分析封包能够用的上.-Will be able to Unicode text encoding UTF8 encoded into hexadecimal number, in the analysis can be used on the packet.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:42952
    • 提供者:hong1234
  1. UNICODE_ANSI

    0下载:
  2. Unicode编码与ANSI码之间的转换码的生成工具。-Unicode encoding and code conversion between ANSI code generation tool.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:274983
    • 提供者:guangg
  1. SysConfig

    0下载:
  2. 自己写的系统配置文件,unicode编码。-Their own writing system configuration files, unicode encoding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:陆海
  1. wutext

    0下载:
  2. VC写的读写UNICODE文件示例,使用CStdioFile的继承类来实现的-VC written documents to read and write UNICODE example, the use of inheritance CStdioFile category achieved
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:30080
    • 提供者:天隼
  1. unicodeutf8

    1下载:
  2. 标准c代码,在 unix环境下运行 unicode 与utf-8 互转源代码 -Standard c code in the unix environment to run unicode and utf-8 conversion source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1625
    • 提供者:kuangtom
  1. CharSet

    0下载:
  2. 编码转换 unicode转换工具,参考代码。-Encoding conversion unicode conversion tools, reference code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1234
    • 提供者:ts400
  1. UcHtml

    0下载:
  2. 本代码编译后可获取网页的Html源文件,支持各种编码格式(ANSI,UTF-8,UTF-16,Unicode)-The code compiled Html pages available source documents, supports a variety of encoding formats (ANSI, UTF-8, UTF-16, Unicode)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:40882
    • 提供者:赵军
  1. unicode

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

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

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

    • 发布日期:2017-04-24
    • 文件大小:83948
    • 提供者:小邓
  1. VBChinese2Unicode

    1下载:
  2. 在VB中把中文转化成Unicode码 首先介绍一下VB中的两个函数:ChrW()和AscW().对于Chr()和Asc()函数大家一定很熟悉,对于ChrW()和AscW()可能会比较生疏一点. ChrW 函数返回包含 Unicode 的 String,若在不支持 Unicode 的平台上,则其功能与 Chr 函数相同 AscW 函数返回 Unicode 字符代码,若平台不支持 Unicode,则与 Asc 函数功能相同。-Put in the VB in English translated
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:6635
    • 提供者:lidan
  1. SimpleChart

    0下载:
  2. 这是一款全面支持中文的编辑控件,使用标准的MFC DOC/VIEW机制,使用比较简单,但功能却很强大。PfxEditCtrl由两个主要的类组成,包括CPfxEditView和 CPfxEditDoc,这个控件主要支持如下功能: 文本编辑; 打印; 可通过语法配置文件定制的语法高亮显示; 自动换行; 支持非等宽字体; 列块选择/复制/删除/粘贴等列块方式编辑操作; 支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:304526
    • 提供者:winnie
  1. VNIfrom2Uni

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

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

    0下载:
  2. 全文检索 快速搜寻一般文字档,找出关键字,写给自己用的,可以查经典,或是一些以本文存档的资料,支援 unicode,经典资料可从网路下载,这里只提供一些作测试用。-TextFinder unicode
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:367455
    • 提供者:wix
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com