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

搜索资源列表

  1. MountainC

    0下载:
  2. 简单的分形山JAVA源程序,可以供初学者练习,3d-A simple fractal mountain JAVA source code, you can practice for beginners, 3d
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2136
    • 提供者:fcf
  1. 20100505mandMPImultithread

    0下载:
  2. 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:567671
    • 提供者:徐东
  1. tiny-compiler

    0下载:
  2. 一个小的编译器,可以实现此法分析和语义分形-A small compiler can implement this method of fractal analysis and semantic
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:390578
    • 提供者:
  1. fexingzaiyuyinzhongdeyingyong

    0下载:
  2. 几篇分形理论在语音信号处理中应用的文献,主要应用于去噪和断点检测-Several fractal theory applications in speech signal processing literature, mainly used in denoising and break detection
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1632306
    • 提供者:impoter117
  1. fenxingwaiwen

    0下载:
  2. 几篇分形的外文文献,来自IEEE,其中介绍分形在语音处理上的应用,有设计到分形维数轨迹的构造-Several fractal foreign literature, from the IEEE, which describes the fractal applications in speech processing, there are design to track the fractal dimension of the structure
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-24
    • 文件大小:7971592
    • 提供者:impoter117
  1. yuyinshibie

    0下载:
  2. 语音识别的文献总汇,包括非线性,混沌和分形-The speech recognition literature club, including nonlinear, chaos and fractal
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-15
    • 文件大小:56160256
    • 提供者:袁志会
  1. Visual-CPP

    0下载:
  2. 运用visual c++编写的几种分形方法的画图程序和主要方法-Using visual c++ to write several fractal drawing program and the main method
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:20999555
    • 提供者:郑志森
  1. IFS-jueye-

    0下载:
  2. 图形学中编的分形算法的厥叶的代码,对学习opengl和图形学比较好-Graphics of jue leaves for the fractal algorithm code, be good for learning opengl and graphics
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:820319
    • 提供者:liang
  1. boxcount

    0下载:
  2. 分形计算的程序 盒子算法 非常有用的算法 大家可以试试看 可以的就用吧 -Box-counting dimension for the matlab procedure, can calculate the dimensions, using the box dimension method
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-12
    • 文件大小:2536
    • 提供者:kou
  1. DrawFractalTree

    0下载:
  2. 提供了绘制分形树的算法结构及源码,源码结构简单易于理解抽象过程。-Draw fractal tree structure of the algorithm and source code, source code structure is simple and easy to understand abstract process.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-09
    • 文件大小:171832
    • 提供者:刘浩源
  1. range

    0下载:
  2. 这是一个关于koch分形曲线的绘制缓冲区分析的vc代码-This is a drawing koch fractal curve vc code buffer analysis
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:4115695
    • 提供者:祝一搏
  1. Pyramid-fractal-source-code

    3下载:
  2. 金字塔程序化交易软件,混沌分形期货股票金融产品突破策略源代码-Pyramid program trading software, stock futures trading chaos fractal breakthrough strategies source of financial products
  3. 所属分类:ELanguage

    • 发布日期:2014-11-14
    • 文件大小:3072
    • 提供者:张汝清
  1. Bee-algorithm4

    0下载:
  2. Bee algorithm(1)信号处理、(2)人工智能与模式识别、(3)神经网络、(4)群体智能算法、(5)混沌分形、(6)图像处理、(7)数据挖掘、(8)Matlab与VC混合编程   -Bee algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2993
    • 提供者:他里雾
  1. Bee-algorithm2

    0下载:
  2. Bee algorithm (1)信号处理、(2)人工智能与模式识别、(3)神经网络、(4)群体智能算法、(5)混沌分形-Bee algorithm Bee algorithm4
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2340
    • 提供者:他里雾
  1. Hilbert

    0下载:
  2. 希尔伯特曲线一种能填充满一个平面正方形的分形曲线(空间填充曲线),由大卫·希尔伯特在1891年提出。 由于它能填满平面,它的豪斯多夫维是2。取它填充的正方形的边长为1,第n步的希尔伯特曲线的长度是2n - 2-n。 L系统记法: 变量: L, R 常数: F, +, - 公理: L 规则: L → +F--F+ R → − LF+RFR+FL− F : 向前 - : 右转90° + : 左转90-Hilbert curve can
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:3604
    • 提供者:zhurongyan
  1. 3dimension-Sherbinsiki-gasket

    0下载:
  2. 三维的谢尔宾斯基箭头的实现程序,VB,关于分形大家可以参考孙博文的分形算法与程序设计-Three-dimensional realization of the program Sierpinski arrows, VB, Fractal we can refer to Sun Bowen fractal algorithms and program desig
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:170370
    • 提供者:song
  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. fern

    0下载:
  2. 分形的一个简单例子,用matlab实现的源代码。-A simple example of fractal, using matlab source code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:810
    • 提供者:annethf
  1. duochongfenxing

    0下载:
  2. 多重分形分析,计算出标度指数,画出连续特征局部特在等。-Multifractal analysis, to calculate the scaling exponent, draw the continuous feature local in etc..
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:83339
    • 提供者:江珂
  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 2 34 5 »
搜珍网 www.dssz.com