-
sanjiaofenjiefa
三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of solving the linear equation group by the evolution of the elimination method. A form of matrix equations Ax=b, triangular decomposition is the coefficient matrix A is decomposed into a lower triangular matrix and an upper triangular matrix L U product: A=LU, followed by the solution of two triangular equations Ly=b and Ux=y, and get the original equations, for example, Doolittle method, Jo Lessky decomposition is a triangular decomposition method)
- 2017-12-13 20:50:13下载
- 积分:1
-
关于SNMP++的文章
关于SNMP++的文章-articles on SNMP
- 2022-07-09 06:34:00下载
- 积分:1
-
avr usart/uart 通讯,中断接收,循环中发送
avr usart/uart 通讯,中断接收,循环中发送-avr usart communication
- 2023-06-03 09:25:02下载
- 积分:1
-
很好的英语学习资源,对词汇量的提高十分有益。
很好的英语学习资源,对词汇量的提高十分有益。-Very good English learning resources, improve vocabulary and useful.
- 2022-08-24 04:00:27下载
- 积分:1
-
从GPS输出数据中分离出经纬度,日期,时间,速度等有效信息。...
从GPS输出数据中分离出经纬度,日期,时间,速度等有效信息。-output data from the GPS isolated longitude and latitude, date, time, speed and effective information.
- 2022-01-26 05:49:25下载
- 积分:1
-
Microgrid
说明: DSTATCOM for Power Quality Improvement in smart grid
- 2020-01-19 01:49:26下载
- 积分:1
-
GUI Layout Toolbox 2.3.4
这个工具箱提供了创建复杂的MATLAB图形用户界面的工具,可以优雅地调整大小(This toolbox provides tools to create sophisticated MATLAB graphical user interfaces that resize gracefully. The classes supplied can be used in combination to produce virtually any user interface layout.)
- 2021-03-29 13:09:10下载
- 积分:1
-
source code for computer rental shop system
source code for computer rental shop system
- 2022-04-10 14:55:10下载
- 积分:1
-
ln-game-theory-master
通过代码了解博弈,熟悉博弈的操作和流程,尽快入手(Understand the game through the code, learn the operation and process of the game)
- 2020-06-18 16:20:02下载
- 积分:1
-
NS-2的快速播放模块
问题:
如在线游戏和警报消息的应用程序
传播是敏感的每个数据包延迟交货。考虑车辆
Ad hoc 网络 (车用) ;在这方面,多跳的快速繁殖
广播的消息上述应用程序生成的需要
能够避免冗余传输和其他的特定解决方案的部署
消息传播延迟的来源。
解决方案:
我们有
开发了一个解决方案,允许车辆在某汽车排到动态
估计他们的传输范围,并有效地利用这种信息
尽可能传播广播的消息用尽可能少的啤酒花 (和传输)。
在本质上,在一条消息的传输范围,最远交通
发件人/转发器将统计学荣幸成为下一步 (和
只有) 转发器。
更多详细说明的问题和
可以找到解决办法,[1] [2] (请参阅此 web 页的引用)。
执行 NS-2:
为执行所描述的解决方案
在[1] [2]我们已为众所周知的网络创建一些新的模块
模拟器 (版本 ns-2.29,虽然它可能与其他工作也
版本)。
具体来说,我们已经创建以下模块:
- bbcast-packet.h包含的定义
新的数据包报头 ;
- bbcast-packet.cc包括
执行的函数来访问数据包报头 ;
- BroadcastbaseAgent.h包括
有关机的其他代理 ; 函数原型
- BroadcastbaseAgent.cc包括
执行的职能的广播的代理
- 2022-10-24 03:05:03下载
- 积分:1