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

📄 slog_preview.h

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 H
字号:
#if !defined ( _SLOG )#include "slog.h"#endif  /*  if !defined ( _SLOG )  *//* static int filecopy( FILE *infd, FILE *outfd ); */int SLOG_SetPreviewName( SLOG_STREAM *slog, const char *prof_filename );SLOG_pview_t *SLOG_PVIEW_Create( const char *pview_filename,                                 const char *pview_data );void SLOG_PVIEW_Free( SLOG_pview_t  *slog_pview );int SLOG_PVIEW_Write( SLOG_STREAM *slog );int SLOG_PVIEW_Read( SLOG_STREAM *slog );void SLOG_PVIEW_Print( FILE* fd, const SLOG_pview_t *slog_pview );

⌨️ 快捷键说明

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