资源列表
Gap
- 算法实现题1-5 最大间隙问题 « 问题描述: 最大间隙问题:给定n 个实数x , , xn 1 2 ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。 « 编程任务: 对于给定的n 个实数n x , x , , x 1 2 ,编程计算它们的最大间隙。 « 数据输入: 输入数据由文件名为input.txt的文本文件提供。文件的第1
lingo.rar
- 用lingo进行多目标规划的范例,可在lingo9上运行,Using multi-objective programming lingo for example, can be run lingo9
VANDER
- 范德蒙vandermonde方程组的求解方法,求解范德蒙线性方程组VW=q-Vandermonde vandermonde equations solution method for solving Vandermonde linear equations VW = q
2d-seismic-forward
- 地震正演模拟:均匀介质有限差分正演模拟源程序-Seismic forward modeling: the homogeneous medium finite difference forward modeling
rect
- 直角坐标平面上有一长为W、高为H的大矩形。该大矩形被划分为N个不相交的小矩形,且这些小矩形恰好拼成该大矩形。给定K,求一个面积最大的矩形R,使得R由部分给定的小矩形恰好拼成,且这些小矩形的数目不超过K个。-A length of W, height H of the large rectangular Cartesian coordinate plane. The large rectangle is divided into N disjoint small rectangle, and th
myomp
- 应用正交匹配追踪求解等式y=Ax,要求: 待求x是稀疏向量,A为高斯随机矩阵 调用形式:x = myomp(A,y,err) A -线性投影矩阵; y -投影向量 err -所需精度-apply Orthogonal matching pursuit to solve the equation y = Ax, requirements: the unknown x is sparse vector, A is a Gaussian random. ca
mifa
- 运用幂法求矩阵的主特征值(及最大特征值)-The use of power-law matrix of the main features of value (and the largest eigenvalue)
cubic-spline
- 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set
MTT
- 气候分析中检验突变程序,滑动t检验法的Fortran程序-Climate Analysis mutation test procedures for sliding t test method of Fortran programs
acoustics3
- 自己编写的关于水声实验插值的程序,给大家借鉴一下。-I have written on the underwater acoustic experiments interpolation procedure, we learn from you.
KNN
- K-NN k-Nearest Neighbor classification algorithm-K-NN k-Nearest Neighbor classification algorithm
range
- 本程序实现了数学中行列式的计算方法,使用降阶迭代的算法,可以得到任意阶行列式的值。-This program implements the calculation method of mathematics determinant using reduced-order iterative algorithm, we can get the value of any order determinant.