-
DigitalImageProcessing_base_on_Matlab
基于Matlab的数字图像处理
DigitalImageProcessing_base_on_Matlab
基于Matlab的数字图像处理-DigitalImageProcessing_base_on_Matla b Based on Matlab Digital Image Processing
- 2022-02-05 08:50:46下载
- 积分:1
-
PIC-C
PIC-C程序一实例,对学单片机很有用处,快快来下载. (PIC-C procedure examples, very useful for school single-chip, as soon as possible to download.)
- 2009-01-04 11:15:32下载
- 积分:1
-
sa015
GSM中GMSK调制信号的产生,搭建OFDM通信系统的框架,实现了对10个数字音的识别。( GSM is GMSK modulation signal generation, Build a framework OFDM communication system, To achieve the recognition of 10 digital sound.)
- 2017-03-15 15:54:16下载
- 积分:1
-
三菱PLC软元件地址表-modbus
说明: 三菱PLC 软元件地址表 ,用于 modbus,与控制系统开发。是三菱PLC内部资料。(Mitsubishi PLC Soft Component Address Table for Modbus and control system development. Mitsubishi PLC internal information.)
- 2020-07-08 19:18:56下载
- 积分:1
-
Allotchapter_2
Allot公司的流量控制手册——英文原版电子书第二章(Allot's traffic control manual-- the English original e-books Chapter II)
- 2007-05-27 20:29:37下载
- 积分:1
-
MATLAB7.x数字信号处理,基本的数字信号处理的程序都在这里了...
MATLAB7.x数字信号处理,基本的数字信号处理的程序都在这里了-nearly all the DPS program
- 2023-03-04 17:30:04下载
- 积分:1
-
Nougat_Root_SuperSU_No_kernel_included
Nougat_Root_SuperSU_No_kernel_included
- 2020-06-24 10:00:02下载
- 积分:1
-
60364-7-704
说明: Standard IEC 60364-7-704
- 2019-03-12 17:34:50下载
- 积分:1
-
xiaolingtong
小灵通恢复出厂设置的软件,12种小灵通解码程序(PHS to restore the factory settings of the software, 12 kinds of decoding procedures PHS)
- 2008-03-31 15:18:09下载
- 积分:1
-
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