-
Vc++
含列所有图像处理的VC++程序,包括图像转置,傅立叶变换,图像编码等(Containing all image processing VC++ Procedures, including image transpose, Fourier transform, image coding, etc.)
- 2007-09-21 20:59:46下载
- 积分:1
-
GEAR
用吉尔方法积分一阶微分方程组的初值问题。(Gill method with integral equations of first order initial value problem.)
- 2021-03-08 11:29:28下载
- 积分:1
-
code
排样算法,用于矩阵排样优化,仅供参考,有错误请原谅,( ⊙ o ⊙ )啊!(Nesting algorithms for matrix layout optimization purposes, there is an error, please forgive me, (⊙ o ⊙) ah!)
- 2015-05-02 15:41:07下载
- 积分:1
-
3D-beam-jisuanjibeihe
C++编写“三维粱单元有限元计算内核”,对杆系有限元的理论和C++的理解有了很大提高(C++ written " three-dimensional beam finite element kernel module" , and on finite element theory and the understanding of C++ has been greatly improved)
- 2010-05-13 21:51:51下载
- 积分:1
-
simultaneity
同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。(At the same time identify model order and parameters algorithm. By order recursive algorithm, combined with AIC method- the use of Akaike information criterion to identify the cases of the model order and parameters.)
- 2008-06-26 16:16:18下载
- 积分:1
-
Algorithm
说明: 算法设计第三版,算法设计第三版,算法设计第三版,算法设计第三版(Algorithm Design Third Edition)
- 2010-04-28 19:44:45下载
- 积分:1
-
CALC
以前用VB6编写的一个计算器,支持常用的数学函数,支持弧度、角度转换,支持简单的函数作图。(A calculator writen by VB6, supports common mathematical functions, support radian, angle conversion, support simple function mapping.)
- 2013-11-01 17:33:11下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
-recursive-
天线组阵中相位差的递推最小二乘估计与滤波(Phase array antenna group recursive least squares estimation and filtering)
- 2013-12-20 13:17:48下载
- 积分:1
-
zipf-random
随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。(Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will occupy 80 of visits.)
- 2013-06-27 17:56:45下载
- 积分:1