搜索资源列表
Arboresent
- 利用分形算法中的迭代和递归生成Arboresent肺形曲线,效果好!-fractal algorithm using the iterative and recursive generation Arboresent lung-shaped curve, the effect!
Sierpinski_1
- 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of th
sierpinski_dt
- 利用分形中的迭代和递归算法实现Sierpinski地毯,程序简单易懂,改动程序中的n值即可控制递归次数。-use fractal iterative and recursive algorithm Sierpinski gasket, procedures simplified, changes to the procedures used for the control of n number of recursive.
fenxingshushejixitong
- 基于VC++6.0分别采用LS文法生成算法和LS文法递归算法编程实现一种分形树. 提供界面允许用户输入分形树迭代次数,由程序绘制树形分形体. -based VC 6.0 respectively LS Algorithm grammar and grammar LS recursive algorithm programming a fractal tree. provide interface allows users to
fractal_tree
- 1.LS文法生成算法和递归算法编程实现分形树 2.提供界面允许用户输入分形树迭代次数,由程序绘制树形分形体 3.实现可视化
Arboresent
- 利用分形算法中的迭代和递归生成Arboresent肺形曲线,效果好!-fractal algorithm using the iterative and recursive generation Arboresent lung-shaped curve, the effect!
Sierpinski_1
- 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of th
ExpressTest
- 设计了表达式解析和计算类(通过递归迭代和抽象类的方法),并利用DataGridTab地应用演示(在输入窗口中输入“x=1 y=2 z=3 w=x+y*2.9-z”) -Design analysis and calculation of the expression of type (through recursive iteration and abstract class methods), and the use of app
A
- A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is
tudebianli
- 图的遍历,查照最短路径,利用递归和迭代的算法-Graph traversal, shortest path looked at the use of recursive and iterative algorithms
Fibonacci
- 用四种方法实现Fibonacci数列,包括递归、迭代、矩阵方式和公式方式-Four methods used to achieve Fibonacci series, including the recursive, iterative, matrix methods and formulas way
Fibonacci
- 这是我自己写的一个斐波拉契数死的程序,有递归法和迭代法-This is what I had written a number of dead Feibolaqi procedures, recursion and iteration! !
Fibonacci
- 斐波那契数列的递归和迭代实现,C++语言,-Fibonacci series of recursive and iterative implementation, C++ language,
Fibonacci
- Fibonacci数列求解代码,递归调用和迭代算法-Fibonacci Fibonacci Fibonacci
2010211307-1-24
- 分别写出下列函数的递归算法和迭代算法,并求出n=10时的函数值。 Fib(n)= n 当n=0或n=1 Fib(n-2)+Fib(n-1) 当n 2 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。 利用上述算法完成下面的各操作,并在每一操作后输出队列状态。 1)下列元素逐一入队:5,7,3,8,5
merge
- 这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
fk
- 1.分别写出下列函数的递归算法和迭代算法,并求出n=10时的函数值。 Fib(n)= n 当n=0或n=1 Fib(n-2)+Fib(n-1) 当n³ 2 2. 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。 利用上述算法完成下面的各操作,并在每一操作后输出队列状态。 1)下列元素逐一入队:5,7,3,
Automatic-noise-estimation
- 在本文中,我们专注于为添加剂和多折扇状的模型提出了一种简单而新颖的方法为此自动噪声参数估计问题。我们表明,如果图像的工作有一个足够大的量的变异率低的地区(这是一个典型的在大多数图像的特征),噪声的方差(如果添加剂)可作为估计的分布模式在图像局部方差的分布与变化噪声系数(如果乘法)可以估计的变异系数局部估计的分布模式。此外,模型的样本方差分布的图像加噪声的建议和研究。实验表明,所提出的方法的优点,特别是在递归或迭代滤波方法。-In thi
可汗学院
- python的几个递归和迭代的的案例比如factorial和fabonacci(Several recursive and iterative cases of python, such as factorial and Fabonacci)
C语言迭代法详细讲解
- C语言迭代法举例讲解和递归法举例讲解.对于学完C语言函数后,详细了解函数迭代法和 递归法解决一些问题.(C language iterations are illustrated with examples and examples of recursion. After learning the function of the C language, the function iteration and the function i