资源列表
CPP.rar
- NORAD公布的两行星历数据计算轨道参数模型,本程序包括SGP SGP4 模型,是用C++写的!前面上传了matlab版本,请读者搜索一下就可以找到,NORAD released two calendar data planet orbit-parameter model, the process includes the SGP SGP4 model is C++ Written! From in front of a matlab version, readers can be found
kalman_c.rar
- kalman C程序,应用于GPS+IMU,kalman C procedures, applies GPS+ IMU
NLSE.zip
- 一个非常好用的计算非线性薛定谔方程的小软件,A very useful calculation of nonlinear Schr枚dinger equation of small software
dadizhutijiesuan.rar
- 白塞尔大地主题解算 包括正算与反算。可由经纬度计算距离,及根据一点经纬度、大地方位角、大地线长度计算另一点经纬度。包括克拉索夫斯基椭球体、1975国际椭球体、WGS-84椭球体,也可以在代码中自己添加椭球体参数计算。,Serge white earth solvers, including the theme and counter-balance is operator. Calculating the distance by latitude and longitude, and lati
OSR.rar
- 气象上常用的最优子集回归,用fortran写的程序,Weather on the commonly used optimal subset regression using fortran written procedures
bezier.rar
- 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形,This is a Bezier curve generated by the procedure, there are secondary and three Bezier curves and B-like curves and graphics portfolio
shuizhunwang.rar
- 采用VB编写,通过间接平差原理,计算水准网的平差。,Using VB to prepare, through the indirect adjustment principle, the calculation of adjustment leveling network.
conjugategradientmethod.rar
- 给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟,Gives the matrix of linear equations Ax = b in parallel preconditioning conjugate gradient method for solving process, is absolutely useful to yo
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
数值分析的C语言程序
- 数值分析的C语言程序, 三对角线追赶法,Numerical Analysis of the C language program, the three diagonal to catch up with the Law
kalman.rar
- 卡尔曼滤波程序,两变量滤波;正弦信号跟踪;卡尔曼差分到状态方程的转换;卡尔曼同滑动平均比较,Kalman filtering process, the two variable filter sinusoidal signal tracking Kalman differential equation of state of the conversion Kalman compared with moving average
WLS_MM.rar
- 加权最小二乘法&最大最小化优化算法 weighted least-squares + weighted min-max optimization ,Weighted least square method
