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

资源列表

« 1 2 3 4 56 7 8 9 10 ... 124 »
  1. The-Curve-Of-Koch

    0下载:
  2. 本实例主要是利用递归的方法以及MFC工具来三分Koch曲线,主要由子函数paint来实现,通过修改其n值可以得到想要递归的次数-example is the use of recursive methods and tools to third MFC Koch curve, mainly by Functions paint to achieve through revising its value n want to be the number of recursive
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:38124
    • 提供者:zyq
  1. xiaobofenxing3

    0下载:
  2. 小波分形的一个程序,算法不错,也很容易看懂。-Wavelet Fractal a procedure, the algorithm good, and very easy to understand.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:90889
    • 提供者:陈智
  1. yeshidonghua

    0下载:
  2. 页式动画是利用多个屏幕页实现动画。动画程序画出一列全屏图像,并将每幅图像存于不同的页缓存中,按适当的顺序扫描所有页以产生动画效果。适合于复杂的具有明暗色彩的三维实体模型的动画
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3337
    • 提供者:lishusen
  1. VB39zhongdonghua

    0下载:
  2. 基于VB编程算法的39种动画效果,类似屏保 -VB programming algorithm based on the 39 kinds of animation effects, similar to a screensaver
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:12712
    • 提供者:郭子恒
  1. fengchuifenxing

    0下载:
  2. 风吹分形树:本例采用WIN32 + 字符替换法 模拟从2阶到N阶 经典分形树的实现。而经典的算法采用递归实现。 其中的字符替换法 可作为此类问题的通解-wind fractal tree : the characters WIN32 cases using replacement simulation from two bands of N-classic fractal tree realized. The classic recursive algorithm to achieve. T
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:13350
    • 提供者:li
  1. cutphoto

    0下载:
  2. 第一幅图被称作曼德勃罗特集,曼德勃罗特集的数学模型非常简单。假设有复数Z和μ,用下式迭代计算:Z=Z2+μ,由于μ的取值不同,经过若干次数迭代以后Z的幅值可能趋向无穷,也可能保持有界,曼德勃罗特集就是那些使Z保持有界的μ的集合,把μ在复平面上的分布作成图像,就像上面演示的那样具有极其复杂的结构。 假设屏幕的分辨率为640×480。 -section known as a map Mandebo Lott set Mandebo Lott episode is very simple ma
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3678
    • 提供者:飞机
  1. SJTU.Study.ComputerGraphics.Mandelbrot.by-Huang-Pe

    0下载:
  2. Mandelbrot。 分形(fractal)是当今科学前沿最有影响的概念之一,分形几何学是探索复杂性的重要工具,建立在自相似原则和迭代生成原则基础之上的分形世界观极大地丰富了人们对自然、对社会的认识。 -Mandelbrot. Fractal (fractal) is the cutting-edge science of the concept of the most influential one, fractal geometry to explore the complexitie
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:393516
    • 提供者:萧飞
  1. fractaltree

    0下载:
  2. 分形树。java写的分形树,可以调整参数,分形几何很好玩。-fractal tree. Java was the fractal tree, parameters can be adjusted, fractal geometry is a lot of fun.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:53075
    • 提供者:萧飞
  1. weizeke

    0下载:
  2. 维则克方块:黑白递归调用。这是小弟学分形学是做的VC++ WIN32+GDI 编程;-peacekeeping grams squares were : black and white recursive call. This is the brother-credit study is done VC WIN32 GDI programming;
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:9719
    • 提供者:li
  1. typicalChaoticSystem

    0下载:
  2. 自己整理的几种典型的混沌系统,适合分形和图象加密的朋友使用-several people to sort of a typical chaotic system, for fractal image encryption and the use of a friend
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:93275
    • 提供者:妮涵
  1. fractal123

    0下载:
  2. 被誉为大自然的几何学的分形(Fractal)理论,是现代数学的一个新分支,但其本质却是一种新的世界观和方法论。它与动力系统的混沌理论交叉结合,相辅相成。它承认世界的局部可能在一定条件下。过程中,在某一方面(形态,结构,信息,功能,时间,能量等)表现出与整体的相似性,它承认空间维数的变化既可以是离散的也可以是连续的,因而拓展了视野。-Hailed as the nature of fractal geometry (Fractal) theory, modern mathematics is a
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:9837
    • 提供者:wuyuanbin
  1. BinarySortTree

    0下载:
  2. 经典数据结构例子: 二叉排序树的应用-- 排序与检索.-classic example of data structure : binary sort of tree -- Sorting and Searching.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:何作为
« 1 2 3 4 56 7 8 9 10 ... 124 »
搜珍网 www.dssz.com