代码搜索结果
找到约 10,000 项符合
6 的代码
al6_6.c
/*案例代码文件名:AL6_6.C*/
/*功能:将2维字符数组进行初始化,并在屏幕上输出*/
main()
{int i;
char name[5][9]={"张三山", "李四季", "王五魁", "刘六顺", "赵七巧"};
for(i=0;i
example6_6.m
load cnoislop;
s=cnoislop;
subplot(7,1,1);
plot(s);
Ylabel('s');
title('原始信号和各层近似');
[c,l]=wavedec(s,6,'db3');
for i=1:6
decom=wrcoef('a',c,l,'db3',7-i);
subplot(7,1,i+1);
plot(deco
main6-6.cpp
// main6-6.cpp 检验bo6-6.cpp的主程序
#define CHAR // 字符型
// #define INT // 整型(二者选一)
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; // 字符型以空格符为空
#define form "%c" // 输入输出的格式为%c
#
bo6-6.cpp
// bo6-6.cpp 二叉树的三叉链表存储(存储结构由c6-6.h定义)的基本操作(21个)
#define ClearBiTree DestroyBiTree // 清空二叉树和销毁二叉树的操作一样
void InitBiTree(BiPTree &T)
{ // 操作结果:构造空二叉树T
T=NULL;
}
void DestroyBiTree(BiPTr
c6-6.h
// c6-6.h 二叉树的三叉链表存储表示
typedef struct BiTPNode
{
TElemType data;
BiTPNode *parent,*lchild,*rchild; // 双亲、左右孩子指针
}BiTPNode,*BiPTree;
singen6_6.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% singen6_6 - This routine generates the sinewave corrupted by white
% noise for experiments in Section 6.6
%%%%%%%%
singen6_6.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% singen6_6 - This program generates the sinewave corrupted by white noise
% for experiments in Section 7.7.1 (
6_6.c.bak
#include
main(){
}
test6_6.txt
#include
#include
#include
int main(int argc,char *argv[])
{
char symname[ ]={"mysym"};
char buf[80];
if(argc