CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 链表

搜索资源列表

  1. c

    0下载:
  2. 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:16217
    • 提供者:yin
  1. double-line

    0下载:
  2. 双向链表的编写方法   循环链表是与单链表一样,是一种链式的存储结构,所不同的是,循环链表的最后一个结点的指针是指向该循环链表的第一个结点或者表头结点,从而构成一个环形的链。-Doubly linked circular list is a compilation of the single list, is a chain of storage structure, the difference is the last circular list node pointer is point
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1951
    • 提供者:祁其
  1. flight-query--system

    0下载:
  2. 可以对航班进行预订、查询、退订、按余票查询、删除,运用链表队列等数据结构-Can make reservations for flights, query, unsubscribe, I vote according to query, delete, queue, linked list data structures such as the use of
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:378940
    • 提供者:祝子豪
  1. booklist

    0下载:
  2. 1、功能说明: (1)列出所有图书 (2)查询指定图书 a 按图书编号查询 b 按图书名查询 (3)添加记录 (4)删除记录 (5)清空图书列表 (6)保存修改 2、解决方案:使用链表来实现对图书信息的添加、删除、查询、修改等操作;使用文件来保存数据,下次运行时可以从文件中自动读取数据。 -1, function: (1) lists all books (2) query number specified books a query by book
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:7714
    • 提供者:韩仲良
  1. Student-Scholarship-System

    0下载:
  2. 学生奖学金评定系统 输入部分,要求用户能从屏幕上格式化输入所要求的数据项,例如添加信息的时候输入学生的基本信息:学号、姓名、性别、分数,本程序为方便调试可随机生成100个同学的信息并写入到当前目录中的stuinfo.txt文件中。 程序通过对stuinfo.txt文件的读取,得到大量学生的信息,通过使用插入排序方法,按照分数的高低进行降序排列,得到有序单链表。 然后通过对链表的操作进行学生信息的添加、查询、删除,在此过程中可随时对链表内修改过的信息进行保存。-Student S
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:131221
    • 提供者:陈庆
  1. District-census-register-management

    0下载:
  2. 小区户籍管理系统 系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面,枚举量用枚举类型表示。至少实现数据记录的增加、修改、删除、查询及相应结果的显示,查询应能按不同数据项进行-District census register management
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:401029
    • 提供者:李成
  1. 1

    0下载:
  2. 单向链表程序培养学生C++的处理能力已经函数的应用能力-Singly linked list program
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:2945
    • 提供者:粱杰
  1. CPPteacher-management

    0下载:
  2. )C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能-Design topic of) C++ course teachers information management system, using a linked list defined a TeacherList class, a simple insert, find, delete and other functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:146927
    • 提供者:123
  1. MALLOc

    0下载:
  2. Malloc 的实现方法,单向链表法,实现malloc和free的功能-Malloc implementations, singly linked list method, the function of malloc and free
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:11647
    • 提供者:dayong
  1. 1

    0下载:
  2. 大数四则运算,双链表方式实现大数的加减乘除四则运算-Large numbers of four operations, doubly linked list to large numbers addition and subtraction, multiplication and division four operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:3580
    • 提供者:Leung Si Kee
  1. 123

    0下载:
  2. 用链表实现的大数阶乘,此程序可以计算出很大的数的阶乘而不出现崩溃现象-Linked list to implement the factorial of large numbers, this program can calculate the factorial of a large number of not collapse phenomenon
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2389446
    • 提供者:辛亚超
  1. linklist

    0下载:
  2. 介绍一些初学者学链表的基本操作,包括创建,插入,删除,排序以及销毁-Some beginners learn the basic operation of the linked list, including create, insert, delete, sort, and the destruction of
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1842
    • 提供者:宫兴伟
  1. cPP_list

    0下载:
  2. 该文档详细的说明了链表的使用方法,并给出了实际例子,很有用-This document explains in detail the use of linked lists, and gives practical examples and useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:7693
    • 提供者:高艳高艳
  1. list.zar

    0下载:
  2. 链表 用C++编写的一个链表的用例 希望大家喜欢-Linked list with C++ written a linked list of use cases I hope you like it
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4530
    • 提供者:zhongyuem
  1. LinkNode

    0下载:
  2. 这个是C++编译的单链表,其中包括多种链表操作,是很好的学习资料。-This is a C++ compiler single linked list, which includes a variety of linked list operations, is a good learning materials.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:244967
    • 提供者:neo
  1. Data-structure-(C-language-version)

    0下载:
  2. 详细介绍数据结构相关知识点,包括链表、树、图等,是C语言版本。-Detailed data structure knowledge points, including linked lists, trees, graphs, etc., is a C-language version.
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:27295744
    • 提供者:lu
  1. suanfa

    0下载:
  2. 数据库编程中,各种排序,插入,删除,链表,图的算法实现,及对原来算法的改进算法,希望对你有用-Database programming, various sorting, insert, delete, linked list, graph algorithm and the original algorithm, the improved algorithm, in the hope that useful to you
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:9601
    • 提供者:hu
  1. queue

    0下载:
  2. 1.利用数组实现优先队列; 2.利用链表实现优先队列; (注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先)) -Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:72128
    • 提供者:丹枫晓晓
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. CdRentalSystem(trainrules)

    0下载:
  2. 这是一个影碟租赁系统的代码(采用链表实现) 是广大C语言初学者一个不错的参考资料。-This is a video rental system code (implemented using a linked list) is a good majority of the C language for beginners reference.
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:303002
    • 提供者:dhg
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com