代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/405084/11472032
m fig4_4.m
% Use this program to reproduce Fig 4.4 of text
close all
clear all
eps = 0.0001;
taup = 2.;
fd = -10./taup:.05:10./taup;
uncer = abs( sinc(taup .* fd));
ambg = uncer.^2;
plot(fd, ambg,'k')
x
www.eeworm.com/read/404153/11490989
asm example 4-4.asm
;Example 4 - 4. Biquad IIR Filter ASM Listing for the TMS320C54x DSP
.sect ”iir”
iir_task:
STM #K_FRAME_SIZE–1, BRC ; Perform filtering for xx samples
RPTB iir_filter_loop–1
LD *
www.eeworm.com/read/403688/11512967
cpp algo4-4.cpp
// algo4-4.cpp 根据algo4-3.cpp产生的文件,索引查询图书
#include"c1.h"
typedef int ElemType;
#include"c2-5.h"
#include"bo2-6.cpp"
#include"c4-2.h"
#include"bo4-2.cpp"
#define MaxBookNum 10 // 假设只对10
www.eeworm.com/read/402117/11542979
m fig4_4.m
% Use this program to reproduce Fig 4.4 of text
close all
clear all
eps = 0.0001;
taup = 2.;
fd = -10./taup:.05:10./taup;
uncer = abs( sinc(taup .* fd));
ambg = uncer.^2;
plot(fd, ambg,'k')
x
www.eeworm.com/read/401642/11552578
c algo4-4.c
/* algo4-4.c 生成书名关键词索引文件bookidx.txt,算法4.9~4.14 */
/* 为运行algo4-5.c做准备 */
#include"c1.h"
typedef int ElemType;
#include"c2-5.h"
#include"bo2-6.c"
#include"c4-2.h"
#include"bo4-2.c"
#d
www.eeworm.com/read/401552/11556219
cpp c4-4.cpp
#include
using namespace std;
inline int max(int,int, int);
int main()
{
int i=10,j=20,k=30,m;
m=max(i,j,k);
cout
www.eeworm.com/read/401480/11557277
m fig4_4.m
% Use this program to reproduce Fig 4.4 of text
close all
clear all
eps = 0.0001;
taup = 2.;
fd = -10./taup:.05:10./taup;
uncer = abs( sinc(taup .* fd));
ambg = uncer.^2;
plot(fd, ambg,'k')
x