-
完成了T9输入法程序,功能与联想。直接存取
完成了T9输入法程序,具有联想功能。可以直接使用-completed T9 input method procedures, functions with Lenovo. Direct access
- 2022-02-25 22:33:09下载
- 积分:1
-
自由拼音输入法源程序,一个比较好的中文输入法程序,包括了完整的词库,对利用C开发相似程序有较大的参考作用。...
自由拼音输入法源程序,一个比较好的中文输入法程序,包括了完整的词库,对利用C开发相似程序有较大的参考作用。-free phonetic input source, a relatively good Chinese input method procedures, including a complete thesaurus, using procedures similar to C development a greater role reference.
- 2022-07-26 11:41:50下载
- 积分:1
-
intelligent coding to identify, support the translation process Capture Characte...
智能内码识别,支持屏幕取词翻译的程序-intelligent coding to identify, support the translation process Capture Characters from Screen
- 2022-03-23 14:04:52下载
- 积分:1
-
关于wince下的按键处理程序
关于wince下的按键处理程序-weights on the keys handling procedures
- 2022-10-12 15:35:03下载
- 积分: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
-
Mp3字典安装程序,可以自己根据需要定义字典库,装如后自动运行...
Mp3字典安装程序,可以自己根据需要定义字典库,装如后自动运行-Mp3 dictionary installation procedures, in accordance with their own needs for a dictionary definition, and equipment such as automatic operation
- 2023-02-19 01:25:03下载
- 积分: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
-
最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之
最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之处请大家多多指教!-recently wrote a procedure, which uses a multimedia timer, because of the need to expedite the proceedings, deceleration, suspension, termination, etc. Control, Packaging, a one-time use of a callback function methods and timing control function of the corresponding category. Deficiencies Department asked all a great weekend!
- 2022-02-07 19:45:00下载
- 积分:1
-
注册表输入编程实现
注册表输入编程实现-registry importation Programming
- 2022-04-13 11:35:41下载
- 积分: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