资源列表
mandebrot集
- mandebrot集演示程序。该程序利用函数取点,在不同点显示不同颜色,表现出了一种分形结构。-mandebrot Set Demonstration Program. It uses function points from the different points of different colors, showing a fractal structure.
yin5.3
- 可编程逻辑系统的VHDL设计技术,该本书首先对VHDL语言进行了阐述,然后用alter公司的产品进行举例!-programmable logic system VHDL design technology, the first book of VHDL expounded, and then alter the company's products, for example!
mountain
- 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ h
Cloud123
- 二维空间中的分形插值算法 ① 在平面上划分正方形网络n×n,随机给A,B,C,D这4个角点的颜色。 ② 根据4个角点的颜色值的平均值,产生中点M的颜色。 ③ 根据A,B,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点E的颜色;根据B,C,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点F的颜色;根据C,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点G的颜色;根据A,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点H的颜色。 ④ 根据小正方形EBFM的4
分形算法与程序设计——Java实现
- 分形算法与程序设计——Java实现 看到有vc的程序实现,我有java的教程,希望对大家有所帮助-fractal algorithms and programming -- Java vc see the program, I have a java Guide, we hope to help
jl-444
- 在vc环境下对koch雪花算法,mandlbrot分行算法的实现,可以交互选择迭代次数.-in vc environment right koch snowflakes algorithm, the algorithm mandlbrot branch realization can choose interactive iteration number.
lurchin
- 分形几何图形树型生长的图形很美 国外一家伙写的我还没这本事-fractal geometry graphics tree growth abroad a beautiful guy I did not write this ability
mondebroot
- 用VB写的mondebroot集,鼠标选中区域可放大显示-VB wrote mondebroot set, the mouse can enlarge selected regional show
DDALine
- 计算机图形学实验中的dda 画直线的程序。-computer graphics experimental painting of dda linear process.
canny_code
- 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 3.作者 http://contact.ys168.com/ 与我联系:ahuixp@sohu.com -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pd
几何图形的画法
- 计算机图形学,画圆,画直线,画多边形,填充.-computer graphics, Circle, painting line, polygon drawing, filling.
分形插值
- 应用VB实现曲线的分形插值,方法采用IFS迭代函数系-VB application of fractal curve interpolation method used IFS IFS system