代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/196267/8106985
c multi1.c
/*---------------------------------------
MULTI1.C -- Multitasking Demo
(c) Charles Petzold, 1998
---------------------------------------*/
#include
#include
www.eeworm.com/read/396206/8119205
m kalman_multi.m
clc;
clear all;
%clf;
n=6000;
Fs=300;
t=1:n;
X=[10*sin(t/Fs);10*cos(t/Fs)];
N=20*randn(1,n);
Z=[N+X(1,t);N+X(2,t)]; % input signal = Guass state noise + sin/cos
www.eeworm.com/read/396136/8124355
html multi-alternative.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/245324/12804221
m multi_dete.m
function L_out=multi_dete(rec,L_a,sigma)
[K,n]=size(rec);
nstate=2^(K-1);
%R=eye(K);
R=(0.3*ones(K)+0.7*eye(K));
A=eye(K);
for l=1:n
for j=1:K
temp_1=0.0;
temp_0=0.0;
for i=1:n
www.eeworm.com/read/144110/12815121
dep multi2.dep
# Microsoft Developer Studio Generated Dependency File, included by Multi2.mak
www.eeworm.com/read/144110/12815124
dsw multi2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/144110/12815127
dsp multi2.dsp
# Microsoft Developer Studio Project File - Name="Multi2" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/144110/12815131
c multi2.c
/*---------------------------------------
MULTI2.C -- Multitasking Demo
(c) Charles Petzold, 1998
---------------------------------------*/
#include
#include
www.eeworm.com/read/144110/12815134
mak multi2.mak
# Microsoft Developer Studio Generated NMAKE File, Based on Multi2.dsp
!IF "$(CFG)" == ""
CFG=Multi2 - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Multi2 - Win32 Debug.
!ENDIF
www.eeworm.com/read/144110/12815137
dsw multi1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################