登录
首页 » Visual C++ » Whirlwind_exe_9-30-2005

Whirlwind_exe_9-30-2005

于 2015-01-17 发布 文件大小:7485KB
0 100
下载积分: 1 下载次数: 13

代码说明:

  这是用C++语言编写的一个飞行器翼型估算软件(this is a software of Airfoil caculation.)

文件列表:

exe 9-30-2005
.............\debug
.............\.....\AirfoilEditor.dll,35840,2005-10-01
.............\.....\Common.dll,21504,2005-10-01
.............\.....\dfdcdll.dll,655360,2005-09-26
.............\.....\dfdcdll.exp,5696,2005-09-26
.............\.....\dfdcdll.lib,10378,2005-09-26
.............\.....\Duct.dll,36864,2005-10-01
.............\.....\DuctList.dll,18944,2005-10-01
.............\.....\fort.40,5077241,2005-10-01
.............\.....\libifcore.lib,975438,2004-09-17
.............\.....\libifcoremd.dll,651264,2004-09-17
.............\.....\libifcoremd.lib,135560,2004-09-17
.............\.....\libifcoremdd.dll,651264,2004-09-17
.............\.....\libifcoremdd.lib,136212,2004-09-17
.............\.....\libifcoremt.lib,990770,2004-09-17
.............\.....\libifcorert.dll,643072,2004-09-17
.............\.....\libifcorert.lib,135556,2004-09-17
.............\.....\libifcorertd.dll,643072,2004-09-17
.............\.....\libifcorertd.lib,136210,2004-09-17
.............\.....\libmmd.dll,2089052,2005-09-06
.............\.....\libmmd.lib,378282,2005-09-06
.............\.....\Whirlwind.exe,421888,2005-10-01
.............\Dev Notes 1.doc,104448,2005-10-31
.............\Dev Notes 2.doc,289280,2005-10-31
.............\GNU_LICENSE_full.txt,15429,2005-12-07
.............\release
.............\.......\Common.dll,21504,2005-10-01
.............\.......\dfdcdll.dll,655360,2005-09-26
.............\.......\dfdcdll.exp,5696,2005-09-26
.............\.......\dfdcdll.lib,10378,2005-09-26
.............\.......\Duct.dll,36864,2005-10-01
.............\.......\DuctList.dll,18944,2005-10-01
.............\.......\fort.40,7275301,2005-10-02
.............\.......\libifcore.lib,975438,2004-09-17
.............\.......\libifcoremd.dll,651264,2004-09-17
.............\.......\libifcoremd.lib,135560,2004-09-17
.............\.......\libifcoremdd.dll,651264,2004-09-17
.............\.......\libifcoremdd.lib,136212,2004-09-17
.............\.......\libifcoremt.lib,990770,2004-09-17
.............\.......\libifcorert.dll,643072,2004-09-17
.............\.......\libifcorert.lib,135556,2004-09-17
.............\.......\libifcorertd.dll,643072,2004-09-17
.............\.......\libifcorertd.lib,136210,2004-09-17
.............\.......\libmmd.dll,2089052,2005-09-06
.............\.......\libmmd.lib,378282,2005-09-06
.............\.......\Whirlwind.exe,360448,2005-10-01
.............\Whirlwind_README.txt,5191,2005-12-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • flychess
    用MFC编写的飞行棋游戏,包括游戏界面、核心算法、走棋动画的实现。(Prepared using MFC flight chess games, including the game interface, the core algorithm, take the chess animation implementation.)
    2021-04-24 14:18:47下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • fft
    fft傅里叶快速变化程序,里面说的很清楚,很使用。(FFT Fourier rapid change program, which made it very clear, is to use. )
    2014-05-11 20:59:38下载
    积分:1
  • tanchishe
    VC编写的贪吃蛇(VC prepared Snake)
    2004-06-08 10:46:59下载
    积分:1
  • Evidence-Cleaner
    在VS 2010 环境下,通过自绘窗口,做出类似百叶窗的展开和收缩的效果,并实现清理痕迹的功能(当然清理功能不是很强,需要改进)(In VS 2010 environment, through self-painted window, made ​ ​ a similar expansion and contraction effect blinds, and to achieve clean up traces of the functions (of course clean-up function is not very strong, needs improvement))
    2014-07-17 14:46:30下载
    积分:1
  • Win-CE-6.0
    driverss for windows touchdriverss for windows touch(driverss for windows touch)
    2013-07-15 15:33:04下载
    积分:1
  • vcdll
    VC++从DLL中获得资源的小实例源代码,从DLL中获得背景图像,可者是一个图标资源或是其它类型的文件,总之,学会了一种,就可以举一反三,灵活掌握了。(VC++ from the DLL resources, source code examples to get a background image from the DLL, can an icon resource, or other types of documents, in short, learned, you can learn by analogy, flexibility.)
    2012-05-19 02:34:41下载
    积分:1
  • BarriersH
    绘制vc做界面百叶窗源代码 做界面时有百叶窗效果的界面 点击文件就可以打开看到运行结果 主要是界面编程之内的 (Draw blinds vc source code interface to do)
    2013-08-11 16:06:05下载
    积分:1
  • VDAS
    本程序主要包括振动信号采集,时域分析和频域分析等功能。(This program includes a vibration signal acquisition, time domain analysis and frequency domain analysis.)
    2014-11-11 22:00:11下载
    积分:1
  • 如何获取某个进程的主窗口以及创建进程的程序名?
    如何在windows内存中获取进程,对于软件的破解,有帮助。可以对正在执行EXE文件进行操作(windows in the process of memory access, the software decoded and help. It is the implementation of EXE files operation)
    2005-07-16 13:55:35下载
    积分:1
  • 696518资源总数
  • 104582会员总数
  • 48今日下载