搜索资源列表
fen
- 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
IsInsidePolygon
- 点在闭合区域内判断,做这个测试时只注重算法测试,所以没有对于浮点数相等比较的问题作特别处理.-point in the region closed judgment, to do this test focused only on test algorithms, there is no equivalent for the float to the question of comparison for special treatment.
ising_model
- 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic function of the Julia set fracta
Fractal
- Fractral文件夹下为绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Fractral folder for rendering fractal curve turbidity, Julia sets, Mandelbrot sets and s
Fractal
- 显示Mandelbrot集。通过输入参数,可以显示不同size的Mandelbrot集。通过矩形选择框可以实现局部放大。-Draw Mandelbrot Set.Show different Mandelbrot Set by setting different parameters. Magnify a region using a rectangle box.
Fractals
- 程序使用差分盒计数算法将输入图像转换为分形维数(fd)图像,即每个像素都有自己的fd。然后用户可以在生成的fd图像中选择任何感兴趣的区域来估计相应的平均值、标准差和缺陷。(The program transforms an input image using the differential box counting algorithm to a fractal dimension (FD) image, i.e. each pixel has its own FD. Then the user