搜索资源列表
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
inkblot-2.9-source
- 用一个重正化函数F z F bz /a 作为支气管结构第z 个层次 的半径则参数b 表征了对半径变化有贡献的标度区间的测度而a 表 示某个特征标度的权重-with an emphasis of function F is F bz z / bronchial structure as a first level of z radius parameter b is characterized by changes in the radius can contribute to the s
曼德布罗特集
- 分形程序 曼德布罗特集-fractal sets procedures -- Mandelbrot B B
halfside
- 实体的B-rep表示模型是一非常复杂的模型,要求能够表达出多面体各几何元素之间完整的几何和拓扑关系,并且允许对这种几何和拓扑关系进行修改.在B-rep表示中,体、面、边和顶点是最基本的几何元素,在实体的拼合、显示、分析计算或人机交互过程中-The B-rep solid representation model is a very complex model, requires the ability to express the polyhedron between the geometric
3-times-B-Splines
- 绘制3次B研样条曲线,通过代码运行演示出3次B样条曲线的绘制。-Research to draw 3 B spline curve, running through the code shows the three B-spline Curve.
Gauss-Jordan-elimination
- N 整形变量,输入参数,矩阵A的阶数 A[] 实型数组,输入、输出参数,输入是按列存放方阵A,计算结束时输出A的逆矩阵 B[] 实型数组,输入、输出参数,输入时按列存放实方阵B,计算结束时输出(A逆*B—)- Gauss Jordan elimination
fractal
- 分形理论的创始人B.B.Mandelbrot,有人译为曼德尔布罗特,有人译为曼得勃罗等等 通过对这些不具有特征长度(欧氏几何学研究不了的问题)提出了一个全新的概念:分形、分形几何、分数维----fractal。-The founder of fractal theory BBMandelbrot, was translated BB Mandelbrot, have been translated as Man, etc. Through these Pablo does not have th
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=
BSplineTest
- 这是我根据资料编写的bspline b样条测试程序,代码中只保留了bspline相关的代码,内含编译好的可执行文件,初学者一看就懂-this is a bspline test program, and it s very easy to understand because most parts of program is the bspline parts
BSPLINE
- 这是BSPLINE测试程序,鼠标单击4个点后生成3次b样条,使用qt4.8.5 + vs2008编译 内含可执行文件,支持定点拖拽-This is BSPLINE test program that generates click four points after three b-spline, use qt4.8.5+ vs2008 compiled containing the executable file, and support drag control point
chaoscopehh
- 快速制作分形图工具,如果不了解分形图,BT去吧。-请输入文字或网站地址,您也可以直接上传文档。 取消 Kuàisù zhìzuò fēnxíng tú gōngjù, rúguǒ bù liǎojiě fēnxíng tú,BT qù ba.Quickly create fractal mapping tool, if you do not understand the fractal graph, BT go.
CBI_1
- 均匀三次B样条曲线插值,给定若干点求出曲线(Uniform three times B spline curve interpolation, given a number of points to find the curve)