登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:C++
  2. 代码类别:数学计算
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. CHEBYSHEV1_RULE

  C + +程序,根据用户的输入可以产生特定的Gauss -1型切比雪夫正交规则,(C++ program which can generate a specific Gauss-Chebyshev type 1 quadrature rule, based on user input)

2
下载
196
浏览
2011-05-23发布

2. DLT057

  利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)

32
下载
149
浏览
2011-05-19发布

3. shy1

  自适应滤波器的LMS算法实现,主要实现滤波和算法的方法。(adaptive filter)

8
下载
168
浏览
2011-05-18发布

4. Monta-carlo

  计算机模拟和蒙特卡洛方法,文件格式为pdg,主要介绍随机模拟方法(Computer Simulation and the Monte Carlo method, file format pdg, stochastic simulation method introduced)

4
下载
100
浏览
2011-04-28发布

5. test1_1

说明:  研究舍入误差的例程,可以帮助初学计算方法的人。(Of rounding error in the routine that can help beginners who calculation.)

0
下载
165
浏览
2011-04-11发布

6. Gauss-Seidel

说明:  经过优化的C代码实现的Gauss-Seidel 迭代算法(Optimized C code of the Gauss-Seidel iterative algorithm)

0
下载
136
浏览
2011-03-25发布

7. chebyshevnihe

说明:  数值分析中的chebyshev拟合程序,学习数值分析的同学可以参考参考(Numerical Analysis of chebyshev fit program, students study and numerical analysis can refer to reference)

0
下载
160
浏览
2011-03-24发布

8. oofem-2.0.tar

  最新版的oofem 可以自己加入一些材料模型 版本更新速度也算快(latest version of oofem )

6
下载
151
浏览
2011-02-14发布

9. covFunctions

  高斯回归建立代理模型行协方差函数的选着的变成(gpml-matlab-v3.1-2010-09-27)

12
下载
138
浏览
2011-01-03发布

10. Adams-RK

  经典R-K法,通过它可以计算一些简单的常微分方程的数值解(Classical RK method, which can be calculated by simple numerical solution of ordinary differential equations)

1
下载
133
浏览
2010-12-30发布

11. ILU

  完成了复数矩阵的计算,采用了并行算法原理,较快速的处理了稀疏矩阵方程结构。(Completed a complex matrix computation, parallel algorithm principle, more rapid processing of the sparse matrix equation structure.)

26
下载
147
浏览
2010-12-29发布

12. Treede0

  压缩存储下用“追赶法”求解三对角方程组的C语言描述(Compression and storage use the " catch up method" for solving tridiagonal equations of C language description)

8
下载
79
浏览
2010-12-26发布

13. digital5

  数值计算的算法,采用c++实现,移植容易,一定能够用。(Data processing)

1
下载
161
浏览
2010-12-23发布

14. LECalculator

  3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔迭代法 3.13 求解对称正定方程组的共轭梯度法 3.14 求解线性最小二乘问题的豪斯荷尔德变换法 3.15 求解线性最小二乘问题的广义逆法 3.16 病态方程组的求解 (3.1 system of linear equations class designs 3.2 to choose the principal element gaussian elimination 3.3 to elect principal element Gauss- when approximately the elimination 3.4 duplicate coefficient equation sets all choose the principal element gaussian elimination 3.5 duplicate coefficient equation sets to elect principal element Gauss- when approximately the elimination 3.6 solve three diagonal line equation sets to pursue the law 3.7 common belt equation set s solution 3.8 solution symmetrical equation set s resolution 3.9 solution symmetrical Zhengding equation set s square root method 3.10 solution large-scale sparse equation set to elect principal element Gauss- when approximately the elimination 3.11 solutions hold the Belize equation set s row article to abdicate House Holland who method 3.12 Gauss- the Seydell repetitive process 3.13 solution symmetrical Zhengding equation set s conjugate gradient method 3.14 solution linearity is smallest two rides the questionThe German m)

18
下载
86
浏览
2010-12-20发布

15. juzhenqiuni

  网上看到很多关于矩阵求逆运算的代码,都很杂很乱,我把代码重新真理了一边,可以直接编译运行(See a lot of online matrix inversion code, very complex mess, I put the code back to the side of truth, you can directly compile and run)

4
下载
79
浏览
2010-12-11发布

16. PARAMETER

  根据试试数据 对变压器技术参数进行校核 利用的是最小二乘曲线拟合的方法(According to the data to try check technical parameters of the transformer is the least squares curve fitting using the method)

5
下载
115
浏览
2010-11-30发布

17. jiadianji

   基于vc++6.0的佳点集遗传算法的编程,里面的各项参数均可由使用者自我调整!(Vc++6.0 based on the good point set genetic algorithm programming, which the parameters can be adjusted by the users themselves!)

13
下载
160
浏览
2010-11-29发布

18. Seqanaysiswithkalman

  基于现代时间序列分析方法的多传感器观测融合Kalman滤波器与Wiener滤波器.NH格式论文。(time seq analysis with kalman and winner filter.)

2
下载
141
浏览
2010-11-28发布

19. torpedo

  1) 应用C语言编写程序,计算弹道,并绘制结果曲线。 给出系统脱靶量统计结果(用蒙特卡洛法)。 (torpedo)

78
下载
195
浏览
2010-11-26发布

20. VLM

  涡格法进行无人机的设计,升力系数,阻力系数,力矩系数等等,美过圣母大学的设计辅助软件(VLM)

112
下载
150
浏览
2010-11-26发布