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

搜索资源列表

  1. 非常完美的二叉树模板

    0下载:
  2. 非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17438
    • 提供者:李鹏
  1. 二叉树学生成绩管理系统

    0下载:
  2. 我用二叉搜索树做的学生成绩管理系统, 算法比较全面, 希望大家提出宝贵建议 我的邮箱lp1985621@yahoo.com.cn-I use two forks of trees search student performance management system, the algorithm is more comprehensive, and we hope that the valuable suggestions put forward my mail lp1985621
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:25076
    • 提供者:李鹏
  1. QuartTreeNode

    0下载:
  2. qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3533
    • 提供者:zww
  1. 回溯法搜索排列树算法园排列问题

    0下载:
  2. 回溯法搜索排列树算法园排列问题,算法设计与分析课程,作业题-search with backtracking algorithms park with trees, algorithm design and analysis courses, and that operations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68466
    • 提供者:老七
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. 人工智能第三章,图搜索 课件

    1下载:
  2. 人工智能课件,第三章,含 知识表示与推理,状态空间图,搜索树,与或树
  3. 所属分类:软件工程

    • 发布日期:2011-11-07
    • 文件大小:226216
    • 提供者:nacountry
  1. sift_robhess.rar

    0下载:
  2. Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差,Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same name, points, RANSAC to gross
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:181805
    • 提供者:lonfan
  1. B

    0下载:
  2. b树,用于空间搜索引擎,非常实用,特别好-b tree, for the space search engine, very useful, especially good
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:196648
    • 提供者:li xiaowen
  1. TASKS

    0下载:
  2. 限界剪枝法语回溯法类似,是一种在问题的状态空间树中搜索解的算法。优先级用优先队列来实现,优先级高即估计函数值越低的结点越靠近队列开头位置。-French back-Bound pruning method similar to the problem is a state-space search tree algorithm solution. Priority queue with priority to the realization of the high priority that i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1859
    • 提供者:workfuture
  1. Alphabeta_HH

    0下载:
  2. Alpha-Beta搜索算法,博弈树搜索中最常用的算法之一-Alpha-Beta search algorithm, the game tree search, one of the most commonly used algorithms
  3. 所属分类:Search Engine

    • 发布日期:2017-04-01
    • 文件大小:1446
    • 提供者:zhangts
  1. 33753115ktdictseg_v1.0.01

    0下载:
  2. 中文分词算法,效率很高,使用词典树装搜索进行单词切割,并提供扩充词库的函数-It s an arithmetc of word segment,it has a very high efficiency!
  3. 所属分类:Search Engine

    • 发布日期:2017-03-30
    • 文件大小:37391
    • 提供者:郭刚
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11834
    • 提供者:m
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 最优二叉搜索树

    0下载:
  2. 需要内设初始值,就可以计算任何最有二叉搜索树(jflasdj xvc fdsa dfsas)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:3838976
    • 提供者:七秒记忆1
  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
  1. 利用α-β搜索过程的博弈树搜索算法编写一字棋

    1下载:
  2. 利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋利用α-β搜索过程的博弈树搜索算法编写一字棋
  3. 所属分类:文档资料

  1. AVL树

    0下载:
  2. 二叉树的ADT、搜索树的ADT、平衡二叉树的ADT。AVL树包含了AVL的建立、查找、删除操作。全部使用类模板,方便调用(ADT for binary tree, ADT for search tree, ADT for balanced binary tree. AVL tree contains the establishment of AVL, find, delete operation. All use of class templates, easy to call)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:5974016
    • 提供者:启明jun
  1. 搜索排序模型

    0下载:
  2. 介绍了搜索排序中的树模型,循序渐进,附详实的数学公式推导。(The tree model in search ranking is introduced, and the mathematical formula is deduced in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1033216
    • 提供者:davidie
  1. monte_carlo_tree_search

    1下载:
  2. 非常好的蒙特卡洛树搜索写的五子棋示例,核心代码都有中文说明(An Example of Gobang Written by Monte Carlo Tree Search)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-12-31
    • 文件大小:2048
    • 提供者:xuhao0521
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com