代码搜索:信号链
找到约 10,000 项符合「信号链」的源代码
代码结果 10,000
www.eeworm.com/read/414162/11125776
m exa030307.m
%---------------------------------------------------------------------------------------
% exa030307.m, for example 3.3.7 and fig 3.3.7
% 说明多普勒信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrwv.m,
% 还要用到
www.eeworm.com/read/414162/11125871
m exa030306.m
%---------------------------------------------------------------------------------------
% exa030306.m, for example 3.3.6 and fig 3.3.6
% 说明高斯线性调频信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrpwv.m,
%
www.eeworm.com/read/300456/13913414
cpp main.cpp
/************************************************************************
* file name: main.cpp
* description: 使用类摸板,使你的信号可以方便地更改为各种数据类型。
*
* modification history
* ------------------
www.eeworm.com/read/204642/15335773
m exa030307.m
%---------------------------------------------------------------------------------------
% exa030307.m, for example 3.3.7 and fig 3.3.7
% 说明多普勒信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrwv.m,
% 还要用到
www.eeworm.com/read/204642/15335804
m exa030306.m
%---------------------------------------------------------------------------------------
% exa030306.m, for example 3.3.6 and fig 3.3.6
% 说明高斯线性调频信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrpwv.m,
%
www.eeworm.com/read/200352/15435061
m exa030307.m
%---------------------------------------------------------------------------------------
% exa030307.m, for example 3.3.7 and fig 3.3.7
% 说明多普勒信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrwv.m,
% 还要用到
www.eeworm.com/read/200352/15435092
m exa030306.m
%---------------------------------------------------------------------------------------
% exa030306.m, for example 3.3.6 and fig 3.3.6
% 说明高斯线性调频信号的WVD;
%
% 注:在该程序中,用到了子程序 tfrpwv.m,
%
www.eeworm.com/read/289577/8542671
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/287904/8662767
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/431296/8690715
c 9.45.c
9.45③ 假设哈希表长为m,哈希函数为H(x),用链地址法
处理冲突。试编写输入一组关键字并建造哈希表的算法。
实现下列函数:
int BuildHashTab(ChainHashTab &H, int n, HKeyType es[]);
/* 直接调用下列函数 */
/* 哈希函数: