代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/113029/15472142
cpp fig22_03.cpp
// Fig. 22.3: fig22_03.cpp
// Demonstrating namespaces.
#include
using namespace std; // use std namespace
int integer1 = 98; // global variable
// create namespace Example
na
www.eeworm.com/read/302838/13826841
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
// needed namespaces
usin
www.eeworm.com/read/490333/1200302
cs updatedialog.cs
// Fig. 17.21: UpdateDialog.cs
// Enables user to update records in file.
// C# namespaces
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using Sys
www.eeworm.com/read/490333/1200310
cs deletedialog.cs
// Fig. 17.23: DeleteDialog.cs
// Enables user to delete records in file.
// C# namespaces
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using Sys
www.eeworm.com/read/490329/1203235
h jm_opt.h
#ifndef JM_OPT_H
#define JM_OPT_H
/* #define JM_AUTO_CONFIGURE */
#ifdef JM_AUTO_CONFIGURE
/* Namespace Options: */
/* JM_NO_NAMESPACES Define if your compiler does not support nam
www.eeworm.com/read/228954/4761540
cs updatedialog.cs
// Fig. 14.21: UpdateDialog.cs
// Enables user to update records in file.
// C# namespaces
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using Sys
www.eeworm.com/read/228954/4761548
cs deletedialog.cs
// Fig. 14.23: DeleteDialog.cs
// Enables user to delete records in file.
// C# namespaces
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using Sys