代码搜索:模式匹配
找到约 10,000 项符合「模式匹配」的源代码
代码结果 10,000
www.eeworm.com/read/455392/7372668
c 10_3_2.c
//单片机发送和接收字符的程序实例:
#include
unsigned idata rx[10];
unsigned idata tx[10];
unsigned receive(unsigned addrs);
unsigned send();
main()
{
TMOD=0x20; //定时器T1定义为模式2
TL1=0xE6;TH1=0
www.eeworm.com/read/454932/7381640
cpp algo4-2.cpp
// algo4-2.cpp 实现算法4.6、4.8的程序
#include"c1.h"
#include"c4-1.h"
#include"bo4-1.cpp"
void get_nextval(SString T,int nextval[])
{ // 求模式串T的next函数修正值并存入数组nextval。算法4.8
int i=1,j=0;
nex
www.eeworm.com/read/454932/7381653
cpp algo4-1.cpp
// algo4-1.cpp 实现算法4.6、4.7的程序
#include"c1.h"
#include"c4-1.h"
#include"bo4-1.cpp"
void get_next(SString T,int next[])
{ // 求模式串T的next函数值并存入数组next 算法 4.7
int i=1,j=0;
next[1]=0;
www.eeworm.com/read/451444/7463700
plg ex1.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\working\temp\ucOS_II移植到Keilc51小模式下简介\uc_51_small\Ex1_Keil\ex1.uv2
Project File Date:
www.eeworm.com/read/450376/7484982
dbg t1_bell.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\AVR\我的程序\定时器1的普通模式实验\
FILE cfg.h
FUNC port_init 98 fV
BLOCK 11 98
LINE 11 98
LINE 12 98
LINE 13 9A
BLOCKEND 0 9C
FUNCEND 9C
FUNC timer1_i
www.eeworm.com/read/327991/7532473
m program_11_07.m
% 当前延拓模式是补零
% 装载原始图像
load sinsin;
% 绘制原始图像
subplot(2,2,1);
image(X);
colormap(map);
title('原始图像');
% X 包含装载的图像
% 使用db1对X进行尺度为2的分解
[c,s] = wavedec2(X,2,'db1');
sizex = size(X)
sizec = size
www.eeworm.com/read/327991/7532479
m program_11_06.m
% 当前延拓模式是补零
% 装载原始图像
load sinsin;
% X 包含原始图像
% 绘制原始图像
subplot(3,3,1);
image(X);
colormap(map);
title('原始图像');
% 使用db1对X进行尺度为2的分解
[c,s] = wavedec2(X,2,'db1');
sizex = size(X)
sizec = siz
www.eeworm.com/read/327991/7532507
m program_10_12.m
% 当前的延拓模式是补零(参见dwtmode函数)
% 装载原始一维信号
load sumsin; s = sumsin;
% 使用db1执行3层小波分解
[c,l] = wavedec(s,3,'db1');
subplot(311); plot(s);
title('原始信号s.');
subplot(312); plot(c);
title(' 3层小波分解结构')
www.eeworm.com/read/327991/7532513
m program_10_06.m
% 当前扩展模式是补零
% 构造原始一维信号s
randn('seed',531316785)
s = 2 + kron(ones(1,8),[1 -1]) + ...
((1:16).^2)/32 + 0.2*randn(1,16);
% 使用db2进行单尺度dwt
[ca1,cd1] = dwt(s,'db2');
subplot(221); plot(ca1);
www.eeworm.com/read/327991/7532555
m program_12_09.m
% 当前的延拓模式是补零
% 装载信号
load noisdopp; x = noisdopp;
% 使用默认熵(shannon熵),用db1小波对x进行2层分解
t = wpdec(x,2,'db1','shannon');
% 读取所有结点的熵值
nodes = allnodes(t);
ent = read(t,'ent',nodes);
ent'
% 更新结点熵
t =