-
基于MFC的c++基础矩阵的计算
该程序用来计算两台摄像机之间的基础矩阵,首先获取两台摄像机图像中的N组匹配点,采用8点法和ransac法,随机的选取8组匹配点对,计算基础矩阵,并且不断调整各个参数。最终结果与matlab的结果进行了比较,精度高。
- 2022-05-30 05:40:20下载
- 积分:1
-
计算机图形学CDC类的应用
应用背景visualC++制作汉子的逐个显示动画,输出“你好!欢迎你来到山西大同大学!!!”关键技术CDC类的应用,visualC++编程
- 2022-05-22 15:59:12下载
- 积分:1
-
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=...
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算-Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming language, the use of Euler and forecast correction, Runge-Kutta method of achieving x1 differential = x2 x2 differential = x3 x3 differential =- 800* x1-80* x2-24* x3+ sin (t) y = 800x1 computing
- 2022-01-26 00:33:59下载
- 积分:1
-
三次样条插值
三次样条插值-Cubic Spline Interpolation
- 2023-05-12 14:45:03下载
- 积分:1
-
prepared by the steepest decline (equation solution), the attention to the matri...
用C编写的最速下降法(解方程),注意矩阵A是正定对称的-prepared by the steepest decline (equation solution), the attention to the matrix A is symmetric positive definite
- 2022-01-26 01:21:10下载
- 积分:1
-
使用VC++的环境进行简单编程的计算器功能,可以实现+,
使用VC++的环境进行简单编程的计算器功能,可以实现+,-,*,/,及混合运算等简单功能-VC environment using a simple programming function calculator can be achieved ,-,*,/, and mixed computing simple function
- 2022-03-19 19:04:43下载
- 积分:1
-
Winzip压缩算法代码
本代码主要是winzip压缩算法代码,对想研究zip压缩算法的朋友,快些下载吧。
- 2022-10-23 14:30:05下载
- 积分:1
-
北京大学的一些acm代码。还有一些资料。
北京大学的一些acm代码。还有一些资料。-Acm code of some of Peking University. There are some information.
- 2022-11-03 20:45:03下载
- 积分:1
-
some acm good problems
几个acm的经典题目,汉诺塔、找羊群-some acm good problems
- 2022-02-04 10:12:42下载
- 积分:1
-
混洗frag跳跃算法(SFLA)的Matlab实现源代码
在原优化算法的基础上,在MATLAB中编程实现了无序碎片跳跃算法(SFLA)。
- 2022-05-09 10:23:08下载
- 积分:1