-
汉字内码转换示例,可查询汉字的内码或由内码查询汉字的代码示例。...
汉字内码转换示例,可查询汉字的内码或由内码查询汉字的代码示例。-CICS code-switching example, the Chinese characters can be obtained within code or codes for Chinese characters within the code examples.
- 2022-03-02 05:51:05下载
- 积分:1
-
procedures will one big5 coding English document conversion to gb2312 coding Eng...
程序将一个big5编码的繁体中文文件转换为gb2312编码的简体中文-procedures will one big5 coding English document conversion to gb2312 coding English
- 2022-08-16 06:47:16下载
- 积分:1
-
实现GB码和Big5码间的转换的程序,采用VC实现
实现GB码和Big5码间的转换的程序,采用VC实现-Realize GB code and Big5 code conversion between the procedures, the use of VC realize
- 2023-09-03 10:20:04下载
- 积分:1
-
Investigation in accordance with Chinese pinyin, radical, and five
可根据汉字查拼音,部首及五笔编码
支持多个汉字同时查询
-Investigation in accordance with Chinese pinyin, radical, and five-stroke Chinese character encoding to support multiple queries simultaneously
- 2022-11-01 06:25:03下载
- 积分:1
-
拼音输入法,用了各种消息映射函数,里面还有钩子函数
拼音输入法,用了各种消息映射函数,里面还有钩子函数-Pinyin input method, using a variety of information mapping function, there is also the hook function
- 2022-06-15 06:28:19下载
- 积分:1
-
拼音输入法汉字排列表.txt
拼音输入法汉字排列表.txt
-Pinyin input method of Chinese characters ranked list. Txt Chinese Pinyin input method list row. Txt
- 2022-10-06 18:05:02下载
- 积分:1
-
经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //
经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiString sBig) { char* pszBig5=NULL //Big5编码的字符 wchar_t* wszUnicode=NULL //Unicode编码的字符 char* pszGbt=NULL //Gb编码的繁体字符 char* pszGbs=NULL //Gb编码的简体字符 AnsiString sGb //返回的字符串 int iLen=0 //需要转换的字符数-classic : A Brief History API for a change. Input Big5 characters return Gb English characters //---------------------------------------// Function input characters Big5 return Gb English characters //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb (AnsiString sBig) (char* pszBig5 = NULL// Big5 Coding wchar_t characters wszUnicode = NULL*// Unicode character encoding pszGbt char = NULL*// Gb coding of traditional characters pszGbs char = NULL*// Gb coding simplified characters AnsiString sGb// int i
- 2022-03-19 08:08:08下载
- 积分:1
-
取得汉字的拼音首字
取得汉字的拼音首字-Get the first phonetic letter of chinese characters.
- 2022-07-02 02:45:15下载
- 积分:1
-
我开发系统,酒店房间管理系统,可以预定房间
我开发系统,酒店房间管理系统,可以预定房间-I developed systems, hotel rooms management system, can be scheduled for the room
- 2022-08-10 17:42:17下载
- 积分:1
-
“C16汉字输入方案”,是针对小键盘设备(如手机、遥控器等)通常为16个基本键(“0”到“9”、“*”、“#”、左右键、删除键、确认键)的情况,充分发掘16个键...
“C16汉字输入方案”,是针对小键盘设备(如手机、遥控器等)通常为16个基本键(“0”到“9”、“*”、“#”、左右键、删除键、确认键)的情况,充分发掘16个键位条件下进行汉字输入和符号输入的潜力,使汉字、英文、数字输入达到尽可能高的效率,是在16键的小键盘设备进行汉字输入的优秀方案。-"C16 Chinese character input program" is aimed at the small keyboard equipment (such as mobile phones, remote control, etc.) is usually 16 primary key ( "0" to "9 ","*","#", about keys, delete keys, key confirmation), filling explore 16-bit key conditions for the importation of Chinese characters and symbols, the potential for the importation, Chinese, English, digital input to achieve the highest possible efficiency in the 16 key keypad for inputting Chinese characters equipment outstanding program.
- 2022-03-11 06:40:13下载
- 积分:1