文件名称:Array-made-of-double-linked-lists
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-01-03
- 文件大小:
- 1.79mb
- 下载次数:
- 0次
- 提 供 者:
- sun***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
the first file (Array made of double linked lists):
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
-the first file (Array made of double linked lists):
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
-the first file (Array made of double linked lists):
you have 2 arrays one of them is called (head) the other one is (tail), and each row is a double linked list, the user is asked to define the dimension of these arrays at fist, then he can do some operation like:
add an element to a defined row and colomn, delete an element a defined row and colomn, search for an element in a defined row, delete all element a defined row, add a bunch of elements to a new row.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Array made of double linked lists\Debug\FirstQuestion.exe
.................................\.....\FirstQuestion.ilk
.................................\.....\FirstQuestion.pdb
.................................\FirstQuestion\Debug\DoubleLinkedList.obj
.................................\.............\.....\FirstQuestion.log
.................................\.............\.....\..............tlog\CL.read.1.tlog
.................................\.............\.....\..................\CL.write.1.tlog
.................................\.............\.....\..................\FirstQuestion.lastbuildstate
.................................\.............\.....\..................\link.read.1.tlog
.................................\.............\.....\..................\link.write.1.tlog
.................................\.............\.....\Item.obj
.................................\.............\.....\main.obj
.................................\.............\.....\vc120.idb
.................................\.............\.....\vc120.pdb
.................................\.............\DoubleLinkedList.cpp
.................................\.............\DoubleLinkedList.h
.................................\.............\FirstQuestion.vcxproj
.................................\.............\FirstQuestion.vcxproj.filters
.................................\.............\Item.cpp
.................................\.............\Item.h
.................................\.............\main.cpp
.................................\FirstQuestion.sdf
.................................\FirstQuestion.sln
.................................\FirstQuestion.v12.suo
.................................\.............\Debug\FirstQuestion.tlog
.................................\.............\Debug
.................................\Debug
.................................\FirstQuestion
Array made of double linked lists