代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/126762/14404966
cpp domain.cpp
///////////////////////////////////////////////////////////////
// doMain.cpp
///////////////////////////////////////////////////////////////
#include "Account.h"
///////////////////////////////
www.eeworm.com/read/126762/14404981
obj domain.obj
www.eeworm.com/read/126015/14451915
cpp domain.cpp
#include "blackjack.h"
#include "poker.h"
using std::cout;
using std::endl;
using std::cin;
using std::string;
money_t CBlackjack::doMain()
{
selection_t myChoice = ' ';
counter_t iHuman = 0;
www.eeworm.com/read/126015/14452024
o domain.o
www.eeworm.com/read/124628/14556108
h domain.h
#ifndef _DOMAIN_H
#define _DOMAIN_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#define INITRTT 2
www.eeworm.com/read/124628/14556188
c domain.c
/*
* DOMAIN.C -- domain name system stub resolver
*/
#include
#include
#include
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
www.eeworm.com/read/124417/14568594
h domain.h
#ifndef _DOMAIN_H
#define _DOMAIN_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#define INITRTT 2
www.eeworm.com/read/124417/14568677
c domain.c
/*
* DOMAIN.C -- domain name system stub resolver
*/
#include
#include
#include
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
www.eeworm.com/read/222034/14710247
js domain.js
//--域名查询js判断文件
function CheckIfEnglish( String )
{
var Letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890-";
var i;
var c;
if(String.charAt( 0 )=='-')