代码搜索结果
找到约 10,000 项符合
6 的代码
exam6_6.cpp
// Exam6_6.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Exam6_6.h"
#include "MainFrm.h"
#include "Exam6_6Doc.h"
#include "Exam6_6View.h"
#ifdef
exam6_6.h
// Exam6_6.h : main header file for the EXAM6_6 application
//
#if !defined(AFX_EXAM6_6_H__83CA20D8_CE07_47BB_9BE9_7001BCBC5DE6__INCLUDED_)
#define AFX_EXAM6_6_H__83CA20D8_CE07_47BB_9BE9_7001BCBC
exam6_6.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CExam6_6View
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Exam6
prg6_6.c
// File: prg6_6.c
#include /* These are the usual header files */
#include /* for bzero() */
#include /* for close() */
#include
bo6-6.cpp
// bo6-6.cpp 二叉树的三叉链表存储(存储结构由c6-7.h定义)的基本操作(21个)
Status InitBiTree(BiPTree &T)
{ // 操作结果: 构造空二叉树T
T=NULL;
return OK;
}
void DestroyBiTree(BiPTree &T)
{ // 初始条件: 二叉树T存在。操作结果: 销毁二叉树
main6-6.cpp
// main6-6.cpp 检验bo6-6.cpp的主程序
#define CHAR // 字符型
//#define INT // 整型(二者选一)
#include"c1.h"
#ifdef CHAR
typedef char TElemType;
TElemType Nil=' '; // 字符型以空格符为空
#endif
#ifdef INT
c6-6.h
// c6-6.h 二叉树的三叉链表存储表示
typedef struct BiTPNode
{
TElemType data;
BiTPNode *parent,*lchild,*rchild; // 双亲、左右孩子指针
}BiTPNode,*BiPTree;
exa6_6.m
Hc_grid=uicontrol(gcf,'style','toggle',...
'string','Grid',...
'position',[20 45 100 20],...
'callback','grid')
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