搜索资源列表
使用无限循环
- 学习如何使用无限循环 并可以从循环中跳出
A Nonlinear Adaptive Filter for Online Signal
- This paper presents various applications of a nonlinear adaptive notch filter which operates based on the concept of an enhanced phase-locked loop (PLL). Applications of the filter for online signal analysis for power systems protection, control a
rdvv.rar
- hex code for controlling a TSA5511 phase locked loop chip using a PIC16F84 Also drives a standard 16x1 LCD display. function 16F84(A) L.C.D. notes 0V 5 1, 5 +5 volt 4, 14 2, 3 Display enable 2 6 SCL 17 needs 10k pullup to +
while
- 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
c.resourse
- 包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
There-are-parameters-for-loop
- 用C语言编写的使单片机LED灯闪烁的for循环源代码-There are parameters for loop.Written in C language to make single-chip LED light source for loop flashing
HW6.c
- 在c 环境中编辑2维array的例子,运用for loop-2 dimensional array edition,using for loop
c-p67
- 利用for循环控制100-999个数,每个数分解出个位,十位,百位。-For loop control 100-999 number of each decomposition bits and ten, one hundred.
c
- a simple c program using for loop
C-for-costas
- costas环的C语言版本,需要的自己下载-C language version of the costas loop , you need to download their own
C-language
- C 语言循环语句设计,简单易学,并附有范例,是C语言初学者的良好资料-C language loop design, easy to learn, along with examples of good information is the C language for beginners
for
- 测试C语言的FOR循环语句,通过开发板(STC89C51)上的LED灯来展示-C language test for loop, through the development board (STC89C52) of the LED lamp display
Fibonacci-series-in-c-using-for-loop
- fibonacci series in c using for loop
loop-move-right-C-Language
- 循环右移程序,动态建立数组,继而循环右移,详见博客说明,http://blog.csdn.net/u013457167/article/details/50275105-by using the key word malloc and use for loop to make it
gauss_seq.c
- 高斯消元法串行代码,c语言,最普通的三层for循环实现,结果为一个对角线为一的上三角。(Gauss elimination method serial code, C language, the most common three layer for loop implementation, the result is a diagonal to one of the upper triangle.)
使用穷举法并分别用for
- 使用穷举法并分别用for、while、do…while循环语句求出1..100之间的质数(Use the exhaustive method and use for, while, do, respectively. While loop statement is used to find the prime number between 1..100)
for??? ?? ??? ??
- creating a loop for calculate of n given number
Desktop
- This program takes a positive integer from the user and computes factorial using for loop. Since the factorial of a number may be very large, the type of factorial variable is declared as unsigned long long. If the user enters negative number,
c语言练习题
- Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po
exercise 5 BUPT
- C exercise Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the s