搜索资源列表

  1. Arboresent

    0下载:
  2. 利用分形算法中的迭代和递归生成Arboresent肺形曲线,效果好!-fractal algorithm using the iterative and recursive generation Arboresent lung-shaped curve, the effect!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:30936
    • 提供者:王凯
  1. Sierpinski_1

    0下载:
  2. 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of th
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:27115
    • 提供者:王凯
  1. sierpinski_dt

    0下载:
  2. 利用分形中的迭代和递归算法实现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.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:27743
    • 提供者:王凯
  1. fenxingshushejixitong

    0下载:
  2. 基于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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:167950
    • 提供者:陈守勇
  1. fractal_tree

    0下载:
  2. 1.LS文法生成算法和递归算法编程实现分形树 2.提供界面允许用户输入分形树迭代次数,由程序绘制树形分形体 3.实现可视化
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:234806
    • 提供者:张巧芳
  1. Arboresent

    0下载:
  2. 利用分形算法中的迭代和递归生成Arboresent肺形曲线,效果好!-fractal algorithm using the iterative and recursive generation Arboresent lung-shaped curve, the effect!
  3. 所属分类:分形几何

    • 发布日期:2024-09-20
    • 文件大小:30720
    • 提供者:王凯
  1. Sierpinski_1

    0下载:
  2. 本程序利用迭代递归算法实现,可以画出正三角形构成的Sierpinski垫片,输入条件为正三角形的中心坐标和边长。-the iterative procedure recursive algorithm, sense regular triangle constitutes the Sierpinski gasket, import conditions for the regular triangle coordinates of th
  3. 所属分类:分形几何

    • 发布日期:2024-09-20
    • 文件大小:26624
    • 提供者:王凯
  1. ExpressTest

    0下载:
  2. 设计了表达式解析和计算类(通过递归迭代和抽象类的方法),并利用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
  3. 所属分类:界面编程

    • 发布日期:2024-09-20
    • 文件大小:32768
    • 提供者:sai
  1. A

    0下载:
  2. A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-20
    • 文件大小:12288
    • 提供者:tzy
  1. tudebianli

    0下载:
  2. 图的遍历,查照最短路径,利用递归和迭代的算法-Graph traversal, shortest path looked at the use of recursive and iterative algorithms
  3. 所属分类:Windows编程

    • 发布日期:2024-09-20
    • 文件大小:376832
    • 提供者:gg
  1. Fibonacci

    0下载:
  2. 用四种方法实现Fibonacci数列,包括递归、迭代、矩阵方式和公式方式-Four methods used to achieve Fibonacci series, including the recursive, iterative, matrix methods and formulas way
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-09-20
    • 文件大小:4096
    • 提供者:Sandy
  1. Fibonacci

    0下载:
  2. 这是我自己写的一个斐波拉契数死的程序,有递归法和迭代法-This is what I had written a number of dead Feibolaqi procedures, recursion and iteration! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:王三麻子
  1. Fibonacci

    0下载:
  2. 斐波那契数列的递归和迭代实现,C++语言,-Fibonacci series of recursive and iterative implementation, C++ language,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-20
    • 文件大小:7168
    • 提供者:惊残孤雪
  1. Fibonacci

    0下载:
  2. Fibonacci数列求解代码,递归调用和迭代算法-Fibonacci Fibonacci Fibonacci
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:mrqing
  1. 2010211307-1-24

    0下载:
  2. 分别写出下列函数的递归算法和迭代算法,并求出n=10时的函数值。  Fib(n)= n 当n=0或n=1 Fib(n-2)+Fib(n-1) 当n 2 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。  利用上述算法完成下面的各操作,并在每一操作后输出队列状态。  1)下列元素逐一入队:5,7,3,8,5
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-20
    • 文件大小:15360
    • 提供者:李俐贤
  1. merge

    0下载:
  2. 这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:cyy
  1. fk

    0下载:
  2. 1.分别写出下列函数的递归算法和迭代算法,并求出n=10时的函数值。  Fib(n)= n 当n=0或n=1 Fib(n-2)+Fib(n-1) 当n³ 2 2. 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。  利用上述算法完成下面的各操作,并在每一操作后输出队列状态。  1)下列元素逐一入队:5,7,3,
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:51200
    • 提供者:mingren
  1. Automatic-noise-estimation

    0下载:
  2. 在本文中,我们专注于为添加剂和多折扇状的模型提出了一种简单而新颖的方法为此自动噪声参数估计问题。我们表明,如果图像的工作有一个足够大的量的变异率低的地区(这是一个典型的在大多数图像的特征),噪声的方差(如果添加剂)可作为估计的分布模式在图像局部方差的分布与变化噪声系数(如果乘法)可以估计的变异系数局部估计的分布模式。此外,模型的样本方差分布的图像加噪声的建议和研究。实验表明,所提出的方法的优点,特别是在递归或迭代滤波方法。-In thi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-20
    • 文件大小:761856
    • 提供者:陈怀兵
  1. 可汗学院

    0下载:
  2. python的几个递归和迭代的的案例比如factorial和fabonacci(Several recursive and iterative cases of python, such as factorial and Fabonacci)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:1024
    • 提供者:magicmask
  1. C语言迭代法详细讲解

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-09-20
    • 文件大小:12288
    • 提供者:herbertz
« 12 »

源码中国 www.ymcn.org