• 大小: 2.15MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: 程序  C++  

资源简介

基于C++开发了一个求解变幅载荷转化到横幅载荷的程序

资源截图

代码片段和文件信息

// rain_method.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include “rain_method.h“
#include “rain_method1.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// The one and only application object

CWinApp theApp;

using namespace std;

int _tmain(int argc TCHAR* argv[] TCHAR* envp[])
{
int nRetCode = 0;

// initialize MFC and print and error on failure
if (!AfxWinInit(::GetModuleHandle(NULL) NULL ::GetCommandLine() 0))
{
// TODO: change error code to suit your needs
cerr << _T(“Fatal Error: MFC initialization failed“) << endl;
nRetCode = 1;
}
else
{
// TODO: code your appl

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

     文件     102502  2011-04-18 12:54  rain_method\Debug\rain_method.exe

     文件     127464  2011-04-18 12:54  rain_method\Debug\rain_method.ilk

     文件       8467  2011-04-18 12:54  rain_method\Debug\rain_method.obj

     文件    7767920  2011-04-15 23:20  rain_method\Debug\rain_method.pch

     文件     304128  2011-04-18 12:38  rain_method\Debug\rain_method.pdb

     文件        128  2011-04-15 23:20  rain_method\Debug\rain_method.res

     文件      14212  2011-04-18 12:43  rain_method\Debug\rain_method1.obj

     文件     115569  2011-04-15 23:20  rain_method\Debug\StdAfx.obj

     文件     263168  2011-04-18 12:54  rain_method\Debug\vc60.idb

     文件     454656  2011-04-18 12:38  rain_method\Debug\vc60.pdb

     文件      16980  2011-04-15 23:20  rain_method\rain_method.aps

     文件        248  2011-04-15 23:20  rain_method\rain_method.clw

     文件        944  2011-04-18 10:32  rain_method\rain_method.cpp

     文件       4864  2011-04-15 23:41  rain_method\rain_method.dsp

     文件        547  2011-04-15 23:20  rain_method\rain_method.dsw

     文件        341  2011-04-15 23:20  rain_method\rain_method.h

     文件      50176  2011-04-18 12:56  rain_method\rain_method.ncb

     文件      49664  2011-04-18 12:56  rain_method\rain_method.opt

     文件        856  2011-04-18 12:54  rain_method\rain_method.plg

     文件       1457  2011-04-15 23:20  rain_method\rain_method.rc

     文件       2645  2011-04-18 12:38  rain_method\rain_method1.cpp

     文件        825  2011-04-18 10:25  rain_method\rain_method1.h

     文件       1640  2011-04-15 23:20  rain_method\ReadMe.txt

     文件        452  2011-04-15 23:20  rain_method\Resource.h

     文件        298  2011-04-15 23:20  rain_method\StdAfx.cpp

     文件       1106  2011-04-15 23:20  rain_method\StdAfx.h

     目录          0  2011-04-18 12:38  rain_method\Debug

     目录          0  2011-04-18 12:56  rain_method

----------- ---------  ---------- -----  ----

              9291257                    28

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

评论

共有 条评论