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

搜索资源列表

  1. C4_5

    0下载:
  2. 决策树分类算法C4.5的matlab代码实现,可返回训练集和测试集的结果,有详细注释(classification tree)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:木木木233
  1. 目录树

    0下载:
  2. 此程序可用于将计算机内文件以树形结构显示出来(This program can be used to display the file inside the computer in a tree structure)
  3. 所属分类:TreeView控件

    • 发布日期:2017-12-24
    • 文件大小:30720
    • 提供者:此鯤非鱼
  1. 二叉树

    0下载:
  2. 数据结构中的二叉树结构,使用的语言应该是C++(Data structure of the two fork tree structure, the use of language should be C++)
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:1870848
    • 提供者:真人
  1. rbTree

    0下载:
  2. 用C语言实现红黑树基本操作,rbTree.h为定义了函数的头文件,rbTree.cpp可用来测试(code for basic operations of Red/Black Tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:zht022
  1. 第4单元(树和二叉树)

    0下载:
  2. 与数据结构相关的知识,第四单元,树和二叉树相关知识(The file is about programming ,compliers principles and data.It will have much help for you in your study.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:638976
    • 提供者:lzyx0518
  1. 1111

    0下载:
  2. 二哥学了二叉树的顺序存储后,被下面一个问题难住了,于是他请你帮他解决。给你一个前序遍历和中序遍历,问顺序存储的数组是什么样子的。 Example Input Format 第一行为前序遍历,第二行为中序遍历,节点个数不超过26. Output Format 输出一行,表示顺序存储的数组,以空格隔开,NULL表示空节点,数组空间不超过1000个节点(The second order storage learned two tree, asked the next questi
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:244736
    • 提供者:-我想静静-
  1. 13(树综合)

    0下载:
  2. 本代码为学习数据结构学生提供的很大的帮助,为树的综合使用(this code provides the help for the students who studies data structure,which is the use of BITree)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3903488
    • 提供者:gmf84959
  1. dictionarytree

    0下载:
  2. 利用huffman字典树,对输入语句单词进行统计(Use the Huffman dictionary tree to count the input statement words)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:大爱樱酱
  1. Binary tree

    0下载:
  2. 利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(Using the balanced binary tree, the input number is arranged into a left small right large two fork tree, with the enclosing code and file descr iption)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:83968
    • 提供者:大爱樱酱
  1. BTree

    0下载:
  2. 遍历二叉树(前序,中序,后序),包括二叉树的创建,此二叉树为链式二叉树,是手动创建的(Traversing the two fork tree (preorder, middle order, post order))
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:2361344
    • 提供者:devil123
  1. Program3-RanShu

    1下载:
  2. 实现决策树算法 深度学习 。。。。。。。。。。。(decision tree learning)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:6621184
    • 提供者:Samuel_R
  1. Othello

    0下载:
  2. 运用博弈树和α-β剪枝算法完成的一个黑白棋游戏小程序(Using game tree and alpha - beta pruning algorithm to complete a small game of black and white chess game)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:Ray0218
  1. B树

    0下载:
  2. B tree Windows应用环境下的C++代码(B tree Windows C++ code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:951296
    • 提供者:JUSTONEBOY
  1. 用ltp和nltk生成句法树

    1下载:
  2. 利用哈工大ltp和nltk工具,生成依存句法分析树(Generating dependency parsing tree by using LTP and nltk tools of Harbin University of Technology)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:2126848
    • 提供者:不懂博士
  1. Trie_and_Huffman

    0下载:
  2. 功能1:使用一种树型结构来实现我们的单词计数功能——Trie树 功能2:Huffman树进行编码 程序输入: 第一行为一个正整数n,表示输入单词的总数。 接下来的n行,每行为一个单词,单词由不超过10个的小写英文字母组成。 接下来的一行为一个正整数m,表示查询的次数。 接下来的m行,每行为一个数字和一个查询,当数字为1时,查询为单词,输出该单词出现的次数(可以为0);当数字为2时,查询为Huffman编码,输出对应的单词(该Huffman编码对应的单词确定存在)。(Function
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:functiondy_dx
  1. BiLinkTree

    0下载:
  2. 二叉树的顺序存储表示结构定义,非递归的二叉链表创建和初始化等等(BiLinkTree Definition of sequential storage representation structure for two binary tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:伟哥wang
  1. SeqBiTree

    0下载:
  2. 顺序存储结构下的二叉树创建和初始化,二叉树的顺序存储表示结构定义(Definition of sequential storage representation structure for two binary tree)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:伟哥wang
  1. pres

    0下载:
  2. 三种分类器:决策树分类器,k-NN分类器和k-means分类器的运行时间以及运行准确率的比较。(Three kinds of classifiers: decision tree classifier, k-NN classifier and K-means classifier running time and accuracy comparison.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:20480
    • 提供者:ignory
  1. c二叉查找树

    0下载:
  2. 二叉树查找算法,是c数据结构的内容比较难做我做了很长时间才做出来(Two tree search algorithm, C data structure is more difficult to do, I have done a long time to do it)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:452608
    • 提供者:tianyudizhua
  1. Archive

    0下载:
  2. 三道有关二叉搜索树以及堆的数据结构题目代码,使用c以及c++(Three problems about data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:c4tbro
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com