文件名称:IterationMap
介绍说明--下载内容均来自于网络,请自行研究使用
这里画出一个叠代图形,叠代函数是:
z = z^2 + c
其中c是可变常数。
该程序不仅仅可以用来示范如何绘制一个简单的叠代图形,也可以用来示范如何
使用c++的操作符重载功能来创造一个新的变量类型。-Draw a graph here, iteration, iteration function is: z = z ^ 2+ c where c is a constant variable. The program not only can be used to demonstrate how to draw a simple iterative graphics can also be used to demonstrate how to use c++ operator overloading function to create a new variable type.
z = z^2 + c
其中c是可变常数。
该程序不仅仅可以用来示范如何绘制一个简单的叠代图形,也可以用来示范如何
使用c++的操作符重载功能来创造一个新的变量类型。-Draw a graph here, iteration, iteration function is: z = z ^ 2+ c where c is a constant variable. The program not only can be used to demonstrate how to draw a simple iterative graphics can also be used to demonstrate how to use c++ operator overloading function to create a new variable type.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IterationMap.txt