搜索资源列表
2000190052
- 迭代函数能在计算机上呈现出有趣的分形图像,本文通过探讨迭代函数的特性,进而研究分形图像的形成方法,重点研究了三个典型分形图集:分支图、茹利亚集、芒德布罗集,然后论述了混沌和分形的关系,最后还分析了分形图像的应用前景。-IFS can on the computer showing interesting fractal image, the paper by exploring Iterated Function features, which studies fractal image for
ifs
- 迭代函数系统的实现小程序,内涵C++源代码,及运行程序-Iterated Function System of small programs, and the substance of C source code, and operational procedures
分形插值
- 应用VB实现曲线的分形插值,方法采用IFS迭代函数系-VB application of fractal curve interpolation method used IFS IFS system
fractal_leaf
- 自己写的一个产生分形树叶的c++程序, fra.cpp是产生分形的主程序,bmp.cpp是把产生的图形写到bmp文件里去,IFS则是产生分形树叶的迭代算法。生成bmp图片是自己写的程序,没有调用系统函数,所以可在任何系统下运行。 程序运行产生一个画了分形树叶的bmp文件。-wrote it myself have a fractal leaves c procedures fra.cpp generated fractal is the main program. bmp.cpp is th
Fractal
- 运用分形算法生成不同的树,迭代函数系统IFS
生成的Sierpinski垫片
- 利用迭代函数系统方法生成的Sierpinski垫片
分形
- tutboc2.0写的分型图像生成蹶子叶图象,说明一个迭代函数系统能保存一幅自相似比较高的图片!-tutboc2.0 write the sub-type image generation stumble cotyledon images illustrate a iterated function systems can keep a relatively high since similar pictures!
IFSEditor
- 一个用于实现IFS(迭代函数系统)算法分形绘图的程序,并可以将渲染后的图像导出成标准位图格式。-used to achieve an IFS (IFS) algorithm fractal mapping procedures, and may be exaggerating the derived images into a standard bitmap formats.
MDIFractal
- 第1章 分形 1.1 分形的定义 1.2 分维 第2章 迭代函数系统 2.1 压缩映射 2.2 迭代函数系统(IFS) 2.3 拼贴定理 第3章 一般图像的分形压缩方法 3.1 图像的表示方法与图像的均方误差 3.2 分形压缩的简化方法 3.3 压缩实例 3.4 问题与改进方向 -Chapter 1 Fractal 1.1 Fractal Fractal Dimension 1.2 definitions in Ch
123
- Matlab在分形模拟上的一些应用!根据程序中迭代的选取,将分形模拟分为确定迭代法和随机迭代法。-Fractal Simulation on Matlab in some applications! According to the procedure in the iterative selection fractal simulation is divided into established and the random iteration method iterative method.
fenxing
- ifs(迭代函数系统)生成分形,通过改变ifs码可以构造各种各样分形图形。-ifs (iterated function system) of the fractal, ifs code can be constructed by changing a variety of fractal graphics.
IFS
- 分形与混沌中的迭代函数系统IFS,matlab编的,-it is a matlab program which is about IFS
fractalEverywhere
- 学习分形编码的基础,开阔思维.PPT。SCI.-fractal everywhere!PPT,code.
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
Fractal-algorithms-
- 本书从实用的角度出发,论述了分形图形的生成算法与程序设计。主要内容包括分形图的递归算法、文法构图算法、迭代函数系统算法、逃逸时间算法、分形演化算法,以及分形图的放大、分形图的动画、分形图的立体化和利用分形算法实现自然景物的模拟等内容。-From a practical point of view the book, discusses the fractal graphics generation algorithms and programming. The main contents inc
yuandaim
- 分形中的迭代函数系统 相似变换是指在各个方向上变换的比率必须相同的一种比例变换;仿射变换是指在不同的方向上变换的比率可以不同的一种比例变换。 -The iterative fractals function system, similar changes in various directions on the ratio of change must be a change in the same proportion ; an affine transformation in
fractal-interplation
- Using iterated function systems to model discrete sequences 分形插值的经典外文文献,详细讲解如何构造迭代函数系,可以很快理解并掌握分形插值-Using iterated function systems to model discrete sequences
ifs
- 基于迭代函数系统的分形插值算法及改进算法-Based on iterated function system fractal interpolation algorithm and improved algorithm
IFS-分形树
- 代码是用Java实现的基于迭代函数系统(IFS)算法的分形树图像。