代码搜索:车辆识别
找到约 4,536 项符合「车辆识别」的源代码
代码结果 4,536
www.eeworm.com/read/269568/11092597
frm form3.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form3
BackColor = &H00C0FFFF&
Caption = "车辆管理查询修改"
ClientHeight =
www.eeworm.com/read/147826/12518670
bak videoexits.h.bak
#pragma once
#pragma comment(lib,"FYJ\\VideoExits\\VideoExits.lib")
typedef int (WINAPI *PFCALLBACK)(int iChanel) ;//回调函数,用于通知调用系统发现车辆,由主系统做出相应处理
//初始化,分配内存,指定进行检测的模拟线圈数iNumVE
www.eeworm.com/read/147826/12518673
h videoexits.h
#pragma once
#pragma comment(lib,"VideoExits\\VideoExits.lib")
typedef int (WINAPI *PFCALLBACK)(int iChanel) ;//回调函数,用于通知调用系统发现车辆,由主系统做出相应处理
//初始化,分配内存,指定进行检测的模拟线圈数iNumVE
www.eeworm.com/read/147826/12518676
pas videoexits.pas
unit VideoExits;
interface
uses windows;
TYPE
PFCALLBACK = function(iChanel:integer):integer;stdcall;//回调函数,用于通知调用系统发现车辆,由主系统做出相应处理
//初始化,分配内存,指定进行检测的模拟线圈数
www.eeworm.com/read/437355/7750516
c pcf8563.c
/*---------------PCF8563修改历史----------------
2008.5.4 添加启动停止函数
2008.5.8 添加键值管理和识别函数
2008.5.8 添加时间显示函数year_display()等
2008.5.9 添加部分调节时间的代码
2008.5.11 添加闹钟显示部分
20
www.eeworm.com/read/330202/12907448
m ipca_jc_1.m
% IPCA_JC_1.m 19th, May, 2008 made by J.Chen
% reference: 一种增量PCA算法及其在人脸识别中的应用. 夏鹏,张浩然,徐展敏
%-------------------------------PCA & Test---------------------------------
X1 = [];
www.eeworm.com/read/317492/13504236
m intmain.m
%%%%%%%%%% 通信信号调制识别及解调主程序 %%%%%%%%%%%%%%%
clear all;
close all;
clc
ss=get(0,'screensize'); %屏幕分辨率
sl=ss(1,3); %主程序界面宽度
sw=ss(1,4); %主程序界面高度
swin
www.eeworm.com/read/301068/13866794
c control.c
//************************
// 路径识别部分
//************************
//找到黑线位置,存入diff[SIZE_Y]中
//扫描式黑线查找法
void ScanLine(void){
static signed char left,right; //每一行的搜索范围,左起始和右结束
static sig
www.eeworm.com/read/301064/13866829
c control.c
//************************
// 路径识别部分
//************************
//找到黑线位置,存入diff[SIZE_Y]中
//扫描式黑线查找法
void ScanLine(void){
static signed char left,right; //每一行的搜索范围,左起始和右结束
static si
www.eeworm.com/read/403482/11515612
c main.c
/*---------------------------------
记住调整ID时键盘发的码和PELCO有点相同,程序要加识别处理的
-----------------------------------*/
/*-----------------------------------------------
明景的键盘PELCO-P球机ID为实际球机ID少1,程序要进行处