CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - cantor

搜索资源列表

  1. PictureSuanfa

    0下载:
  2. 提供了3种图形学里混沌算法实现,以及cantor分行的实现,可以给学习图形学的人有一个参考。-provide three types of graphics Lane Chaos algorithm, and the realization of Cantor branch, to study the graphics were a reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38.31kb
    • 提供者:朱华艳
  1. canto

    0下载:
  2. 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:39.97kb
    • 提供者:王凯
  1. 2_01

    0下载:
  2. 用VB实现的康托集分形图,来自《分形算法与程序设计——Visual Basic实现》-VB of Cantor set fractals, from "fractal algorithms and programming -- Visual Basic"
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.59kb
    • 提供者:分形贫道
  1. FractalVFX

    0下载:
  2. 基于DirectDraw的分形演示程序,实现了 SierGasket, Tree, Koch, Cayley, Cantor, Mandelbrot, Sierpinski, TriWingEagle(三翅鹰)的显示。-based DirectDraw Fractal demo program, achieving SierGasket. Tree, Koch, Cayley, Cantor, Mandelbrot. Sierpinski, TriWingEagle (3-winged ha
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:243.08kb
    • 提供者:张静
  1. cantor

    0下载:
  2. 康托集的JVA代码,使用eclips开发的程序
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:suitao
  1. ChapterTwo

    0下载:
  2. 孙博文《分形算法》第二章源代码,内含Cantor三分集、Arboresent肺源、Sierpinski垫片 源代码-Sun Bo Wen--fractal algorithm Chapter Two source code
  3. 所属分类:Fractal program

    • 发布日期:2017-05-03
    • 文件大小:580.77kb
    • 提供者:朱佳
  1. koch

    1下载:
  2. MATLAB中的科赫曲线分形几何的概念是美籍法国数学家曼德尔布罗特(Mandelbrot)于1975年首先提出的,但最早的工作可追朔到1875年,德国数学家维尔斯特拉斯(Weierestrass)构造了处处连续但处处不可微的函数,集合论创始人康托尔(Cantor,德国数学家)构造了有许多奇异性质的康托尔三分集。-World of Koch Through the creation of high-value products and services, coupled with the wi
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:698byte
    • 提供者:lijp
  1. 2_01

    0下载:
  2. 内含三分cantor集的C++源码,初学分形的朋友注意了-Cantor set contains one-third of C++ source code
  3. 所属分类:Fractal program

    • 发布日期:2017-04-02
    • 文件大小:39.39kb
    • 提供者:唐振华
  1. VC

    0下载:
  2. 内含Cantor三分集源代码。 <2_02>:内含Koch曲线源代码。<2_03>:内含Koch雪花源代码。<2_04>:内含Arboresent肺源代码。<2_05>:内含Sierpinski垫片源代码。<2_06>:内含Sierpinski垫片源代码。<2_07>:内含Sierpinski地毯源代码。-ImageProcess Gometry
  3. 所属分类:Special Effects

    • 发布日期:2017-06-18
    • 文件大小:26.69mb
    • 提供者:胡婷
  1. Matlab

    0下载:
  2. Matlab在分形模拟上的一些应用,Cantor集模拟程序,模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications, the Cantor set simulation procedures, simulation to determine the iterative method and random iteration method.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:2.13kb
    • 提供者:贺少领
  1. Cantor-set-algorithm

    0下载:
  2. 初学者的几个在MFC工程中实现的图形学算法例子Cantor集算法(1)- a few examples of graphics algorithm implemented in the MFC for beginners ,project Cantor set algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:248.04kb
    • 提供者:saberproxy
  1. Cantor

    0下载:
  2. 画图算法--Cantor集算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cantor set algorithm for learning the basic algorithm for computer graphics based.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-12
    • 文件大小:341.34kb
    • 提供者:chensiyuan
  1. fractal

    0下载:
  2. matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
  3. 所属分类:Fractal program

    • 发布日期:2017-11-13
    • 文件大小:2.23kb
    • 提供者:郑志森
  1. fractal-algorithm-_-base

    0下载:
  2. 内含Cantor三分集,Koch曲线,Koch雪花源Arboresent,Sierpinski垫片,Hilbert—Peano曲线,Hilbert—Peano曲线等源代码 -Contains Cantor ternary set, Koch curve, the Koch snowflake source Arboresent, the Sierpinski gasket, Hilbert-Peano curve, Hilbert-Peano curve source code
  3. 所属分类:Fractal program

    • 发布日期:2017-11-11
    • 文件大小:580.5kb
    • 提供者:张望宇
  1. Fractale

    0下载:
  2. 几种分形的方法程序,如牛顿迭代,cantor ——sets ,matlab程序-Several fractal programs, such as Newton iteration Cantor- sets, Matlab program
  3. 所属分类:Fractal program

    • 发布日期:2017-11-24
    • 文件大小:5.67kb
    • 提供者:again
  1. cantor

    0下载:
  2. CODE ROR COMUTATION FRACTAL. YOU CAN USE IN MATLAB SOFTWARE
  3. 所属分类:Fractal program

    • 发布日期:2017-04-11
    • 文件大小:524byte
    • 提供者:taranom
  1. koch

    0下载:
  2. MATLAB中的科赫曲线分形几何的概念是美籍法国数学家曼德尔布罗特(Mandelbrot)于1975年首先提出的,但最早的工作可追朔到1875年,德国数学家维尔斯特拉斯(Weierestrass)构造了处处连续但处处不可微的函数,集合论创始人康托尔(Cantor,德国数学家)构造了有许多奇异性质的康托尔三分集。-World of KochThrough the creation of high-value products and services, coupled with the wise
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:743byte
    • 提供者:produ
  1. Cantor

    0下载:
  2. Cantor集算法 自定义二维坐标系 使用对话框输入Cantor的递归深度 然后绘制相应的Cantor集-Cantor set algorithm custom dialog to enter the two-dimensional coordinate system using recursion depth and then draw the corresponding Cantor Cantor set
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:174.11kb
    • 提供者:Cavalier
  1. cantorset

    0下载:
  2. 康托集算法函数,计算多重分形谱,计算广义Hurst指数。-Cantor set algorithm function, calculation of the multi fractal spectrum, to calculate the generalized Hurst index.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:Mayuhan
搜珍网 www.dssz.com