showprogress.h
来自「信道编解码中的turbo编解码程序」· C头文件 代码 · 共 31 行
H
31 行
#ifndef SHOWPROGRESS_H
#define SHOWPROGRESS_H
/*
*******************************************************************************
* ansi c source code
* file name:
* ShowProgress.c
* abstract:
* declare the functions defined in the ShowProgress.c
* reference:
*
* author:
* Wang Jiaheng 2004-10-13
* revision history:
* Wang Jiaheng 2004-10-13 original version
*******************************************************************************
*/
/*
********************************************************************************
* function declaration
********************************************************************************
*/
extern void ShowProgress(int present_num, int total_num);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?