CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 分形插值

搜索资源列表

  1. fenxing

    0下载:
  2. 分形算法C++程序:内含三维空间中的分形插值算法源代码-fractal algorithm C : 3D space containing the fractal interpolation algorithm source code
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:112341
    • 提供者:齐松
  1. mountain

    0下载:
  2. 三维空间中的分形插值算法 ① 在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
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:2696
    • 提供者:李文选
  1. Cloud123

    0下载:
  2. 二维空间中的分形插值算法 ① 在平面上划分正方形网络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
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1946
    • 提供者:李文选
  1. 分形插值

    0下载:
  2. 应用VB实现曲线的分形插值,方法采用IFS迭代函数系-VB application of fractal curve interpolation method used IFS IFS system
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:2756
    • 提供者:公学成
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:491989
    • 提供者:郝丽丽
  1. Threespacefractalinsert

    0下载:
  2. 内含三维空间中的分形插值算法源代码。双击Debug下的Fractal Example.exe文件,程序运行;双击Fractal Example.dsw文件,进入编辑环境。-3D space containing the fractal interpolation algorithm source code. Double-click the Debug Fractal Example.exe documents, operating procedures; Double-click Fracta
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:2603152
    • 提供者:lishiwei
  1. fenxingchazhi

    0下载:
  2. 根据伊忠科、杨绍国(电子科技大学)发表的论文\"分形插值图象放大和压缩编码\"编程实现。-Branch, Shao - Guo Yang (University of Electronic Science and Technology) by the paper, "Fractal Image interpolation and compression coding Large" program.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:337651
    • 提供者:天路
  1. Terrian

    1下载:
  2. 三维地形迷模拟,采用了分形插值方法,采用了纹理贴图。
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:94033
    • 提供者:haoyubao
  1. 10_02

    2下载:
  2. 用分形插值算法生成云和山--《分形算法于程序设计》光盘-using fractal interpolation algorithm for generating clouds and the mountains -- "fractal algorithm in the program design" CD
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3173183
    • 提供者:陈龙
  1. interpolate

    0下载:
  2. 这是一个分形插值程序,用C写的,里面有示例。本程序只适用于一维数据-This is a fractal interpolation program written in C, there are examples. This procedure applies only to one dimensional data
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:1075
    • 提供者:Leo
  1. region-subdivision

    0下载:
  2. 对二维平面上区域进行不规则四边形剖分,构造了区域到子区域的射影变换。由二元分形插值函数引入第三维的值,构成射影迭代函数系统。-Two-dimensional plane of the trapezoidal region subdivision to construct a regional to sub-regional projective transformation. By the binary fractal interpolation function the value of in
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:43567
    • 提供者:大棚
  1. 10_02

    0下载:
  2. 内含三维空间中的分形插值算法源代码。双击Debug下的Fractal Example.exe文件,程序运行;双击Fractal Example.dsw文件,进入编辑环境。-Three-dimensional space containing the fractal interpolation algorithm source code. Double-click the Debug file under the Fractal Example.exe, run Double Fractal E
  3. 所属分类:Fractal program

    • 发布日期:2017-05-10
    • 文件大小:2535753
    • 提供者:胡婷
  1. Fractal-Interpolation

    0下载:
  2. 分形插值图像放大和图像编码。分形计算,给出了分形计算的matlab程序的源代码,能迅速帮助你进行分形分析和计算,容易设定参数。-Fractal interpolation image magnification and image coding.Fractal calculation, given the fractal calculation of the source code matlab procedures, can quickly help you to carry out the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:689175
    • 提供者:fgl
  1. fractal-interpolation-algorithm

    0下载:
  2. 在OpenGL下使用分形插值算法来随机生成山地场景-Using fractal interpolation algorithm to randomly generate a mountain scene in OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:697026
    • 提供者:wangwenzhe
  1. fractal-interplation

    0下载:
  2. Using iterated function systems to model discrete sequences 分形插值的经典外文文献,详细讲解如何构造迭代函数系,可以很快理解并掌握分形插值-Using iterated function systems to model discrete sequences
  3. 所属分类:Fractal program

    • 发布日期:2017-04-09
    • 文件大小:1070300
    • 提供者:王建华
  1. fractal

    0下载:
  2. matlab语言编写的分形插值方法放大图像-Matlab language of the fractal interpolation method to enlarge the image
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:556559
    • 提供者:尹卓
  1. chapter10_example

    1下载:
  2. 随机中点位移法生成山源代码和三维空间中的分形插值算法源代码-Random midpoint displacement method to generate fractal interpolation algorithm source code in the the mountain source code and three-dimensional space
  3. 所属分类:Fractal program

    • 发布日期:2017-11-12
    • 文件大小:2851665
    • 提供者:张望宇
  1. ifs

    0下载:
  2. 基于迭代函数系统的分形插值算法及改进算法-Based on iterated function system fractal interpolation algorithm and improved algorithm
  3. 所属分类:Fractal program

    • 发布日期:2017-11-11
    • 文件大小:1957
    • 提供者:陈斐楠
  1. F3PT1

    0下载:
  2. 分形插值曲面的 MATLAB程序 给出了矩形域上分形插值数学模型, 分形插值曲面的 MATLAB 程序, 对程序中的主要变量进行了说明-MATLAB program of fractal interpolation gives a mathematical fractal interpolation on a rectangular domain model, fractal interpolation MATLAB program, the main variables of the pr
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:841
    • 提供者:宋萍萍
  1. Fractal-interpolation

    0下载:
  2. 构造分形插值函数,对数据点集分形插值。并且可以自定义迭代次数与插值比例。-Structure fractal interpolation function, the data point set fractal interpolation。And you can customize the number of iterations and interpolation ratio.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-12
    • 文件大小:1197
    • 提供者:libailing
« 12 »
搜珍网 www.dssz.com