代码搜索:自举升压结构
找到约 10,000 项符合「自举升压结构」的源代码
代码结果 10,000
www.eeworm.com/read/313705/13582280
m ofdm1.m
for SNR=1:20 %信噪比取值,dB为单位
fl=128; %设置FFT长度
Ns=6; %设置一个帧结构中OFDM符号个数
para=128; %设置并行传播的子载波个数
sr=2500
www.eeworm.com/read/313110/13596380
asm cha.asm
; 第四章 子程序结构
; 实验二
data segment
three db 3
mon db 3, 4 dup (?)
alf db '???','$'
tab db 'jan','feb','mar','apr','may','jun'
db 'jul','aug','sep','oct','
www.eeworm.com/read/311844/13624699
c 37.c
#include
#include
#define NUM 3
main( )
{
FILE *fp1; /*定义文件指针*/
char *temp;
int i,j;
struct rec{ /*定义结构体类型*/
char id[10];
char name[15];
www.eeworm.com/read/311447/13630941
m dfbrec_l.m
function x = dfbrec_l(y, f)
% DFBREC_L Directional Filterbank Reconstruction using Ladder Structure定向filterbank重建中的应用梯形结构
%
% x = dfbrec_l(y, fname)
%
% Input:
% y: subband images in a cell ve
www.eeworm.com/read/302805/13827070
cpp 赋值语句.cpp
#include
#include
#include
using namespace std;
#define MAXSIZE 100 //定义栈的大小
#define N -2
typedef char datatype; //以char作为栈中元素
typedef struct //定义一个栈结构
www.eeworm.com/read/302160/13840580
txt 91.txt
礼拜堂的屋顶屋架外露,不仅不影响高敞庄严的感觉,同时还增加空间的变化,常见的有木造屋架、钢骨屋架及拱筋穹窿顶三种结构。
www.eeworm.com/read/302125/13841782
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 数据结构课程设计之数组应用2.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "s
www.eeworm.com/read/301588/13855699
m exa152.m
%exa152_Lattice_ARMA.m for example 1-52
%Lattice structure ARMA system ARMA系统的Lattice结构
b=[0.3 0.2];%system parameter
a=[1 -0.4 -0.7];%system parameter
[k,v]=tf2latc(b,a)