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

搜索资源列表

  1. Mandelbrot-Set-Qbasic

    0下载:
  2. 曼徳布罗特集的Qbasic计算程序,可以观察到分形局部和整体的相似性。-Mandelbrot Set Qbasic A fractal local and overall similarity can be observed
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:189062
    • 提供者:江健
  1. HEWEISHU

    0下载:
  2. 一个很简单的用MATLAB编写的求信号分形盒维数的程序-A very simple request signal using MATLAB fractal dimension of the box
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2526
    • 提供者:何菲菲
  1. 4editioncode

    0下载:
  2. 非线性系统第四版书中代码。混沌,分形,元胞自动机,遗传算法,基因表达式编程,支持向量机,小波,隐马尔可夫模型,模糊逻辑与C++、JAVA和SymbolicC++程序》-The fourth edition of the book code for nonlinear systems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:370041
    • 提供者:cumt
  1. C

    0下载:
  2. 根据计盒维数原理编写了求一维曲线分形维数。本代码使用了C程序和opencv库函数 。 function D=FractalDim(y,cellmax) 求输入一维信号的计盒分形维数 y是一维信号 cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e))。 -Under the box dimension of the principle of pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5127
    • 提供者:寻之川
  1. diedai_shuye

    0下载:
  2. 这是一个有关分形的小程序,需要用到迭代,图形是树叶-This is a fractal applet, need to use iteration, the graphics are leaves
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1599
    • 提供者:张晓旭
  1. FractalDim

    0下载:
  2. 盒维数MATLAB计算程序。根据计盒维数原理编写了求一维曲线分形维数的matlab程序-Box dimension MATLAB program. According to box-counting principle of preparing for a one-dimensional curve fractal dimension matlab program
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3051
    • 提供者:江珂
  1. fenxing

    0下载:
  2. 分形图像压缩的最基础程序,基于jacquin的方法,用MATLAB语言实现。-Fractal image compression basic procedure, the method based on jacquin, MATLAB language implementation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1395
    • 提供者:李强
  1. fractal-m

    0下载:
  2. 分形处理程序,能计算分形的各个参数,能运行-Fractal processing program that can calculate the parameters of fractal can run
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:15015880
    • 提供者:谭献海
  1. hailangmoni

    2下载:
  2. matlab海浪模拟程序文中的两个word分别是在二维和三维下海浪的波形图(有所提供的matlab源程序生成) bopu.m是标准的p-m谱,输入风级数和频率数得到该风级下的p-m谱 erweihailangboxing.m是生成三维海浪波形的源程序,输入风级数,频率数和角度数得到该风级下的海浪波形; hailangboxing.m是生成二维海浪波形的源程序,输入风级数和频率数得到该风级下的海浪波形; SDwave.m是分形法所用的源程序,与本线性得加法所采用的 方法不一样。。
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:817869
    • 提供者:王凌枫
  1. fenxing

    0下载:
  2. 根据计盒维数原理编写了求一维曲线分形维数的matlab程序-According to the box counting dimension principle written for the one-dimensional curve fractal dimension of the matlab program
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:3057
    • 提供者:胡强
  1. boxfd

    0下载:
  2. 根据分形原理,利用差分盒维数算法计算图像的盒维数的MATLAB程序-Based on the fractal principle, using differential box fractal dimension of box dimension algorithm for computing the images of the MATLAB program
  3. 所属分类:Fractal program

    • 发布日期:2017-04-11
    • 文件大小:1411
    • 提供者:胡强
  1. Fractal-Dimension

    0下载:
  2. 该程序提供了分形维数特征提取的matlab实现,可应用于特征提取和模式分类-Fractal Dimension toolbox
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1676475
    • 提供者:Alex
  1. plotleaf

    0下载:
  2. 使用一篇论文提供的方程组和参数——分形仿射变换方法转换过来的MATLAB程序,画一片蕨叶。输入是起始坐标x0,y0和迭代次数——一般在几万次,十万次比较清晰。-Plotting the leaf with equations and parameters given by an essay. This method is fractal theory. The input is the location of starting points x0,y0 and the iteration ti
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-27
    • 文件大小:150817
    • 提供者:ZHY
  1. koch

    0下载:
  2. koch曲线绘制的简单matlab小程序,帮助大家更好理解分形-koch figure plot on matlab
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:4423
    • 提供者:dengye
  1. Fractal-dimensionmatlab-program

    1下载:
  2. 通过分形维数函数,提取数据特征并画出曲线,程序可以直接使用-By fractal dimension function, feature extraction data and draw the curve, the program can be used directly
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:feng
  1. MFD-FA

    0下载:
  2. 多分形特征检验的工具,亲测过,先运行程序1,再运行程序2,即会出现多分形谱图~-Multifractal characteristics of test tools, pro-test before, the first one to run the program, and then run the program 2, which will appear multifractal spectrum ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1127
    • 提供者:陈玲
  1. code

    0下载:
  2. 基于matlab关于计盒维数的程序代码,关于电树枝的分形维数-code of fractal dimension based on matlab
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6229
    • 提供者:lrx
  1. Estimation-of-Fractal-Dimensions

    0下载:
  2. 利用MATLAB 的图像处理和数值计算功能,对大气可吸入颗粒物的场发射电镜 (FESEM)图像进行处理,得到颗粒物边界的二值图像;编制MATLAB程序,统计一系列以不同 像素数量为边长的正方形块覆盖二值图像时的个数,根据像素数量和正方形块个数之间的关系, 确定图像的计盒维数。结果表明:MATLAB对分形图像的处理简单、方便,通过科赫曲线、谢宾 斯基填料等有规分形图形分形维数的计算表明该方法计算出的结果准确、可靠。对大气颗粒物的 分形维数的计算表明,不同不规则程度的颗粒物有不同
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:221854
    • 提供者:yinhao
  1. lunkuo

    1下载:
  2. 由M-B函数生成分形表面轮廓的MATLAB程序,非常方便有效。-fractal surface profile generated MB function by MATLAB program ,and it is very convenient and effective.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:721
    • 提供者:wangyusong
  1. og

    0下载:
  2. 经典算法图像分形压缩的源代码,有注释,合适初学者很好用的程序。希望能帮助大家,-Classic image fractal compression algorithm source code, notes, suitable for beginners to very good use of the program. I am hoping to help you, thank you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2327
    • 提供者:李永科
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com