Welcome![Sign In][Sign Up]
Location:
Search - mandelbrot

Search list

[OtherJulia集 与 Mandelbrot集

Description: 这是关于Julia集 与 Mandelbrot集的一个应用程序。-on Mandelbrot Set and Julia Set an application.
Platform: | Size: 37809 | Author: 王丹 | Hits:

[Fractal programSJTU.Study.ComputerGraphics.Mandelbrot.by-Huang-Pe

Description: Mandelbrot。 分形(fractal)是当今科学前沿最有影响的概念之一,分形几何学是探索复杂性的重要工具,建立在自相似原则和迭代生成原则基础之上的分形世界观极大地丰富了人们对自然、对社会的认识。 -Mandelbrot. Fractal (fractal) is the cutting-edge science of the concept of the most influential one, fractal geometry to explore the complexities of the important tools, built on the principle of self-similarity and iterative production basis of the principles of fractal world greatly enrich people's natural right to social awareness.
Platform: | Size: 393516 | Author: 萧飞 | Hits:

[OpenGL programmandelbrot

Description: the implementation of the mandelbrot,use the OpenGL to display the result-the implementation of the mandelbrot. use the OpenGL to display the result
Platform: | Size: 3689 | Author: 齐虹 | Hits:

[Special Effectsmandelbrot

Description: mandelbrot彩色分形图案的生成算法,可以根据需要,设置不同的参数,生成不同的图案。
Platform: | Size: 1389 | Author: xde820 | Hits:

[Graph programMandelbrot

Description: 用于生成并显示Mandelbrot分形图,不同迭代次数的区域用不同的颜色标出
Platform: | Size: 1195 | Author: feifei | Hits:

[SourceCodeMandelbrot图像绘制

Description: 在命令行输入Mandelbrot可以绘制Mandelbrot分形图像
Platform: | Size: 583 | Author: mlee1982@163.com | Hits:

[SourceCodeMandelbrot集的MPI并行实现

Description: Mandelbrot集Mandelbrot 集是复数平面上的点集,它是通过一个函数迭代计算得到的。其迭代函数为 ,其中Zk、Zk+1 分别为复数 Z= a+ bi的第k 次和k+1次迭代值,c为在复数平面上复数点,Z0 =0,z的幅度为sqrt (a2+b2),即向量的长度。对所有的复数平面上的复数点,按上述迭代公式计算直到其幅度>2或迭代次数达到指定限度。当Z的幅度> 2时,表明Z的值最终趋向于无穷大。
Platform: | Size: 44032 | Author: zlj0510hmily@163.com | Hits:

[Graph programMandelbrot vc++6.0

Description: Mandelbrot的Vc实现方法
Platform: | Size: 1951425 | Author: ahaha6@sina.cn | Hits:

[Graph programMandle

Description: mandelbrot 图案生成程序-Mandelbrot pattern generation process
Platform: | Size: 51200 | Author: echomails | Hits:

[Graph programMandelbrot集和Julia集

Description: 一个分形方面的小程序- A shape aspect script
Platform: | Size: 96256 | Author: 周清 | Hits:

[Graph programMandelbrot

Description: 叠代制作彩色图片形成心形镜-iterative production of color photographs formed heart-shaped mirror
Platform: | Size: 1024 | Author: 路路 | Hits:

[Graph program朱力叶曼德布罗特集

Description: 朱力叶曼德布罗特集-Zhu Li Ye-- Mandelbrot B B Set
Platform: | Size: 3072 | Author: 锦强 | Hits:

[Windows DevelopMandlbrot

Description: 由逃逸算法生成的分形图形,Mandelbrot,可以放大和缩小。-Fractal graphic by escape algrithm, Mandelbrot. It can zoomout/zoomin.
Platform: | Size: 1024 | Author: 齐松 | Hits:

[GDI-Bitmap小波分形算法

Description: 用小波绘制分形混浊曲线、Julia集、和Mandelbrot集,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。-Wavelet Fractal stuffy drawing curves, Julia sets, and Mandelbrot sets, after running, select the menu "fractal" submenu under the "chaotic curve," "Julia Set" or "Mandelbrot Set", which will draw several fractal patterns. For the Mandelbrot Set, you can use a mouse and asked to choose a rectangular box, Then click the right mouse button on the choice of amplification region.
Platform: | Size: 57344 | Author: | Hits:

[Compress-Decompress algrithmsFractal_

Description: 为绘制分形混浊曲线、Julia集、和Mandelbrot集的程序源代码,程序运行后, 分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这 几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域 进行放大。-for mapping turbidity fractal curve, Julia sets, and the Mandelbrot set of program source code, running, choose menu "fractal" submenu under the "chaotic curves," "Julia Set" or "Mandelbrot Set", which will draw several fractal patterns. For the Mandelbrot Set, you can use a mouse and asked to choose a rectangular box, then click the right mouse button on the choice of amplification region.
Platform: | Size: 53248 | Author: cheaijing | Hits:

[JSP/Javamandelthread

Description: java产生的一个分形图形,就是所谓的Mandelbrot set-of a fractal graphics, is the so-called Mandelbrot set
Platform: | Size: 2048 | Author: liaojie | Hits:

[Other2fractal

Description: 分形的mandelbrot和cantor,koch图形,使用matlab编写。-the Mandelbrot fractal and Cantor, koch graphics, the use of Matlab prepared.
Platform: | Size: 1024 | Author: 邓德鑫 | Hits:

[Fractal programising_model

Description: 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic function of the Julia set fractal images and the concept of escape time algorithm mapping complex fractal graph- The principle of Julia Sets is a strict mathematical definition. Escape from time algorithm that will limit the number of iterations N, by the N-th iteration, if x is still point to the region, think x A fractal is the point otherwise x A fractal is not the point. It is also applicable to Mandelbro t set, Sierpinski triangle and other complex fractal images. Test shows that The algorithm mapping the Julia set fractal images accurately and effectively, a beautiful clear, simple and practical algorithm.
Platform: | Size: 1024 | Author: 为听 | Hits:

[Graph programMandelbrot

Description: 这个应该是可以用来画Mandelbrot集,改变颜色代码就可以变换(This should be used to draw Mandelbrot sets, you can change the color code,)
Platform: | Size: 2048 | Author: 啦啦啦小小 | Hits:

[Fractal programMandelbrot

Description: 这里面有两个代码,用于绘制Mandelbrot分形集合(There are two codes for drawing Mandelbrot fractal sets)
Platform: | Size: 1024 | Author: 啦啦啦小小 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net