代码搜索结果
找到约 10,000 项符合
5 的代码
main5-5.c
/* main5-5.c 检验bo5-5.c的主程序 */
#include"c1.h"
typedef char AtomType; /* 定义原子类型为字符型 */
#include"c5-5.h" /* 定义广义表的头尾链表存储 */
#include"bo5-5.c"
void visit(AtomType e)
{
printf("%c ", e);
ex5_5.m
x=0:pi/100:2*pi;
y1=0.2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y1)
hold on
y2=2*exp(-0.5*x).*cos(pi*x);
plot(x,y2);
hold off
example 5-5.asm
; Example 5 - 5. BLK FIR Filter ASM Listing for the TMS320C55x DSP
******************************************************************************
* FILE: BFIR_MNE.ASM *
* DESCRIPTION: Mnemoni
example5_5.m
I = imread('rice.tif');
BW = roicolor(I,150,200);
imshow(I);
figure;
imshow(BW)
f5_5.m
%产生非平稳信号
sig=atoms(128,[32,0.15,20,1;96,0.15,20,1;32,0.35,20,1;96,0.35,20,1]);
%时域波形
figure(2)
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%计算Wigner-Ville分布
[tfr,t,f]=tf
5-5.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
5-5.m51
BL51 BANKED LINKER/LOCATER V5.03 05/20/2004 11:41:58 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
bo5-5.cpp
// bo5-5.cpp 广义表的头尾链表存储(存储结构由c5-5.h定义)的基本操作(11个)
Status InitGList(GList &L)
{ // 创建空的广义表L
L=NULL;
return OK;
}
void DestroyGList(GList &L) // 广义表的头尾链表存储的销毁操作
{ // 销毁广义表L
GList