-
输入源程序卸载、安装输入法可以作为一个参考…
一个输入法卸载源码,可以作为输入法安装卸载编程的参考!-An input source to uninstall, install the input method can be used as a reference to uninstall program!
- 2022-01-31 03:04:00下载
- 积分: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
-
“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
-
小乖输入法源码,基于自由拼音输入法源码而成的输入法源码...
小乖输入法源码,基于自由拼音输入法源码而成的输入法源码-Source小乖input method, Pinyin input method based on free source code from the input source
- 2023-07-02 20:10:05下载
- 积分:1
-
05年新东方考前必背12篇作文 写的非常好
背了效果狠好
05年新东方考前必背12篇作文 写的非常好
背了效果狠好-New Oriental in 2005 before attending必背12 essays written by a very good effect of the back of a good hard
- 2023-08-26 08:55:03下载
- 积分:1
-
无线遥控气程序,包括拼音输入法,触摸屏.
无线遥控气程序,包括拼音输入法,触摸屏.-Wireless remote control gas procedures, including Pinyin input method, touch-screen.
- 2023-02-08 15:50:04下载
- 积分:1
-
“五笔编码速查系统”如何部署:
1、 修改更新Web服务器地址和端口
配置检查版本的Web服务器地址,在本例中缺省 使用的是本机,所以在WMSheet....
“五笔编码速查系统”如何部署:
1、 修改更新Web服务器地址和端口
配置检查版本的Web服务器地址,在本例中缺省 使用的是本机,所以在WMSheet.cpp中162行的调用为:httpClient.GET("localhost", "80", "/version.asp", "")
如果自己的机器与配置的情况不符合,要根据具体情况进行设置。
2、 下载安装文件的配置
推荐测试时使用自己本地的机器,即localhost,使用21端口。把安装文件 setup.exe部署到 ftproot,setup.exe在vc6.0setup目录下。
- 2023-03-27 21:15: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
-
启程输入法的输入法部分及进程间通讯部份代码,这是一个很有特色的输入法,采用类似游戏的服务器架构...
启程输入法的输入法部分及进程间通讯部份代码,这是一个很有特色的输入法,采用类似游戏的服务器架构-Left input method input method and process of communication among some parts of the code, this is a very unique input method similar to the game server architecture
- 2022-03-31 12:34:14下载
- 积分:1
-
一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。...
一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。-a typing procedures used for typing practice, it also can be imported is mistaken judgment, which can be set typing time.
- 2023-02-04 13:25:03下载
- 积分:1