搜索资源列表
简单数据结构的实现
Shell 排序
单链表
堆排序
简单二叉树
快速排序
冒泡排序
数组生成最小堆
杨辉三角形
数据结构管理成绩
- 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (in
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
啊容
- 基于C++的数据结构,用单链表实现约瑟夫环问题,单链表的实现-C-based data structure, to achieve single-Chain Josephus, the realization of single-linked list
计算两个以单链接表表示的多项式相乘的程序
- C++实现计算两个以单链接表表示的多项式相乘的程序,属于数据结构方面。
啊容
- 基于C++的数据结构,用单链表实现约瑟夫环问题,单链表的实现-C-based data structure, to achieve single-Chain Josephus, the realization of single-linked list
数据结构管理成绩
- 用C语言建立一个班级成绩管理系统,其中包括十名学生的相关数据(包括学号、姓名、三门课程的成绩、总成绩、平均成绩以及排名)。要求用单链表存储结构进行存储,能够实现对学生姓关数据的输入输出,并且能根据平均成绩对十名学生进行排序。-C language classes to establish a performance management system, including 10 students of relevant data (in
链表的C语言实现之单链表的实现
- 所谓链表,就是用一组任意的存储单元存储线性表元素的一种数据结构-so-called List, a group is using an arbitrary memory cell storage element linear form of a data structure
ClassicalDataStructures
- 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a str
list
- 用 C++做的一个单链表,适合初学者学习数据结构,特别推荐-With C++ Do a single list, suitable for beginners to learn data structures, in particular the recommendation
Maze
- 一个用C写的迷宫小游戏,旨在对C中的指针及数据结构中的单链表和栈的使用的训练。-Using C to write a maze game, designed for C of the pointer and data structure of a single linked list and stack the use of training.
Ds
- 使用c++ 语言编写的数据结构演示程序,包括单链表、树、图、广义表,散列表等-Using c++ language demo of the data structure, including such as single-chain, tree, map, generalized list,hash table
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C+
1
- 已知按值递增有序排练的两个线性表A和B,且每个线性表内部各元素互不相同。试构造线性表C,使其是A和B的交集,且其中的数字同样按值递增排列。 要求: 1)分别采用顺序表、单链表、双链表三种数据结构存储上述线性表A、B、C 2)编写一个通用的程序(无论线性表A、B和C采用顺序表、单链表还是双链表存储,该程序完全通用),实现对线性表C的构造-Known to increase the value ordered by the tw
sqlist
- 完成了对数据结构中单链表的简单封装,作为C++的小作业-Completed a single-linked list data structure simple package, as a small operation C++
Node
- 用C语言描述数据结构中单链表的有关算法,包括建立,插入,删除,销毁链表-In C language to describe the data structure in a single linked list of the algorithms, including the establishment, insert, delete, destroy list
Aircraft_booking-_system
- 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the
数据结构实验一
- 以带头结点的单链表作为存储结构,对两个班级的学生成绩进行管理,要求实现如下功能: (1)通过键盘输入若干学生的班级号、学号、成绩,将学生信息(学号、成绩)分别保存在各自班级的单链表中 (2)分别按顺序(由高到低)输出各班的成绩表。 (3)输入班级号、学号和成绩变更(如+5,-3), (4)分别按顺序输出变更后各班的成绩表。 (5)分别输出各班的总人数、最高分、最低分、平均分。(The program is written in