-
and Source Code for the small number of keyboard input methods
和码输入法源码,为数字小键盘输入法-and Source Code for the small number of keyboard input methods
- 2022-02-02 15:49:48下载
- 积分:1
-
汉字中取拼音
是将一段汉字中所有的拼音抽取出来
汉字中取拼音
是将一段汉字中所有的拼音抽取出来-Were obtained from Chinese Pinyin
- 2022-02-12 11:01:49下载
- 积分:1
-
51上的输入法阿,能够运行,我用过,一句都没有改
51上的输入法阿,能够运行,我用过,一句都没有改-51 on the input method A, run, I used that one has not changed
- 2022-05-19 05:17:59下载
- 积分:1
-
原来的程序中没有鼠标的驱动。
朋友,如果你在使用厂家提供的开发包中遇到莫名其妙的问题,请参考我的设计。...
原来的程序中没有鼠标的驱动。
朋友,如果你在使用厂家提供的开发包中遇到莫名其妙的问题,请参考我的设计。-the original proceedings did not mouse-driven. Friends, if you use the supplied development kits baffling encounter problems, please refer to my design.
- 2022-03-04 07:11:11下载
- 积分:1
-
我开发系统,酒店房间管理系统,可以预定房间
我开发系统,酒店房间管理系统,可以预定房间-I developed systems, hotel rooms management system, can be scheduled for the room
- 2022-08-10 17:42:17下载
- 积分:1
-
拼音输入法的实现// 源代码// C// 中文
拼音输入法的实现// 源代码// C// 中文-Pinyin input method of achieving// source// C// Chinese
- 2022-09-01 02:35:03下载
- 积分:1
-
Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计...
Windows系统下汉字输入法实际上是将输入的标准ascii字符串按照一定的编码规则转换为汉字或汉字串,进入到目的地。由于应用程序各不相同,用户不可能自己去设计转换程序,因此,汉字输入自然而然落到WINDOWS系统管理中。-Windows systems Chinese character input method is actually imported to the standard ascii string of coded according to certain rules into Chinese or Chinese character strings, into the destination. Because the application is not the same, users will not be able to design their own conversion process, it naturally fell on the importation of Chinese Windows system management.
- 2022-02-06 00:26:24下载
- 积分:1
-
一个单片机中使用的的拼音输入法模块,里面包含了拼音输入法码表...
一个单片机中使用的的拼音输入法模块,里面包含了拼音输入法码表-A single-chip microcomputer used in the Pinyin input method module, which contains the Pinyin input method code table
- 2023-06-18 07:00:04下载
- 积分: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
-
定时器Timer2的使用,这里提供c源程序,以供参考。
定时器Timer2的使用,这里提供c源程序,以供参考。-timer Timer2 use, c source provided here, for reference.
- 2022-02-19 23:33:10下载
- 积分:1