代码搜索:模式匹配
找到约 10,000 项符合「模式匹配」的源代码
代码结果 10,000
www.eeworm.com/read/463888/7173873
m sar_sig.m
%%SAR回波
%Stripmap 模式下SAR的回波生成
%NUDT,Hezhihua
%E-mail:skynismile@yahoo.com.cn
%last update:6/7/2005
clear all
%%range:x domain
%x=c*t/2,kx=2*f/c
Tx=200;%时宽200m(1.33us)
Bx=1;%带宽1(1/m)(150MHz)
www.eeworm.com/read/462735/7196979
sdi 1.sdi
,,, ORG 0000H
0000,02 00 30,, JMP BEGIN
,,, ORG 0030H
0030,53 89 F0,BEGIN,BEGIN: ANL TMOD, #0F0H
0033,43 89 00,, ORL TMOD, #00H ;由软件控制的MODE0模式下的定时器0
0036
www.eeworm.com/read/462735/7196982
asm 1.asm
ORG 0000H
JMP BEGIN
ORG 0030H
BEGIN: ANL TMOD, #0F0H
ORL TMOD, #00H ;由软件控制的MODE0模式下的定时器0
CLR C ;C=0
MOV 30H, #8 ;设置右移次数
MOV A, #0FFH ;A=FFH,设定A中的初
www.eeworm.com/read/461110/7233521
cpp algo4-1.cpp
// algo4-1.cpp 实现算法4.6、4.7、4.8的程序
#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/457096/7334259
c spi.c
//pin脚定义
//SD卡使用SPI模式进行读写
//CS ->P2.2
//MOSI->P2.3
//CLK ->P2.4
//MISO->P2.6
//用SPI发送一个字节数据
//#include "spi.h"
void write_byte_spi(uchar dat)
{
uchar i;
for (i = 0; i < 8; i++)
{
www.eeworm.com/read/456942/7336388
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/456942/7336401
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/456043/7359449
txt 12864 st7920.txt
//串行试验程序:
//12864(ST7920)串口C51程序
//12864F(7920)的串行模式C51范例
#include
#include
sbit E_CLK =P2^2;//clock input 同步时钟输入端
sbit RW_SID=P2^1;//data input/outp
www.eeworm.com/read/455648/7369123
c shi.c
#include
#include
//定义定时器0 的重装值
#define RELOAD_HIGH 0x3C
#define RELOAD_LOW 0xD2
//定义按键弹跳时间
#define DB_VAL
//定义设置模式的最大时间间隔
#define TIMEOUT 200
//定义光标位置常数
#define HOME 0