-
AS024-fmq
给初学89c51朋友一个蜂鸣器奏乐(生日快乐)的程序(For beginner 89 c51 friend a buzzer playing music (happy birthday) program)
- 2014-12-02 23:15:48下载
- 积分:1
-
C-Errors
c语言错误大全,包含各种C语言设计错误,建议大一同学使用(failed to translate)
- 2013-05-04 22:50:06下载
- 积分:1
-
Assignment2
Ordinary differential equation implementation
- 2014-09-11 00:12:34下载
- 积分:1
-
HF-LPX30系列Wi-Fi模块用户手册V1.8.pdf
HF-LPX30系列Wi-Fi模块用户手册(HF-LPX30 WiFi Module User Manual)
- 2020-06-25 10:00:01下载
- 积分:1
-
jiaobingbu
集合的运算:交、并、补(难度系数:1.1)
全集:大写字母 ‘A’~’Z’
要求实现以下功能:
1、集合的输入:自动去掉重复和非法的字符
2、集合的显示:输出集合的全部元素
3、输出一个给定集合的补集
4、输出两个给定集合的交集和并集
(jiao bing bu)
- 2013-11-29 20:49:25下载
- 积分:1
-
openmv与stm32通讯
说明: 基于正点原子stm32精英开发板和openmv通讯,含openmv端配置,通过openmv(usart3)输出端连接到开发板(usart1)接收端,再由开发板(usart1)输出端输出到电脑,可以用xcom看到(Based on the communication between STM32 elite development board and openmv, including the configuration of openmv terminal, it is connected to the receiving end of development board (usart1) through the output end of openmv (usart3), and then output to the computer by the output end of usart1, which can be seen by XCOM)
- 2021-04-17 19:48:52下载
- 积分: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
-
floy
floyd算法
数据结构
求最短路径(floyd algorithm for data structure for shortest path)
- 2007-11-13 23:39:25下载
- 积分:1
-
INDER-BRO-DAV
By exploiting the basic principles of particle swarm optimization (PSO)
and the information of practical node positioning applications, TLP searches out the optimal localization results on the
basis of the distance anchor nodes to unknown nodes. Compared to the normal schemes, such as least mean square
algorithm (LMS), the simulation results reveal that the proposed protocol
- 2015-04-12 22:57:07下载
- 积分:1
-
Lookup_table
lookup table for convolutional encoder of rate 1/2, memory order m
- 2017-03-28 02:34:01下载
- 积分:1