-
odd
基础C语言实验,实现输入奇数的功能,先在宏定义中定义一个式子。(input odd number,we can define an expression.Basic C language experiment, to achieve the function of input odd number, first define a formula in the macro definition.)
- 2020-06-24 11:00:02下载
- 积分:1
-
CheatEngine62src
CheatEngine62src. cheat engine里面的部份代码((cheat engine inside part of the code, not read, and pass up with research.))
- 2020-06-21 07:00:01下载
- 积分:1
-
4bit_8bit_lcd
AT80S52 4&8-bit lcd interface
- 2020-06-21 01:00:02下载
- 积分:1
-
1-2-15-按键双击和长按程序
在stm32工程中,长按和短按的代码书写, 调用的读取按键状态的底层函数。封装成的按键函数代码。下面是函数的头文件,和.c文件的代码。使用定时器来扫描按键。(In STM32 project, the code of long press and short press is written, and the underlying function of reading key status is called. Encapsulated key function code. The following is the header file of the function, and the code of the. C file. Use a timer to scan keys.)
- 2020-11-03 22:20:00下载
- 积分:1
-
playmouse
打地鼠,简单的传统打地鼠小游戏,鼠标操作,计时计分,打错地鼠有回扣分
(Monkey Mole Panic)(Play hamster, simple traditional hamster game, mouse operation, timing score, wrong hamster has rebate score (Monkey Mole Panic) (Monkey Mole Panic))
- 2018-12-12 08:56:06下载
- 积分:1
-
haxi2
又一种有效的哈希算法。。又一种有效的哈希算法。。(a kind of effective hashing algorithm)
- 2020-12-05 19:49:23下载
- 积分:1
-
粒子模拟
PIC算法粒子模拟理论与方法,这是在静电场条件下粒子的运动计算公式。(PIC algorithm particle simulation theory and method)
- 2018-10-25 19:35:56下载
- 积分:1
-
aweep-game
一款经典小游戏 扫雷 希望各位i朋友不吝赐教 ~~~多多捧场~~(A classic game mine hope everyone who I glad ~ ~ ~ great support ~ ~)
- 2013-09-13 14:40:22下载
- 积分: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
-
Desktop
stm8L052 串口通信程序 9600bps 8 Bit(stm8L052 USART Configuration)
- 2019-03-22 11:21:07下载
- 积分:1