代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/429611/8799091
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/429611/8799216
c domain.c
/*
* DOMAIN.C -- domain name system stub resolver
*
* Original code by Phil Karn, KA9Q.
*
* Apr 90 Bill Simpson added address->name resolution, time-to-live,
* thru memory caching, general
www.eeworm.com/read/179283/9361676
exe domain.exe
www.eeworm.com/read/179283/9361691
res domain.res
www.eeworm.com/read/179283/9361749
dpr domain.dpr
program Domain;
uses
Forms,
MainUnit in 'MainUnit.pas' {MainForm},
Login in 'Login.pas' {FrmLogin},
ScanUpFile in 'ScanUpFile.pas',
ShowDataFrm in 'ShowDataFrm.pas' {ShowDataForm},
www.eeworm.com/read/175520/9542714
js domain.js
//--域名查询js判断文件
function CheckIfEnglish( String )
{
var Letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890-";
var i;
var c;
if(String.charAt( 0 )=='-')