代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/101790/15807828
htm subject_32524.htm
序号:32524 发表者:lin min 发表日期:2003-03-12 19:07:33
主题:msdn里的例子出了编译错误?
内容:/* BEGTHRD.C illustrates multiple threads using functions: * * _beginthrea
www.eeworm.com/read/187893/8594044
h bs.h
/* bs.h */
#ifdef _BS_H
#warning FIXME Multiple inclusion of bs.h
#else
#define _BS_H
typedef struct bs_s
{
uint8_t *p_start;
uint8_t *p;
uint8_t *p_end;
int i_left
www.eeworm.com/read/178493/9394428
c uart.c
#include
#include
#include
#include "uart.h"
/* some mcus have multiple uarts */
#ifdef UDR0
#define UBRRH UBRR0H
#define UBRRL UBRR0L
#define UDR UDR0
#defin
www.eeworm.com/read/355337/10274863
m eimm_predict.m
%IMM_PREDICT Interacting Multiple Model (IMM) Filter prediction step
%
% Syntax:
% [X_p,P_p,c_j,X,P] = EIMM_PREDICT(X_ip,P_ip,MU_ip,p_ij,ind,dims,A,a,param,Q)
%
% In:
% X_ip - Cell array contain
www.eeworm.com/read/355337/10274952
m eimm_filter.m
%EIMM_FILTER Extended Interacting Multiple Model (IMM) Filter prediction and update steps
%
% Syntax:
% [X_i,P_i,MU,X,P] = IMM_FILTER(X_ip,P_ip,MU_ip,p_ij,ind,dims,A,Q,Y,H,R)
%
% In:
% X_ip - Ce
www.eeworm.com/read/212797/6962563
m vtb9_2.m
function [x,xd]=vtb9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/212797/6962573
m vtb1_2.m
function [x,xd]=vtb1_2(n,dt,x0,xd0,a,b,c)
%VTB1_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB1_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/272224/7096348
m vtb9_2.m
function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c)
%VTB9_2 Finds the multiple degree of freedom system
% undamped response using Euler's method.
% x=VTB9_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/272224/7096356
m vtb1_2.m
function [x,xd]=VTB1_2(n,dt,x0,xd0,a,b,c)
%VTB1_2 Finds the multiple degree of freedom system
% unforced response using Euler's method.
% x=VTB1_2(n,dt,x0,a) Solves the system given the
% in
www.eeworm.com/read/462441/7201670
m qam16.m
clear
N = 2*10^5; % number of symbols
alpha16qam = [-3 -1 1 3]; % 16-QAM alphabets
Es_N0_dB = [0:20]; % multiple Es/N0 values
ipHat = zeros(1,N);
for ii = 1:length(Es_N0_dB)
ip = randsrc(1