-
VC模仿手写字符的源码
VC模拟手写字符
- 2022-04-23 02:37:51下载
- 积分: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
-
包括拼音、五笔、笔画等输入法算法。仅供参考。
包括拼音、五笔、笔画等输入法算法。仅供参考。-include Pinyin, and five strokes, strokes and other input method algorithm. For reference purposes only.
- 2022-04-11 21:50:04下载
- 积分:1
-
是在网上下的一个打字练系统, 里面有一些重要的知识点,适合于初学者!...
是在网上下的一个打字练系统, 里面有一些重要的知识点,适合于初学者!-on the Internet under a system of typing training, there are some important knowledge, suitable for beginners!
- 2022-05-07 00:54:58下载
- 积分:1
-
很好的东东。对于搞输入法编程的人来说是个很好的参考和启发...
很好的东东。对于搞输入法编程的人来说是个很好的参考和启发-A good input method sample for learning input method program.
- 2023-04-12 19:10: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
-
“五笔编码速查系统”如何部署:
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
-
VC编写的WinCE的一个输入法的源码,嵌入式平台winCE下实现
VC编写的WinCE的一个输入法的源码,嵌入式平台winCE下实现-VC prepared WinCE source code of an input method, embedded platform to achieve winCE
- 2022-03-14 14:55:37下载
- 积分:1
-
Investigation in accordance with Chinese pinyin, radical, and five
可根据汉字查拼音,部首及五笔编码
支持多个汉字同时查询
-Investigation in accordance with Chinese pinyin, radical, and five-stroke Chinese character encoding to support multiple queries simultaneously
- 2022-11-01 06:25:03下载
- 积分:1
-
一个完整的文字识别程序vb
一个完整的文字识别程序vb-A complete character recognition program vb
- 2022-07-20 18:11:53下载
- 积分:1