ocr_t.h
来自「This is a sample of an Algorithm of OCR 」· C头文件 代码 · 共 15 行
H
15 行
/*********************************************************
ocr_t.h
--------------------------------------------------------
generated at Sat May 06 19:09:24 2006
by snns2c ( Bernward Kett 1995 )
*********************************************************/
extern int ocr_t(float *in, float *out, int init);
static struct {
int NoOfInput; /* Number of Input Units */
int NoOfOutput; /* Number of Output Units */
int(* propFunc)(float *, float*, int);
} ocr_tREC = {108,52,ocr_t};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?