Complete video store application in C++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
标签: store application Complete linked
上传时间: 2014-06-20
上传用户:zhoujunzhen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science so it s intended mainly for students who want to know about some advanced programming techniques in C. The Code was compiled with MSVC++ 6.0 but it should compile with any ANSI-compliant compiler.
标签: double-linked list Addressbook implemen
上传时间: 2014-01-24
上传用户:asddsd
FLEXLIST Functions Facilitate Support of linked Lists
标签: Facilitate Functions FLEXLIST Support
上传时间: 2013-12-24
上传用户:253189838
一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc.
标签: matrix technology template linked
上传时间: 2013-12-13
上传用户:lwwhust
linked LIST OF JAVA, use abstrct classes, hope some data structure can been learn better
标签: structure abstrct classes linked
上传时间: 2013-12-09
上传用户:zxc23456789
1、链接存储方法 链接方式存储的线性表简称为链表(linked List)。 链表的具体存储表示为: ① 用一组任意的存储单元来存放线性表的结点(这组存储单元既可以是连续的,也可以是不连续的) ② 链表中结点的逻辑次序和物理次序不一定相同。为了能正确表示结点间的逻辑关系,在存储每个结点值的同时,还必须存储指示其后继结点的地址(或位置)信息(称为指针(pointer)或链(link)) 注意: 链式存储是最常用的存储方式之一,它不仅可用来表示线性表,而且可用来表示各种非线性的数据结构。
上传时间: 2015-10-05
上传用户:Avoid98
Template functions for serializing arbitrary linked nodes. 串行化连接节点的模板函数(源码)(25KB)
标签: serializing functions arbitrary Template
上传时间: 2015-10-20
上传用户:虫虫虫虫虫虫
linked list linked list tree struc
上传时间: 2014-01-16
上传用户:gmh1314
It is an ebook about data structures,mainly linked list
标签: structures mainly linked about
上传时间: 2014-01-26
上传用户:恋天使569
It consists of problems related to linked list
标签: consists problems related linked
上传时间: 2017-03-27
上传用户:上善若水