-
报时
基于powerbuilder的报时源代码,适合初学者学习使用(Learning source code)
- 2020-06-16 03:20:01下载
- 积分:1
-
阿斯蒂芬呵呵呵无可厚非卡拉蜂快乐圣诞节翻开历史的肌肤
阿斯蒂芬呵呵呵无可厚非卡拉蜂快乐圣诞节翻开历史的肌肤-阿斯蒂芬
- 2023-03-25 23:15:04下载
- 积分:1
-
Based_2_henkel_IALM_MC_DOA_music
说明: 利用2重hankel矩阵 变换恢复出全零行的数据,解决阵元受损的情况或对阵元进行降采样(Using the 2-fold Hankel matrix transformation to recover the data of all zero rows, to solve the damage of array elements or to reduce the sampling of array elements)
- 2019-11-18 22:01:22下载
- 积分:1
-
104
104规约应用层软件,在单片机上完美运行(104 proticol code in mircro process unite)
- 2020-06-21 18:20:02下载
- 积分:1
-
哈尔滨工业大学计算机科学与技术学院编译原理课件,很全面,对广大编译原理爱好者有很好的帮助!...
哈尔滨工业大学计算机科学与技术学院编译原理课件,很全面,对广大编译原理爱好者有很好的帮助!-Harbin Industrial University Computer Science and Technology Institute courseware compiler theory, very comprehensive and of the general principles of compiling a very good lovers!
- 2022-02-05 18:05:27下载
- 积分:1
-
光伏模块多种形式Visio绘图
说明: 给不想花费大量时间用Visio画图的人,文件包括组串式,集中式,直流模块式,主从结构等光伏阵列构成图,及单相单极式光伏并网逆变器电路图等内容。(For those who don't want to spend a lot of time drawing with Visio, the files include cluster-type, centralized, DC-module, master-slave structure and other photovoltaic arrays, and single-phase single-pole photovoltaic grid-connected inverter circuit diagrams.)
- 2021-03-29 09:19:11下载
- 积分:1
-
wlcsxt
说明: 网络测试系统,很实用的一个源码,很有参考价值,下载试试,多学习哦(Network test systems, it is a source of practical, useful reference, download a try, more to learn Oh)
- 2008-11-23 22:37:15下载
- 积分:1
-
DeMat
说明: 差分进化算法,具有几个差分进化的变种形式(Differential evolution algorithm)
- 2019-11-08 18:22:14下载
- 积分:1
-
校园及时通,很好的通信软件!
校园及时通,很好的通信软件!-Campus timely pass, good communication software!
- 2022-05-08 09:21:44下载
- 积分: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