代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/373872/9430681
lst http.lst
C51 COMPILER V7.06 HTTP 10/09/2006 21:51:55 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN ht
www.eeworm.com/read/373872/9430701
c http.c
//-----------------------------------------------------------------------------
// Net HTTP.C
//
// This module is the Web Server
// It currently serves a html text page and a jpeg image, or handl
www.eeworm.com/read/373872/9430737
obj http.obj
www.eeworm.com/read/373872/9430767
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/373154/9471313
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/373154/9471397
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/176393/9500259
c http.c
#include "nids.h"
char ascii_string[10000];
char *char_to_ascii(char ch)
{
char *string;
ascii_string[0] = 0;
string = ascii_string;
if (isgraph(ch))
{
*string++ =
www.eeworm.com/read/371342/9555342
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/371342/9555377
obj http.obj
www.eeworm.com/read/371342/9555413
lst http.lst
C51 COMPILER V7.50 HTTP 07/04/2000 11:33:14 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT