Algorithm 版 (精华区)
发信人: lofe ()感激生活(), 信区: Algorithm
标 题: Comp -- model.h
发信站: 哈工大紫丁香 (Sun Sep 3 08:33:19 2000), 转信
/*
* Listing 8 -- model.h
*
* This file contains all of the function prototypes and
* external variable declarations needed to interface with
* the modeling code found in model-1.c or model-2.c.
*/
/*
* Eternal variable declarations.
*/
extern int max_order;
extern int flushing_enabled;
/*
* Prototypes for routines that can be called from MODEL-X.C
*/
void initialize_model( void );
void update_model( int symbol );
int convert_int_to_symbol( int symbol, SYMBOL *s );
void get_symbol_scale( SYMBOL *s );
int convert_symbol_to_int( int count, SYMBOL *s );
void add_character_to_model( int c );
void flush_model( void );
--
_____________________________
Every problem has a solution.
optooff@mail.hust.edu.cn
www.netease.com/~hansen
※ 修改:.haojs 于 Sep 3 08:30:55 修改本文.[FROM: bbs.hit.edu.cn]
--
※ 转寄:.武汉白云黄鹤站 bbs.whnet.edu.cn.[FROM: bbs.hit.edu.cn]
--
☆ 来源:.哈工大紫丁香 bbs.hit.edu.cn.[FROM: haojs.bbs@bbs.whnet.]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.172毫秒