-
笔形数字输入法,只需0至9十个数字可以输入电脑字库中的2万多个汉字,外加一个符号(我这里是外加字母e)可以增加输入词组...
笔形数字输入法,只需0至9十个数字可以输入电脑字库中的2万多个汉字,外加一个符号(我这里是外加字母e)可以增加输入词组-Pen-shaped digital input method, only 10 numbers 0 to 9 can be input into the computer character in the more than 20,000 Chinese characters, plus a symbol (I am here along with the letter e) can increase the input phrase
- 2022-11-19 05:20:03下载
- 积分:1
-
转入法安装程序,可进行输入法的安装,并且可以调整输入法的顺序。...
转入法安装程序,可进行输入法的安装,并且可以调整输入法的顺序。-Setup into law, it can conduct the input method of installation, and can adjust the order of input method.
- 2022-01-31 03:43:59下载
- 积分:1
-
它提供对字词库(.mb)的批量修改方法。开发环境为Visual J++ 6.0,您可选择(或修改)其中一种使用。...
它提供对字词库(.mb)的批量修改方法。开发环境为Visual J++ 6.0,您可选择(或修改)其中一种使用。-it right word thesaurus (. Mb) Batch modification method. The development environment for Visual J 6.0, you can choose (or modification) to use one.
- 2023-05-04 12:05:03下载
- 积分:1
-
open source "Giant pandas input method" for the development and testin...
开放源码的“大熊猫输入法”开发测试进行中--使用大熊猫输入法,学习输入法编程,体验自主自由的感觉!-open source "Giant pandas input method" for the development and testing-- the use of giant pandas input method, learning programming input method, the experience the feeling of autonomy and freedom!
- 2022-04-12 04:12:51下载
- 积分:1
-
/* 大熊猫输入法(Free Chinese Input) 由YJMSIR(yjmsir@163.com)编写
* 协议: GPL
* freein...
/* 大熊猫输入法(Free Chinese Input) 由YJMSIR(yjmsir@163.com)编写
* 协议: GPL
* freeinput( A Chinese Input Method) by YJMSIR(yjmsir@163.com)
* Licence: GPL
*/-/* pandas input method (Free Chinese Input) from YJMSIR (yjmsir@163.com)* prepare the agreement :* freeinput GPL (A Chinese Input Method) by YJMSIR (yjmsir@163.com)* License : GPL* /
- 2022-05-13 21:17:48下载
- 积分: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
-
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
-
通过编程实现在输入框获得和失去焦点时输入法的自动切换。...
通过编程实现在输入框获得和失去焦点时输入法的自动切换。-Through programming in the input box on the acquisition and loss of focus automatically switch input methods.
- 2022-07-18 11:08:06下载
- 积分:1
-
一般情况下在TC下无法输入中文,或出现乱码。本程序能在TC下自由选择输入法,也可输入中文,且不是乱码...
一般情况下在TC下无法输入中文,或出现乱码。本程序能在TC下自由选择输入法,也可输入中文,且不是乱码-under normal circumstances the TC unable to input Chinese, or to gibberish. This procedure can freely choose TC input method can input Chinese, and not gibberish
- 2022-09-17 02:25:02下载
- 积分: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