资源列表
fangchengzu
- 高斯销元法计算A的行列式,此处给出解法。-Gaussian marketing Element Method A determinant, the solution is here.
12LPLQ
- 常用算法程序集(C语言描述)第三版+徐士良 不等式约束线性规划问题
dixingzhishuif
- 这个程序是用来根据DEM数字高程模型计算地形指数的,模板是可以改变的,计算模板范围内最大高程和最小高程的差值-This procedure is used according to digital elevation model DEM topographic index, the template can be changed to calculate the maximum elevation within the template and the minimum elevation dif
Math
- this my source code, bulid with visual C++ 6.0
approx1_java
- banker algorithm with C code and explain
yushangong
- 解线性方程组的一种迭代法,类似于共轭斜量法:预善共轭斜量法-Solution of linear equations of a iterative method, similar to conjugate oblique method: Pre-good conjugate oblique method
1
- 这是一个关于探地雷达的程序,是我和我几个同事一起开发的,很好用,智能用于交流,不能传播-This is about the GPR program, is I and my colleagues of several development, very good。
mp
- /*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a twenty-two, if less than the ex
aPb
- 计算a+b的值 使用链表进行计算 可以进行双向输入输出-The calculation of the value of using a linked list of a+b calculated bidirectional input and output
heap-sort
- 利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
queue_use
- 队列的创建及相关的处理,在队列中插入数据、删除、拼接等-Create and related processing queue, insert data in the queue, delete, stitching
knapsack
- 经典01背包问题,采用C++语言,动态规划思想实现;-01 knapsack problem using dynamic programming to achieve