资源列表
banker
- 银行家算法 界面很有友好 很详细的 希望大家去看看 -Banker
niudun
- 数值分析当中牛顿算法,原创,下载后可以直接运行的-Newton algorithm for numerical analysis, originality, downloaded directly run
dataconstruct
- 数据结构1800道例题(包含答案),相信可以帮助大家更好的学习数据结构方面的知识-Example data structure 1800 (including answers), I believe can help us better learning data structure knowledge
shujujiegouxianxingbiaoppt
- 这是数据结构线性表一章的相关知识点,我们老师的课件!需要的人可以参考一下!谢谢!-This is the data structure of the linear form a chapter of the relevant knowledge, we are the teacher
sort
- 自己编写的排序算法的代码,有桶排序,计数排序,基数排序,归并排序,堆排序,插入排序,快速排序,选择排序。-Sorting algorithm I have written the code, there are barrels of sorting, counting sort, Radix Sort, Merge Sort, Heap Sort, Insertion Sort, Quick Sort, select Sort.
zhandui
- 数据结构 栈,队列,二叉树的学习(里面包含有PPT,还有程序代码)-Data structure stack, queue, binary tree learning (which contains PPT, there are program code)
yu
- 数据结构例子代码-Data structure example of the code
BiTree
- 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achieve, in addition to achieving
paixu
- 排序算法 包括归并排序和桶排序 排序算法 包括归并排序和桶排序-Sorting algorithms including sort merge sort and bucket sort algorithm, including sort merge sort and barrels
Dijkstra
- Dijkstra最短路径算法 Dijkstra最短路径算法-Dijkstra shortest path algorithm Dijkstra shortest path algorithm
C++
- 标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。-Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at lea
queen8
- 用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err