代码搜索:计算系统

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

代码结果 10,000
www.eeworm.com/read/373147/9474360

rc2 订票系统.rc2

// // 订票系统.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/373147/9474371

cpp 订票系统view.cpp

// 订票系统View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "订票系统.h" #include "订票系统Doc.h" #include "订票系统View.h" #include "SearchDlg1.h" #include "TongjiDlg.h" #in
www.eeworm.com/read/373147/9474390

h 订票系统view.h

// 订票系统View.h : interface of the CMyView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_VIEW_H__98FDBE7C_AA49_4440_9F10_17A6FB4B5044__INCL
www.eeworm.com/read/373147/9474394

h 订票系统doc.h

// 订票系统Doc.h : interface of the CMyDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_DOC_H__4370B372_65C0_4FF3_BA19_0373CD0ED92A__INCLUDE
www.eeworm.com/read/373147/9474409

cpp 订票系统doc.cpp

// 订票系统Doc.cpp : implementation of the CMyDoc class // #include "stdafx.h" #include "订票系统.h" #include "订票系统Doc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FI
www.eeworm.com/read/174902/9569870

sql 系统支持过程.sql

/* 功能:生成序号 注意:此过程在@nextid达到int型的最大值时将出现溢出问题,应该在这个问题出现前将其阻止。定期进行检测。 */ if exists(select * from sysobjects where type='P' and name = 'get_nextid') drop proc get_nextid go create proc get