Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - GB2312
Search - GB2312 - List
DL : 0
于GB2312中与BIG5相对应繁体字编码转换。 为RUBY程式库。 -BIG5 to GB2312 with characters that corresponds to data conversion. For RUBY library.
Update : 2024-05-07 Size : 31744 Publisher : wj chen

DL : 0
51单片机控制TC35I无线通信模块的完整Keil C程序,还包含GB2312与Unicode转换,国标汉字、ASC字符显示,串口通信,液晶模块控制等程序。-51 single-chip wireless communication module TC35i control the integrity of Keil C procedures, also includes GB2312 and Unicode conversion, GB characters, ASC characters display, serial communications, LCD module control procedures.
Update : 2024-05-07 Size : 169984 Publisher : lzd

本程序是关于中文GB2312, GBK, GB18030 和Unicode(包括UTF-16和UTF-8)之间的转换。 此外,还有日文JIS和SHIFT-JIS之间的转换,以及JIS和SHIFT-JIS和UNICODE之间的转换。是本文做一个中日文输入法时碰到的一个很大的问题,这里整理出来,供大家参考。-This procedure is about the Chinese GB2312, GBK, GB18030 and Unicode (including UTF-16 and UTF-8) conversion between. In addition, Japanese JIS and SHIFT-JIS conversion between, as well as the JIS, and SHIFT-JIS and UNICODE conversion between. In this paper to do a Japanese input method encountered a major problem, finishing out here for reference.
Update : 2024-05-07 Size : 4096 Publisher : ProgramMan

C语言实现UTF-8与GB2312互换,提供详细的转换函数-C language UTF-8 with GB2312 exchange, provide a detailed transfer function
Update : 2024-05-07 Size : 2048 Publisher : houbay

DL : 0

Update : 2024-05-07 Size : 23552 Publisher : 朱江

DL : 0
编码转换工具,实现了GB2312,GB18030,BIG-5,UTF-16之间的相互转换。速度快-Encoding conversion tools, to achieve the GB2312, GB18030, BIG-5, UTF-16 conversion between. Fast
Update : 2024-05-07 Size : 1517568 Publisher : 岳则君

gb2312转换成unicode的c程序源代码-gb2312 converted to unicode the c source code
Update : 2024-05-07 Size : 4096 Publisher : lh

DL : 0
UTF8与GB2312之间的相互转换类,封装在一个类中,调用很方便-err
Update : 2024-05-07 Size : 2048 Publisher : song

DL : 0
VB6.0 UTF-8转换GB2312函数-UTF-8 TO GB2312
Update : 2024-05-07 Size : 2048 Publisher : 哈哈

utf_8 GB2312转换 c语言例子-utf_8 GB2312 conversion c language examples
Update : 2024-05-07 Size : 82944 Publisher : liangjinming

DL : 0
UTF8 Unicode GB2312编码之间进行转换-UTF8 Unicode GB2312 convert
Update : 2024-05-07 Size : 23552 Publisher : MF

进行各种文件编码[GB2312-80, GB18030, BIG5等所有编码]之间的转换,支持递归转换所有子目录-A variety of file encoding [GB2312-80, GB18030, BIG5 and all other codes] between conversion, support for the conversion of all subdirectories recursively
Update : 2024-05-07 Size : 91136 Publisher : secret

对于通用的嵌入式系统字处理单元,本模块化程序可以快速实现常用汉字编码(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 (GB2312, GB18030, BIG5 code, Unicode code) of each conversion, no library function needed. And thus the use of single Chinese characters appear in many yards. See readme.txt
Update : 2024-05-07 Size : 623616 Publisher : 新蛮狼

DL : 0
实现GB2312到UCS2/unicode的相互转换,主要用于嵌入式的GSM PDU编解码。我已经实现了编解码的函数。如果你只想实现GB2312到UCS2/unicode的相互转换,也可以根据我里面函数进行修改-GB2312 to UCS2/unicode achieve mutual conversion, mainly used in embedded codec GSM PDU. I have a codec implementation of the function. If you just want to achieve GB2312 to UCS2/unicode mutual conversion, but also can modify my function inside
Update : 2024-05-07 Size : 47104 Publisher : liuwei

DL : 1
c语言,UNICODE<->GB2312 对照表 并有转换代码-c language, UNICODE <-> GB2312 conversion table and the code
Update : 2024-05-07 Size : 65536 Publisher : 张洪

字符GB2312,ANSI-UTF8之间相互转换编码格式程序,从GB2312转到UTF8或者反过来转换-GB2312,ANSI-UTF8
Update : 2024-05-07 Size : 70656 Publisher : zhpncu

GB2312库 做底层汉字的显示 都需要的资料 很实用-Treasury GB2312 Chinese characters so the bottom of the display of information need to be very useful
Update : 2024-05-07 Size : 17408 Publisher : fandayu

OtherCode
DL : 0
VB中的简体中文(GB2312) -繁体中文(Big5)转换程序。   说明:按下 Mouse 的右键,选择『编码』里的『GB2312』查看输出结果。-VB in Simplified Chinese (GB2312)- Traditional Chinese (Big5) conversion process. Description: The Right Mouse click, choose encoding GB2312 』『 』in the view output.
Update : 2024-05-07 Size : 166912 Publisher : 766

DL : 0
又一个在C++中进行简体中文(GB2312)向繁体(BIG5)转换的程序。两地通软件曾将些程序应用到了项目中。因此还是值得学习一下的。-One in C++ in Simplified Chinese (GB2312) to Traditional (BIG5) conversion process. Software has two more procedures to be applied to the project. Therefore it is worthwhile to learn about the.
Update : 2024-05-07 Size : 120832 Publisher : 刘聚凯

DL : 0
这是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。完全可以将相关代码移植到嵌入式短信收发设备中去。我的相关嵌入式项目也确实是在这个基础上做的。-This is my project done by a formal evaluation of the source. Main functions of the board through the serial port and the GSM communication modules for the process to send and receive text messages. Are as follows: serial port settings, GB2312 with UNICODE encoding conversion, PDU codecs (most of this part of the code from the User), AT commands to send. Relevant code can be ported to embedded devices to send and receive text messages. My embedded projects related is on this basis to do so.
Update : 2024-05-07 Size : 189440 Publisher : 叶木公
« 1 2 3 4 56 7 8 9 10 ... 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.