资源简介
基于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个文件信息
- 上一篇:旅行商问题tsp 三种解决算法
- 下一篇:校园导游系统c++绝对可以用
相关资源
- 基于Qt的VTK应用程序代码
- qt写扫雷程序
- c++ 数字键盘设计(源码)
- 简单驱动程序
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- RF2401发码源程序
- TFT显示程序 源码
- 3G系统-WCDMA和CDMA2000完整MATLAB仿真程序
- 基于51单片机的spwm波形产生程序
- 基于飞思卡尔XEP100的LED点灯程序
- 基于MSP430G2553的蓝牙控制程序
- 51单片机计数器仿真加程序
- CS5532 的 STM32 驱动程序
- YS-1路延时继电器 程序工程(20150824
- 一个基于AD0808的模数转换电路及程序
- 51实时操作系统程序(easy51os)
- 开关控制led灯程序
- CS5460A电量计量芯片应用程序
- STM32F103 串口环形队列应用程序
- 基于PIC24单片机的AD7616程序
- arduino读取温湿度传感器程序
- AD7276驱动程序 STM32
- LED点亮CAN通信程序
- STM32 4路通用定时器程序
- STM32 4路高级定时器程序
- PCL测试程序
- 电子时钟程序(单片机)
- 51单片机巫妖王板子测试程序-串口收
- 电机控制平台(c++源码)
评论
共有 条评论