代码搜索:道路识别
找到约 3,720 项符合「道路识别」的源代码
代码结果 3,720
www.eeworm.com/read/366685/9804821
_h rtc._h
#ifndef uchar
#define uchar unsigned char
#define uint unsigned int
#endif
#define SD2303 0x64 //SD2303器件IIC识别码
uchar F_Flag;
uchar time[15]={2,0,0,4,1,2,2,7,1,1,7,3,0,5,0};
uchar Set_T
www.eeworm.com/read/366119/9832018
c main.c
/* ****************************************************************
** 功能描述: 采用查询方式识别键盘,按下K1键时第一个数码管数码管显示1,按下K2键时显示2,按下K3键时显示3,按下K4键时显示4
*************************************************************
www.eeworm.com/read/163751/10147401
m classify.m
function [Success,ClassifyTime] = Classify(TrainX,TrainClass,TestX,TestClass);
%
% 分类。对TestX的每一样本根据已知类别的TrainX进行分类
% 并根据TestClass返回TestX的识别结果Result
% TrainX的每一列是一个样本,TrainClass(i)是TrainX第i列的类别。
%
www.eeworm.com/read/162589/10293069
txt readme.txt
USB接口编程源代码
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。
转载请注明来源:
开源盛世-源代码下载网
http://www.vscodes.com
www.eeworm.com/read/350723/10716286
c cvt_c2c.c
/***
*Cvt_C2C.c - 由双引号定义的字符串转换为数组定义的字符串.
*
*Purpose:
* 用于处理中文, 韩文时, 当编译器无法识别全角字符的场合.
*
*Copyright:
* Modified by Denny
* 2004-12-01 11:28
* All rights reserved.
*
*Environment:
* Editor
www.eeworm.com/read/419603/10856007
_h rtc._h
#ifndef uchar
#define uchar unsigned char
#define uint unsigned int
#endif
#define SD2303 0x64 //SD2303器件IIC识别码
uchar F_Flag;
uchar time[15]={2,0,0,4,1,2,2,7,1,1,7,3,0,5,0};
uchar Set_T
www.eeworm.com/read/271072/11009828
h config.h
#ifndef __CONFIG_H__
#define __CONFIG_H__
//在AIX和HP平台下,编译器不能自动识别,需要在这里使用宏定义进行控制
// ssj ADD 2005-9-20
#if defined(AIX)
#define HAVE_STDINT_H 1
#if defined(AIX_BITS64) || defined(BIT64)
www.eeworm.com/read/416681/11018022
txt 3.12readme.txt
要点:
通过对各个箱子中量的不同取法来识别那个是劣质箱子。
input
10
102210
output
Input the number of boxes:10
1 box take 1 units.
2 box take 2 units.
3 box take 4 units.
4 box take 8 units.
5 box take 16 units.
6 box
www.eeworm.com/read/470471/6911390
m ex3.m
% 数字识别
% 引自《神经网络模型及其MATLAB仿真程序设计》一书P94~98
% 生成输入向量和目标向量
clear all;
'LOADING......'
for kk = 0:99
p1=ones(16,16);
m=strcat('nums\',int2str(kk),'.bmp');
x=imread(m,'bmp');
b
www.eeworm.com/read/460535/7247952
m ex3.m
% 数字识别
% 引自《神经网络模型及其MATLAB仿真程序设计》一书P94~98
% 生成输入向量和目标向量
clear all;
'LOADING......'
for kk = 0:99
p1=ones(16,16);
m=strcat('nums\',int2str(kk),'.bmp');
x=imread(m,'bmp');
b