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

📄 txt.h

📁 大师写的二代小波经典之作
💻 H
字号:
/* *  -*- Mode: ANSI C -*- *  $Id: txt.h,v 1.1 1996/01/25 22:46:51 fernande Exp $ *  $Source: /usr/people.harrier/sweldens/cvs/liftpack/include/txt.h,v $ *  Author: Fernandez, Gabriel * *  This file has the declarations for the functions to *  read, and write a text data file. *//* do not edit anything above this line */#ifndef __TXT_H__#define __TXT_H__#include <stdio.h>   /* for FILE type */#include "image.h"   /* for Image type */extern int LoadTXT ( char *__filename, Image *__image );extern int WriteTXT ( FILE *__fp, const Image _image );#endif /* __TXT_H__ */

⌨️ 快捷键说明

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