⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hre_api.h

📁 Microwindows genesis was with the NanoGUI project, and is now the primary distribution for both th
💻 H
字号:
/*  *  hre_api.h:        User-Level API for Handwriting Recognition *  Author:           James Kempf *  Created On:       Mon Nov  2 14:01:25 1992 *  Last Modified By: James Kempf *  Last Modified On: Fri Sep 23 13:50:15 1994 *  Update Count:     22 *  Copyright (c) 1994 by Sun Microsystems Computer Company *  All rights reserved. *   *  Use and copying of this software and preparation of  *  derivative works based upon this software are permitted. *  Any distribution of this software or derivative works *  must comply with all applicable United States export control *  laws. * *  This software is made available as is, and Sun Microsystems *  Computer Company makes no warranty about the software, its *  performance, or its conformity to any specification */#ifndef _HRE_API_H_#define _HRE_API_H_/* * Opaque type for the recognizer. The toolkit must access through * appropriate access functions.*/typedef void* recognizer;/* * Opaque type for recognizers to implement dictionaries.*/typedef void* wordset;#include <hre.h>#include <hre_api_internal.h>#endif

⌨️ 快捷键说明

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