文件名称:VC++编的随机数产生器简单版
文件大小:1.79MB
文件格式:RAR
更新时间:2011-10-17 07:29:19
VC++
新编的OOL CTest_1Dlg::OnInitDialog() { CDialog::OnInitDialog(); // Add "About..." menu item to system menu. // IDM_ABOUTBOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX < 0xF000); CMenu* pSysMenu = GetSystemMenu(FALSE); if (pSysMenu != NULL) { CString strAboutMenu; strAboutMenu.LoadString(IDS_ABOUTBOX); if (!strAboutMenu.IsEmpty()) { pSysMenu->AppendMenu(MF_SEPARATOR); pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu); } } // Set the icon for this dialog. The framework does this automatically // when the application's main window is not a dialog SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon // TODO: Add extra initialization here return TRUE; // return TRUE unless you set the focus to a control }简单入门 用MFC编的有界面的
【文件预览】:
test_1
----test_1.ncb(49KB)
----StdAfx.cpp(208B)
----resource.h(730B)
----test_1.opt(48KB)
----test_1.h(1KB)
----test_1Dlg.cpp(4KB)
----test_1.rc(5KB)
----Debug()
--------test_1.ilk(179KB)
--------test_1.obj(12KB)
--------vc60.pdb(356KB)
--------vc60.idb(201KB)
--------test_1.pch(5.31MB)
--------test_1.pdb(337KB)
--------StdAfx.obj(103KB)
--------test_1.exe(104KB)
--------test_1Dlg.obj(23KB)
--------test_1.res(2KB)
----ReadMe.txt(3KB)
----StdAfx.h(1KB)
----test_1.aps(35KB)
----test_1.cpp(2KB)
----test_1.plg(1KB)
----test_1Dlg.h(1KB)
----test_1.dsw(537B)
----res()
--------test_1.ico(1KB)
--------test_1.rc2(398B)
----test_1.clw(1KB)
----test_1.dsp(4KB)