• 大小: 516KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-11
  • 语言: 其他
  • 标签: 涡格法  气动力  

资源简介

涡格法 气动力计算

资源截图

代码片段和文件信息

/*********************************************************************** 
    Module:  Xwin.c
 
    Copyright (C) 1996 Harold Youngren Mark Drela 
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public
    License as published by the Free Software Foundation; either
    version 2 of the License or (at your option) any later version.

    This library is distributed in the hope that it will be useful
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Library General Public License for more details.

    You should have received a copy of the GNU Library General Public
    License along with this library; if not write to the Free
    Software Foundation Inc. 675 Mass Ave Cambridge MA 02139 USA.

    Report problems to:    guppy@maine.com 
                        or drela@mit.edu  
***********************************************************************/ 

/***********************************************************************
*  Xplot11 C-level X11 interface
C     Version 4.46 11/28/01
*
* Defines graphics primitives for window management and line drawing
*  Primitives include:
*   gwxrevflag - checks environment variables for background color 
*   gwxopen    - initializes X display and returns size and depth of display
*   gwxwinopen - opens X plotting window with specified xy size and position
*   gwxclear   - clears plotting window
*   gwxstatus  - gets current window size and location
*   gwxresize  - resizes current window to specified size 

*   gwxreset   - resets plotting defaults for window
*   gwxclose   - closes plotting to X display
*   gwxflush   - flushes out graphics primitives in buffers
*   gwxline    - plots line segment 

*   gwxdash    - sets line pattern from integer mask
*   gwxcurs    - gets graphics cursor position and key pressed
*   gwxpen     - sets line width in pixels
*
* More advanced routines beyond the original PLOT-10 requirements
*   gwxdestroy  - closes plot window
*   gwxlinez    - plots polyline
*   gwxpoly     - plots filled polygon
*   gwxstring  - plots string
*
*  Color routines 
*   gwxsetcolor      - sets foreground color from color map
*   gwxsetbgcolor    - sets background color from color map
*   gwxcolorname2rgb - find color components of color specified by name string
*   gwxallocrgbcolor - allocate a color specified by rgb components
*   gwxfreecolor     - frees an allocated color from colormap
*
* Utility routines 
*   mskbits    - converts integer mask into dot/dash array
*
* Double-buffer routines 
*   gwxdisplaybuffer - switches background buffer with foreground window
*   gwxdrawtobuffer  - sets drawing to background buffer
*   gwxdrawtowindow  - sets drawing to foreground window
************************************************************************/

#include 
#include 
#include 
#include

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      77374  2010-12-17 13:39  Avl\avl_doc.txt

     文件       4554  2010-12-06 03:34  Avl\bin\Makefile

     文件       4755  2010-08-18 00:22  Avl\bin\Makefile_gfortran

     文件       4525  2010-09-14 01:00  Avl\bin\Makefile_ifort

     文件       4032  2011-09-04 08:52  Avl\Compiling_AVL_using_MinGW.txt

     文件     356358  1998-07-02 09:09  Avl\eispack\eispack.f

     文件        248  2011-09-04 09:14  Avl\eispack\Makefile

     文件      13809  2002-07-11 05:13  Avl\plotlib\CHAR.INC

     文件       1914  2002-07-11 05:13  Avl\plotlib\colors.inc

     文件      18617  2002-07-11 05:13  Avl\plotlib\colorstuff\rgb.c

     文件      17607  2002-07-11 05:13  Avl\plotlib\colorstuff\rgbtbl.h

     文件       1156  2002-07-11 05:13  Avl\plotlib\colorstuff\rgbtest.c

     文件        571  2010-06-07 23:08  Avl\plotlib\config.make

     文件        552  2010-06-07 23:07  Avl\plotlib\config.make.DP

     文件        571  2010-06-07 23:04  Avl\plotlib\config.make.gDP

     文件        559  2010-06-07 23:05  Avl\plotlib\config.make.gfortran

     文件        552  2010-06-07 23:08  Avl\plotlib\config.make.QP

     文件        545  2010-06-07 23:06  Avl\plotlib\config.make.SP

     文件      34786  2002-07-11 05:13  Avl\plotlib\Doc

     文件       5474  2010-12-19 04:01  Avl\plotlib\examples\cmap2.f

     文件       5434  2002-07-11 05:13  Avl\plotlib\examples\cmap3.f

     文件       1945  2002-07-11 05:13  Avl\plotlib\examples\colors.inc

     文件       5965  2002-07-11 05:13  Avl\plotlib\examples\contest.f

     文件       3322  2002-07-11 05:13  Avl\plotlib\examples\defmap.f

     文件       3459  2011-09-04 08:50  Avl\plotlib\examples\gridtest.f

     文件       3400  2007-09-10 13:15  Avl\plotlib\examples\Makefile

     文件       4944  2002-07-11 05:13  Avl\plotlib\examples\Makefile.NT

     文件       1476  2002-07-11 05:13  Avl\plotlib\examples\masks.inc

     文件       2860  2002-07-11 05:13  Avl\plotlib\examples\Readme-examples

     文件       4106  2002-07-11 05:13  Avl\plotlib\examples\spectrum.f

............此处省略195个文件信息

评论

共有 条评论