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

📄 misc.h

📁 矩量法仿真电磁辐射和散射的源代码(c++)
💻 H
字号:
#ifndef __MISC__#define __MISC__#include <stdio.h>#include "math_util.h"/* carriage return and line feed */#define	CR	0x0d#define	LF	0x0a/* max length of a line read from input file */#define	LINE_LEN	132/*  usage() * *  prints usage information */void usage(void);/* Returns process time (user+system) BUT in _msec_ */void secnds( nec_float *x);/*  load_line() * *  Loads a line from a file, aborts on failure. Lines beginning *  with a '#' are ignored as comments. At the end of file EOF is *  returned. */int load_line( char *buff, FILE *pfile );#endif /* __MISC__ */

⌨️ 快捷键说明

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