实验一终稿

所属分类:数据结构
开发工具:C/C++
文件大小:8666KB
下载次数:0
上传日期:2021-04-11 00:06:03
上 传 者人间逐月
说明:  根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性 表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序(静态链表不要求该项) 3、 删除 4、 查找 5、 获取链表长度 6、 销毁 7、 其他:可自行定义 编写测试 main()函数测试线性表的正确性。
(According to the definition of abstract data type of linear table, choose one of the following chain structure to realize linear table and complete linear table The basic functions of the table. Linear table storage structure (one out of five) 1. Single linked list with leading node 2. Single linked list without leading node 3. Circular linked list 4. Double linked list 5. Static linked list The basic functions of linear table are as follows 1. Construction: use two methods of head insertion and tail insertion 2. Insert: the linked list should be ordered from small to large according to keywords (static linked list does not require this item) 3. Delete 4. Find 5. Get the length of the linked list 6. Destruction 7. Others: self defined Write test main() function to test the correctness of linear table.)

文件列表:
实验一终稿\.vs\实验一终稿\v16\.suo (27648, 2021-04-10)
实验一终稿\.vs\实验一终稿\v16\Browse.VC.db (16146432, 2021-04-10)
实验一终稿\.vs\实验一终稿\v16\ipch\AutoPCH\1f20e089c905436a\线性表终稿.ipch (35848192, 2021-04-10)
实验一终稿\Debug\实验一终稿.exe (56832, 2021-04-07)
实验一终稿\Debug\实验一终稿.ilk (664664, 2021-04-07)
实验一终稿\Debug\实验一终稿.pdb (708608, 2021-04-07)
实验一终稿\实验一终稿\Debug\vc142.idb (158720, 2021-04-07)
实验一终稿\实验一终稿\Debug\vc142.pdb (421888, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.exe.recipe (315, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.log (129, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\CL.command.1.tlog (668, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\CL.read.1.tlog (19590, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\CL.write.1.tlog (328, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\link.command.1.tlog (1020, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\link.read.1.tlog (3186, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\link.write.1.tlog (304, 2021-04-07)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog\实验一终稿.lastbuildstate (178, 2021-04-07)
实验一终稿\实验一终稿\Debug\线性表终稿.obj (67050, 2021-04-07)
实验一终稿\实验一终稿\实验一终稿.vcxproj (7212, 2021-04-06)
实验一终稿\实验一终稿\实验一终稿.vcxproj.filters (977, 2021-04-06)
实验一终稿\实验一终稿\实验一终稿.vcxproj.user (168, 2021-04-06)
实验一终稿\实验一终稿\线性表终稿.cpp (3437, 2021-04-10)
实验一终稿\实验一终稿.sln (1465, 2021-04-06)
实验一终稿\.vs\实验一终稿\v16\ipch\AutoPCH\1f20e089c905436a (0, 2021-04-06)
实验一终稿\.vs\实验一终稿\v16\ipch\AutoPCH (0, 2021-04-06)
实验一终稿\.vs\实验一终稿\v16\ipch (0, 2021-04-06)
实验一终稿\.vs\实验一终稿\v16 (0, 2021-04-10)
实验一终稿\实验一终稿\Debug\实验一终稿.tlog (0, 2021-04-07)
实验一终稿\.vs\实验一终稿 (0, 2021-04-06)
实验一终稿\实验一终稿\Debug (0, 2021-04-07)
实验一终稿\.vs (0, 2021-04-06)
实验一终稿\Debug (0, 2021-04-06)
实验一终稿\实验一终稿 (0, 2021-04-10)
实验一终稿 (0, 2021-04-06)

近期下载者

相关文件


收藏者