资源列表
fuzzy_logic_example
- It s a simple example for a fuzzy logic example.
legs.m
- Very important in collocation
motor327R
- 通过L297、L298来控制两项步进电机的旋转,速度十档,电机旋转27圈就会回头,再转够27圈自停。可设定好档位后再开始,中途可以自由停止或是换向。-Through L297, L298 to control two stepper motor rotation and speed of ten stalls, motor rotation stop twice. Stalls can be set well after the start, or stop half-way free-for-
6
- 足球比赛的分组淘汰制以及比赛过程和比赛结果的运行和现实-Football knockout competition, as well as group games and competitions during the operation and practical results
AccStr
- 运用汇编语言在dos中接收字符的简单程序,对于初学者有点帮助啊-In the dos simple procedure to receive characters
common_dbopt
- JDBC连接,javabean,重复使用-JDBC link
22
- 这是一个找出str字符串中为阿拉伯数字的字符的源代码。-This is the one to find out the source code for the character of the Arabic numerals in the str string.
colorhsi
- 这一段代码是用于相似度计算,希望能够一些人有所帮助- This code is used for the similarity calculation, hope to help some people
timer.asm.tar
- 汇编实验!代码能够实现简单汇编功能,能够帮助初学者更好的学习汇编语言!-Compilation of experimental Able to achieve a simple compilation of code, better able to help beginners learn assembly language!
409_411_412_413
- week 4 409-413 exercises from contester.iitu.kz
前缀码判定
- 前缀码:任何一个字符的编码都不是同一字符集中另一个字符的编码的前缀。 请编写一个程序,判断输入的n个由1和0组成的编码是否为前缀码。如果这n个编码是前缀码,则输出”YES”;否则输出第一个与前面编码发生矛盾的编码。 输入: 第1行为n(表示下面有n行编码) 第2~n+1行为n个由0或1组成的编码 输出:判断结果 例如,如果输入: 5 00 01 10 110 111 每一个字符均不是其他字符编码的前缀,所以,输出:YES
