-
行李员福特算法
/*
距离向量路由选择在此程序中使用信号工福特算法实现:-
*/
#include < stdio.h >
结构节点
{
无符号的 dist [20] ;
无符号从 [20] ;
} rt [10] ;
int main)
{
int costmat [20] [20] ;
int 节点,我、 j、 k、 计数 = 0 ;
printf ("nIngrese el 第 de nodos:") ;
scanf ("%d",& 节点) ; //incertar los nodos
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 19:59:01下载
- 积分:1
-
求解矩阵的最大最小特征值及对应的特征向量,以及计算条件数...
求解矩阵的最大最小特征值及对应的特征向量,以及计算条件数-solving matrix eigenvalue largest and the smallest corresponding eigenvectors and calculate several conditions
- 2023-03-21 04:55:02下载
- 积分:1
-
算法分析与设计,是我们的教程来的啊,希望不会让你失望拉...
算法分析与设计,是我们的教程来的啊,希望不会让你失望拉-algorithm analysis and design, is our guide to the ah, you will not be disappointed Rafah
- 2023-08-23 03:10:04下载
- 积分:1
-
massive mimo Fundamentals, Opportunities and Challenges
应用背景Massive multiuser MIMO (MISO):
◮ M ≫ K ≫ 1 (think 100 × 10 or 500 × 50)
◮ coherent, but simple, processing
◮ Potential to dramatically improve rate & reliability
◮ Potential to drastically scale down TX power
◮ Not only theory, at least one known testbed (64× ∼10)
关键技术
Massive MIMO Operation
Not enough resources for pilots & CSI feedback, so operate in TDD.
◮ On the uplink,
◮ acquire CSI from uplink pilots and/or blindly from data
◮ detect symbols
◮ M ≫ K ⇒ linear processing (MRC, ZF, MMSE) nearly optimal
◮ On the downlink,
◮ use CSI obtained on the uplink
◮ make necessary adjustments based on reciprocity calibration
◮ apply multiuser MIMO precoding
◮ simple precoders desirable (and very good!): MRT, ZF, MMSE, ...
◮ MRC/MRT operation
◮ intracell interference will appear as
- 2022-07-07 16:58:08下载
- 积分:1
-
use genetic algorithm calculated the optimal design procedures
利用c++实现遗传算法的求出程序的优化设计-use genetic algorithm calculated the optimal design procedures
- 2022-03-30 04:35:48下载
- 积分:1
-
任意长度的乘法汇编程序(ASM)
任意长度的乘法汇编程序(ASM)-multiplication of arbitrary length compilation process (ASM)
- 2022-02-04 05:07:31下载
- 积分:1
-
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。...
c++的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的源程序。-c mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the source.
- 2022-05-20 21:11:10下载
- 积分:1
-
拼图小游戏
应用背景
拼图小游戏源码说明
主要用于C#算法的学习与应用 面向对象的编程方法 拼图的事件处理 判断是否过关的最方便的算法 键盘控制和鼠标控制的方法
关键技术GDI+ 绘图方法、鼠标和键盘事件处理、面向对象、最优的判断是否过关的方法、拼图随机打乱方法
- 2022-01-23 10:41:59下载
- 积分:1
-
vc preparation procedures calculated pi
vc编写 计算圆周率程序-vc preparation procedures calculated pi
- 2022-01-23 11:08:28下载
- 积分:1
-
booth multiplier Radix2 program
在这个项目中,booth乘法器是使用进位先行加法器设计的。booth多处理器在许多DSP应用中都有应用。
- 2022-02-04 20:12:54下载
- 积分:1