CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - cantor

搜索资源列表

  1. contor

    0下载:
  2. 简单的分形算法,主要是是演示康托三分集的形成-simple fractal algorithm is mainly Cantor is to demonstrate the formation of a third set
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:157.97kb
    • 提供者:cxy
  1. Cantor 表问题

    0下载:
  2. Cantor 表问题: 问题描述: 把分子和分母均小于108 的分数按下面的办法排成一个数表。 1/1 1/2 1/3 1/4 1/5 ... 2/1 2/2 2/3 2/4 2/5 ... 3/1 3/2 3/3 3/4 3/5 ... 4/1 4/2 4/3 4/4 4/5 ... 5/1 5/2 5/3 5/4 5/5 ... ... ... 我们以Z 方形方法给上表的每项编号。第一项是1/1,第二项是1/2, 然后是2/1,3/1,2/2,1/3,1/4,2/3,3/2,4/1,5/1,
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. matlab的分形程序:康托集,koch树等-matlab fractal procedures: Cantor sets, koch trees, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:jinzi
  1. fractal

    0下载:
  2. 分形计算的几个程序原码,可用于康托集,求解非线性方程,分形树,分形维计算,庞加莱截面描述等功能,共19个程序或函数-Fractal several procedures for calculating the original code, can be used for Cantor sets, solving nonlinear equations, fractal tree, the fractal dimension, the Poincare cross-section describe
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:12.04kb
    • 提供者:jzhee_mail
  1. CantorDust

    0下载:
  2. cantor dust programm using iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7.46kb
    • 提供者:ruud
  1. 8numcant

    1下载:
  2. 广度搜索八数码问题,用康托展开判重,哈希表的思想。-BFS 8 digital issues, with Cantor re-start negotiations, hash table ideas.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:919byte
    • 提供者:ly
  1. MATLABprogram4fractal

    0下载:
  2. 一些基本的分形的MATLAB程序,比如cantor集,Julia集,分形树的绘制等-Some of the basic fractal MATLAB program, such as the cantor set, Julia sets, fractal tree drawing, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2.34kb
    • 提供者:唐振华
  1. KaSaC

    0下载:
  2. Koch曲线、Sierpinski三角形、Cantor集的MATLAB实现代码 含结果图-Koch curve, Sierpinski triangle, Cantor set of MATLAB implementation code contains the results of Figure
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:12.41kb
    • 提供者:luxaky
  1. cantor

    0下载:
  2. Cantor in chaotic analysis in quasi-periodic root to chaos
  3. 所属分类:matlab

  1. cantor

    0下载:
  2. 该函数实现了cantor三分集的生成,例如输入cantor(0,0,1,0)即可产生[0,1]区间的三分集-The function implements the generation of the cantor ternary set, for example, enter the cantor (0,0,1,0) to generate the third set of the interval [0,1]
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7.07kb
    • 提供者:杨峰
  1. sicily-1150

    0下载:
  2. sicily 1150 简单魔板。使用坎托展开,-sicily 1150 simple magic board. Use Cantor expansion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.48kb
    • 提供者:dwan_heven
  1. 0.4P2

    0下载:
  2. You can use it to make the singularity spectrum of the cantor set .The syms is 0.4P2.
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:70.97kb
    • 提供者:黎明
  1. queenList1

    0下载:
  2. 八皇后问题最早是由国际西洋棋棋手马克斯·贝瑟尔于1848年提出。之后陆续有数学家对其进行研究,其中包括高斯和康托,并且将其推广为更一般的n皇后摆放问题。八皇后问题的第一个解是在1850年由弗朗兹·诺克给出的。诺克也是首先将问题推广到更一般的n皇后摆放问题的人之一。1874年,S.冈德尔提出了一个通过行列式来求解的方法,这个方法后来又被J.W.L.格莱舍加以改进。-Eight queens problem was first proposed by the International Chess
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:927byte
    • 提供者:ted
  1. cantor

    0下载:
  2. 一、Cantor三分集的递归算法 选取一个欧氏长度的直线段,将该线段三等分,去掉中间一段,剩下两段。将剩下的两段分别再三等分,各去掉中间一段,剩下四段。将这样的操作继续下去,直到无穷,则可得到一个离散的点集。点数趋于无穷多,而欧氏长度趋于零。经无限操作,达到极限时所得到的离散点集称之为Cantor集。-A recursive algorithm selection Cantor ternary set a Euclidean line segment length, the three eq
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:689byte
    • 提供者:yangyong
  1. Cantor-dash

    0下载:
  2. 新手写的cantor dust算法,逻辑可能有点混乱,欢迎大神批评指正-The new algorithm handwritten cantor dust, logic may be a bit confusing, welcome to the great God criticism
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.95mb
    • 提供者:pqkstv
  1. sier_pinski

    0下载:
  2. Instead of using classical Cantor iteration algorithm,we introduce a cellular automation approach to the construction of Sierpinski triangle,which is simple,direct and magic.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:snn
搜珍网 www.dssz.com