gv_file.h
来自「卫星仿真软件 卫星仿真软件 卫星仿真软件」· C头文件 代码 · 共 31 行
H
31 行
/* ***************************************************** * * SaVi by Robert Thurman (thurman@geom.umn.edu) and * Patrick Worfolk (worfolk@alum.mit.edu). * * Copyright (c) 1997 by The Geometry Center. * This file is part of SaVi. SaVi is free software; * you can redistribute it and/or modify it only under * the terms given in the file COPYRIGHT which you should * have received along with this file. SaVi may be * obtained from: * http://savi.sourceforge.net/ * http://www.geom.uiuc.edu/locate/SaVi * ***************************************************** * * gv_file.h * * $Id: gv_file.h,v 1.1 2004/02/18 23:37:39 lloydwood Exp $ */#ifndef _GV_FILE_H_#define _GV_FILE_H_FILE *gv_out;FILE *gv_in;#endif/* !_GV_FILE_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?