代码搜索:道路识别

找到约 3,720 项符合「道路识别」的源代码

代码结果 3,720
www.eeworm.com/read/141731/12988923

doc ~$识别project.doc

www.eeworm.com/read/326036/13169563

txt c动物识别.txt

//#ifndef ANIMAL_H //#define ANIMAL_H //#endif #define True 1 #define False 0 #define DontKnow -1 #include #include #include //事实集(概念集) char *str[]={"",
www.eeworm.com/read/309708/13666222

pdf 模式识别.pdf

www.eeworm.com/read/305293/13774656

c bp网络识别.c

// //bp网络识别 // //训练集4,输入单元46(有阈值-1),输出单元4,隐层1,隐单元10 //学习率0.05,允许误差上限0.005,最大迭代次数5000 // //"训练.txt"存放图2.1训练集合 //"识别1.txt"存放图2.2识别集合 //"识别2.txt"存放图2.3识别集合 //"识别3.txt"存放图2.4识别集合 //"result.txt
www.eeworm.com/read/358610/6282434

cpp 语音识别(1).cpp

#include BOOL DlgProc(HWND, UINT, WPARAM, LPARAM) ; #include "Record.cpp" HINSTANCE hInst; int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR szCmdLine, int iCmdSh
www.eeworm.com/read/358610/6282437

cpp 语音识别(2).cpp

#include BOOL DlgProc(HWND, UINT, WPARAM, LPARAM) ; HINSTANCE hInst; int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR szCmdLine, int iCmdShow) { //添加处理代码;