-
一个利用顺序链表实现的大数(百位以上)的相加减乘除的操作...
一个利用顺序链表实现的大数(百位以上)的相加减乘除的操作-Use the order of the realization of a linked list of large numbers (100 and above) with the operation of addition and subtraction multiplication and division
- 2022-07-12 04:49:58下载
- 积分:1
-
AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。...
AT80C2051用内部比较器作AD转换器,这里提供c源程序,以供参考。-AT80C2051 used for internal comparisons for the AD converter, c source provided here, for reference.
- 2022-01-26 03:24:40下载
- 积分:1
-
执行文件,请放心使用.
一个用Windows API写的屏幕键盘(软键盘)执行文件,完全模拟了键盘输入.可以完全替代键盘输入,可以输入汉字,不同输入法切换....
执行文件,请放心使用.
一个用Windows API写的屏幕键盘(软键盘)执行文件,完全模拟了键盘输入.可以完全替代键盘输入,可以输入汉字,不同输入法切换.不亚于windows自带的虚拟键盘程序!其中参考了不少人的代码,这里不一一列举.-Implementation document, please rest assured that use. A Windows API used to write the screen keyboard (soft keyboard) to implement documents, fully simulated keyboard input. Can completely replace the keyboard input, you can input Chinese characters, different input method switch. No less than windows built-in virtual keyboard program! Which made reference to many people
- 2022-08-31 11:00:03下载
- 积分: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
-
获取汉字的拼音首字符,根据汉字表中拼音首字符分别为“A”至“Z”的汉字内码范围,要检索的汉字只需要检查它的内码位于哪一个首字符的范围内,就可以判断出它的拼音首字...
获取汉字的拼音首字符,根据汉字表中拼音首字符分别为“A”至“Z”的汉字内码范围,要检索的汉字只需要检查它的内码位于哪一个首字符的范围内,就可以判断出它的拼音首字符。-Get the first character of spelling of Chinese characters
- 2022-05-12 19:12:00下载
- 积分:1
-
中文拼音输入法的拼音码表,对做拼音输入法的比较有用
中文拼音输入法的拼音码表,对做拼音输入法的比较有用-Chinese phonetic alphabet input method of code table, so the Pinyin input method more useful
- 2022-06-17 11:07:19下载
- 积分:1
-
很好的东东。对于搞输入法编程的人来说是个很好的参考和启发...
很好的东东。对于搞输入法编程的人来说是个很好的参考和启发-A good input method sample for learning input method program.-good. Input method for operating the program is a good reference and inspiration-A good method"s input ample input method for learning program.
- 2023-01-10 01:00:04下载
- 积分: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
-
经典:用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
-
拼音输入法汉字排列表.txt
拼音输入法汉字排列表.txt
-Pinyin input method of Chinese characters ranked list. Txt Chinese Pinyin input method list row. Txt
- 2022-10-06 18:05:02下载
- 积分:1