登录
首页 » 算法 » mean-completer

mean-completer

于 2022-03-12 发布 文件大小:7.39 kB
0 191
下载积分: 2 下载次数: 1

代码说明:

基于matlab平台,对1987年美国国会的投票情况进行数据补齐,根据投票情况区分议员党派。

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

发表评论

0 个回复

  • matrix eigenvalue of the largest power France. For engineering calculation, Matr...
    矩阵的最大特征值的幂法. 对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。 符号说明: 1A为待求的矩阵, 2Uk,Vk为迭代用的列向量。 3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。 而maxLamda所对应的特征向量由最后一次迭代的Vk所决定. 主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式子迭代。 -matrix eigenvalue of the largest power France. For engineering calculation, Matrix eigenvalues and eigenvectors are very important and common data, here is the power law is a common solution, using the iterative thinking. Symbol : 1A of the question for the matrix, 2Uk, Vk iteration of the column vector. The final three largest eigenvalue maxLamda from last max (uk Hoffmann for the uk the largest absolute value of the absolute value of the element. by decision. While maxLamda corresponding eigenvectors from the last iteration of Vk decision. The main idea was first choice not one of the initial vector 0 U0! = 0, then by the following formula iteration.
    2022-12-15 11:10:03下载
    积分:1
  • Turbo Code simulator 用于仿真的源代码和说明文件。
    Turbo Code simulator 用于仿真的源代码和说明文件。-Turbo Code simulator for the simulation of the source code and documentation.
    2023-04-20 08:25:03下载
    积分:1
  • 基于神经网络的货运量预测
    资源描述根据货运量形成的原因,分析了货运量和相关影响因素之间的关系以及货运量预测的特点,在此基础上,建立货运量预测的广义回归神经网络(General Regression Neural Network,GRNN)模型,并以我国某年的货运量和相关经济指标的历史统计数据作为学习样本,通过拟合训练和外推预测分析,验证了GRNN用于货运量预测的有效性.
    2022-02-26 14:10:55下载
    积分:1
  • 拉格朗日插值的MATLAB
    MatLab的拉格朗日插值法-MatLab Lagrange interpolation
    2022-03-03 04:31:00下载
    积分:1
  • 3D打印机下位机源码(不完整)以及原理图
    3D打印机下位机源码(不完整)以及原理图,网上看到的,觉得不错,包括下位机各部件的驱动以及原理图
    2022-12-11 18:10:05下载
    积分:1
  • java打飞机源码
    用java做的一个打飞机的小游戏,这是整个工程包,里面有所有需要的.java .class文件,可以直接导入到myeclipse下运行 谢谢大家下载,不要乱传 顶一个。。。。哈哈哈啊哈哈哈哈哈
    2023-06-03 21:55:04下载
    积分:1
  • 基于hough的随机变化圆检测
    基于hough的随机变化圆检测,利用对hough算法进行改进,使其效率更高。
    2022-05-28 12:31:24下载
    积分: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
  • 信号处理C语言
    数字信号处理C语言程序集,对于搞数字信号处理的应该有点帮助吧 数字信号处理是研究用数字方法对信号进行分析、变换、滤波、检测、调制、解调以及快速算法的一门技术学科。但很多人认为:数字信号处理主要是研究有关数字滤波技术、离散变换快速算法和谱分析方法。随着数字电路与系统技术以及计算机技术的发展,数字信号处理技术也相应地得到发展,其应用领域十分广泛。数字控制、运动控制方面的应用主要有磁盘驱动控制、引擎控制、激光打印机控制、喷绘机控制、马达控制、电力系统控制、机器人控制、高精度伺服系统控制、数控机床等。
    2022-10-16 06:35:03下载
    积分:1
  • MatrixCalculator_VC++是一个完整的VC++程序,作为初学者或熟悉Matlab的你可能迷惑于用c/c++怎么编写矩阵、向量等,看看例子或许你就...
    MatrixCalculator_VC++是一个完整的VC++程序,作为初学者或熟悉Matlab的你可能迷惑于用c/c++怎么编写矩阵、向量等,看看例子或许你就会有所明白了-MatrixCalculator_VC++ Is a complete VC++ Procedures, as a beginner or you might be familiar with Matlab
    2022-03-24 10:24:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载