-
student performance management system is a C language series of the procedures l...
学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
- 2022-02-02 01:44:52下载
- 积分:1
-
基于s变换的特征提取-ST
feature extraction using s-transform
- 2020-06-22 10:40:02下载
- 积分:1
-
Application Wizard has been created for you this UserInterface applications. Thi...
应用程序向导已为您创建了这个 UserInterface 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 UserInterface 应用程序的每个文件的内容。
-Application Wizard has been created for you this UserInterface applications. This application not only the demonstration of Microsoft based on basic use, but also to write applications as your starting point. This document outlines the composition of applications UserInterface the contents of each file.
- 2022-01-26 07:20:01下载
- 积分:1
-
A vc++ Write small games, covering a game should be some methods and techniques,...
一个vc++写的小游戏,基本涵盖了一个游戏应该有的方法和技巧,有一定参考价值-A vc++ Write small games, covering a game should be some methods and techniques, has a certain reference value
- 2022-09-20 12:55:02下载
- 积分:1
-
suijishengchengkeli
说明: 改程序是一个小插件,改程序可以在abaqus中自动生成二维的颗粒随机分布的板(Can generate random distribution of particles)
- 2020-08-02 10:18:35下载
- 积分:1
-
NMODUBS4
使用NMODBUS4开发的与松下PLC进行MODBUS通讯(MODBUS Communication with Panasonic PLC Developed by NMODBUS4)
- 2019-05-07 15:22:32下载
- 积分:1
-
01982142matlab_rtw
实时控制仿真,对初学者有一定的帮助,对专业人士也起到一定的帮助作用。希望大家一起进步。(Real-time control simulation is helpful to beginners and professionals. I hope you can make progress together.)
- 2020-06-23 09:20:02下载
- 积分:1
-
图像浏览器
图像浏览器-image browser
- 2022-01-22 11:46:16下载
- 积分:1
-
ruili
对雷达回波中的接收机瑞利分布热噪声以及环境中的瑞利分布杂波进行了仿真。(Rayleigh distributed thermal noise in the radar echo and Rayleigh distribution clutter in the environment were simulated.)
- 2018-03-11 12:51:46下载
- 积分: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