资源列表
AlgorithmCpp
- 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
GCJ
- 2008 Google Code Jam 第三轮网赛,lym和windy两位大牛的代码,很值得学习!-The third round of the 2008 Google Code Jam network event, windy large cattle code, it is worth learning!
atan2sc
- tan function to sin and cosine
Banker
- This code defines the behaviors of the bankers algorithm.
tailejishu
- 关于泰勒级数基础知识,涉及泰勒展开等,是很不错的知识介绍ppt。-Taylor series about the basics involved in Taylor series, etc.
jianqieliangceliangfangfa
- 剪切量测量方法,用于测量检测剪切镜的剪切量,很不错的方法,我查找了大量文献才找到的,如果大家有更好的方法,可以和我分享哦-Shear measurement method for measuring the shear volume of detection of shear mirror, it is a good way, I find a great deal of literature to find, if you have a better way, you can share wi
biaoqing
- it a good MFC code.it a good MFC code it a good MFC code-it a good MFC code
Dijkstra
- 使用Dijkstra算法实现最小生成树,有注释,里面有exe以及源文件。-Minimum spanning tree using the Dijkstra algorithm, there are notes, which are exe as well as the source files.
jzsb
- 主要计录了社保数据的导入与导出接口,并进行多表比配,值得大家学习。-data input and export
lagrangian_mechanics
- MODERN TECHNIQUES OF POWER SPECTRUM ESTIMATION BY C. BINGHAM, M. D. GODFREY, and J. W. TUKEY Reprinted from IEEE TRANSACTIONS ON AUDIO AND ELECTROACOUSTICS Volume AU-15, Number 2, June 1967 pp. 56-66 Copyright c 1967 { The Institute
cavity
- 运用CFD 编制的方腔流的Fortran程序-Prepared by the use of CFD in a square cavity flow Fortran program
MinotaurPathfinder
- algoritm A star. class PathFinder.