-
dic.c
说明: 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
一种简单的英文单词排版系统实现
一、功能
英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。
二、实现约定
1、单词结构
typedef struct dictWord {
char word[101];
char meaning[201];
} DictWord;
2、录入单词和释义
录入规则:
A) 一行只能录入一个单词或词组和释义,
B) 可以只录入单词
C) 每一次录入得单词总长度包含空格不超过100字符
D) 不能只录入释义
E) 单词和释义之间必须有空格
F) 单词是连续的或有空格的字母,不能有其他字符
G) 录入异常打印对应的错误信息。
H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数
I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字
3、修改单词
修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
- 2020-04-05 22:51:51下载
- 积分:1
-
segmantal SNR
计算语音信号的信噪比和分段信噪比,在matlab中使用(Computing signal-to-noise ratio and segmentation SNR of speech signals are used in MATLAB)
- 2017-09-12 11:26:21下载
- 积分:1
-
自己写的卡尔曼滤波的源程序,仿真的吸收曲线,以答..
自己写的卡尔曼滤波源程序,仿真对匀加速转弯目标的跟踪-Write their own source of Kalman filter, simulation of the absorption curve to accelerate target tracking
- 2022-11-13 13:35:03下载
- 积分:1
-
zigzag
用matlab实现zigzag扫描程序。(using Matlab achieve Zigzag scanning procedures.)
- 2006-06-18 09:15:19下载
- 积分:1
-
FPGA_SOURCE_CODE
ad9910 FPGA VERILOG 初始化代码,(Ad9910 FPGA VERILOG initialization code)
- 2017-08-01 10:01:28下载
- 积分:1
-
中文资料
TC1782中文资料,可以快速上手,学习内部芯片构造与原理(TC1782 Chinese materials, can quickly start to learn the internal chip structure and principles)
- 2020-06-30 10:20:01下载
- 积分:1
-
《无线通信FPGA设计》PDF版本+书中代码
《无线通信FPGA设计》PDF版本+书中代码,详细讲解了一些无线通信算法,并通过FPGA实现了这些功能,同时上传了书中的代码。("Wireless communication FPGA design" PDF version + book code, explained in detail some of the wireless communication algorithm, and through the FPGA to achieve these functions, while uploading the code in the book.)
- 2021-03-23 17:09:15下载
- 积分:1
-
ESP8266+贝壳物联+天猫精灵
说明: 用Esp8266与贝壳物联链接并控制,可以加入天猫精灵(Using esp8266 to link with shell and control)
- 2021-01-11 15:48:50下载
- 积分:1
-
AHP
根据输入的决策矩阵,利用AHP方法,进行0-1标准化处理,得出标准化后的结果。(According to the input decision matrix, the AHP method is used to perform 0-1 normalization processing, and the standardized result is obtained.)
- 2020-06-17 11:00:02下载
- 积分:1
-
gis applications in the presentation and application of the results briefings
gis在应用方面的介绍,以及应用成果的简介-gis applications in the presentation and application of the results briefings
- 2022-06-19 10:33:06下载
- 积分:1