代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/125156/14511570
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AIDemo.rc
//
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDR_
www.eeworm.com/read/223229/14649264
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AIDemo.rc
//
#define IDD_ABOUTBOX 100
#define IDP_OLE_INIT_FAILED 100
#define IDR_
www.eeworm.com/read/189283/8480545
m chenmh_nngha.m
function W = Chenmh_NNGHA(x,r,yita,iter_time)
% Chen minhua, 2006.02.10.
% Generalized Hebbian Algorithm(GHA).
[p,T] = size(x);
W = eye(p); W = W(:,1:r);
for iter = 1:iter_time
x_p = x(
www.eeworm.com/read/383589/8933154
pem s_rsa1024_pub.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 1 (0x1)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=US, ST=Some State, L=Somewhere, O=Your Company, OU=De
www.eeworm.com/read/383589/8933167
pem c_rsa1024_pub.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 2 (0x2)
Signature Algorithm: md5WithRSAEncryption
Issuer: C=US, ST=Some State, L=Somewhere, O=Your Company, OU=De
www.eeworm.com/read/427211/8966038
m test_hmm_forward_backword.m
%% settings
N = 3; % number of states
T = 8192; % length of data sequence
L = 3; % number of value in descrete distribution
%% random parameters
a_real = abs(randn(N,N));
www.eeworm.com/read/373344/9462215
m test_bicg.m
function test_it = test_bicg()
%
% function[test_it] = test_bicg()
%
% test_bicg.m tests bicg.m. It generates several test systems and
% applies the BiCG solution algorithm as implemented in bicg.m.
www.eeworm.com/read/373344/9462246
m test_sor.m
function test_it = test_sor()
%
% function[test_it] = test_sor()
%
% test_sor.m tests sor.m. It generates several test systems and
% applies the QMR solution algorithm as implemented in sor.m.
%
% Th
www.eeworm.com/read/373344/9462271
m test_cgs.m
function test_it = test_cgs()
%
% function[test_it] = test_cgs()
%
% test_cgs.m tests cgs.m. It generates several test systems and
% applies the CGS solution algorithm as implemented in cgs.m.
%
% Th
www.eeworm.com/read/174810/9573471
m test_overload_menu.m
%****************************************************************
% 内容概述:TURBO译码计算速对测试(菜单式)
% 设定计算时长,检测单位时间内的译码bit数
% 该程序用于定性分析各种译码算法在不同条件下的计算速度
% 其计算比特率是对算法复杂性的直观反映。
%