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

搜索资源列表

  1. C

    0下载:
  2. 用基数排序算法思想为整数链表编写一个排序函数-With the idea of radix sort algorithm to write a sort function, an integer list
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:6879
    • 提供者:零星
  1. SPIHT

    0下载:
  2. 通过调整小波系数的排序过程,用一维数组代替原有的链表结构,改变小波系数的重要性判断依据等措施对原有的SPIHT算法进行改进。-By adjusting the wavelet coefficients of the sorting process, using one-dimensional array instead of the original list structure, the importance of changing the wavelet coefficients and o
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:355997
    • 提供者:ll
  1. pinghengerchashu

    1下载:
  2. 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:450406
    • 提供者:肖胜鹏
  1. Llist.tar

    0下载:
  2. 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2191
    • 提供者:steven
  1. Joseph

    0下载:
  2. 使用链表实现Joseph算法,即环形排序问题-Joseph Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1081061
    • 提供者:Alice
  1. LinkListTest

    0下载:
  2. 简单的单链表,增强版单链表,排序链表(从小到大)以及双端链表的头插法和尾插法。-LinkedList
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1361
    • 提供者:刘岚
  1. work

    0下载:
  2. 设计一个学生档案管理程序。该程序应该具有下列功能: (1)通过键盘输入某位学生的相关信息。包括学号、姓名、性别、年龄、出生年月、电话、E-mail、籍贯等; (2)浏览学生信息; (3)根据学号修改、删除学生信息; (4)能按学号、姓名、年龄等关键字排序; (5)统计学生年龄的平均值及各年龄段人数; (6)用链表实现,原始数据输入和结果输出使用文件存放。 -Design of a student' s records management procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2095
    • 提供者:farman
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. temp

    0下载:
  2. 关于二叉树排序及线性链表的实现及各种操作,仅是面试的一个资料-On the binary sort tree and linear list implementation and all kinds of operations, is only an information interview
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2720
    • 提供者:Danny
  1. jisuanjiruanjianjichu

    0下载:
  2. 一些基础功能 如二叉树,希尔排序,静态链表,开辟空间-There are some easy program in the package,i hope that they can help other people.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:769344
    • 提供者:王叶
  1. TTU

    4下载:
  2. 《数据结构》课程设计 建立并显示出有向图的邻接链表; 对该图进行拓扑排序,显示拓扑排序的结果,并随时显示入度域的变化情况; 给出它的关键路径(要求:显示出VE,VL,E,L,L-E的结果)。-" Data Structure" Course Design has established and demonstrated to the adjacency list the topological sort graph shows the results of top
  3. 所属分类:Data structs

    • 发布日期:2015-09-05
    • 文件大小:2101121
    • 提供者:S
  1. mergesort

    0下载:
  2. 设有n个待排序元素存放在单链表中,每个链表结点只存放一个元素,头指针为r,试设计算法对其进行二路归并排序,要求不移动结点中的元素,只修改各链结点中的指针,排序后r仍指向结果链表的第一个结点。-With n-elements to be stored in a single list sorted, each linked list node store only one element, the first pointer to r, test their design algorithm fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1161
    • 提供者:林小芬
  1. list

    0下载:
  2. 数据据结构问题,建立双链表并双链表正排序。 -According to the data structure, two lists are sorted.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:656
    • 提供者:piglet
  1. listtest

    0下载:
  2. 双向链表 实现查找 删除 排序等功能-Remove Two-way linked list ranking functions Lookup
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5032
    • 提供者:卡卡
  1. worksort.tar

    0下载:
  2. 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8591
    • 提供者:zhangzhao
  1. LinkListpaixu

    0下载:
  2. 实现链表的建立、删除、插入、排序等功能,数据结构课程设计。-To achieve the establishment of the list, delete, insert, sort functions, data structures, curriculum design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1105
    • 提供者:崔杰
  1. zhangyu

    0下载:
  2. 该程序是一个简单的职工管理系统;用C++语言编写的;由链表实现其具有的功能:具有查找、删除、插入、排序等功能。本程序有许多不足甚至错误之处;诚请各位多多指教:谢谢!!QQ:718290025-The program is a simple employee management system use written in C++ from the list has to achieve its function: have to find, delete, insert, sort, and
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-31
    • 文件大小:1995
    • 提供者:小鱼
  1. cal11

    0下载:
  2. 一个关于链表的查找,添加,删除,排序的程序。-Find one on the list, add, delete, sort of program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:175393
    • 提供者:xingyuan
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195065
    • 提供者:汪柏胜
  1. stu_man_sys

    0下载:
  2. 该学生档案管理系统是运用链表的结构建立的,能够创建和销毁档案库,以学号查询、插入或删除某个学生,也可按学号进行排序,功能齐全,自己开发,VC6.0上已编译通过并进行相关测试,希望能给大家带来帮助并请斧正!-The student records management system is established using the structure of the list, to create and destroy the archives to student number query, i
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:252476
    • 提供者:谢元虎
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 28 »
搜珍网 www.dssz.com