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

搜索资源列表

  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
    • 文件大小:183520
    • 提供者:agan
  1. GreekAlphabet

    0下载:
  2. 输出希腊字母表 1.实验目的 掌握char型数据和int型数据间的相互转换,同时了解unicode字符集。 2. 实验要求 编写一个Java应用程序,在命令行窗口输出希腊字母表。 -Output Greek alphabet 1. Purpose of the experiment data and control char-type int-type data conversion between the same time understand the unicode c
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:4398
    • 提供者:覃翠娟
  1. grCode

    0下载:
  2. 编码gb2312和unicode相互转换的函数。-Unicode gb2312 and encoding conversion function with each other.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:32286
    • 提供者:
  1. gb2unicode

    0下载:
  2. gb2unicode.c,实现GB2312和Unicode码之间的转换,C语言编写,可以直接调用-gb2unicode.c, GB2312 and Unicode code to achieve the conversion between, C language, can call
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:69191
    • 提供者:lion
  1. GBTOUNICODE.RAR

    0下载:
  2. 一个国标码和UNICODE码的转换工具,可在无线短信设备上实现翻译-A GB code and UNICODE code conversion tools available in the wireless messaging device, on the translation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:83756
    • 提供者:weiyi
  1. AllStringTraining

    0下载:
  2. 在开发过程中,我们常常会遇到ASCII、Unicode以及MBCS等不同类型的字符串,而且还需要经常进行转换操作。本文先介绍字符的编码方式、各种基本字符串类型,然后说明相关的帮助类,如CComBSTR、_bstr_t、CString和basic_string等,最后讨论在它们之间以及和其他的数据类型的转换方法。-In the development process, we often encounter ASCII, Unicode and MBCS and other different ty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66864
    • 提供者:姜爱逢
  1. 2121

    0下载:
  2. c语言下的gb2312和utf8及unicode之间的互相转换 — Windows Live.files-c language gb2312 and under each other between utf8 and unicode conversion- Windows Live.files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:54671
    • 提供者:jiangbaoxi
  1. CCon

    2下载:
  2. 把基于Unicode 基本区的维吾尔文文本文件转换成基于Unicode扩展区的文本-convert Uyghur text base on Unicode 0600 page to Extended page
  3. 所属分类:CSharp

    • 发布日期:2016-10-17
    • 文件大小:41984
    • 提供者:wayit
  1. function

    0下载:
  2. 易语言写的常用功能模块 包含读写内存配置项、窗口隐藏显示、字节集到十六进制文本转换、unicode和ansi编码转换、内存读写等常用功能 -Common functions written in easy language to read and write memory module contains configuration items, hide the window display, bytes set to hex text conversion, unicode and a
  3. 所属分类:书籍源码

    • 发布日期:2017-04-01
    • 文件大小:12270
    • 提供者:godome
  1. WINCE_ANSI_TO_UNICODE

    0下载:
  2. 详细讲述了在WINCE系统下,ANSI字符与UNICODE字符的相互转换问题-Described in detail in the WINCE system, ANSI and UNICODE character conversion issues between characters
  3. 所属分类:Windows CE

    • 发布日期:2017-03-30
    • 文件大小:416972
    • 提供者:LiDeSheng
  1. SMS_Mcu_Program

    0下载:
  2. 一个单片机项目的完整程序,包含对tc35i无线通信模块的控制,GB2312与Unicode之间的转换,液晶模块控制-A complete program microcontroller projects, including wireless communication module of the control tc35i, GB2312 and Unicode conversion between LCD module control
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:170135
    • 提供者:蹄子
  1. GB2UNICODE

    0下载:
  2. Unicode与GB2312的转换C语言源码-C code for Converting Unicode between GB2312
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:74008
    • 提供者:tim
  1. 18030ToUnicode

    1下载:
  2. vs8上实现GB18030编码与unicode互相转换工具-vs8 to achieve GB18030 encoding in the unicode conversion tool to each other
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:932363
    • 提供者:lanweizhong
  1. Ansi2Unicode

    0下载:
  2. 编码转换工具, 可以从任意编码转成Unicode-Encoding conversion tool that can convert from any Unicode encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:26273
    • 提供者:rock
  1. utf8_v2_3

    0下载:
  2. 你还在为unicode下UTF8转换发愁吗?这有一个很好的类帮你实现,简单。-Are you still worry about converting unicode UTF8 under it? This has a very good class to help you achieve and simple.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:22398
    • 提供者:
  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. Name

    0下载:
  2. 把汉字、字符串转换成Unicode码输出-Chinese characters into Unicode code output
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:2341
    • 提供者:黄媚
  1. VC-internat

    0下载:
  2. 本文主要讲解以下内容   (1)CAsyncSocket类编程模式。   (2)CSocket类编程模式。   (3)CSocketFile类和CArchive类简介。   通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsyncSocket类 的成员函数中都可以找到它们对应的函数
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:24938
    • 提供者:AAA
  1. vbtounicode

    1下载:
  2. vb汉字转unicode码,自己做了来转换汉字的,协助查找部分游戏的地址-vb turn unicode character code, he had made to convert Chinese characters to help find the address part of the game
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-06
    • 文件大小:4053
    • 提供者:假假
  1. MCU-Debug

    0下载:
  2. 单片机多功能调试助手一款集串口/USB/网络调试、进制转换、字模与数码管字型码制作、常用校验值计算、UNICODE码转换、位图输出C文件等众多功能于一身的综合型调试软件,最值得庆幸的是该软件会一直保持更新,并支持在线升级功能,这样大家手头上的单片机多功能调试助手总是最新的! 单片机多功能调试助手与其他调试软件有什么优势: 一直保持为单文件状态,不会因为需要保存配置信息而创建其他其他文件,所以该软件非常容易携带。 一直体贴着开发者,所有重要的配置在关闭该软件时
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:656530
    • 提供者:赵文选
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com