搜索资源列表
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list
Chain模板的定义
- 链表模板类的定义及使用-Chain template class definition and use
10.3
- 实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板
Queue
- C++队列操作程序,链表 模板制作,对于理解链表有帮助-C++ queue operating procedures, list templates, and helpful for understanding the list
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
Link
- C++实现的一个链表模板类. 单向链表-C++ Achieve a linked list template class. A one-way linked list
T_List
- 单向链表模板程序,可以在VC++下直接编译执行-TList
list-and-Queue-template
- 自己封装的队列和链表模板类,使用方便!使用VC++开发工具.-Package their own queue and linked list template class, easy to use! Using VC++ development tools.
lianbiao
- 适合初学者的用VC++编写的链表模板源码-Suitable for beginners to use VC++ to prepare the list template source
TestLinkList
- 经典单链表,双链表模板代码 带测试代码,放心使用-Classic single-linked list, double-linked list template code with test code, ease of use
Linklist
- 数据结构课程,链表模板 最终版 头文件 LinkList.H-Data structure course, the final version of the template header file list LinkList.H
VC_Programming_classic_template_code_list
- VC Programming classic template code listVC编程开发链表模板经典代码 -VC Programming classic template code list
Lysc
- 一个十分简洁的链表模板,非常具有参考价值-List a very simple template, very valuable
PhoneBooks
- VC++6.0使用list实现简单的电话簿功能(增加,删除,检索。统计,清空),涉及到list链表模板类的使用,输入输出的格式化,及命令格式的结构编程等知识-VC++6.0 achieve a simple phonebook using list functions (add, delete, retrieve statistical, empty), involves the use of a template class list list, formatted input and out
binary_tree
- 一个二叉树的模板,并包括需要在二叉树中使用的链表模板和队列模板-A Template for binary tree,include the Template of node and queue who is needed.
DSA_CPP
- 使用C++实现向量,链表,二叉树类,对应有相应的测试(Using C++ implementation vector, linked list, two fork tree class, corresponding to the corresponding test)
List
- 顺序表及链表模板,main函数中可同时使用两种顺序表(A template for array list and linked list)
第12章03日期类应用_日期链表_DateLink
- 一个单向类模板的综合应用,实现日期类的功能(The integrated application of one-way class templates can realize the perpetual calendar class)
linkedlist
- 这是一个比较基础的链表模板设计,涵盖了大部分通用的链表操作(This is a more basic chain table template design that covers most of the common linked list operations)
student_management_system
- 基于自写双向循环链表的学生管理系统。 其中链表是模板类,有丰富的功能。 指令1: 添加若干位学生(学号 成绩),以0结束。 指令2: 删除第1位指定学号的学生。 指令3: 删除所有指定成绩的学生。 指令4: 显示第1位指定学号的学生的成绩。 指令5: 显示所有指定成绩的学生的学号。 指令6: 显示所有学生信息。 指令-1: 退出。 如果你是因为作业搜索到本代码,学长真心建议你更改一下List部分的代码。小心助教发现。(Student mana