lbio.h
来自「基于格子Boltzmann方法开源可视化软件的源代码 具有很高的实用价值。对学」· C头文件 代码 · 共 26 行
H
26 行
//##############################################################################//// Copyright (C), 2005, Michael Sukop and Danny Thorne//// lbio.h//// - Header file for IO stuff.//// - Mainly, a structure containing paths to input and output files// and routines for reading these paths from a file or command line// or environment variables...//// - This stuff is in the global scope, included from lb2d_prime.h.//struct io_struct{ char *in_path; char *out_path; char *subs00_path; char *subs01_path;};typedef struct io_struct *io_ptr;//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?