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

搜索资源列表

  1. rgbquadtree

    2下载:
  2. 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:126954
    • 提供者:猪哥不亮
  1. CART

    1下载:
  2. 这是一个分类和回归树算法,它提供一种通用框架将各种各样不同的判定树实例化。-This is a classification and regression tree algorithm, which provides a common framework a wide variety of different decision tree instantiation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1364
    • 提供者:肖箫
  1. CDirTreeCtrl

    0下载:
  2. 实现类似于WINDOWS资源管理器的树状控件,-To achieve similar to the WINDOWS Explorer tree control
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:36808
    • 提供者:jiangyulei
  1. SIFT_area_match

    1下载:
  2. SIFT算法的区域匹配,比原有的SIFT+KD树匹配更加高效、准确。-different area SIFT algorithm which is better than the original SIFT and KD tree match.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-12
    • 文件大小:6444974
    • 提供者:jiba
  1. decision-tree

    0下载:
  2. 本程序实现了一个决策树生成程序, 决策树学习是应用最广的归纳推理算法之一。这是一种逼近离散值函数的方法,对噪声数据有很好的健壮性且能够学习析取表达式。在这种方法中学习到的函数被表示为一棵决策树。学习得到的决策树也能再被表示多个if-then规则,以提高可读性。本程序附带详细的说明文档-decision tree ID3
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. tree控件使用,简介ACCESS数据库,以及树形显示-control the use of tree, About ACCESS database, as well as the tree shows
  3. 所属分类:TreeView

    • 发布日期:2017-04-10
    • 文件大小:1898408
    • 提供者:jinsong
  1. obbtree

    0下载:
  2. OBB树的建立,用于碰撞检测过程中的模型处理,提高效率-OBB tree establishment in the process of collision detection for model processing, improve efficiency
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2392
    • 提供者:liuziyang
  1. tree

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 ^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the fo
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1157
    • 提供者:tesla
  1. avltree1

    1下载:
  2. 平衡二叉树 生成,可生成、删除树,还可对一棵树的节点进行插入、排序、删除操作-AVL Tree generator
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:49454
    • 提供者:Zirui Wei
  1. sortoutside

    0下载:
  2. 外排序 对于海量数据进行快速排序 然后利用败者树进行归并的算法的一个模板-Outside the huge amount of data to sort for quick sort loser tree and then use the algorithm to merge a template
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3125
    • 提供者:caj
  1. VC++_遍历文件目录到Tree树控件

    0下载:
  2. 些源码为遍历硬盘文件目录,然后将文件加载到Tree控件上
  3. 所属分类:系统编程

  1. decisiontree

    1下载:
  2. 这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-05
    • 文件大小:1233
    • 提供者:icer
  1. XmlTree

    1下载:
  2. XML生成treeview树形控件,比较强大-XML generated treeview tree control, more powerful
  3. 所属分类:TreeView

    • 发布日期:2017-03-26
    • 文件大小:41598
    • 提供者:magelxy
  1. finace-binary-tree

    1下载:
  2. 用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3347
    • 提供者:qing
  1. Unlimited-levels-tree

    0下载:
  2. 无限制级别树形菜单,用js代码实现,可供初学者学习-Unlimited levels tree
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:48293
    • 提供者:朱向超
  1. m-tree_c

    0下载:
  2. 构建M-tree的c++代码,M-tree类似于R-tree,区别于R-tree的是它是基于任意的距离来构建的索引(满足三角不等式)。-C++ code of constructing a M-tree
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-21
    • 文件大小:143314
    • 提供者:告密
  1. tree

    0下载:
  2. 用jsp实现类似资源管理器的树状菜单,很好的一个源码。-Used to achieve a similar Explorer jsp tree menu
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:6053
    • 提供者:韦哥
  1. spanning-tree

    0下载:
  2. 在企业网搭建的过程中 针对交换机的配置,生成树协议的配置 -Structures in the process of enterprise network configuration for the switch, Spanning Tree Protocol configuration
  3. 所属分类:Project Manage

    • 发布日期:2017-04-02
    • 文件大小:440771
    • 提供者:董雄
  1. excel

    0下载:
  2. EXCEL表格导入到树形视图应用程序 EXCEL table into the application tree view-EXCEL table into the application tree view
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1037749
    • 提供者:wsn
  1. minimum-spanning-tree

    0下载:
  2. 使用C#图形界面生成最小生成树,核心算法使用Prim算法。图的形状可以在源文件中的图定义处修改。-C# graphical interface to generate a minimum spanning tree, the core algorithm using Prim algorithm. The graph shape defined in the source file in Figure modify.
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:45241
    • 提供者:黄佳禾
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com