搜索资源列表
FACTION
- 用牛顿法解方程出现混沌情况的分形代码,VC实现。-Solution of equations by Newton s law chaotic situation in the fractal code, VC achieve.
newton
- 牛顿法解方程之分形图生成源代码。双击Debug下的Faction.exe文件,程序运行;双击Faction.exe文件,进入编辑环境。-Newton' s method for solving equations of fractals generated source code. Double-click Debug under Faction.exe files, the program runs double Faction.exe file into the editing en
Chapter5_time_newton
- 内含基于逃逸时间算法的Sierpinski三角形源代码,基于逃逸时间算法的Julia集源代码,复平面上的牛顿迭代法源代码,牛顿法解方程之分形图生成源代码和Mandelbrot集源代码-Containing Sierpinski triangle escape time algorithm source code, the Julia sets source code based on escape time algorithm, Newton iteration method source co
chapter6_Julia
- 内含Mandelbrot集的局部放大源代码,Julia集的局部放大源代码,Newton迭代法的局部放大源代码和作为Julia集字典的Mandelbrot集源代码-The enlarged partial source code containing the Mandelbrot set, Julia sets partial enlarged source code of Newton iterative method enlarged partial source code and as Ju
Fractal-Code
- 程序在DOS下运行,需要包含<graphics.h>, <conio.h>, <cmath>头文件。绘图速度较慢,但精确度高,可进行任意位置的放大缩小。 算法是本程序的核心内容,一切的绘图都建立在这个基础之上。Julia, Mandelbrot, Newton三个绘图函数各有不同的算法,对于每一种情况要分类讨论。程序要进行放大、缩小,需要对程序中的每个点的计算加上一些参数,使放大缩小正确运行。 主函数包含print函数,print函数包含color系列