资源列表
Eight_Queens_Problem
- 自己写的八皇后问题,虽然是公认的递归问题,但是本程序采用了循环的办法-Write the eight queens problem, though recognized recurrent problem, but this program uses a cyclic approach
source
- 学生成绩管理 管理三科成绩 排序、查找-Student Score
Algorithms.in.CPP
- 数据结构。 该书是由 Robert Sedgewick 写的介绍CPP算法和数据结构的经典之作。全书分四部分。(英文完整版)-Data structure. The book written by Robert Sedgewick describes algorithms and data structures CPP classic. The book consists of four parts. (English full version)
Polynomiaaddition
- 多项式加法,使用C++语言编写的多项式加法的程序,数据结构的经典程序-Polynomial addition, using C++ language programs of polynomial addition, the data structure of the classic procedure
Polynomialmultiplication
- 多项式乘法,使用C++语言编写的多项式乘法的程序,数据结构的经典程序-Polynomial multiplication, using the C++ language programs of polynomial multiplication, the data structure of the classic procedure
Depthtraversaltree
- 深度遍历二叉树, 使用C++语言编写的深度遍历二叉树的程序,数据结构的经典程序-Depth traversal tree, using the C++ language program traversing a binary tree the depth of the data structure of the classic procedure
Calculatetheheightofbinarytreesandnodes
- 计算二叉树的高度和结点数,使用C++语言编写的计算二叉树高度和节点数的程序,数据结构的经典程序-Calculate the height of binary trees and nodes, using the C++ language computing nodes binary tree height and the procedures, the data structure of the classic procedure
Levelbinarytreetraversal
- 层次遍历二叉树,使用C++语言编写层次遍历二叉树的程序,数据结构的经典程序-Level binary tree traversal, using the C++ language-level binary tree traversal process, the data structure of the classic procedure
nrutil
- 功能:申请一个实数数组,将一个实数一维数组转化为二维数组(矩阵)。-Function: for a real array, a real one-dimensional array into a two-dimensional array (matrix).
tree
- 二叉树的各种遍历方法,先序、后序、层次、中序等-The various methods of binary tree traversal
Dijkstra
- 利用VC++,简单实现Dijkstra算法-Dijkstra
5mathprogram
- 数值算法与实现课程设计报告,包括插值算法,搜索算法,自适应算法。均配有源代码。-Curriculum design and implementation of numerical algorithm reports, including interpolation algorithm, search algorithm, adaptive algorithm. Equipped with source code.
