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

搜索资源列表

  1. Chapter5_time_newton

    0下载:
  2. 内含基于逃逸时间算法的Sierpinski三角形源代码,基于逃逸时间算法的Julia集源代码,复平面上的牛顿迭代法源代码,牛顿法解方程之分形图生成源代码和Mandelbrot集源代码-Containing Sierpinski triangle escape time algorithm source code, the Julia sets source code based on escape time algorithm, Newton iteration method source co
  3. 所属分类:Fractal program

    • 发布日期:2017-11-04
    • 文件大小:10688761
    • 提供者:张望宇
  1. chapter6_Julia

    0下载:
  2. 内含Mandelbrot集的局部放大源代码,Julia集的局部放大源代码,Newton迭代法的局部放大源代码和作为Julia集字典的Mandelbrot集源代码-The enlarged partial source code containing the Mandelbrot set, Julia sets partial enlarged source code of Newton iterative method enlarged partial source code and as Ju
  3. 所属分类:Fractal program

    • 发布日期:2017-11-08
    • 文件大小:4279206
    • 提供者:张望宇
  1. Draw(VC-6.0)

    0下载:
  2. 使用C++做得画图程序 主要实现了mandelbrot和julia分形图像的绘制-Done drawing program with C++ main achievement of the Mandelbrot and Julia fractal image rendering
  3. 所属分类:Fractal program

    • 发布日期:2017-11-07
    • 文件大小:2282117
    • 提供者:Aimee
  1. Exe Compiler

    0下载:
  2. 'ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-Ä-Äúú ú '³ *** Mandelbrot fractal *** '³ '³ by SkurK/b. (skurk@multinet.no) 'ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ-Ä-Äúú ú
  3. 所属分类:Windows编程

  1. MBTest

    0下载:
  2. Mandelbrot集的一个简单实现,在控制台生成图像,选取方框后可以放大,缺点是绘图速度较慢,主要可作为算法参考-Mandelbrot set a simple implementation, the image is generated in the console, can zoom selection box drawing slower algorithm, can be used as reference
  3. 所属分类:Fractal program

    • 发布日期:2017-11-12
    • 文件大小:129097
    • 提供者:clovis
  1. pthread_ms_static

    0下载:
  2. this implemented by pthread(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by rows to any other threads to complete the total jobs.-this is implemented by pthread(share library) to dr
  3. 所属分类:Project Design

    • 发布日期:2017-11-02
    • 文件大小:1996
    • 提供者:梁庭量
  1. pthread_ms_dynamic

    0下载:
  2. this implemented by pthread(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by dynamic mode (different from static)by rows to any other threads to complete the total jobs.-this is impl
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:1953
    • 提供者:梁庭量
  1. openmp_ms_static

    0下载:
  2. this implemented by OpenMP(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by(static rule) rows to any other threads to complete the total jobs.-this is implemented by OpenMP(share lib
  3. 所属分类:Project Design

    • 发布日期:2017-11-06
    • 文件大小:1518
    • 提供者:梁庭量
  1. openmp_ms_dynamic

    0下载:
  2. this implemented by OpenMP(share library) to draw the mandelbrot set.Using the iteration to try to compute the x and y value.and divide work by(dynamic rule) rows to any other threads to complete the total jobs.-this is implemented by OpenMP(share li
  3. 所属分类:Project Design

    • 发布日期:2017-12-02
    • 文件大小:1527
    • 提供者:梁庭量
  1. 346732333

    0下载:
  2. 画曼德勃罗特集分形图,易语言写的图形图象编程,很好的参考。-Draw the Mandelbrot set fractals, easy graphics programming language to write, a good reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:160402
    • 提供者:什锦豆腐
  1. mandelbrotimage

    0下载:
  2. 绘制Mandelbrot image即曼德拉图像。Mandelbrot图像中的每个位置都对应于公式N=x+y*i中的一个复数。其实数部分是x,虚数部分是y,i是-1的平方根。图像中各个位置的x和y坐标对应于虚数的x和y部分。 图像中的每个位置用参数N来表示,它是x*x+y*y的平方根。如果这个值大于或等于2,则这个数字对应的位置值是0。如果参数N的值小于2,就把N的值改为N*N-N(N=(x*x-y*y-x)+(2*x*y-y)*i)),并再次测试这个新N值。如果这个值大于或等于2,则这个数
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:662
    • 提供者:bohan
  1. Update3Mandelbrot

    0下载:
  2. Implementation of Mandelbrot set for lpc2478
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:817308
    • 提供者:jeremy
  1. mandelbrotMFB.py

    0下载:
  2. fractal mandelbrot set-fractal mandelbrot set
  3. 所属分类:Fractal program

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:lc
  1. koch

    0下载:
  2. MATLAB中的科赫曲线分形几何的概念是美籍法国数学家曼德尔布罗特(Mandelbrot)于1975年首先提出的,但最早的工作可追朔到1875年,德国数学家维尔斯特拉斯(Weierestrass)构造了处处连续但处处不可微的函数,集合论创始人康托尔(Cantor,德国数学家)构造了有许多奇异性质的康托尔三分集。-World of KochThrough the creation of high-value products and services, coupled with the wise
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:743
    • 提供者:produ
  1. lorenz

    0下载:
  2. Visual C++下的Lorenz程序,欢迎下载。双击Debug下的Mandelbrot.exe文件,程序运行;双击Mandelbrot.dsw文件,进入编辑环境。-Visual C++ Lorenz program, welcome to download, Mandelbrot.exe Double-click Debug under the program runs Mandelbrot.dsw double-click the file, enter the editing envi
  3. 所属分类:Fractal program

    • 发布日期:2017-04-04
    • 文件大小:1765
    • 提供者:刘奇
  1. 0313

    0下载:
  2. 一个显示分形的多窗口的例子文件,包括Mandelbrot和Julia集,对数据文件的存储和加载-Display fractal images in java frame
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:10624
    • 提供者:wang gang
  1. Mandelbrot_cv2.4x86

    0下载:
  2. 分形,庞加莱映射,包括C++程序!感觉不错-it s about Fractal, Mandelbrot it s about Fractal, Mandelbrot
  3. 所属分类:transportation applications

    • 发布日期:2017-06-17
    • 文件大小:26018409
    • 提供者:韩超
  1. julia

    0下载:
  2. 分形的简单vc程序,julia集和mandelbrot 集,用的opencv-julia set and mandelbrot set programming with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3670
    • 提供者:高剑
  1. static

    0下载:
  2. 关于mandelbrot集合计算的展现, 可在集群上运行。 运用MPI的静态调度,不过生成的是数字文档形式,没有用图形展示出来-Show on mandelbrot set of calculations can be run on the cluster. MPI using static scheduling, but is generated in the form of digital documents, there is no graphical display out
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:Evan Yang
  1. Mandelbrot

    0下载:
  2. games java 2 micro edition
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3813
    • 提供者:nteedfa
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com