搜索资源列表
ifs
- 迭代函数系统的实现小程序,内涵C++源代码,及运行程序-Iterated Function System of small programs, and the substance of C source code, and operational procedures
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
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
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
AAFT
- AAFT 混沌系统非的线性模型系统用于可直接调用AAFT函数-AAFT Nonlinear Modeling
ifs
- 基于迭代函数系统的分形插值算法及改进算法-Based on iterated function system fractal interpolation algorithm and improved algorithm
the-the
- 建立routh阵列表的函数,建立胡尔维茨的函数,是判定系统稳定性的很好工具,,(Establishing the routh array table function, constructing hurwitz function, is a good tool, determine the stability of the system is,)
funcaion
- 求系统的时域性能指标的函数,给定系统的数学模型,不错的(O system time domain performance index function, the mathematical model of a given system, good)
IFS-分形树
- 代码是用Java实现的基于迭代函数系统(IFS)算法的分形树图像。