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

搜索资源列表

  1. Heap-sort

    0下载:
  2. 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the array elements quickly locate t
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:780
    • 提供者:mfeng
  1. chazhaoshiyan

    0下载:
  2. 数据结构 数据查找实验 其中包括顺序查找 折半查找 索引顺序表函数 二叉排序树构造函数 二叉排序树查找函数 二叉排序树插入函数 -Experimental data to find data structure, including binary search index in order to find the order of the table function constructor binary sort tree to find the function b
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:234147
    • 提供者:飞舞
  1. English-book-management-system

    0下载:
  2. 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: (1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 (2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(4阶树)对书号建立索引,以获得高效率。 (3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。 -Western language
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:242983
    • 提供者:panbowen
  1. heap_sort

    0下载:
  2. 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素-Stacking order (Heapsort) refers to the use of stacked tree (heap) the design of such a data structure sorting algorithm can take advantage of the characteristics of the array element inde
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1081
    • 提供者:patric
  1. BTREE2

    0下载:
  2. B树,包括建立,查找,添加,删除等操作,支持外存索引-B tree,include insert , search, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8375
    • 提供者:niujia
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. BplusT

    0下载:
  2. 实现B+ 树的查找、插入和删除的功能,自动建立B+树,并可以对属性进行索引-Implement the B+ tree search, insert and delete functions, automatically create B+ trees, and can be indexed on the properties
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:15703
    • 提供者:may
  1. CIndexManager

    0下载:
  2. 数据库系统中使用的B+树索引,可以插入、删除键值,支持等值查找和范围查找。minisql中的index manager模块-Database system used in the B+ tree index, you can insert, delete the key, find support and range of equivalents to find. Index manager module in minisql.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:7242
    • 提供者:郭方舟
  1. sort

    0下载:
  2. 堆排序算法。堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。-heapsort is goog algrithm for sort some numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:563
    • 提供者:lj
  1. Copy-Detection

    0下载:
  2. 使用下采样帧构成的列向量的PCA系数作为每帧特征(原则上,也可以使用其他类型的关键帧特征),多帧特征构成特征矢量,以高斯概率模型的后验概率衡量相似性、并建立k维树结构的索引进行搜索,文中对噪声、模糊、再压缩、加Logo,及其这些变换的两两组合进行了实验(丢帧很少时也可以),速度很快,适合于大规模因特网视频的搜索。-Use sampling frame column vector of the PCA coefficients as each frame features (in principl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:527604
    • 提供者:吴思远
  1. DB_ii_Final

    0下载:
  2. 基于二进制文件的B+数索引和倒排文件,其中B+树的删除利用插入实现-Achieve based on the number of binaries B index and the inverted file, including the deletion of the B-tree by inserting
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:281218
    • 提供者:eros
  1. newExplorer

    0下载:
  2. 内容索引:JAVA源码,系统相关,资源管理器,MVC   Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能!   查找、删除含有子目录的文件夹和重命名功能实现类是FileViewImpl.java,不过功能没有真正实现,有兴趣的朋友可以继续完善。-Content index: Java source code, system-related, resour
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:87359
    • 提供者:王维
  1. java-Rtree

    0下载:
  2. 一个java实现的R树,R树在存储空间数据方面用处很大,特别是区域性的按空间划分的数据.这种结构用在数据库处理多维数据极为方便,oracle索引多维数据就是用的这种-A java implementation of the R-tree, R-tree in the storage space for data proved very useful, especially the regional space is divided into data for this structure in
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:97929
    • 提供者:黄鹏
  1. student

    0下载:
  2. 建立一个简单的学生信息管理系统,该系统为注册学生保存基本信息、选课信息以及课程成绩。系统要方便基本信息、选课信息、成绩的增加、删除、修改及查询。为实现快速查询,要求对基本信息、选课信息和成绩建立相应的索引,学生成绩采用平衡二叉树建索引,对学生姓名采用Hash建立索引,对学号实现折半查找。-Create a simple student information management system, which save the basic information for registe
  3. 所属分类:Education soft system

    • 发布日期:2017-05-17
    • 文件大小:4393426
    • 提供者:key
  1. C-code

    0下载:
  2. 带有注释的B树的源代码 C语言 能够进行索引-B-tree source code in C can be indexed
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:20297
    • 提供者:张宇翔
  1. ANN_1.1.2(Newest-Vision-2010-1-27)-

    1下载:
  2. ANN是一个构造数据索引结果的程序,可以实现最近邻、KD树等功能。ANN is designed for data sets that are small enough that the search structure can be stored in main memory (in contrast to approaches from databases that assume that the data resides in secondary storage). Points ar
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-09
    • 文件大小:999424
    • 提供者:fhqu
  1. AQuadTree_srcb

    0下载:
  2. 国外比较好的一个四叉树源码,对研研究空间索引的同学有帮助可直接使用。 -Foreign good a quadtree source code, help can be used directly for research students to study the spatial index.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:19531
    • 提供者:粘附
  1. CmnCtrl

    0下载:
  2. 内容索引:VC/C++源码,界面编程,树控,树形菜单   用VC编写的程序,用以调整树形菜单控件的节点颜色、背景颜色等,比较有意思的程序,除了这些功能外,还有很多说不上来的功能,点击窗体上边的选项卡,每一个里面都有不少的操作,值得大家学习。 -Content index: VC/C++ source, interface programming, tree control, tree menu prepared by VC program, to adjust the nodes of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:73064
    • 提供者:alic
  1. Tree

    0下载:
  2. 内容索引:VC/C++源码,界面编程,树形菜单   TreeCtrl、ListCtrl 树形控件VC示例源程序,用它制作出简洁型的树形控件,类似Windows资源管理器的左侧菜单,树菜单在WEB编程以及Winform编程中都使用频率较高,因此对广大编程朋友来说有必要掌握这项常用技术。 -Content Indexing: VC/C++ source, interface programming, tree menu TreeCtrl, ListCtrl tree control VC s
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:43438
    • 提供者:alic
  1. The-programming-collective-wisdom

    0下载:
  2. 《集体智慧编程》(programming collective intelligence building smart web 2.0 applications)以机器学习与计算统计为主题背景,专门讲述如何挖掘和分析web上的数据和资源,如何分析用户体验、市场营销、个人品味等诸多信息,并得出有用的结论,通过复杂的算法来从web网站获取、收集并分析用户的数据和反馈信息,以便创造新的用户价值和商业价值。全书内容翔实,包括协作过滤技术(实现关联产品推荐功能)、集群数据分析(在大规模数据集中发掘相似的数
  3. 所属分类:Other systems

    • 发布日期:2017-06-19
    • 文件大小:28408832
    • 提供者:chenlei
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com