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

搜索资源列表

  1. BTree

    0下载:
  2. B-树查找算法的测试,包括查找,拆分,替换,新建,删除等-Test of the B-tree search algorithms, including Find, split, replace, new, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:178720
    • 提供者:朱晓建
  1. s3

    0下载:
  2. C语言编写一个算法,从键盘读入一组数据,建立二叉排序树,并能够对其进行遍历、打印、查找、插入、删除等有关操作。-C language to write an algorithm, the requirement from the keyboard read in a set of data, the establishment of binary sort tree and carries on the ergodic, print, search, insert, delete, and ot
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:195719
    • 提供者:TsaiCai
  1. The-AVL-trie-of-word

    0下载:
  2. 实现用AVL树的数据结构和算法,进行单词的查找!-With realization of an AVL tree algorithm, carries on the word search!
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1900
    • 提供者:白思行
  1. zhebanchazhao

    0下载:
  2. Two forks the tree: binary search, for the realization of two binary tree binary search.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:732
    • 提供者:刘彪
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:11959
    • 提供者:BidyBai
  1. lcs-2

    0下载:
  2. 利用后缀树进行的多个字符串的最长公共子串查找。-String suffix tree longest common substring search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:289792
    • 提供者:李嘉锋
  1. chazhao

    0下载:
  2. 1.基本训练 (1)先建立有序表,采用折半查找实现对某一已知的关键字的查找。 (2)输入一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 2.综合训练 哈希表设计: 【问题描述】 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法(H
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  1. MiniSQL4.0

    0下载:
  2. MiniSQL Search for certain tuple Search between a range Create table Create B+index based on the key Drop table Drop index -A simple database. Simple operations are supported like search for certain tuple and create a new table. B+tree
  3. 所属分类:MySQL

    • 发布日期:2017-11-21
    • 文件大小:10957500
    • 提供者:王一婷
  1. 123

    0下载:
  2. 提出了一种双域模型人工鱼群算法。算法采用前驱节点指向的编码方法形成多播树表示人工鱼,将搜索 空间分为可行域和非可行域。分别赋予可行域和非可行域的人工鱼不同的游动目标,设计行为算子自适应地执行 4 种人工鱼行为。数值实验结果表明,提出的算法可以有效利用非可行个体,具有较好的求解时延约束最小代价 多播树的性能。-An artificial fish swarm algorithm with two regions model was proposed. The algor ithm us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:840697
    • 提供者:yeyewa
  1. Othello

    0下载:
  2. 经典的黑白棋游戏,其中设计并实现了多种黑白棋的人工智能算法,其中使用了BP神经网、决策树、优化启发搜索剪枝等算法。并实现了多种算法对战平台,进行算法间的对弈和比分统计,以供进一步研究黑白棋算法。其中,该系统中的高智能算法已经在同类黑白棋软件的棋力中占上游水平。-Classic black and white chess game, in which artificial intelligence algorithm of many kinds of Othello was proposed an
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-25
    • 文件大小:5279067
    • 提供者:舒愈
  1. SSE

    0下载:
  2. SSE === small search engine implement ----2013.01.17---- 补充第一份说明,这个项目是三四个月前写的基于Lucene.Net的一个小型通用搜索引擎, 稍迟会补上Demo, 当时的目标是一个通用的索引跟检索架构。 索引方面: 每增加一种需要索引的文档类型,都只需要新建一个类,在类的各个字段上标注上索引信息(如是否需要存储,是否需要分词等)然后又数据源提供实体信息给索引器即可自动索引。
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1437997
    • 提供者:czx
  1. Dijkstra

    0下载:
  2. This algorithm optimizes the search in tree.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:4817920
    • 提供者:Felipe
  1. binarytree

    0下载:
  2. 二叉树的初始化,节点搜索,删除,插入,递归遍历,堆栈遍历-Initialization, node of a binary tree search, delete, insert, recursive traversal stack traversal
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:4452
    • 提供者:霍愚石
  1. fileacc

    0下载:
  2. 扫描指定的目录,列出目录树下所有的文件(包括隐藏文件),根据指定的访问日期分别记录(早于该日期和晚于该日期)到两个文本文件。用于搜索文件系统中被用到的文件。-Scan the specified directory, listed in the directory tree all files (including hidden files) were recorded (according to the specified access date earlier than the date a
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:1451
    • 提供者:耿程新
  1. KDTree-SRC

    0下载:
  2. KD树,用于范围搜索。大家都懂啦,不用多说了-KD tree for range search
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:53977
    • 提供者:Excalibur
  1. src

    0下载:
  2. 简单的数据结构中 二叉树 搜索二叉树的应用-Simple data structure in the binary search binary tree applications
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2811
    • 提供者:
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  1. btree

    0下载:
  2. 实现二叉树的一些基本操作,如查找、删除等-Achieve binary tree some basic operations, such as search, delete, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:12594
    • 提供者:潘思敏
  1. searchfiles

    0下载:
  2. A component that allows you to search a tree recovering files that contain a certain string. It is possible to search multi-style masks (*. Jpg, *. Bmp, ...)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-05
    • 文件大小:4355
    • 提供者:ta
  1. SuffixTree

    0下载:
  2. 后缀树,在字符串查找过程中有重要用途,算法复杂度为O(m)-Suffix tree, string search process has an important purpose, the complexity of the algorithm is O (m)
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:522824
    • 提供者:dreamboy
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com