登录
首页 » 算法 » 用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。...

用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。...

于 2022-08-24 发布 文件大小:1.15 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

用C语言来实现的,雅可法可用于法实对称矩阵的全部特征值与对应的特征值向量。-Realizes with the language C, the way of Jacobi may be serviceable to the solid symmetrical matrix for complete characteristic value and the corresponding characteristic value vector.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 好玩的游戏,经典的游戏终于成功了
    应用背景你玩儿过扫雷游戏吧?Windows操作系统中带了这个小游戏,那个系统叫什么来着?在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。关键技术Have you ever played the game? Windows operating system with this little game, the system called what? In the game to pass, it is necessary to find out all the mines in a NxM area. In the process of the game, the computer will show some numbers on the map to help you identify where you are.
    2022-03-26 14:34:01下载
    积分:1
  • 雅克比,计结构自振特征的基本方,可求解结构的所有阶次振型和自振频率...
    雅克比算法,计算结构自振特征的基本方法,可求解结构的所有阶次振型和自振频率-Jacques algorithm to calculate structural vibration characteristics of the basic methods can solve all the structural order of vibration and vibration frequency
    2023-04-24 14:30:03下载
    积分:1
  • 用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)...
    用一观测器从t=1秒开始对一个运动目标的距离进行连续地跟踪测量,假设观测的间隔为一秒钟,雷达到运动目标之间的距离为S(t)(1) 统计特性的初值为 (2)观测误差是与和均不相关的白噪声序列,并且有 (3)观测数据存放在附加的文件中(单位:m)。 要求:分析上述对象,建立系统模型,构造卡尔曼滤波器,编程计算,求: (1) 距离S(t)的最佳估计及估计误差, (2) 距离S(t-5)的最佳平滑及估计误差, (3) 距离S(t+5)的最佳预测及估计误差, (4) 对结果进行分析讨论。 -By one observer from the t = 1 PST on a moving target tracking for distance measurement, assuming that the observation interval is one second, the radar that the distance between the moving target for the S (t) (1) the statistical characteristics of the initial condition (2) observational error is not associated with white noise sequence, and (3) observational data stored in the attached document (unit: m). Requirements: Analysis of the above-mentioned object, the establishment of the system model, constructed Kalman filter, programming terms, seeking: (1) distance from S (t) the best estimate and the estimation error, (2) distance from S (t-5) the most good smoothing and estimation error, (3) distance from S (t+ 5) t
    2022-03-11 21:07:50下载
    积分:1
  • 任意元素的矩阵操作,包括加、减、乘、求行列式、求逆
    任意元素的矩阵操作,包括加、减、乘、求行列式、求逆-An arbitrary element matrix operations, including addition, subtraction, multiplication, seeking determinant, inverse
    2022-04-28 11:12:40下载
    积分:1
  • 2011最新群优化——果蝇优化
    潘文超 老师 美国维吉尼亚州管理科技大学管理学博士 目前在台湾担任大学及技术学院教师 目前在国外担任国际 SCI, SSCI 期刊论文评审委员 研究方向 演化式计算与群智能算法 市场调查与营销研究 财务模型
    2022-03-03 00:52:22下载
    积分:1
  • Newton迭代解非线性方程组
    编写程序用牛顿迭代法求解下面的非线性方程组:例如 x1 = 0.7 sin(x1) + 0.2 cos(x2); x2 = 0.7 cos(x1)- 0.2 sin(x2);
    2022-05-14 18:43:17下载
    积分:1
  • LDPC 仿真代码
    1. 根据度分布生产LDPC校验矩阵H; 2. 生产LDPC编码矩阵G; 3. 在高斯信道下进行仿真; 4. 可进行不同译码算法对比。 完整的C++工程文件,方便 对LDPC码进行系统的仿真分析。
    2022-01-28 09:57:50下载
    积分:1
  • Dijkstra源程序希望大家多多交流。
    Dijkstra算法源程序希望大家多多交流。-Dijkstra algorithm source we hope to conduct more exchanges.
    2022-01-26 04:37:50下载
    积分:1
  • 图形的广度优先搜寻
    图形的广度优先搜寻法-graphics breadth priority search method
    2022-04-18 06:56:09下载
    积分:1
  • 基于MATLAB编程的图像融合代码
    应用背景属于模式识别范畴,在图像处理中,图像融合技术是当前的热门研究领域,虽出现了很多的方法,选用的图像特征也不尽相同,比如曲率、傅里叶变换等等,处理效果也较为理想,但是仍有可研究空间,时间计算复杂度的降低以及融合效果的提高和匹配精度的提高等都是先阶段研究的主要方向。关键技术基于角点检测,图像特征选择形状上下文特征,用于图像融合与配准,代码中包括了实验过程中所有的小程序和图片,下载后可直接运行。
    2022-01-21 21:24:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载