搜索资源列表
2000190052
- 迭代函数能在计算机上呈现出有趣的分形图像,本文通过探讨迭代函数的特性,进而研究分形图像的形成方法,重点研究了三个典型分形图集:分支图、茹利亚集、芒德布罗集,然后论述了混沌和分形的关系,最后还分析了分形图像的应用前景。-IFS can on the computer showing interesting fractal image, the paper by exploring Iterated Function features, which studies fractal image for
fractal-FBM
- 分形里面的随机中点位移法(分形布朗运动),要正常运行程序,必须在机器上装OPEN GL,有原代码,可用于三维地形仿真显示方面,但是缺点是比较占用资源-fractal random inside the midpoint displacement method (FBM), to be normal operating procedures, must be in machinery makeup OPEN GL, the original code can be used for three-d
fractalandscop_squares
- 程序可以在matlab环境下,用矩形面元为绘制三维立体分形曲面-procedures in Matlab environment, with rectangular surface yuan for three-dimensional mapping of fractal surfaces
seripinski_2
- 本程序利用迭代递归算法可以绘制任意三角形的Sierpinski垫片,包括不是正三角形的,输入条件为三角形三个顶点的坐标。-the iterative procedure recursive algorithm can draw arbitrary triangular Sierpinski gasket, not including the regular triangle, the conditions for the importation of three vertices of the
peano_trangle
- 把利用递归法绘制的三条Hilbert-Peano曲线变换角度,首尾相接,构成一个Hilbert-Peano笼!-recursive method of using the three mapping Hilbert - Peano transform angle curve, back-to-back. constitute a Hilbert - Peano cage!
fractal7and10
- 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
Scene
- 这是一个用vc++编的显示立体动画的程序-with vc + + series of the three-dimensional animation shows the procedure
compute graphics intract graphics
- 图形的交互绘制用鼠标交互式的对点和线段进行生成与编辑。 1、分发WINDOW鼠标左键按下、左键抬起和鼠标移动消息, 使实现生成点、编辑点、生成线段和编辑线段的功能函数能够接收到消息。 2、实现“查看”菜单中的“生成点”功能。 3、实现“查看”菜单中的“编辑点”功能。 4、实现“查看”菜单中的“生成线段”功能。 5、实现“查看”菜单中的“编辑线段”功能。-interactive graphics in the interactive drawing with the mouse to point
CakeChart
- 关于JAVA绘制仿真立体饼图的程序源码-simulation of three-dimensional pie procedures FOSS
newton1032
- 牛顿法解方程 源程序说明: 1。图片按钮的实现(工具栏) 2。程序启动后检查命令行参数以打开文件 3。支持拖放*.HTXT文件到窗口直接打开 4。一种实现多线程处理的替代方法 5。程序始终位于顶层切换的API实现 6。设置图片为桌布的API实现 7。实现“撤销、重复”的数据结构 8。获取和设置图片的数据API实现 9。图像数据的RGB调整 10。调用默认网络浏览程序访问网页,调用默认邮件处理程序编辑、发送邮件 11。在分形绘图方面可以很方便的加入 新的方程、颜色方案和特效处理方式 欢迎联系:Ho
cellular_automata_1
- 基于java的软件开发原代码,可以生成二维或三维效果-based software development source and can generate two-dimensional or three-dimensional effects
embedded_links
- 数字艺术试验,基于java,可生成二维或三维效果-Digital Arts test, based on java, creating two-dimensional or three-dimensional effects
fractal
- 一个完整的中点位移法产生三维分形地形的源码程序,注:用SGI的opengl库-A complete three-dimensional midpoint displacement method generated fractal terrain source procedures, Note: The use of SGI s opengl library
qtiplot-0.9.7.7
- Data Analysis and Scientific Plotting QtiPlot is a program for two- and three-dimensional graphical presentation of data sets and for data analysis. The plots can be produced from data sets stored in tables or from analytical functions.-Data Anal
radius
- 已知平面上三点坐标,返回由它们确定的圆的圆心和半径。-Three coordinates of a known plane and return to them determined by the center and radius of a circle.
hand_gesture_project
- 此專案用VC++.Net2005開發,並且使用DirectShow去顯示與抓取Camera的畫面,並以CImage去讀入圖檔。並以Erosion(收縮)、Dilation(膨脹)、Feature(分群),這三個演算法就達到辨三種手勢的目的。-This project using VC++. Net2005 development, and use DirectShow to display and crawl Camera images, and to CImage read into the
MountainC
- 用JAVA语言编写的一个分形图型,是一个三维的山峦-JAVA language using a sub-shaped graphics, is a three-dimensional mountain
jihegongj
- 本书对计算机图形学和其他领域的二维和三维几何学算法进行了全面的解析和合理的组织。全书先复习了向量和矩阵代数的基本概念,而后详细地描述了图形几何学涉及的各种二维和三维对象的几何测量、相交等问题的各种算法,并提供了关于计算几何学主题的大量材料以便于快速参考。-This book on computer graphics and other areas of the two-dimensional and three-dimensional geometry algorithms conducted
test5
- 建立一种可以区分输入图形的形态学算法,算法的输入是这三种图形的一种(这三个图形是对湖、湾、路段的图像细化后的结果),输出是对这三种图形的识别。假设这三种图形都是1个像素宽且完全连通的,然而它们出现的方向可以是任意的。 -Graphics can be imported to create a distinction between the morphological algorithm, algorithm input is a three graphics (which is three
Bezier
- 计算机图形学中Bezier曲线画法,使用了三种方法:直接绘图法,几何作图发,分裂法-Bezier curves in computer graphics, painting, using three methods: direct drawing method, geometric drawing hair, splitting method