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

📄 fileio.h

📁 SOM-sd 是现在国外非常流行的一个神经网络的结构自组织特征映射算法
💻 H
字号:
#ifndef FILEIO_H_DEFINED#define FILEIO_H_DEFINEDstruct FileInfo{  char *fname;        /* Name of the file      */  UNSIGNED lineno;    /* Line number we are on */  unsigned byteorder; /* Byte order (nonzero value indicates a binary file) */  int   ctype;        /* Type of compression (if file is compressed)        */  FILE *fptr;         /* File pointer          */};struct Graph* LoadData(char *fname);void SaveData(FILE *ofile, struct Graph *graph);int LoadMap(struct Parameters *params);int SaveMap(struct Parameters *);int SaveMapAscII(struct Parameters *);int SaveSnapShot(struct Parameters *);#endif

⌨️ 快捷键说明

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