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

搜索资源列表

  1. 10077

    0下载:
  2. The Stern-Brocot Number System The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all no
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:37367
    • 提供者:mini
  1. Fractal

    0下载:
  2. 图形学中的基于L文法的分形树及M集的绘制实现-Fratual tree and M
  3. 所属分类:Fractal program

    • 发布日期:2017-04-01
    • 文件大小:50289
    • 提供者:ww
  1. Talg_det

    0下载:
  2. The real-valued version of this priority first stack-based sequential decoding algorithm is based on a decoding tree of m+1 levels where each node has 2*xMax children-The real-valued version of this priority first stack-based sequential dec
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2304
    • 提供者:phares
  1. Kruskal

    0下载:
  2. 克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) -Thinking of Kruskal algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:24573
    • 提供者:李虚东
  1. Othello

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3481256
    • 提供者:da
  1. CustomDraw

    0下载:
  2. Visualizar un componente TREE en forma m醩 gr醘ica
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:44211
    • 提供者:synapsis
  1. Othello

    0下载:
  2. 使用java編寫的GUI的黑白棋遊戲-GUI using java prepared Riversi games, search algorithms using classical game tree, and on this basis have done a lot of optimization, the evaluation function I used Simon M. Lucas and Thomas P. Runarsson published in its Temporal
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:59561
    • 提供者:chowkwing
  1. 2

    0下载:
  2. 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:969
    • 提供者:zhoupenghua
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. huffuman

    0下载:
  2. 一种比较优化的递归方式生成具有m个外部结点的哈夫曼树。-A more optimized recursively generated with m external nodes of the Huffman tree.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1247
    • 提供者:quiq
  1. class_presentation_Btree

    0下载:
  2. 是一种多路搜索树(并不是二叉的): 1.定义任意非叶子结点最多只有M个儿子;且M>2; 2.根结点的儿子数为[2, M]; 3.除根结点以外的非叶子结点的儿子数为[M/2, M]; -Is a multi-way search tree (not binary in): 1. The definition of any non-leaf node at most M son and M> 2 2. The son of the root n
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:59551
    • 提供者:korbon
  1. 2(2)

    0下载:
  2. 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:875
    • 提供者:杨博文
  1. dsatbx

    0下载:
  2. matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:117173
    • 提供者:austin
  1. BinarySearchTree

    0下载:
  2. 用给定的数列构造一棵二叉排序树,并用广义表形式输出 输入数据共N+1行 第一行为一个整数N表示数据组数 第二至N+1行每行对应一组数据,共M+1个整数(M<10000) 每组数据以一个整数M开头,表示数列长度为M,后接长度为M的一组无序数列 输出共N行 每组数据对应一行输出 用广义表形式表示构造的二叉排序树,无任何多余空格和空行 它的通项公式为 前几项为 : 1, 2, 5, 14, 42, 132, 429,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:758
    • 提供者:yu
  1. yudaoq

    1下载:
  2. 查找、排序的应用实验1) 顺序查找; 2) 分别使用直接插入排序、冒泡排序、快速排序对原纪录序列进行排序,并显示排序结果; 3) 对上述纪录列表排好序,然后对其进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -Find, Sequencing Experiment 1) sequential se
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3040
    • 提供者:张强
  1. tulun

    0下载:
  2. 线性表:数据间关系是线性的,每个元素只有一个前趋,一个后续,1:1; 树:有着明显的层次关系,每个元素只有一个前趋,但有多个后续,1:N; 图:数据之间的关系是任意,每个元素的前趋和后续个数是不定的,M:N; -Linear form: the relationship between the data is linear, each element has only one predecessor, a follow-up, 1:1 tree: there is a clear
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:242728
    • 提供者:02468
  1. MSDNDownloader_src

    0下载:
  2. I needed to read MSDN while I m on train using my Windows Mobile 6 device. I found a decent reader which can read HTML files, but I had no HTML file to read. This tool uses WinForms and the WebBrowser control to show the MSDN topics tree. You ca
  3. 所属分类:Windows Develop

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

    0下载:
  2. 图论中最小生成树Kruskal算法 及画图程序 M-函数-Kruskal minimum spanning tree in graph theory, algorithms and functions for M-Drawing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4102
    • 提供者:chen
  1. victoria_park

    0下载:
  2. 悉尼大学SLAM团队的基于道路特征提取的探测树方法,直接运行viewLsr.m文件即可。-University of Sydney team based SLAM detection tree path feature extraction methods, directly run viewLsr.m files.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1534730
    • 提供者:hanbing
  1. C4.5

    0下载:
  2. Quinlan的决策树程序C4.5(M语言编写)-the program for decision tree C4.5 purposed by Quinlan
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3554
    • 提供者:change
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com