搜索资源列表
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
fenxingtuxingdeshengchengyuanma
- 一个分形图像生成的程序,用IFS系统和L系统产生各种分形图形。-a fractal image generation process, using IFS system and L system to produce various fractal graphics.
ifs
- 计算机图形学的自相似的源代码C++版,里面的程序可以直接运行
hill1
- 计算机图形学,利用IFS算法实现了自然风景-山的生成。
3DIFS_ASM
- 一个很好的三维IFS分形图形生成软件,对理解IFS很有帮助-nothing
fenxing
- ifs(迭代函数系统)生成分形,通过改变ifs码可以构造各种各样分形图形。-ifs (iterated function system) of the fractal, ifs code can be constructed by changing a variety of fractal graphics.
IFSTree
- IFS 分形树算法代码 生成的图形与自然中的树很相近-IFS fractal tree algorithm code generation graphics and the nature of the tree is very similar
KochquxianIFStuxingsuanfa
- 绘制图形,用Koch曲线IFS图形算法来绘制图形-Draw graphics, graphics algorithms Koch curve to draw graphics IFS
mandelbulber
- 三维分形图绘制程序,支持Mandelbrot,IFS等算法生成三维图形。生成的图形精细程度很高。新版本支持动画。-Three-dimensional fractal mapping procedures, support Mandelbrot, IFS and other algorithm to generate three-dimensional graphics. Generated graphics sophistication is very high. New version sup
IFS
- 计算机图形学作业,迭代系统,安装ACDSee后就可以了-Computer graphics operations, iterative system can be installed after the ACDSee
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
2DIFS_32
- 二维IFS迭代函数系统分形绘图,看似树叶,实际上运用了很多算法才生成的图形。程序功能:改变视图、颜色设置、绘制命令、参数设置等,可以绘图进行一些自定义。 -Two-dimensional IFS IFS fractal graphics, the leaves appear, in fact, did use a lot of algorithm-generated graphics. Program features: change the view, color settings, dr
IFS
- 采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言VC++实现了一类模拟山树等景物的计算机编程,模拟效果十分逼真。-The use of computer-generated graphic images, you can use a small amount of data to
IFS
- 计算机图形学中蕨类植物IFS分形生成,使用VC++平台编码-computer graphic
fenxing
- 本文对分形几何的含义、几何特征及与计算机图形学的关系进行了阐述。并根据切身体会使用Java语言进行了几个简单的几何图形生成实验。实验对单棵IFS Tree的生成,人工IFS树林和天然IFS树林的生成的算法和代码进行了详细的论述。还编程实现了用Sierpinsk地毯拼接成武汉大学工学部一号教学楼外形图(近似模仿)。通过分形几何课程的学习和实验加深了对世界的认识。-Code in detail. Also the programming with Sierpinsk carpet joining C
IFS-jueye-
- 图形学中编的分形算法的厥叶的代码,对学习opengl和图形学比较好-Graphics of jue leaves for the fractal algorithm code, be good for learning opengl and graphics
2D-ifs
- 计算机图形学 基于ifs算法分形树的实现-Computer graphics algorithms based on fractal tree ifs realization
IFS
- VC++绘画出自然风景画,有意思吧,真的挺逼真的,你可以看下测试截图,一座带有颗粒感的大山画面显示在主窗口内,也算是图形绘制的范畴吧,感谢大家关注源码爱好者。-VC++ painting the natural landscape, it is interesting, is really quite realistic, you can look test shots, big mountain with a grainy picture is displayed in the main wi
ym_vcpp-2DIFS
- VC++ 二维迭代函数系统分形,IFS绘图的一个测试程序,可选择绘制图形的颜色、绘制命令和设置程序-C++ dimensional fractal IFS, IFS drawing of a test program, choose paint color graphics, drawing commands and setup program
Assignment0
- IFS迭代函数系统构建分形图形,tests文件夹包含了生成一个简单的单一颜色图像的测试代码,myProject文件夹包含了主题程序以及代码文件,otherPerson文件夹包含了其他思路的代码。(Construction of fractal graphics using IFS iterated function system)