资源列表
tu
- C++数据结构图的部分功能实现,计算图的路径-The partial function of c++ data structure,Calculation chart of the path, and so on
shujujiegou1
- 东北大学软件学院 数据结构 课程课件 欢迎下载-Software College, Northeastern University courseware data structure courses are welcome to download
shujujiegou
- 数据结构几个实验的实验报告,并且附有完整的源代码在文档后,供参考使用。-Several experiments reported experimental data structures, and with full source code after the document for reference.
ERCHASHU
- 二叉树的建立,插入,删除及遍历。可用于课程设计。-The establishment of a binary tree , insert, delete, and traversal. .
tree
- 二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
new-Bubble-Sort
- 修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the second trip to the smallest obj
Sort
- 奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan, the second trip of a sequence
erchashu
- 输入完全二叉树前序,实现中序、后序、层次遍历,交换左右子树,统计叶子节点,二叉树深度。使用C语言实现。-Enter the first complete binary tree sequence to achieve the sequence after sequence, hierarchy traversal, the exchange about the sub-tree leaf node statistics, binary tree depth. Using the C.
FFT
- 进行快速傅里叶变换程序,获得输出响应信号的固有频率!-Fast Fu Liye transform procedures, to obtain the output response frequency signal!
acmlittleprogram
- 用C语言实现各种小程序和最基础的算法集锦。适用于初学编程的人-Achieve a variety of small programs and highlights the most basic algorithm using C language. Suitable for novice programmers who
crc_direct
- 简单的crc算法实例源代码----codebocks-the simple crc code for test
data-structure
- 设有一个职工文件,每个职工记录包含职工编号姓名部门号工资数信息: int num //职工号 char name[15] //姓名 int depno //部门 float salary //工资 设计一个程序完成如下功能。 (1)从文件中读出职工记录,并建立一个带头结点的单链表。 (2)输入一个职工记录。 (3)显示所有职工记录。 (4)按照编号对所有职工记录进行递增排序。 (5)按照编号对所有职工记录进行递增排序。 (6)按照编号对所有职工记录进行
