代码搜索:车型检测
找到约 5,920 项符合「车型检测」的源代码
代码结果 5,920
www.eeworm.com/read/405579/11460328
vi 功率谱检测.vi
www.eeworm.com/read/261707/11627754
c 速度检测程序.c
#include
#define LLL 3.666667 /*每次脉冲小车移动的距离*/
sbit p30=P3^0;
sbit p31=P3^1;
sbit p33=P3^3;
sbit p34=P3^4;
unsigned char code tab[10]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,
www.eeworm.com/read/261707/11627776
c 频率检测程序.c
#include
sbit p30=P3^0;
sbit p31=P3^1;
sbit p33=P3^3;
sbit p34=P3^4;
unsigned char code tab[10]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90};
unsigned int xianshi=0,yichucish
www.eeworm.com/read/260538/11721203
ppt 1811 素数检测.ppt
www.eeworm.com/read/346274/11757079
rar 1811 素数检测.rar
www.eeworm.com/read/156589/11790803
txt 检测鼠标位置.txt
检测鼠标位置
例如,通过一个定时器Timer1的触发事件源来检测鼠标位置
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
TPoint pt;
GetCursorPos(&pt);
Label1->Caption = "(" +IntToStr(pt.x) +")(" +Int
www.eeworm.com/read/155348/11883913
cab 通信检测系统.cab
www.eeworm.com/read/155348/11883990
exe 通信检测系统.exe
www.eeworm.com/read/155348/11883997
bat 通信检测系统.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"d:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "工程1.DDF"
www.eeworm.com/read/257871/11909666