代码搜索:识别算法

找到约 10,000 项符合「识别算法」的源代码

代码结果 10,000
www.eeworm.com/read/307977/13711910

pdf 笔迹识别.pdf

www.eeworm.com/read/358610/6282416

rap 语音识别.rap

[Project] Assembler=cpp Type=Win32 App Description=Speek Recognise Backup=$P\Bak\ Group=1 GroupExpand=1 [Files] 1=语音识别.cpp 2=语音识别.h 3=语音识别.Rc 4=语音识别.dlg 5=Record.cpp 6=Record.h [MakeFile
www.eeworm.com/read/358610/6282417

rc 语音识别.rc

#include "Res/语音识别Lng.rc" #include "Res/语音识别Dlg.rc" #include "Res/语音识别Res.rc"
www.eeworm.com/read/358610/6282419

dlg 语音识别.dlg

www.eeworm.com/read/358610/6282424

res 语音识别.res

www.eeworm.com/read/358610/6282441

h 语音识别.h

www.eeworm.com/read/358610/6282442

cpp 语音识别.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/6282444

exe 语音识别.exe

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); }