搜索资源列表
分形图形程序
- 《用C,C++设计二维三维分形图形程序》 配套源码-"C, C Design 2D and 3D fractal graphics program" complementary source
circle.c
- circle.c 在Turboc2下编写整数breshman画圆算法。本程序实现的是画圆算法。-circle.c in Turboc2 prepared integral breshman Circle algorithm. This program is Circle algorithm.
vc-fractal003
- 《分形算法与程序设计——Visual C++实现》的第三章源码 -"fractal algorithm and program design -- Visual C realization," the third chapter FOSS
Bmaqr
- qr分解的c语言程序,可以嵌入matlab使用-simulated decomposition of the c language program, can be embedded using Matlab
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
fractal7and10
- 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
GP_Algorithm2.0
- G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性-G-P method to calculate the correlation dimension of the Matlab program (upgrade versi
graphics.rar
- 分形树、Sierpinski垫片C程序、Mandlbrot集图形、Koch曲线C程序,Tree fractal, Sierpinski gasket C procedures, Mandlbrot graphics set, Koch curve C program
interpolate
- 这是一个分形插值程序,用C写的,里面有示例。本程序只适用于一维数据-This is a fractal interpolation program written in C, there are examples. This procedure applies only to one dimensional data
fractal2
- 基于OpenGL的分形图的绘制,本程序是用Borland C++ 编写的。-Fractal image on OpenGl
drawLIHE
- MFC程序实现标准点下的直线拟合,设计了描点,连线,画拟合线的这几个动作!-MFC Program for fitting a straight line under the standard point, the design of the scanning point, the connection and draw a few moves that fit the line!
fractal
- 分形的代码,采用opencv和c++完成,能实现该图像的分形,运行良好-fractal program
CPP-design-fractual-graph
- 用C++设计的二维三维分形图形程序,对研究分形的同学有很大的帮助.- design 2D and 3D fractal graphics program using C++, it have a great help for students on fractal study.
Fractal-algorithm-and-program-design
- 分形算法与程序设计C++实现,很好的一本书-Fractal algorithm and program design
fractal
- matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
Draw(VC-6.0)
- 使用C++做得画图程序 主要实现了mandelbrot和julia分形图像的绘制-Done drawing program with C++ main achievement of the Mandelbrot and Julia fractal image rendering
lorenz
- Visual C++下的Lorenz程序,欢迎下载。双击Debug下的Mandelbrot.exe文件,程序运行;双击Mandelbrot.dsw文件,进入编辑环境。-Visual C++ Lorenz program, welcome to download, Mandelbrot.exe Double-click Debug under the program runs Mandelbrot.dsw double-click the file, enter the editing envi
sierpinski
- This a C++ computer graphics program for drawing sierpinski triangle-This is a C++ computer graphics program for drawing sierpinski triangle
geometry-operations
- 此程序为c#编写的几何图形处理编程实例,附件里面带sourceCode和相应的范例图片。-this program is fix the geometry image operations in C#,it includes the souceCode and pictures.
