-
QRDCMP
用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
- 2013-09-27 11:05:18下载
- 积分:1
-
Katellite-Satellite
Satellite antenna angle calculato
- 2019-04-17 11:48:49下载
- 积分:1
-
jiediandingwei
包括RSSI与距离模型转换,以及三边定位,高斯滤波(Including RSSI and distance model conversion, as well as trilateral positioning, Gaussian)
- 2016-05-23 20:53:38下载
- 积分:1
-
Shopping-center-management-system
商场管理系统的设计与实现,其中的按钮控件(Shopping center management system)
- 2014-09-09 08:50:49下载
- 积分:1
-
机器人示教器
603型号六轴机器人的示教器控制源码,机器人运动控制算法需另写。(Model 603 six axis robot controller control source.)
- 2021-04-13 21:28:56下载
- 积分:1
-
QQ
说明: 该文件是编写的QQ的调用程序,放在VC里进行编译执行,它会弹出一个对话框的(the program is QQ the first you can download ,while setup)
- 2011-11-17 22:47:30下载
- 积分:1
-
GNU_Makefile
本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。作为一个Linux程序员,make工具的使用以及编写Makefile是必需的。系统、详细讲述make的中文资料比较少,出于对广大中文Linuxer的支持,本人在工作之余,花了18个多月时间完成对“info make”的翻译整理,完成这个中文版手册。本书不是一个纯粹的语言翻译版本,其中对GNU make的一些语法和用法根据我个人的工作经验进行了一些详细分析和说明,也加入了一些个人的观点和实践总结。本书的所有的例子都可以在支持V3.8版本的GNU make的系统中正确执行。(This article about the complete GNU make tool, covering GNU make use of grammar. Also focus on how to prepare a project Makefile. As a Linux programmer, make use of tools and the preparation of Makefile is required. System, a detailed account of the Chinese make relatively little information, for the support of the majority of Chinese Linuxer, I in his spare time, spent more than 18 months to complete the "info make" translation finishing, complete the Chinese version of the manual. This book is not a pure language translated version, in which the GNU make some grammar and usage based on my personal experience carried out some detailed analysis and description, also added some personal views and practice summary. All of the examples in this book can support V3.8 version of GNU make the system run correctly.)
- 2013-11-17 06:59:14下载
- 积分:1
-
kalman_filter
卡尔曼滤波算法,opencv代码,鼠标跟踪(Kalman filter algorithm, opencv code, mouse tracking)
- 2016-04-19 15:45:48下载
- 积分:1
-
2阶方程最小二乘法
说明: 最小二乘法估算三元二阶方程式系数,用于抛物线曲线拟合(Estimating coefficient of second order equation by least square method)
- 2020-03-24 16:26:04下载
- 积分:1
-
基于51单片机的电子琴
基于51单片机的电子琴, 设计的主要内容是用 AT89S52单片机为核心控制元件,通过脉冲触发产生
出电子音调,设计一个简易的电子琴。以单片机作为主控核心,与键盘、蜂鸣器
等模块组成控制模块。该系统运行稳定,其优点是硬件电路简单,软件功能完善,
控制系统可靠,性价比较高等,具有一定的实用与参考价值。
- 2023-07-13 20:30:03下载
- 积分:1