Description: The linear table chain store (doubly linked list) insert, delete operations
1, the preview request: Linear table insert, delete the related concepts and operations, completion of the linear table elements
Insert, delete.
2, the purpose of the experiment:
(1) to understand the linear table insert, delete the related concepts
(2) understanding of the linear table insert, delete, processes and structures defined
(3) to grasp the changes in the process of algorithm into a program.
3, experimental content and requirements:
(1) "a more complete example of the program- order form" procedural framework within the framework of
(2) doubly linked list structure is:
typedef struct
{
int num /Student ID
char name [10] /Name
} Student
Were established to contain three to five data elements in the chain store linear table
(3) to achieve functional
a) Construct an empty table directly from the keyboard to input data elements
b)
To Search:
File list (Check if you may need any files):
417-01.ncb
417-01.opt
417-01.plg
Debug\417-01.exe
.....\417-01.ilk
.....\417-01.obj
.....\417-01.pch
.....\417-01.pdb
.....\vc60.idb
.....\vc60.pdb
417-01.cpp
417-01.dsp
417-01.dsw
Debug