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

搜索资源列表

  1. FileSearch

    0下载:
  2. 文件搜索,文件夹查找,采用树型查找,存放到队列中-file search,open
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:53654
    • 提供者:季单
  1. B_Trees

    0下载:
  2. b-树用于文件的搜索和查找功能相当的很有好处我们要好好的学习-b tree is a very good tree,please downloand it and you w ll get it!!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1610419
    • 提供者:小小
  1. sichashu

    0下载:
  2. 提出了一种基于自适应四叉树分形编码的数字水印技术。对原始图像进行四叉树分形编码后 , 通过给定子块在不同的寻找区域中搜索其最佳匹配父块来嵌入水印。实验结果表明 ,本方法在嵌入水 印编码时间、图像质量和鲁棒性方面均比传统的方法有较大的改进。-NULL
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:99187
    • 提供者:浮雨虹
  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. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:379723
    • 提供者:winnershu
  1. project1(program)

    0下载:
  2. 二叉树搜索树的比较课程作业对数据结构会有更好的认识-Comparison of binary search tree data structures will be course work for a better understanding of
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:221804
    • 提供者:twi
  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. xsb

    0下载:
  2. b树算法,插入,删除,搜索。使用方式见内附设计文档-b-tree algorithm, insert, delete, search. See design documents included the use of methods
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2911960
    • 提供者:xsb
  1. 2cha

    0下载:
  2. 建立二叉搜索树、实现其删除算法,数据结构课用,参考-tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1408
    • 提供者:杜诺桑
  1. heap

    0下载:
  2. 简单的小程序,实现堆排序,输出二叉搜索树等功能-heap
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:599
    • 提供者:Constancy
  1. Graph

    0下载:
  2. 用C++实现的图论的一些程序,还很实用。包括了:搜索树等一系列算法-C++, graph theory to achieve some of the procedures, still useful. Includes: a series of search tree algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:34891
    • 提供者:冷山道
  1. Red-Black-Tree

    0下载:
  2. 红黑树(Red-Black Tree)是二叉搜索树(Binary Search Tree)的一种改进-Red-Black Tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:188484
    • 提供者:张伟
  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. RedBlackTree

    0下载:
  2. 红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:251633
    • 提供者:何雯
  1. ann_1.1.2_MS_Win32_bin

    0下载:
  2. K维搜索树实现库,直接导入其中的dll和lib就可以使用
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:556788
    • 提供者:chxspace
  1. sebinarytree

    0下载:
  2. 主要实现的功能是二叉搜索树的实现,程序比较简单,但是还行-The function of the program is give your idea of the search binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:352779
    • 提供者:梦幻使者
  1. myvtree

    0下载:
  2. 此源码实现了二叉搜索树的生成及输出排序后的结果-This source code implements a binary search tree generation and output the results sorted
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1246447
    • 提供者:童杰
  1. BinarySearchTree

    0下载:
  2. 设S=(x1,x2,…,xn)是有序集,且x1<x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a1,a2,…,an),求在所有表示有序集的二叉树中找出一棵具有最小平均路长的二叉搜索树问题。-Set S = (x1, x2, ..., xn) is an ordered set, and x1 <x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:781
    • 提供者:jj
  1. tree-java

    0下载:
  2. 用java写的二叉搜索树的小例子,初学者看的代码-Written with java binary search tree small example, look at the code for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1985
    • 提供者:徐锦来
  1. SearchReplace

    0下载:
  2. 一款开源的完整多文件搜索并替换工具 Ver 1.2.0,主要功能有支持多文件搜索并替换,支持包含多级子目录搜索,支持各种匹配模式,支持应用触觉感知判断,支持日志报告并导出为html,text文件及打印输出功能。支持现场情景保存的导出导入。支持自定义上次搜索条件收藏并允许下次使用,支持自定义收藏夹内容等等。总之是一款不错的开源软件,功能比较强大。执行源代码时请先注册文件夹中 ccrpftv6.ocx(一个目录树控件)-A complete open source multi-file search
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:143034
    • 提供者:李龙
« 1 2 3 4 5 67 8 9 10 11 ... 29 »
搜珍网 www.dssz.com