资源列表
matlab 切比雪夫
- 切比雪夫算法
10596
- ACM 10596 Morning Walk
Cpp1
- 队列的实验,可以实现简单操作,但是有些错误-Queue experiments, simple operation, but some errors
lagrange
- source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
youjuxuanzhiwenti
- 邮局选址问题,适合算法可提交的小程序,VC++编译通过-Post office location problem, algorithms can be submitted for a small program, VC++ compiler
CountingSort
- 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
bubble-sorting
- 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,-bubble sorting in C/C++
QSort
- 快速排序算法。注释详细而且正确运行,希望对大家有用。-Quicksort algorithm. Notes the detailed and correct operation, and the hope that useful.
1979
- 深度优先搜索(DFS),此代码为自己写的POJ1979题的源代码。使用dfs算法简单水过。-Depth-first search (DFS), this code is to write their own POJ1979 title of the source code. Dfs algorithm is simple to use water too.
timeconvert
- 实现Unix时间批量处理成北京时间,读取文件中的unix时间,处理后写到另一个文件中-Unix time convert to beijing time
Cpp1
- 这段代码是实现寻找最大最小数算法的一段代码,可正确输出一组数据的最大最小数。-This code is to realize the algorithm for maximum minimum number of a piece of code, which can output the maximum number of minimum a set of data.
exp1-1
- 输出所有小于等于n(n为大于2的正整数)-Output all less than or equal n (n is a positive integer greater than 2) primes