电磁场与电磁波:05第五章均匀平面波在无界空间中的传播.pdf
2022-04-28 16:07:21 1.89MB
业务流程模型及PowerDesigner实现
2022-04-26 09:07:32 1.24MB 业务流程模型及PowerDesi
神经网络方面的研究很早就已经出现,今天“神经网络”已是一个相当大的、多学科交叉的学科领域。
2022-04-25 08:42:45 5.06MB 机器学习 神经网络
1
//C02.cpp // C02.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "C02.h" #include "MainFrm.h" #include "C02Set.h" #include "C02Doc.h" #include "C02View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CC02App BEGIN_MESSAGE_MAP(CC02App, CWinApp) //{{AFX_MSG_MAP(CC02App) ON_COMMAND(ID_APP_ABOUT, OnAppAbout) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG_MAP // Standard file based document commands ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew) ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen) END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CC02App construction CC02App::CC02App() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CC02App object CC02App theApp; ///////////////////////////////////////////////////////////////////////////// // CC02App initialization BOOL CC02App::InitInstance() { // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif // Change the registry key under which our settings are stored. // TODO: You should modify this string to be something appropriate // such as the name of your company or organization. SetRegistryKey(_T("Local AppWizard-Generated Applications")); LoadStdProfileSettings(); // Load standard INI file options (including MRU) // Register the application's document templates. Document templates // serve as the connection between documents, frame windows and views. CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, RUNTIME_CLASS(CC02Doc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CC02View)); AddDocTemplate(pDocTemplate); // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; // The one and only window has been initialized, so show and update it. m_pMainWnd->ShowWindow(SW_SHOW); m_pMainWnd->UpdateWindow(); return TRUE; } ///////////////////////////////////////////////////////////////////////////// // 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) // No message handlers //}}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() // App command to run the dialog void CC02App::OnAppAbout() { CAboutDlg aboutDlg; aboutDlg.DoModal(); } ///////////////////////////////////////////////////////////////////////////// // CC02App message handlers
2022-04-22 13:43:22 64KB Visual C++
1
北京邮电大学计算机学院鲁鹏老师的计算机视觉与深度学习课程第五章:图像基础操作
2022-04-21 21:05:20 2.24MB 计算机视觉 深度学习 图像处理
1
化工仪表及自动化第五章温度检测
2022-04-17 09:04:38 2.81MB 自动化 运维
传感器自学笔记第五章——旋转编码器-附件资源
2022-04-16 20:42:47 106B
1
android studio 第五章课后实践(实现登录界面设计、记住密码操作) 适用 学生
2022-04-11 14:07:30 10.96MB android studio android android-studio
1
图像复原所包含的课件,适用于学习书籍图像处理冈萨雷斯版本的同学。
2022-04-03 16:11:51 4.93MB 数字图像处理 图像复原 PPT
1
美国爱康诺GENESIS64中文标准培训手册-第五章-图形设计工具Graphworx64zip,GENESIS64中文标准培训手册-第五章-图形设计工具Graphworx64,包括基本的2D形状和对象、动态信息对象、对象计数、层、应用模式、画面密码保护、设置。
2022-03-20 16:08:03 2.02MB 说明书
1