• 大小: 6.32MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-19
  • 语言: 其他
  • 标签: 翼型  

资源简介

翼型分析软件,可以分析和设计飞机的翼型,得到相关升力、阻力、力矩等数据 指导开展飞机设计相关工作

资源截图

代码片段和文件信息

/*********************************************************************** 
    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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-23 12:19  XFOIL6.99\
     目录           0  2018-05-23 12:19  XFOIL6.99\Xfoil699src\
     文件       15364  2013-12-23 07:27  XFOIL6.99\Xfoil699src\.DS_Store
     文件        1309  2013-12-23 07:27  XFOIL6.99\Xfoil699src\README
     文件         639  2013-12-23 07:27  XFOIL6.99\Xfoil699src\README.Win32exe
     目录           0  2018-05-23 12:19  XFOIL6.99\Xfoil699src\bin\
     文件        6148  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\.DS_Store
     文件        6012  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.NT
     文件        4912  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.NT2
     文件        5756  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.alpha
     文件        6370  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.gfortran
     文件        6363  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.ifort
     文件        6459  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.mingw
     文件        5753  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\Makefile.orig
     文件        6393  2013-12-23 07:27  XFOIL6.99\Xfoil699src\bin\MakefileDP.ifort
     文件         965  2013-12-23 07:27  XFOIL6.99\Xfoil699src\doc-matrix.txt
     目录           0  2018-05-23 12:19  XFOIL6.99\Xfoil699src\orrs\
     文件        3038  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\README
     文件        1681  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\a.gpl
     目录           0  2018-05-23 12:19  XFOIL6.99\Xfoil699src\orrs\bin\
     文件        3194  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\Makefile
     文件        3060  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\Makefile_DP
     文件         900  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\getarg0.o
     文件       19668  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\io.o
     文件      679632  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\osgen
     文件       24163  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\osgen.o
     文件       21632  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\bin\spline.o
     文件        4836  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\hfun.fs
     目录           0  2018-05-23 12:19  XFOIL6.99\Xfoil699src\orrs\old\
     文件       12619  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\old\aigen.f
     文件       11296  2013-12-23 07:27  XFOIL6.99\Xfoil699src\orrs\old\oshai.f
............此处省略251个文件信息

评论

共有 条评论