资源列表
shujujiegou
- 数据结构与算法习题解析 可供对算法不是很了解的人进行参考和研究,帮助很大啊!
Algorithms_DataStructures
- 算法与数据结构课件,有助于自学,是刚入门时好的学习资料。-Algorithms and data structures courseware, self-help is just when a good learning materials portal.
多项式
- 有两个指数递减的一元多项式,写一程序先求这两个多项式的和,再求它们的积。(There are two exponential regressive unary polynomials, and I'm going to write the sum of these two polynomials, and then I'm going to take their product.)
code
- 堆排序 快速排序 插入排序 归并排序 N皇后-Heap Sort Insertion Sort Merge Sort Quick Sort N Queen
MergeSort
- 自己实现的c++归并排序算法 已验证准确性-merge sort algorithms in c++
sort
- 各种排序算法,包括直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序-Various sorting algorithms, including direct insertion sort, Hill sort, bubble sort, quick sort, simple selection sort
666
- 主要用于MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC is mainly used for drawing Bezier curves, B-spline curves, curve fitting
AStar
- A*(A-Star)算法是一种静态路网中求解最短路最有 A star算法在静态路网中的应用 效的方法-A* (A-Star) is a static network algorithm for solving the shortest path algorithm in most A star network of the static effective way
tc
- c语言数据结构试验上机运行环境,适用于学习C的学子-c language data structure on the machine running the test environment for students learning C
20092101056-
- 实验报告,实现的是几个常见的排序算法以及动态规划的算法。-Lab report, implementation of several common sorting algorithms and dynamic programming algorithms.
good
- 深度优先和广度优先搜索序列,并画出所得到的深度优先生成树以及广度优先生成树。假设选择原则是按字母从小到大排列-Depth first and breadth first search sequence, and draw the depth of the get priority spanning tree and breadth first spanning tree. According to the principle of choice is that since the arrange
programingforinterview
- 中文名称:程序员面试宝典,程序员面试必读,讲解了C++的重点,从数据结构到应用,很不错