xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 208KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-05
  • 語言: C/C++
  • 標簽:

資源簡介

該代碼是用C++編寫的小波人工神經網絡,可實現小波神經網絡的訓練和預測。

資源截圖

代碼片段和文件信息


//?myrandplotestvc.cpp?:?定義應用程序的類行為。
//

#include?“stdafx.h“
#include?“myrandplotestvc.h“
#include?“myrandplotestvcDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CmyrandplotestvcApp

BEGIN_MESSAGE_MAP(CmyrandplotestvcApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CmyrandplotestvcApp?構造

CmyrandplotestvcApp::CmyrandplotestvcApp()
{
//?支持重新啟動管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;

//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個?CmyrandplotestvcApp?對象

CmyrandplotestvcApp?theApp;


//?CmyrandplotestvcApp?初始化

BOOL?CmyrandplotestvcApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinApp::InitInstance();


AfxEnableControlContainer();

//?創建?shell?管理器,以防對話框包含
//?任何?shell?樹視圖控件或?shell?列表視圖控件。
CShellManager?*pShellManager?=?new?CShellManager;

//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:?應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));

CmyrandplotestvcDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時用
//??“確定”來關閉對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時用
//??“取消”來關閉對話框的代碼
}

//?刪除上面創建的?shell?管理器。
if?(pShellManager?!=?NULL)
{
delete?pShellManager;
}

//?由于對話框已關閉,所以將返回?FALSE?以便退出應用程序,
//??而不是啟動應用程序的消息泵。
return?FALSE;
}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????98033??2015-02-02?16:00??myrandplotestvc\myrandplotestvc\mwcomtypes.h

?????文件?????106012??2010-12-30?10:08??myrandplotestvc\myrandplotestvc\myrandplotestv.aps

?????文件?????106972??2015-02-02?09:34??myrandplotestvc\myrandplotestvc\myrandplotestvc.aps

?????文件???????2110??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\myrandplotestvc.cpp

?????文件????????496??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\myrandplotestvc.h

?????文件??????12902??2015-02-02?09:34??myrandplotestvc\myrandplotestvc\myrandplotestvc.rc

?????文件???????6913??2015-02-02?09:39??myrandplotestvc\myrandplotestvc\myrandplotestvc.vcxproj

?????文件???????2620??2015-02-02?09:39??myrandplotestvc\myrandplotestvc\myrandplotestvc.vcxproj.filters

?????文件????????143??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\myrandplotestvc.vcxproj.user

?????文件???????6468??2015-02-03?17:22??myrandplotestvc\myrandplotestvc\myrandplotestvcDlg.cpp

?????文件????????946??2015-02-02?09:39??myrandplotestvc\myrandplotestvc\myrandplotestvcDlg.h

?????文件??????10779??2015-02-02?16:00??myrandplotestvc\myrandplotestvc\myrandplottest_idl.h

?????文件???????2048??2015-02-02?16:00??myrandplotestvc\myrandplotestvc\myrandplottest_idl_i.c

?????文件???????1332??2015-02-02?09:55??myrandplotestvc\myrandplotestvc\OutviewDlg.cpp

?????文件????????488??2015-02-02?09:55??myrandplotestvc\myrandplotestvc\OutviewDlg.h

?????文件???????3165??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\ReadMe.txt

?????文件??????67777??2009-08-31?02:31??myrandplotestvc\myrandplotestvc\res\myrandplotestvc.ico

?????文件????????686??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\res\myrandplotestvc.rc2

?????文件???????2202??2015-02-02?09:34??myrandplotestvc\myrandplotestvc\resource.h

?????文件????????148??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\stdafx.cpp

?????文件???????1632??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\stdafx.h

?????文件????????234??2010-12-30?09:28??myrandplotestvc\myrandplotestvc\targetver.h

?????文件????????912??2010-12-30?09:28??myrandplotestvc\myrandplotestvc.sln

????..A..H.?????32768??2015-02-04?11:09??myrandplotestvc\myrandplotestvc.suo

?????目錄??????????0??2015-03-17?09:06??myrandplotestvc\myrandplotestvc\res

?????目錄??????????0??2015-03-17?09:06??myrandplotestvc\myrandplotestvc

?????目錄??????????0??2015-03-17?09:07??myrandplotestvc

-----------?---------??----------?-----??----

???????????????467786????????????????????27



............此處省略0個文件信息

評論

共有 條評論

相關資源