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

搜索资源列表

  1. 10060323

    0下载:
  2. 搜索1.建立有序表,然后进行二分查找; 2.建立二叉排序树,然后进行查找。-A search. To establish an ordered list, and then binary search 2. Binary sort tree, and then search.
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:534525
    • 提供者:曹小保
  1. chuanjiaosguohewenti

    0下载:
  2. 传教士野人过河问题。主要介绍2种解决的方法:1 树的遍历 2 启发式搜索-Missionaries Savage across the river. Introduces two kinds of solution: a tree traversal heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:34029
    • 提供者:黄命
  1. Recurse

    0下载:
  2. 这是一个使用VS2008开发的一个工程项目,该工程能够实现搜索磁盘目录以及文件的功效,并以此在树形控件中列举出来,方便且高效-This is a project which using VS2008 developed.The project is to achieve the effectiveness of search disk directories, and files , as listed in the tree control , convenient and efficient
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11768429
    • 提供者:
  1. matlab_branchbound

    1下载:
  2. 分枝定界法的程序,是一种在问题的解空间树上搜索问题的解的方法。-Procedures of the branch and bound method, a solution space tree search solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:张鹏程
  1. PPyramidtreety

    0下载:
  2. 金字塔树,具有添加,删除,查询节点功能,,是搜索算法中的一种,常用于GIS软件中。 -The pyramid tree to add, delete, query node function, a search algorithm, commonly used in GIS software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:67361
    • 提供者:海的
  1. target-detection-algorithm-

    0下载:
  2. 为克服传统目标识别方法在处理空间特征分布极为复杂的数据时的缺点,提出1 种基于决策树的多特征检测算法,并将其应用到基于视频的海上搜救目标检测中. 该算法首先提取图像中的颜色、亮度等信息,通过计算各特征的信息增益建立决策树,将搜救目标检测问题分解成3 层决策树分类问题. 实验表明,该算法能够提高多特征目标检测的效率,在救生艇、筏等海上搜救目标检测的应用中取得较好的结果.-Characteristics to overcome the traditional target recognition m
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:168920
    • 提供者:majun
  1. FIND

    0下载:
  2. 数据结构:查找表的逻辑结构和存储结构。实现折半查找算法:建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。-Data structures: a lookup table of the logical structure and storage structure. Binary search algorithm: the establishment of a binary sort tree, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1973
    • 提供者:陈小默
  1. 122

    0下载:
  2. 二叉树的建立 实现查找功能并输出-The establishment of a binary tree search function and output to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:245222
    • 提供者:包钧圳
  1. knn

    0下载:
  2. 这是一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳。 K-nearest neighbor search已经广泛应用在科学与工程上,比如模式识别,数据挖掘和信号处理。 -This is a small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm J
  3. 所属分类:Other Databases

    • 发布日期:2017-11-27
    • 文件大小:3470
    • 提供者:hxl
  1. Archive

    0下载:
  2. binaryNode 和 binarysearchtree 是实现了一个二叉树。arrayvector是自己实现的vector。binary search 是一个二元搜索方法。 single list是自己实现的一个单向链表。findthemajority是寻找数组中主元素的一个算法。list是用数组实现的一个链表。permute是一个实现全排列的算法。-binaryNode and binarysearchtree is the realization of a binary tree. ar
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:5296
    • 提供者:曾宇峤
  1. nodeTreeLibrary

    0下载:
  2. Tree build and search of minimum path with dijkstra method
  3. 所属分类:Graph program

    • 发布日期:2017-11-13
    • 文件大小:637715
    • 提供者:coccolò
  1. BinaryTree

    0下载:
  2. 二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告-Binary tree operation, three traversal, node search, delete, increase. Contains reports
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:560767
    • 提供者:韩旭辉
  1. game

    0下载:
  2. Tic-tac-toe游戏搜索引擎,带有特定深度的minimax tree,并且自带有一个可以在非叶结点处进行评估的评估函数-Tic-tac-toe game search engine, with particular depth minimax tree, and comes with an assessment of the non-leaf nodes at the evaluation function
  3. 所属分类:Game Engine

    • 发布日期:2017-11-15
    • 文件大小:2678
    • 提供者:haha
  1. red_black_tree

    0下载:
  2. 实现红黑树的所有操作,包括插入、删除、查找、前驱、后继、最大值、最小值,最重要的是能够以树形打印(在控制台下)红黑树-Red-black tree of all operations, including insert, delete, search, precursor and successor, maximum, minimum, and most important to be able to print a tree (red-black tree under the console)
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:69760
    • 提供者:兰武伟
  1. rbt2

    0下载:
  2. 利用红黑树实现字符串的快速查找,在测试中发现要比哈希查找要快,在一百万个字符串查找每一个字符串,大概50us左右。-Using red and black tree to realize the rapid search string, in tests found than hash find fast, in one million a string search each string, about 50 around us.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:3192
    • 提供者:欧军
  1. arry

    0下载:
  2. 实现在一个矩形区域内的无线网络节点管理。每个节点包含x,y,data按照data大小构成平衡二叉树并进行增删查检操作-Wireless Network Node Manager in a rectangular area. Each node contains the x, y, data according to the data size to constitute a balanced binary tree, and the additions and deletions of sear
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:797059
    • 提供者:wangling
  1. k-Nearest-Neighbor

    1下载:
  2. K邻近快速算法,包含有独立的样本分解算法,树搜索算法,稍作改动便可以满足各种要求。-K adjacent fast algorithm contains a separate sample decomposition algorithm, the tree search algorithm, some minor changes will meet a variety of requirements.
  3. 所属分类:matlab

    • 发布日期:2016-01-09
    • 文件大小:63488
    • 提供者:yu
  1. RFID-lunwen

    0下载:
  2. 针对射频识别系统中的标签碰撞问题,提出了一种基于分组策略的RFID自适应防碰撞算法。该算法在二叉树搜索算法的基础上引入分组策略、后退策略、自适应地选择四叉树搜索策略、动态调整标签碰撞检测过程策略,减少了搜索次数和读写器与标签间的通信量,提高了识别效率。-Systems for radio frequency identification tag collision problem, a packet-based strategy RFID adaptive anti-collision algo
  3. 所属分类:Development Research

    • 发布日期:2017-11-19
    • 文件大小:7913462
    • 提供者:pugongying
  1. 12-01bag

    0下载:
  2. 01背包问题 问题陈述:给定n种物品和一背包,物品i的重量是wi,其价值为vi,背包的容量为C。合理选择物品装入背包,使得装入背包中物品的总价值最大。在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。 问题分析:0 1背包问题是一个子集选取问题,适合于用子集树表示0 1背包问题的解空间。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入左子树,在右子树中有可能包含最优解时才进入右子树搜索;否则将右子树
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:312882
    • 提供者:Kahn
  1. 5

    0下载:
  2. 数据结构中二叉树和二分查找的源代码,而且是二者的综合-The data structure in the binary tree and a binary search of the source code, but is a combination of both
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1183
    • 提供者:黄谭
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com