代码搜索:匹配电路
找到约 10,000 项符合「匹配电路」的源代码
代码结果 10,000
www.eeworm.com/read/364308/2906408
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin
www.eeworm.com/read/351718/3099466
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin
www.eeworm.com/read/155906/5617630
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin
www.eeworm.com/read/155859/5618023
c moto_pwm.c
/////////直流电机驱动调试电路//////////////
/////////moto_PWM.c//////////////////////////
#include
typedef unsigned int uint;
typedef unsigned char uchar;
typedef unsigned long ulong;
#defin
www.eeworm.com/read/395471/8171889
vhd songer.vhd
LIBRARY IEEE; -- 硬件演奏电路顶层设计
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY Songer IS
PORT ( CLK12MHZ : IN STD_LOGIC; --音调频率信号
CLK8H
www.eeworm.com/read/191861/8419117
cpp kuohaopipei.cpp
//刮号匹配的检验kuohaopipei.cpp
#include
#include
#include
typedef char Status;
typedef char SElemType;
#include "stack.cpp"
void main()
{SqStack *p;
int n,m=32,q=0;
www.eeworm.com/read/191796/8422349
txt kuohaopipei.txt
//刮号匹配的检验kuohaopipei.cpp
#include
#include
#include
typedef char Status;
typedef char SElemType;
#include "stack.cpp"
void main()
{SqStack *p;
int n,m=32,q=0;
www.eeworm.com/read/432184/8621232
h gravitytrack.h
#define EDGE_SPACE 5 //计算时留出的边界宽度
#define EDGE_DRAW 20 //画框跟踪窗时扩出的边界宽度
#define BLOCK_NUMBER 5 //分块数目
#define TEMPLETE_SIZE 60 //匹配模板大小
www.eeworm.com/read/283541/9010474
cpp findstr.cpp
//字符串的模式匹配Findstr.cpp
#include
#include
#include
#include
#include
#define MAXSTRLEN 64
void GetNext(char T[MAXSTRLEN],int (&next)[64])
{i