代码搜索:Namespaces

找到约 1,276 项符合「Namespaces」的源代码

代码结果 1,276
www.eeworm.com/read/399250/2364172

cs commandbuttonfielddefinition.cs

#region Namespaces using System; using System.Windows.Forms; using Epi; using Epi.Fields; #endregion Namespaces namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs { public
www.eeworm.com/read/399250/2364233

cs checkcodedesigndialog.cs

#region Namespaces using System; using System.Collections.Generic; using System.Text; using Epi.Windows.Dialogs; #endregion //Namespaces namespace Epi.Windows.MakeView.Dialogs.CheckCodeCo
www.eeworm.com/read/107010/15614796

cpp dc_namespace.cpp

// The desk calulator // reads from std::cin // uses namespaces, but no exceptions // pp 163-171, sec 8.2, Namespaces // uses += rather than push_back() for string // to work around standard libr
www.eeworm.com/read/151249/5684579

h testrunner.h

#ifndef CPPUNITUI_MFC_TESTRUNNER_H #define CPPUNITUI_MFC_TESTRUNNER_H #include CPPUNIT_NS_BEGIN #if defined(CPPUNIT_HAVE_NAMESPACES) namespace MfcUi { /*! Mfc Tes
www.eeworm.com/read/141268/5775154

h testrunner.h

#ifndef CPPUNITUI_MFC_TESTRUNNER_H #define CPPUNITUI_MFC_TESTRUNNER_H #include CPPUNIT_NS_BEGIN #if defined(CPPUNIT_HAVE_NAMESPACES) namespace MfcUi { /
www.eeworm.com/read/140411/5792426

h testrunner.h

#ifndef CPPUNITUI_MFC_TESTRUNNER_H #define CPPUNITUI_MFC_TESTRUNNER_H #include CPPUNIT_NS_BEGIN #if defined(CPPUNIT_HAVE_NAMESPACES) namespace MfcUi { /*! Mfc Tes
www.eeworm.com/read/123279/6061833

h testrunner.h

#ifndef CPPUNITUI_MFC_TESTRUNNER_H #define CPPUNITUI_MFC_TESTRUNNER_H #include CPPUNIT_NS_BEGIN #if defined(CPPUNIT_HAVE_NAMESPACES) namespace MfcUi { /*! Mfc Tes
www.eeworm.com/read/251577/12333982

hpp shared_handles.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: winstl/registry/shared_handles.hpp (formerly part of winstl/registry/reg_key_sequence.hpp) * * Purpose
www.eeworm.com/read/171967/5390500

h testrunner.h

#ifndef CPPUNITUI_MFC_TESTRUNNER_H #define CPPUNITUI_MFC_TESTRUNNER_H #include CPPUNIT_NS_BEGIN #if defined(CPPUNIT_HAVE_NAMESPACES) namespace MfcUi { /*! Mfc Tes
www.eeworm.com/read/490333/1200327

cs createrandomaccessfile.cs

// Fig. 17.15: CreateRandomAccessFile.cs // Creating a random file. // C# namespaces using System; using System.IO; using System.Windows.Forms; // Deitel namespaces using BankLibrary;