代码搜索:http权威指南
找到约 10,000 项符合「http权威指南」的源代码
代码结果 10,000
www.eeworm.com/read/450882/7475325
java http.java
java中封装了大量的socket API,为编写网络通信程序提供了极大的方便.
在计算机网络的学习中,大家都已熟练掌握了TCP/UDP的基本原理,在此不在赘述.仅给出接收端和发送端的源代码,供大家讨论和批评.
发送端代码如下:
//只要稍加改进,即可发送数据
import java.io.*;
import java.lang.*;
import java.net.*;
publi
www.eeworm.com/read/444645/7609623
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/444645/7609640
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/444271/7615407
tcl http.tcl
# http.tcl
# Client-side HTTP for GET, POST, and HEAD commands.
# These routines can be used in untrusted code that uses the Safesock
# security policy.
# These procedures use a callback interface to
www.eeworm.com/read/443807/7623036
c http.c
#include "config.h"
#include "../include/cfg_net.h"
uint8 *HexTemp;
struct NetParameter mynetp;
void HttpProcess(uint8 *tempdata);
/*----------------------------------------------------
www.eeworm.com/read/443807/7623065
h http.h
#define MACADDRESS 0x0010 //MAC 地址
#define NETPARAMETER 0x0020 //网络参数
#define PASSWORD 0x0040 //模块密码
extern void HttpProcess(uint8 *tempdata
www.eeworm.com/read/443807/7623086
o http.o
www.eeworm.com/read/443807/7623109
o http.o
www.eeworm.com/read/443135/7637085
c http.c
//********************************************************************************************
//
// File : http.c implement for Hyper Text transfer Protocol
//
//*********************************
www.eeworm.com/read/443135/7637126