defineref.h
来自「su 的源代码库」· C头文件 代码 · 共 24 行
H
24 行
/* Copyright (c) Colorado School of Mines, 2006.*//* All rights reserved. *//* couple of definitions */#define I cmplx(0,1)#define IC cmplx(0,-1)#define TAUMAX 0.489/* function declaration */void RTd(int iL1, int iL2);void RTu(int iL1, int iL2);void horSlowness();void Bessels(float arg);void Rm();void Rp();void filter();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?