登录
首页 » IME Develop » Visual Basic keyboard input method

Visual Basic keyboard input method

于 2022-05-05 发布 文件大小:11.18 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

Visual Basic中的键盘输入法-Visual Basic keyboard input method

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • “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
  • 96位整数计算类 CInt96 v1.04源码。一个整数计算类,96位整数的计算,这是一个很早的源代码,但对学习还是有用处的。...
    96位整数计算类 CInt96 v1.04源码。一个整数计算类,96位整数的计算,这是一个很早的源代码,但对学习还是有用处的。-96-bit integer type CInt96 v1.04 source code. An integer class, 96-bit integer calculations, this is a very early source code, but still useful for learning.
    2023-03-15 21:45:03下载
    积分:1
  • 汉字内码转换示例,可查询汉字的内码或由内码查询汉字的代码示例。...
    汉字内码转换示例,可查询汉字的内码或由内码查询汉字的代码示例。-CICS code-switching example, the Chinese characters can be obtained within code or codes for Chinese characters within the code examples.
    2022-03-02 05:51:05下载
    积分:1
  • Visual Basic keyboard input method
    Visual Basic中的键盘输入法-Visual Basic keyboard input method
    2022-05-05 15:21:42下载
    积分:1
  • 输入法安装制作原理
    输入法安装制作原理 -------------------------------------------------------------------------------- 来源:http://wbfansbbs.yeah.net 作者:酋长 五笔爱好者论坛里很多朋友问我输入法安装程序怎么做,这两天有空,就整理了一下,希望能够从中给大家一点启示! ★Win9x/Me 系统 步骤一:拷贝文件。 在Win9x/Me系统下, 把输入法相关文件(一般是*.IME,可能还有其它 .DLL文件)拷贝到 Win$System$ 目录下。-input methods installed production Principle-------------------------------------------------------------------------------- Source : http://wbfansbbs.yeah.net Author : Chiefs 5 T-lovers forum many of my friends asked me input method how to do the installation procedure, which two days time, collate it, and from hope to give us some ideas! People Win9x/Me step in a system : copy documents. In Win9x/Me system, the importation law relevant documents (usually*. IME, there may be other. DLL files), copy of Win $ System $ directory.
    2022-04-20 16:49:31下载
    积分:1
  • 单片机系统中的汉字显示(拼音输入法源码)
    单片机系统中的汉字显示(拼音输入法源码)--Display Chinese characters in SCM system by Pin Yin inputting method.
    2023-08-04 05:10:03下载
    积分:1
  • 输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一...
    输入法编程指南(根据msdn翻译) Windows 95输入法编辑器(IME) 原著:Microsoft 翻译:TBsoft Software Studio 一、关于Windows 95混合语言IME 在Windows 95中,IME是一个动态链接库(DLL),与Windows 3.1远东版本IME不同的是,每一个运行的IME相当于混合语言键盘布局中的一种。与Windows 3.1 IME相比较,Windows 95混合语言IME提供下列增强功能:-input method Programming Guide (under flowing translation) Windows 95 Input Method Editor (IME) works : Microsoft Translation : TBsoft Software Studio 1, on Windows 95 IME mixed language in Windows 95, IME is a dynamic link library (DLL), and Windows 3.1 IME different versions of the Far East is that each and every one of IME equivalent of running mixed language keyboard layout in one. IME with Windows 3.1, compared to Windows 95 mixed-language IME provide the following enhancements :
    2022-02-21 16:28:17下载
    积分:1
  • 我叫你去死,这么麻烦,你这网站不想做了!!下载源码要这么多废功吗...
    我叫你去死,这么麻烦,你这网站不想做了!!下载源码要这么多废功吗-I ask you to die, too much trouble, you do not want to do this site! ! Download the source code to waste so much power?
    2022-05-14 11:33:59下载
    积分: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
  • 一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。...
    一个打字程序,用来实现练习打字的功能,并且可以判断输入正误,且可以设置打字时间。-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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载