搜索资源列表
HttpServerexample
- 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
Client&Server
- Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
democ
- 利用Socket类实现一次一句的聊天程序(客户端获得键盘的输入,向服务器的输出流,从服务器返回的输入流...)-use Socket achieve a type of a chat program (client access to the keyboard input, to the server output streams from the server to return to the input stream ...)
connect.c
- 这是一个不错的用来建立一个传输控制协议客户端套接字程序,希望大家喜欢!-This is a good used to establish a transmission control protocol client socket procedures, hope you like!
java_clientSever
- 这是一个使用Java编写的基于Socket的Client及Sever,能够提供Client及Server之间的通信。-It is a Java-based Socket Client and Server. able to provide between Client and Server communication.
sockInWeb
- 此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用\"阻塞SOCKET\"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用\"非阻塞SOCKET\",以其提高程序的效率。那么有没有办法使用\"阻塞SOCKET\"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了
HttpServer
- 采用c++编写的一个web服务器,运用socket,监听设置的端口,响应客户端浏览器的请求-C++ written by a web server, using socket, listening port set to respond to the request of the client browser
mapinforservice
- 如何利用流下载文件用Socket连接获取客户端地址-How to make use of streaming download files using Socket to connect the client to obtain addresses
RemoteProcedureCall
- Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
HTTP1
- 1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问
IOCP_server_client
- iocp,socket完成端口,有客户端和服务端,写的比较好的程序。-iocp, socket complete the port, there are client and server, to write better programs.
TCPtime
- VC6.0环境,使用套接字编程,实现客户端和服务器端相通信,服务器发送时间给客户端,其中基于协议TCP。-In VC 6.0 environment, use a socket programming, fulfill the client and the server communication, the server sends time to the client, which based on the protocol TCP.
server-and-client
- 用socket实现了一个简单的服务端和客户端,作为一个socket变成的入门实例。-Socket achieve a simple server and client, as an entry into a socket instance.
Socket-Programming-in-CSharp
- socket server and client using C#, visual studio 2012
selectaccept
- 一个服务器和一个客户端,用来展示 网络套接字和select等函数的使用,双方可以通信 -a server and a client , to show how use socket routine to communicate.
as3_air_sock
- Socket通信程序 AIR端用SocketServer创建端口监听 其他端用Socket连接AIR端的ip+端口 中间可能涉及沙箱安全问题,请自行baidu搜索 GroupSpecifier NetConnection NetGroup 这三个类建立p2p的连接进行通信-Socket communication program to create AIR SocketServer listening on port side with the other
socketpro
- 实现socket和一些简单网络功能,供学习使用,先运行客户端再运行服务端-Achieve socket and some simple network capabilities for learning to use, run the client and then run the server
client-server
- CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
socket
- 实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at t