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

搜索资源列表

  1. AsaiSXBBS_v4.0

    0下载:
  2. 01、独立完整的论坛体系,具备发帖、回帖、置顶、精华、经验帖、会员帖等常用论坛的所有功能; 02、独立完整的会员体系,与论坛体系分离,可删除、替换其他会员系统,并能无缝对接各种大中型网站的会员系统; 03、优化各大搜索引擎的收录,全站默认全伪静态(后缀名.html)访问; 04、全新原创的树形论坛架构理念,速度更快、外形更加美观,帖子之间的关系一目了然; 05、集成管理员功能,提供编辑、删除、一键清理过期帖子,删除帖子树等多种高级功能;-01, independent and c
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:312916
    • 提供者:刘灏桢
  1. 7287phpguest

    0下载:
  2. 文本存储数据,系统登录采用了Cookie管理,网页的显示采用模板化管理,多用户留言管理系统,真实 IP 提取,使用代理也逃不出手心 :) 但这个功能对一些代理服务器没用,悄悄话功能(只有版主才可以看到),oicq 在线是否显示,可以设定注册是否开启,增加全文搜索功能,可以使用关键字对数据库全文进行搜索,加入了图片自动缩进,对齐功能,自动URL分析 加入了类论坛树型显示-Text data storage, system login using the Cookie Manager, disp
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:171526
    • 提供者:常青
  1. TraverTrain

    0下载:
  2. 折半查找快速排序、二叉排序树、堆排序检索策略在列车信息检索中的应用-Quicksort binary search, binary tree sort, heap sort search strategy used in train Information Retri
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:30287
    • 提供者:汤义恺
  1. lab4

    0下载:
  2. Given a random initial node with 8 numbers 1 to 8 and then use the tree search algorithm to find if there is the goal node or not after moving them. -Given a random initial node with 8 numbers 1 to 8 and then use the tree search algorithm to find if
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:123
  1. login

    0下载:
  2. 将所有用户名放入二叉树中,完成显示以及便捷的修改密码功能,能快速的进行搜索-All user names into a binary tree, complete the display and convenient change password function, can quickly search
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:11898
    • 提供者:Ariel
  1. linklist

    1下载:
  2. c语言的基本结构:栈,链表,二叉树;基本操作:排序,查找,表达式求值-The basic structure of c language: stacks, linked lists, binary tree basic operations: sort, search, expression uation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-01
    • 文件大小:1114112
    • 提供者:任浩凯
  1. WSJTM_demo_dist

    0下载:
  2. Anomaly detection using fast search algo and kmeans tr-Anomaly detection using fast search algo and kmeans tree
  3. 所属分类:Compiler program

  1. sousuosuanfa

    0下载:
  2. 搜索算法. 实现基于树的基本搜索算法(BFS)的哈密顿环. 实现基于树的基本搜索算法(DFS)的哈密顿环. 实现基于爬山法的的哈密顿环. 利用分支界限算法实现最小哈密顿环. -Search algorithm. To achieve the basic algorithm tree search (BFS) Hamiltonian ring. Implement basic search algorithm (DFS) based on tree ring Hamil
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3189
    • 提供者:大酱
  1. findKN

    0下载:
  2. 在数据挖掘、人工智能等领域中,都常用到KD树来进行K近邻查找。本程序是自己用C++实现的一个KD树来进行的K近邻查找程序,包含建树和查找。文件中附有测试文件。-In data mining, artificial intelligence and other areas, it is commonly used to KD tree to find K nearest neighbor. This procedure is K neighbor Finder C++ they used to a
  3. 所属分类:Data Mining

    • 发布日期:2017-05-22
    • 文件大小:6462575
    • 提供者:风之痕lch
  1. Studymeterialsfordatastructure

    0下载:
  2. 数据结构课件([数据结构(C语言版)].严蔚敏.吴伟民.课件.第04章-串,第05章-数组和广义表,第06章-树和二叉树,第07章-图,第08章-动态存储管理,第09章-查找)-Study meterials for data structure (C language version). Weimin Yan&Weimin Wu . Including: Chapter 04- strings Chapter 05- arrays and generalized list
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3136703
    • 提供者:Sylvie
  1. 8

    1下载:
  2. 家谱管理系统。基本是多叉树孩子表存储法的遍历、删除、查找、更新等基本算法。-Genealogy management system. Substantially more tree traversal child table storage method, delete, search, update the basic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:587722
    • 提供者:LiNianjie
  1. BTree

    0下载:
  2. 二叉树的各种操作,功能有:树的建立、删除; 先序、后序、中序、层次遍历; 节点的查找,节点的插入; 兄弟的查找,父节点的查找; 计算树的深度、叶子数、节点数; 树的拷贝; 判断两个树是否相等; 判断是否是满树、完全树;-Binary tree of various operations, functions: the establishment of the tree, delete the first sequence,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3191
    • 提供者:anteng
  1. kdtree_search

    0下载:
  2. PCL官方文档中所带的kd树搜索的相关算法-PCL official documents related algorithms brought kd tree search
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:ee1
  1. DS_EX4

    0下载:
  2. 分别基于线性表、二叉排序树或哈希表不同的检索策略,实现一个列车信息检索系统(列车信息保存在train.txt中),能根据输入的“车次”检索出对应的列车详细信息,并计算不同检索策略的平均查找长度ASL。-Respectively, based on the linear table, binary sort tree or hash table different search strategies to achieve a train Information Retri System (tra
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:21711
    • 提供者:peter
  1. spatialindex-JAVA

    1下载:
  2. JAVA实现的R树,提供高效的低维空间搜索性能-Java implemented R-tree,whose performance on low dimension spatial search is quite high
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:64892
    • 提供者:林晓坤
  1. beautifulsoup4-4.0.0b3.tar

    0下载:
  2. Beautiful Soup提供一些简单的、python式的函数用来处理导航、搜索、修改分析树等功能。-Beautiful Soup offers some simple, python-like functions to handle navigation, search, modify the parse tree and so on.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:45243
    • 提供者:梁云
  1. 64832694Trie

    0下载:
  2. trie树的代码,实现字典树的安装和查找-Trie tree code to achieve the installation and search dictionary tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:324461
    • 提供者:余婷
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1246987
    • 提供者:刘楠
  1. Minimax_niujiaoqi

    0下载:
  2. 利用极小极大算法实现简单的零和博弈;利用递归算法实现博弈树搜索的方法,并解决牛角棋问题。-Using minimal algorithm to achieve a simple zero-sum game the use of recursive algorithm to achieve the game tree search method, and solve the horns chess problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:856519
    • 提供者:qjq
  1. medrankDB

    0下载:
  2. 基于mnist数据库,对其用C++实现b+树索引和medrank搜索。data需要到mnist网站下下载-Based mnist , search for them using C++ achieve b+ tree indexes and medrank. data need to download website under mnist
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:892757
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com