搜索资源列表
-
1下载:
数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助-data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, o
-
-
0下载:
关于结构体应用的 c++程序,程序要求:从键盘输入5个学生的姓名、3门课的成绩,原数据显示;(2)计算3门课总平均成绩;(3)按总平均成绩的高低依次显示各学生的信息-Application on the structure of the c++ program, the program requirements: 5 students from the keyboard' s name, 3 course results, the original data (2) Calculate
-
-
0下载:
a.输入一组整型元素序列,建立线性表。
b.实现该线性表的遍历。
c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。
d.在该线性表中删除或插入指定元素。
实验要求:分别采用线性表的两种存储结构(顺序存储结构、链式存储结构)来实现以上基本操作。
-a. Enter an integer sequence of elements, and to establish a linear table. b. Traversal of the linear tabl
-
-
0下载:
主要用C++实现了数据结构中的多项式,可以进行加减乘除计算-Mainly implemented in C++ polynomial data structure can be addition, subtraction, multiplication and division calculation
-
-
0下载:
此源码是在C++6.0平台下实现双链表的一个控制台应用程序,适合数据结构初学者使用。-This source is a doubly linked list in C++6.0 platform console application, suitable data structure beginners.
-