stordict.c

来自「NIST Handwriting OCR Testbed」· C语言 代码 · 共 15 行

C
15
字号
/*# proc: store_phrase_dictionary - writes the contents of the given phrase# proc:                           dictionary (mfs structure) to the specified# proc:                           filename.*/#include <mfs.h>store_phrase_dictionary(filename, phrases)char *filename;MFS *phrases;{   writemfsfile(filename, phrases);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?