-
一个很简单的输入法,编译研究和阅读,delphi写到。
一个很简单的输入法,编译研究和阅读,delphi写到。-A very simple input method, the compiler research and reading, delphi wrote.
- 2023-09-03 17:55:03下载
- 积分:1
-
键盘,实现键盘输入和显示
键盘,实现键盘的输入及led的显示功能-keyboard, realize keyboard input and led display
- 2022-01-26 07:26:35下载
- 积分: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
-
一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。...
一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。-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
-
InPutBox的使用代码,可以学习InPutBox的调用方法
InPutBox的使用代码,可以学习InPutBox的调用方法-InPutBox the use of the code, you can call methods to study InPutBox
- 2022-03-24 09:35:59下载
- 积分:1
-
我开发系统,酒店房间管理系统,可以预定房间
我开发系统,酒店房间管理系统,可以预定房间-I developed systems, hotel rooms management system, can be scheduled for the room
- 2022-08-10 17:42:17下载
- 积分:1
-
err
java
- 2023-06-12 11:40:04下载
- 积分:1
-
谷歌的输入法,Linux下使用的版本源代码,学习编程的好资料
谷歌的输入法,Linux下使用的版本源代码,学习编程的好资料-Google" s input method, Linux source code for the version used to learn good programming information
- 2023-06-27 23:50:03下载
- 积分:1
-
The input method with Pinyin input simultaneously, any one word can be played us...
本输入法与拼音输入同时使用,任一个字可以用本输入法打出也可以用拼音打出,最大亮点是单手打字.-The input method with Pinyin input simultaneously, any one word can be played using this input method can also be used phonetic play, the biggest bright spot is the one-handed typing.
- 2023-04-01 18:30: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