-
软键盘输入法原代码,方便简单易求…
软键盘输入方法原代码
其设计方法简单易懂
便于初学者学习输入法的编程-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
-
excell配套工具,打开有些程序时要用到
excell配套工具,打开有些程序时要用到-excel matching tools, open some procedures have to use
- 2022-07-20 13:42:08下载
- 积分:1
-
五笔输入法在单片机系统中应用
五笔输入法在单片机系统中应用--Use Wu Bi Chinese character input method in SCM system.
- 2022-12-14 18:20:03下载
- 积分:1
-
vc实现的软键盘例子,若有疑问,不需要问hssmy.
vc实现的软键盘例子,若有疑问,不需要问hssmy.-vc realize the soft keyboard example, if in doubt, do not need to ask hssmy.
- 2023-05-05 12:55:03下载
- 积分:1
-
c语言,UNICODE<
c语言,UNICODEGB2312 对照表
并有转换代码-c language, UNICODE <-> GB2312 conversion table and the code
- 2022-03-14 03:53:54下载
- 积分:1
-
这是十种软件抗干拢的c程序,转载,供大家参考。
这是十种软件抗干拢的c程序,转载,供大家参考。-This c program includes examples about 10 software filtering methods (software anti-disturbing).
- 2022-08-17 19:23:18下载
- 积分: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
-
tcpip的一个调试工具,请验收,好的话同志我一下,非常的好用...
tcpip的一个调试工具,请验收,好的话同志我一下,非常的好用-This a debugging tool for TCP/IP.
- 2022-03-16 18:17:08下载
- 积分:1
-
good. Input method for operating the program is a good reference and inspiration
很好的东东。对于搞输入法编程的人来说是个很好的参考和启发-good. Input method for operating the program is a good reference and inspiration
- 2022-01-31 03:00:44下载
- 积分: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