资源列表
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。
heap-sort
- 利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
ChinaMapShift
- 百度、谷歌等地图坐标纠偏算法,实现由WGS84转换为CJ-02火星坐标系-Baidu and Google map coordinates correction algorithm
queue_use
- 队列的创建及相关的处理,在队列中插入数据、删除、拼接等-Create and related processing queue, insert data in the queue, delete, stitching
KPTX
- M序列的产生,扩频,调制,解调,解扩,最后通过低通滤波器。-Generation of M sequences, spread spectrum, modulation, demodulation, solution expansion, and finally through low pass filter.
knapsack
- 经典01背包问题,采用C++语言,动态规划思想实现;-01 knapsack problem using dynamic programming to achieve