CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - splay

搜索资源列表

  1. splayTree

    0下载:
  2. 主要是avl,splay和binary树的insert,delete程序,主要是avl,splay.binary树的-mainly AVL, SED and the binary tree insert, delete procedures, mainly AVL, splay.binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3837
    • 提供者:往常
  1. SPLAY

    0下载:
  2. The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees. This program compresses and decompresses files, and does a pretty good job of it. Contents: SPLAY.PAS Or
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4670
    • 提供者:王子秋
  1. shujuchouxiang

    0下载:
  2. 数据抽象(使用类和对象设计回应程序) 实验内容描述: 1. 测试程序 假设类名为Welcome,测试程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() } -data ab
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39258
    • 提供者:jason
  1. LDSToolkit1.1

    0下载:
  2. Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, s
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:96717
    • 提供者:jason..
  1. Splay

    0下载:
  2. 伸展树 都知道如果使用二叉查找树树平衡度不好则会降低查询效率,所以我们要维护二叉树的平衡性,即TreapTree 、SplayTree 、AVL、红黑等,本文介绍伸展树的平衡原理和核心代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:189132
    • 提供者:sql
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. TreeAlg

    0下载:
  2. c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:14573
    • 提供者:rendyqi
  1. trees

    0下载:
  2. 数据结构基础( C): splay 树; BS 树; AVL 树-Datastructure in C: splay tree; BS tree; AVL tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6425
    • 提供者:王冉
  1. rbtree

    0下载:
  2. 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8215
    • 提供者:kark
  1. advp1G04

    0下载:
  2. 数据结构(C)实现AVL TREE SPLAY TREE BINARY TREE 以及时间复杂度的分析(见文档)-analysis of AVL tree SPLAY tree and BINARY tree.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:129489
    • 提供者:巫刚
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. NOI2005sequence

    0下载:
  2. splay实现维护序列区间翻转和最大子段和-splay sequence to achieve the maintenance interval and the largest sub-segment and flip
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4643
    • 提供者:LJJ
  1. Splay

    0下载:
  2. Splay Tree,伸展树,一种实现简单的平衡二叉树,增删改查的时间复杂度均为O(logN)-Splay Tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:652859
    • 提供者:liuyulei
  1. binary_tree

    0下载:
  2. 根据Kurse版数据结构书改成的电子版课件。此章包括二叉树的概念,结构,遍历,线索二叉树,二叉搜索树,平衡二叉树,splay树-According to the data structure Kurse version of the book into electronic version of the courseware. This chapter includes the concept of binary tree structure, traversal, threaded binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:579633
    • 提供者:黄蔼婧
  1. splay-tree

    0下载:
  2. Splay tree in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2475
    • 提供者:ramya
  1. splay

    0下载:
  2. 强大的数据结构--splay。splay是一种简洁易写的平衡树。splay在ACM竞赛中用重要的应用。-Powerful data structure- splay. splay is a simple and easy to write a balanced tree. splay ACM contest with important applications.
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:8414
    • 提供者:star
  1. Splay

    0下载:
  2. splay tree,动态平衡树的一种,应用比较灵活-splay tree, the dynamic balance of a tree, the application is more flexible
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:1550
    • 提供者:可可
  1. Splay-for-number-list

    0下载:
  2. 伸展树Splay在数列处理问题上的应用的教程与源代码,含有pas和cpp。-A director of Splay tree for the usage to solve the problem with number list
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:274290
    • 提供者:chen andy
  1. Splay

    0下载:
  2. splay代码,各种splay的题目,和各种题目的来源以及题目的代码-Source splay code, various splay of topics, and a variety of topics and subject code
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:70630
    • 提供者:tlwlmy
  1. splay

    0下载:
  2. progrm for splay tree in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:893
    • 提供者:Zeeshan
« 12 »
搜珍网 www.dssz.com