⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transportdlg.h

📁 模拟交通中
💻 H
字号:
// TransPortDlg.h : header file
//

#if !defined(AFX_TRANSPORTDLG_H__AABA7205_7BA5_40A3_9168_C0A18D94AD2F__INCLUDED_)
#define AFX_TRANSPORTDLG_H__AABA7205_7BA5_40A3_9168_C0A18D94AD2F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


#define N 40000
/////////////////////////////////////////////////////////////////////////////
// CTransPortDlg dialog

class CTransPortDlg : public CDialog
{
// Construction
public:
	void caculatefangcha();
	CTransPortDlg(CWnd* pParent = NULL);	// standard constructor
   // void againcaculate();
	float generateN[2][N];
    float select_n[2][N];
// Dialog Data
	//{{AFX_DATA(CTransPortDlg)
	enum { IDD = IDD_TRANSPORT_DIALOG };
	int		m_inputN;
	float	m_input_Namax;
	float	m_input_Namin;
	float	m_input_Nbmax;
	float	m_input_Nbmin;
	int		m_input_n;
	float	m_input_interval;
	float	m_show_sumdata;
	float	m_input_layflay1;
	float	m_input_layflay2;
	float	m_input_layflay3;
	float	m_input_layflay4;
	float	m_input_layflay5;
	float	m_show_reala;
	float	m_show_realb;
	float	m_show_gujia;
	float	m_show_gujib;
	float	m_showlayer_fangcha;
	float	m_showlayer_fangcha_ab;
	float	m_input_interval2;
	float	m_input_interval3;
	float	m_input_interval4;
	float	m_input_interval5;
	float	m_input_fre1;
	float	m_input_fre2;
	float	m_input_fre3;
	float	m_input_fre4;
	float	m_input_fre5;
	float	m_input_cheng1;
	float	m_input_cheng2;
	float	m_input_cheng3;
	float	m_input_cheng4;
	float	m_input_cheng5;
	float	m_showerror_a;
	float	m_showerror_ab;
	float	m_shown1;
	float	m_shown2;
	float	m_shown3;
	float	m_shown4;
	float	m_shown5;
	float	m_shownavern1;
	float	m_shownavern2;
	float	m_shownavern3;
	float	m_shownavern4;
	float	m_shownavern5;
	float	m_showN1;
	float	m_showN2;
	float	m_showN3;
	float	m_showN4;
	float	m_showN5;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTransPortDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CTransPortDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBtngenarate();
	afx_msg void Onbtnselectn();
	afx_msg void OnBtnsetinterval();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TRANSPORTDLG_H__AABA7205_7BA5_40A3_9168_C0A18D94AD2F__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -