代码搜索:recognize
找到约 421 项符合「recognize」的源代码
代码结果 421
www.eeworm.com/read/183855/9134694
recognize
www.eeworm.com/read/256508/11993767
recognize
www.eeworm.com/read/108818/15574884
recognize
#!/bin/sh
#--------------------------- Shell MegaWave2 Macro --------------------------#
_sccsid="%Z%MegaWave2 %R%, %M% %I%, %G%";
_Prog="RECOGNIZE"
_Vers="1.0"
_Date="1996"
_Func="Recognize an image
www.eeworm.com/read/430288/8757912
class recognize.class
www.eeworm.com/read/376539/9315060
c recognize.c
/*
cellwriter -- a character recognition input method
Copyright (C) 2007 Michael Levin
This program is free software; you can redistribute it and/or
modify it under the terms
www.eeworm.com/read/376539/9315069
h recognize.h
/*
cellwriter -- a character recognition input method
Copyright (C) 2007 Michael Levin
This program is free software; you can redistribute it and/or
modify it under the terms
www.eeworm.com/read/176315/9504775
bmp recognize.bmp
www.eeworm.com/read/446420/7579524
m recognize.m
%recognize
%生成向量形式
for m=0:15
q(m*16+1:(m+1)*16,1)=p1(1:16,m+1);
end
%识别
[a,Pf,Af]=sim(net,q);
a=round(a);
switch a
case 0,ch='A';
case 1,ch='B';
case 2,ch='C';
case 3,
www.eeworm.com/read/443755/7623404