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

搜索资源列表

  1. DDALine

    0下载:
  2. 计算机图形学实验中的dda 画直线的程序。-computer graphics experimental painting of dda linear process.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:5.11kb
    • 提供者:龚斌
  1. 等边三角形有限元网格生成程序

    2下载:
  2. 等边三角形有限元网格生成程序,效果不错,值得参考-equilateral triangle finite element mesh generation process, the effect is true, they may be worth
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:48.09kb
    • 提供者:zqx
  1. fen

    0下载:
  2. 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:21.54kb
    • 提供者:王林
  1. jueyefenxing

    0下载:
  2. 本算法是实现分形蕨叶画法的程序. 大家应该可以看得懂-the algorithm is fractal fern leaf painting process. We should be able to understand the
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:7.75kb
    • 提供者:陈华
  1. fractalcompress

    0下载:
  2. 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal image compression is against
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:206.02kb
    • 提供者:ltt
  1. CalFraDim

    0下载:
  2. 一个利用尺度法和测度法快速计算一般分形图形分形维数的程序,只能处理bmp格式的分形图形,但是速度很快-use a yardstick and measure law Rapid Calculation general fractal graphics fractal dimension of the process, can only handle bmp format of the fractal graphics, but speed
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:15.32kb
    • 提供者:辉辉
  1. 4_01

    0下载:
  2. 再传些《分形算法与程序设计VC版》一书中所讲解的程序设计的源代码及部分供参考的效果图<4_01>:内含IFS算法源代码。双击Debug下的ifs01.exe文件,程序运行;双击ifs01.dsw文件,进入编辑环境。-more "fractal algorithms and program design VC version" a book on the design process and the source code for some reference Dr
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:24.7kb
    • 提供者:赵翠芳
  1. picturemove

    0下载:
  2. 图像旋转vc++实现,并有程序过程的图解,利于解读-image rotation vc realized, and the process of graphical procedures, to read
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:186.08kb
    • 提供者:冯子
  1. frain200

    0下载:
  2. 分形图像的生成程序-fractal image generation process
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:878.78kb
    • 提供者:赵刚
  1. tubao

    0下载:
  2. 模拟凸包的实现,只要随便点击一点,那么程序将自动寻找合适的点,将其连成凸包-simulation convex hull of achieving Just click 1:00, the process will automatically search for suitable spots, even as its convex hull
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:46.56kb
    • 提供者:heyangyi
  1. Koch 曲线

    0下载:
  2. 此程序画出了类似雪花的分形曲线,其中的分形过程(即本程序中的分形子程序)很值得学习-this procedure paint a similar snowflakes fractal curve, the fractal process (which is the process of fractal Subroutine) is worth learning.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:胡燕燕
  1. ditan

    0下载:
  2. 分形几何中sierpinski算法设计的程序,给定不同的递归深度,绘制sierpinski地毯。-Sierpinski fractal geometry in the algorithm design process, given the different recursive depth, drawing Sierpinski carpet.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:250.22kb
    • 提供者:崔建富
  1. facedetected

    0下载:
  2. 该程序使用OpenCV提供的函数接口实现了对人脸的自动检测,在有摄像头的机器上运行该程序,可以显示出对人脸的自动检测的效果,但是要求机器上首先安装Opencv并进行好配置,配置过程请参考其他相关资料-The program provided by the use of OpenCV function interface of the automatic face detection, camera in the machine running the program can be shown t
  3. 所属分类:Fractal program

    • 发布日期:2017-04-02
    • 文件大小:23.94kb
    • 提供者:石峰
  1. 2_11

    0下载:
  2. C曲线的递归算法。该算法是C曲线的生成过程,有很强的自相似性-C curve of recursive algorithm. The algorithm are C curve generation process, there is a strong self-similarity
  3. 所属分类:Fractal program

    • 发布日期:2017-05-03
    • 文件大小:717.24kb
    • 提供者:杨明
  1. 2_13

    0下载:
  2. 分形树的递归算法。利用递归算法生成分叉树,实际上是生成元在每一个层次上不断重画的过程-Fractal tree recursive algorithm. The use of recursive algorithm to generate bifurcation tree, generators are in fact at every level on the process of continually re-draw
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:1.93mb
    • 提供者:杨明
  1. RecursiveFractalAnimationtreeimplementation

    1下载:
  2. 该代码采用递归算法编程实现下列分形树,并且提供界面允许用户输入分形树迭代次数,有程序绘制树形分形体并动画显示分形树生长过程 代码内含文档说明 -Recursive algorithm using the programming code to achieve the following fractal tree, and provides the interface allows the user to enter iteration fractal tree, the procedur
  3. 所属分类:Fractal program

    • 发布日期:2017-05-03
    • 文件大小:995.92kb
    • 提供者:金云飞
  1. Fractal

    0下载:
  2. 图像分析的simulink仿真,可以直观地考察分形的具体过程-Simulink simulation of image analysis can be visually inspected the specific process of fractal
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:8.02kb
    • 提供者:李林
  1. Calculationofractaldimensionoffractalsurfacesusing

    0下载:
  2. 该算是一个利用MATLAB中的FFT程序开发的一个计算分形维算的程序。-If this is one of the FFT using MATLAB program developed by a calculation of fractal dimension calculation process.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-27
    • 文件大小:1.85kb
    • 提供者:asd
  1. multifractal-compute

    3下载:
  2. 用MATLAB编写的图象多重分形程序,可直接计算得到多重分形谱-Image prepared using MATLAB multifractal process, can be directly calculated multifractal spectrum
  3. 所属分类:Fractal program

    • 发布日期:2014-09-16
    • 文件大小:1.19kb
    • 提供者:慧莹
  1. halfside

    0下载:
  2. 实体的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. 所属分类:Fractal program

    • 发布日期:2017-03-30
    • 文件大小:61.63kb
    • 提供者:gisok
« 12 »
搜珍网 www.dssz.com