代码搜索:道路识别
找到约 3,720 项符合「道路识别」的源代码
代码结果 3,720
www.eeworm.com/read/358610/6282448
obj 语音识别.obj
www.eeworm.com/read/155680/11855471
cpp 文法识别.cpp
//写一程序识别字符串a((a|b)*|ab*a)*b
#include
int isloop1(char *str)//找出连续b的序列。
{
char *p=str;
int sum=0;
if(*p=='b')
{
sum++;
p++;
return sum+isloop1(p);
}
www.eeworm.com/read/257458/11925816
cpp 识别练习.cpp
#include
#include
#include
#include
#include"stdlib.h"
//定义PI的大小
#define pi 3.1415926
double AverageRandom(double min,double max);
double Norm
www.eeworm.com/read/230205/14297229
ppt 人脸识别.ppt
www.eeworm.com/read/228202/14396211
opt 数字识别.opt
www.eeworm.com/read/228202/14396212
ncb 数字识别.ncb
www.eeworm.com/read/228202/14396214
rc 数字识别.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/228202/14396220
ico 数字识别.ico
www.eeworm.com/read/228202/14396221
dsw 数字识别.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/228202/14396223
plg 数字识别.plg
Build Log
--------------------Configuration: 数字识别 - Win32 Debug--------------------
Command Lines
Results
数字识别.exe - 0 error(s)