代码搜索:协方差矩阵

找到约 10,000 项符合「协方差矩阵」的源代码

代码结果 10,000
www.eeworm.com/read/209499/15218195

m com_decoder_logmap.m

function [soft_out,ex_info]=com_decoder_logmap(in,app) %**************************************************************** % 内容概述:子译码器。 % 利用硬件化的方式实现TURBO码的LOG-MAP译码 % 生成矩阵按照3GPP标准为
www.eeworm.com/read/206590/15293476

txt 文本文档.txt

function [bestpop,trace]=ga(d,termops,num,pc,cxops,pm,alpha) % %———————————————————————— %[bestpop,trace]=ga(d,termops,num,pc,cxops,pm,alpha) %d:距离矩阵 %termops:种群代数 %num:每代染色体的个数 %pc:交叉概率 %cxop
www.eeworm.com/read/452570/1653935

java sample3_11.java

/* * 示例程序Sample3_11: Matrix类的一般实矩阵的QR分解 */ package javaalgorithm.sample; import javaalgorithm.algorithm.Matrix; public class Sample3_11 { public static void main(String[] args) {
www.eeworm.com/read/335534/3358551

m exa090804_svd.m

%----------------------------------------------------------------------- % exa090804_svd.m, for example 9.8.4 % to test svd.m; % 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同, % 但奇异值是一样的 %---------
www.eeworm.com/read/309176/3706563

cs sample3_8.cs

/* * 示例程序Sample3_8: Matrix类的求矩阵秩的全选主元高斯消去法 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(string
www.eeworm.com/read/309176/3706618

cs sample3_12.cs

/* * 示例程序Sample3_12: Matrix类的一般实矩阵的奇异值分解 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(string[]
www.eeworm.com/read/289252/3991612

frm frmmagic.frm

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form frmMagic Caption = "魔方矩阵" ClientHeight = 4365 ClientLeft = 60
www.eeworm.com/read/286417/4039513

java sample3_11.java

/* * 示例程序Sample3_11: Matrix类的一般实矩阵的QR分解 */ package javaalgorithm.sample; import javaalgorithm.algorithm.Matrix; public class Sample3_11 { public static void main(String[] args) {
www.eeworm.com/read/392094/2516096

cs sample3_8.cs

/* * 示例程序Sample3_8: Matrix类的求矩阵秩的全选主元高斯消去法 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(string
www.eeworm.com/read/392094/2516151

cs sample3_12.cs

/* * 示例程序Sample3_12: Matrix类的一般实矩阵的奇异值分解 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(string[]