资源列表
erchashu
- 要求采用二叉链表作为存储结构,完成二叉树的建立,前序、中序和后序遍历的操作,求所有叶子及结点总数的操作等。具体实现要求:分别利用前序遍历、中序遍历、后序遍历所建二叉树。-Requires a list as a binary storage structure, the establishment of complete binary tree, the first order, the order and post order traversal of the operation, find
danlianbiao
- 设计算法,实现线性结构上的单链表的产生以及元素的查找、插入与删除。具体实现要求:(1)从键盘输入n个整数,以0作为结束标记,产生不带表头的单链表,并输入结点值。(2)从键盘输入1个整数,在单链表中查找该结点的位置。若找到,则显示“找到了”;否则显示“找不到”。(3)从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出单链表所有结点值,-Design algorithm for linear structural elements of a single
ex1
- 输入数据进行排序,排序后输出,在屏幕上显示-Sort the input data, sort the output on the screen display
sort
- 基本的排序算法 包括: 直接插入排序、冒泡排序、归并排序、堆排序、选择排序、快速排序、希尔排序、基数排序、以及产生N个随机数的算法 c语言实现-insertsort bubblesort mergesort heapsort selectsort quicksort shellsort radixsort rand c language
DatastructureOfCPP-
- 数据结构 C++ 语言描述,计算机基础教学内容-Data Structures in C++ descr iption, computer-based teaching content
Search-algorithm
- 数据结构与算法,查找算法的实现,二叉树结构,在二叉排序树中查找元素-Search algorithm
Array
- 基于C语言的单链表应用程序,其中包括链表的增、删、排序功能-C-based single-chain applications, including the list of add, delete, sort function
Find-submatrix
- 在一个矩阵中寻找一个子矩阵,让这个子矩阵的所有项相加之和是最大的!-Find a sub-matrix in a matrix, and the sum of the points in the sub-matrix is the biggest.
houfang
- 后方交会摄影测量学中的经典算法。可求出各点的参数,再工作中十分实用。-Resection of photogrammetry in the classical algorithm. Parameters of each point can be obtained, then the work is very practical.
zaf
- 中缀转后缀用c语言实现 数据结构课设 两种方法实现-Infix turn suffix data structure using c language classes are two ways to achieve the set
0
- 约瑟夫环问题,在C语言开发案例中有介绍 个人有相对简便的方法。-Josephus problem, in the C language development are described in individual cases have a relatively easy way.
sfsd
- 课程设计,成都理工大学课程设计要求,我们自己要做的-Curriculum design, curriculum design, Chengdu University of Technology, to do our own
