代码搜索:识别算法
找到约 10,000 项符合「识别算法」的源代码
代码结果 10,000
www.eeworm.com/read/162616/10290995
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/162616/10290996
dsp 文法识别.dsp
# Microsoft Developer Studio Project File - Name="文法识别" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/162616/10290997
plg 文法识别.plg
Build Log
--------------------Configuration: 文法识别 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\WuHaoke\
www.eeworm.com/read/159794/10616983
txt 字母识别.txt
%初始化
[alphabet,targets]=prprob;
[R,Q]=size(alphabet);
[S2,Q]=size(targets);
S1=10;
[R,Q]=size(alphabet);
[S2,Q]=size(targets);
P=alphabet;
net=newff(minmax(P),[S1 S2],{'logsig' 'logsig'},'trai
www.eeworm.com/read/144804/12771691
txt 识别结果.txt
Style:result
Stage:1
Condition attributes number:4
Tests number:20
A B C D 识别值 所用规则
0.737500 0.375000 0.637500 0.225000 2 3
0.612500 0.387500 0.187500 0.025000 0 1
0.675000 0.375000 0.562500 0.
www.eeworm.com/read/325221/13217493
dsw 识别文法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/325221/13217498
plg 识别文法.plg
Build Log
--------------------Configuration: 识别文法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/325221/13217504
ncb 识别文法.ncb
www.eeworm.com/read/325221/13217507
opt 识别文法.opt
www.eeworm.com/read/325221/13217509
dsp 识别文法.dsp
# Microsoft Developer Studio Project File - Name="识别文法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons