-
用java实现的输入法函数,里面含GB2312数据库。
用java实现的输入法函数,里面含GB2312数据库。-used to achieve the input function, inside database containing GB2312.
- 2022-01-25 15:29:48下载
- 积分:1
-
可以控制键盘发音,提供了全部的源代码,主要用了消息机制...
可以控制键盘发音,提供了全部的源代码,主要用了消息机制-keyboard sounds can be controlled to provide all the source code, the main mechanism of news
- 2023-06-19 13:35:03下载
- 积分:1
-
单片机系统中的汉字显示(拼音输入法源码)
单片机系统中的汉字显示(拼音输入法源码)--Display Chinese characters in SCM system by Pin Yin inputting method.
- 2023-08-04 05:10:03下载
- 积分:1
-
(1) to map the vertex school sites, storage attractions names, code names, profi...
(1)以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。(2)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。-(1) to map the vertex school sites, storage attractions names, code names, profiles and other information; Edge said the path to the storage path length relevant information. (2) to provide visitors arbitrary map of the road attractions inquiries, inquiries between any two spots of a simple shortest path.
- 2023-08-01 21:05:03下载
- 积分: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
-
51上的输入法阿,能够运行,我用过,一句都没有改
51上的输入法阿,能够运行,我用过,一句都没有改-51 on the input method A, run, I used that one has not changed
- 2022-05-19 05:17:59下载
- 积分:1
-
软键盘输入法原代码,方便简单易求…
软键盘输入方法原代码
其设计方法简单易懂
便于初学者学习输入法的编程-soft keyboard input methods original code designed to facilitate simple easy beginners to learn the programming input method
- 2022-03-20 05:44:47下载
- 积分:1
-
dual
双通输入法原码
“双通”有两个含义:一是双拼或双形输入;二是手机键盘、电脑数字小键盘、字母大键盘通用。“双通”集有以下四种输入法-dual-source input method "double-pass" has two meanings : First, brush or dual-input; Two of the cell phone keypad, a small number of computer keyboards, large alphanumeric keyboard GM. The "double-pass" sets the following four input methods
- 2022-08-24 05:07:48下载
- 积分: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
-
输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一...
输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一、关于Windows 95混合语言IME 在Windows 95中,IME是一个动态链接库(DLL),与Windows 3.1远东版本IME不同的是,每一个运行的IME相当于混合语言键盘布局中的一种。与Windows 3.1 IME相比较,Windows 95混合语言IME提供下列增强功能:-input method Programming Guide (under flowing translation) Windows 95 Input Method Editor (IME) works : Microsoft Translation : TBsoft Software Studio 1, on Windows 95 IME mixed language in Windows 95, IME is a dynamic link library (DLL), and Windows 3.1 IME different versions of the Far East is that each and every one of IME equivalent of running mixed language keyboard layout in one. IME with Windows 3.1, compared to Windows 95 mixed-language IME provide the following enhancements :
- 2022-02-21 16:28:17下载
- 积分:1