搜索资源列表
canto
- 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
FractalVFX
- 基于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
cantor
- 康托集的JVA代码,使用eclips开发的程序
ChapterTwo
- 孙博文《分形算法》第二章源代码,内含Cantor三分集、Arboresent肺源、Sierpinski垫片 源代码-Sun Bo Wen--fractal algorithm Chapter Two source code
2_01
- 内含三分cantor集的C++源码,初学分形的朋友注意了-Cantor set contains one-third of C++ source code
Matlab
- Matlab在分形模拟上的一些应用,Cantor集模拟程序,模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications, the Cantor set simulation procedures, simulation to determine the iterative method and random iteration method.
fractal
- 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=
fractal-algorithm-_-base
- 内含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
Fractale
- 几种分形的方法程序,如牛顿迭代,cantor ——sets ,matlab程序-Several fractal programs, such as Newton iteration Cantor- sets, Matlab program
cantor
- CODE ROR COMUTATION FRACTAL. YOU CAN USE IN MATLAB SOFTWARE
cantorset
- 康托集算法函数,计算多重分形谱,计算广义Hurst指数。-Cantor set algorithm function, calculation of the multi fractal spectrum, to calculate the generalized Hurst index.