分支限界法之装载问题计算机等级考试

文章作者 100test 发表时间 2010:01:02 07:00:58
来源 100Test.Com百考试题网


  装载问题(分支限界)Dlg.cpp

  #include "Queue.h"

  #ifdef _DEBUG

  #define new DEBUG_NEW

  #undef THIS_FILE

  static char THIS_FILE[] = __FILE__.

  #endif

  ///////////////////////////////////

  // CAboutDlg dialog used for App About

  class CAboutDlg : public CDialog

  {

  public:

  CAboutDlg().

  // Dialog Data

  //{{AFX_DATA(CAboutDlg)

  enum { IDD = IDD_ABOUTBOX }.

  //}}AFX_DATA

  // ClassWizard generated virtual function overrides

  //{{AFX_VIRTUAL(CAboutDlg)

  protected:

  virtual void DoDataExchange(CDataExchange* pDX). // DDX/DDV support

  //}}AFX_VIRTUAL

  // Implementation

  protected:

  //{{AFX_MSG(CAboutDlg)

  //}}AFX_MSG

  DECLARE_MESSAGE_MAP()

  }.

  CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)

  {

  //{{AFX_DATA_INIT(CAboutDlg)

  //}}AFX_DATA_INIT

  }

  void CAboutDlg::DoDataExchange(CDataExchange* pDX)

  {

  CDialog::DoDataExchange(pDX).

  //{{AFX_DATA_MAP(CAboutDlg)

  //}}AFX_DATA_MAP

  }

  BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)

  //{{AFX_MSG_MAP(CAboutDlg)

  // No message handlers

  //}}AFX_MSG_MAP

  END_MESSAGE_MAP()

  ///////////////////////////////////

  // CNewDlg dialog

  CNewDlg::CNewDlg(CWnd* pParent /*=NULL*/)

  : CDialog(CNewDlg::IDD, pParent)


相关文章


常用算法之分支限界法计算机等级考试
常用算法之回溯法计算机等级考试
分支限界法之旅行售货员问题计算机等级考试
C 十个最具人气关键字计算机等级考试
分支限界法之装载问题计算机等级考试
分支限界法之01背包问题计算机等级考试
C语言运算符优先级等级口诀计算机等级考试
关于C语言中数据精度问题计算机等级考试
查看数字在计算机内部的二进制表示计算机等级考试
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛