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
上傳用戶:上善若水