-
定时器Timer2的使用,这里提供c源程序,以供参考。
定时器Timer2的使用,这里提供c源程序,以供参考。-timer Timer2 use, c source provided here, for reference.
- 2022-02-19 23:33:10下载
- 积分:1
-
建立拼音词库,请研究语言处理的同志一起来完成
建立拼音词库,请研究语言处理的同志一起来完成-establish Pinyin Vocabulary, please study the language up a complete comrades
- 2023-04-22 13:30:03下载
- 积分:1
-
SQL的基本操作---数据的检索篇 什么在查询中对字段命以别名,或重新命名,这样做的原因有两个: ☆所涉及的表的字段名很长,想使字段在结果集中更易处理一些。 ☆...
SQL的基本操作---数据的检索篇 什么在查询中对字段命以别名,或重新命名,这样做的原因有两个: ☆所涉及的表的字段名很长,想使字段在结果集中更易处理一些。 ☆创建的查询产生了某些计算或合计列,需要对之进行命名。 不管是什么原因对字段命以别名,在 SQL 中都可以容易地使用 As 子句做得-the basic operation of SQL data retrieval-- What Part of the field inquiries to life alias, or re-naming to do so for two reasons : involved in the table field names is very long, so that the field would result in easier handling. inquiries have created some calculation or together, would be required for the process of naming. Whatever the reason right to life alias field in SQL can be easily done using As CLAUSE
- 2022-03-24 04:59:45下载
- 积分:1
-
拼音输入法 tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=&g...
拼音输入法 tm.txt =>输入法原始编码表例子 码表即字典:应按小=>大排序 bm.zip =>输入法码表建立源程序 ime.zip=>IME输入法源程序 tminstall.zip=>安装输入法源程序 imm.h multimon.h winhtml.zip=>VC下的HTML编译库 请将imm.h和multimon.h拷贝到vc++下的include目录下 用户应在readmb函数中加入自己的码表读取功能 -Source code of Chinese PinYin input method.
- 2023-02-07 01:55: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
-
输入法编程指南(根据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
-
它提供对字词库(.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
-
在VC++6.0环境下用C++语言编写一个简单的模拟拼音输入法程序,该模拟拼音输入法具有真正的拼音输入法的基本功能。...
在VC++6.0环境下用C++语言编写一个简单的模拟拼音输入法程序,该模拟拼音输入法具有真正的拼音输入法的基本功能。-6.0 in VC environment with C language simulation of a simple phonetic input procedures, the simulation Pinyin input method with the real Pinyin input method"s basic functions.
- 2022-02-25 17:27:58下载
- 积分:1
-
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py...
拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[])
input_py_val为已输入的拼音码字符串头指针,
反回值为中文的起始地址,当为0时,杳询失败-Pinyin input method dark and quiet exercise the function: unsigned char code* py_ime (unsigned char input_py_val []) input_py_val phonetic code for the string you have entered the first pointer, and anti-back value is the starting address in Chinese, when is 0, the dark and quiet exercise failed
- 2022-06-15 13:30:22下载
- 积分:1
-
一个利用顺序链表实现的大数(百位以上)的相加减乘除的操作...
一个利用顺序链表实现的大数(百位以上)的相加减乘除的操作-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