中职英语信息化教学设计案例.pdf
2022-05-21 11:00:49 16KB 文档资料 资料
本系统是根据无源逆变的实用原理,采用单相全桥逆变电路工作方式,实现把直流电源(12v)转换成交流电源(320V,50HZ),并对负载进行供电。达到的性能要求就是转换出稳定的工频电源,供给给汽车上的一些电器如车灯,音像等使用。
2022-05-17 18:41:13 272KB 变频|逆变
1
基于MVC综合开发系统设计案例,设计加代码
2022-05-15 09:21:01 662KB mvc
1
C语言课程设计案例精编源码,案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算
2022-05-14 22:30:50 65KB 案例 源码
1
这些都是我们平时作业的一些案例,能够为你们在期末考试的时候能给以帮助,也会给初学者带来帮助。。。
2022-05-08 13:11:35 5.6MB CSS+DIV+HTML
1
集团型企业网设计案例(VRRP+MSTP+堆叠+链路聚合)含有配置参考脚本
2022-05-05 09:04:35 556KB 网络图 网络通信 网络规划设计
《ASP.NET课程设计案例精编》 (电子书+源代码)
2022-04-28 19:15:02 8.58MB ASP.NET
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-18 22:19:47 956KB mis系统
1