📄 file_and_time.h
字号:
/*** Source file for blobdetect. (c) 2004 Per-Erik Forssen**** This program is free software; you can redistribute it and/or modify** it under the terms of the GNU General Public License as published by** the Free Software Foundation; either version 2 of the License, or** (at your option) any later version.** ** See the file COPYING for details.***/#ifndef __FILE_AND_TIME#define __FILE_AND_TIME#include <stdio.h>#include <time.h>#include "image_buffer.h"void write_time_diff(char *strg,clock_t t0,clock_t t1);void read_pnm_file(char *fname,char *pname,buffer **bf_image,int ssfl);int write_pnm_file(char *fname,char *pname,buffer *bf_image);void dump_to_file(FILE *out_fid,char *vname,buffer *bf_var);void idump_to_file(FILE *out_fid,char *vname,ibuffer *bf_var);#endif /* __FILE_AND_TIME */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -