代码搜索:系统架构

找到约 10,000 项符合「系统架构」的源代码

代码结果 10,000
www.eeworm.com/read/375152/9370489

h 学生管理系统view.h

// 学生管理系统View.h : interface of the CMyView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_VIEW_H__D95C2A1A_FA9B_49B1_AFF3_B4A1F1AED856__IN
www.eeworm.com/read/375152/9370502

cpp 学生管理系统view.cpp

// 学生管理系统View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "学生管理系统.h" #include "学生管理系统Doc.h" #include "学生管理系统View.h" #ifdef _DEBUG #define new DEBUG_NEW #und
www.eeworm.com/read/374334/9409070

vbp 宾馆客房管理系统.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#D:\WINNT\System32\stdole2.tlb#OLE Automation Object={FAEEE763-117E-101B-8933-08002B2F4F5A}#1.1#0; DBLIST32.OCX Object={5E9E78A0-53
www.eeworm.com/read/374334/9409103

vbw 宾馆客房管理系统.vbw

main_tfdj = 0, 0, 0, 0, C, 0, 0, 0, 0, C main = 159, 160, 750, 609, , 22, 29, 613, 478, C main_mmsz = 0, 0, 0, 0, C, 0, 0, 0, 0, C main_zscx = 0, 0, 0, 0, C, 176, 232, 987, 822, C main_xftx = 0, 0
www.eeworm.com/read/374200/9416097

cpp 操作系统2.cpp

#include #include using namespace std; struct Block //空闲链结构体 { string name; //作业名 int address; //分区首地址 int size;