搜索资源列表
queen
- 八皇后问题的非递归实现,为数据结构课程的必做实验,仅提出cpp文件,读者可以自行在编译器上编译运行。-Eight queens problem non-recursive implementation of the data structure course will do the experiment, only the proposed cpp file, readers can compile and run on the compiler.
plus
- 本实验实现的是链表结构的多项式相加,为数据结构必做实验,仅上传cpp文件,读者可在编译器上自行编译实现。-The experimental realization of the list structure of polynomial for the data structure must do the experiment, only upload cpp file, the reader can compiler to compile your own implementation.
tree
- 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
matrix
- 本实验实现了稀疏矩阵的转置,为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-The experimental realization of a sparse matrix transpose, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
list
- 本实验为广义表建立二叉树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-This experiment is the generalized table set up binary tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
Bankers-algorithm
- 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.