wave_front.h

来自「intel ipp4.1性能库的一些例子。」· C头文件 代码 · 共 42 行

H
42
字号
/********************************************************************* * File: wave_front.h * Description: headers for wave front functions... * * Author: Joerg Hoffmann 1998 * *********************************************************************/ /********************************************************************* * (C) Copyright 1998 Albert Ludwigs University Freiburg *     Institute of Computer Science * * All rights reserved. Use of this software is permitted for  * non-commercial research purposes, and it may be copied only  * for that use.  All copies must include this copyright message. * This software is made available AS IS, and neither the authors * nor the  Albert Ludwigs University Freiburg make any warranty * about the software or its performance.  *********************************************************************/#ifndef _WAVE_FRONT_H#define _WAVE_FRONT_Hint search_wave_front( void );Bool expand_candidate( Candidate *current );void add_candidate( int time );#endif /* _WAVE_FRONT_H */

⌨️ 快捷键说明

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