搜索资源列表
PictureSuanfa
- 提供了3种图形学里混沌算法实现,以及cantor分行的实现,可以给学习图形学的人有一个参考。-provide three types of graphics Lane Chaos algorithm, and the realization of Cantor branch, to study the graphics were a reference.
canto
- 利用分形递归算法实现Cantor三分集,实现有限次迭代!-use fractal recursive algorithm Cantor third set and achieve limited iterations!
2_01
- 用VB实现的康托集分形图,来自《分形算法与程序设计——Visual Basic实现》-VB of Cantor set fractals, from "fractal algorithms and programming -- Visual Basic"
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
koch
- MATLAB中的科赫曲线分形几何的概念是美籍法国数学家曼德尔布罗特(Mandelbrot)于1975年首先提出的,但最早的工作可追朔到1875年,德国数学家维尔斯特拉斯(Weierestrass)构造了处处连续但处处不可微的函数,集合论创始人康托尔(Cantor,德国数学家)构造了有许多奇异性质的康托尔三分集。-World of Koch Through the creation of high-value products and services, coupled with the wi
2_01
- 内含三分cantor集的C++源码,初学分形的朋友注意了-Cantor set contains one-third of C++ source code
VC
- 内含Cantor三分集源代码。 <2_02>:内含Koch曲线源代码。<2_03>:内含Koch雪花源代码。<2_04>:内含Arboresent肺源代码。<2_05>:内含Sierpinski垫片源代码。<2_06>:内含Sierpinski垫片源代码。<2_07>:内含Sierpinski地毯源代码。-ImageProcess Gometry
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.
Cantor-set-algorithm
- 初学者的几个在MFC工程中实现的图形学算法例子Cantor集算法(1)- a few examples of graphics algorithm implemented in the MFC for beginners ,project Cantor set algorithm
Cantor
- 画图算法--Cantor集算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cantor set algorithm for learning the basic algorithm for computer graphics based.
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
koch
- MATLAB中的科赫曲线分形几何的概念是美籍法国数学家曼德尔布罗特(Mandelbrot)于1975年首先提出的,但最早的工作可追朔到1875年,德国数学家维尔斯特拉斯(Weierestrass)构造了处处连续但处处不可微的函数,集合论创始人康托尔(Cantor,德国数学家)构造了有许多奇异性质的康托尔三分集。-World of KochThrough the creation of high-value products and services, coupled with the wise
Cantor
- 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
cantorset
- 康托集算法函数,计算多重分形谱,计算广义Hurst指数。-Cantor set algorithm function, calculation of the multi fractal spectrum, to calculate the generalized Hurst index.