-
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查...
使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行7.设计一个合理的GUI,注意GUI界面类与功能类的关系应比较松散。-use of object-oriented method to complete the "quick spell-check procedure" in the analysis, design and implementation process. Rapid screening procedures spelling basic requirements as follows : 1. Spell-checking documents to text files stored in the form of Disk; 2. Just check the documents in both Chinese and English word spelling errors; 3. Word is letters (a z or A ... ... Z) definition, as a non-alphabetic character as the separator; 4. Judge spelling error is the basis of dictionaries, dictionaries in the form of text files stored in external memory; 5. Dictionary document acts of a dictionary of names, each line deposited a word; 6. Output form of a text document storage, its format : Line
- 2022-04-07 23:12:43下载
- 积分:1
-
domestic still relatively new network of micro
国内还比较新的network processor的微代码开发,关于cam sharing的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the cam sharing examples of the uc language, tell you how to make use of the call-and hardware resources.
- 2022-05-23 17:02:56下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
TLC5615的驱动程序,调试通过了
TLC5615的驱动程序,调试通过了--Driver program for TLC5615.
- 2022-06-12 15:21:22下载
- 积分:1
-
键盘信号接收的例子
键盘信号接收的例子--An example for receiving signals from keyboard.
- 2022-06-12 11:41:05下载
- 积分:1
-
MC9S08QE128的SPI总线驱动程序
MC9S08QE128的SPI总线驱动程序-The SPI bus driver MC9S08QE128
- 2022-10-07 01:10:04下载
- 积分:1
-
6位共阴数码管,CD4511驱动,使用反极法的键盘
6位共阴数码管,CD4511驱动,使用反极法的键盘
- 2022-05-13 01:33:06下载
- 积分:1
-
PIC单片机产生警报声的程序。频率从1.8K
PIC单片机产生警报声的程序。频率从1.8K-3.5K匀速增加,共有46个频点,每个频点扫频16个半周期,持续200mS。-PIC Singlechip alarms generated procedures. Frequencies from the uniform increase of 1.8K-3.5K, a total of 46 frequencies, each frequency sweep 16 semi-cycle, continuous 200mS.
- 2023-03-30 09:00:03下载
- 积分:1
-
Multi
多跳路由的温度采集程序,采用Tinyos 编写,想学习WSN可以做为参考-Multi-hop routing temperature acquisition procedure for the preparation of TinyOS, want to learn WSN can be used as reference
- 2022-08-10 02:50:38下载
- 积分:1
-
minigui listview 源代码,主要是ubuntu下的minigui关于列表的源代码。...
minigui listview 源代码,主要是ubuntu下的minigui关于列表的源代码。-minigui listview source code, mainly minigui under ubuntu source code on the list.
- 2022-10-21 23:05:03下载
- 积分:1