搜索资源列表
-
1下载:
本程序实现了一个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
-
-
1下载:
用Java实现Web服务器
本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
-
-
0下载:
Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
-
-
0下载:
利用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 ...)
-
-
0下载:
这是一个使用Java编写的基于Socket的Client及Sever,能够提供Client及Server之间的通信。-It is a Java-based Socket Client and Server. able to provide between Client and Server communication.
-
-
0下载:
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用\"阻塞SOCKET\"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用\"非阻塞SOCKET\",以其提高程序的效率。那么有没有办法使用\"阻塞SOCKET\"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了
-
-
1下载:
采用c++编写的一个web服务器,运用socket,监听设置的端口,响应客户端浏览器的请求-C++ written by a web server, using socket, listening port set to respond to the request of the client browser
-
-
0下载:
Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used.
Both Server and Client programs has been given
-
-
0下载:
1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序;
(1) 实践内容
(2) 实现过程
注意:
① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别;
② 在此实践中某些功能模块的实现流程;
③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程;
(3) 关键技术
关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴;
(4) 遇到的问
-
-
0下载:
iocp,socket完成端口,有客户端和服务端,写的比较好的程序。-iocp, socket complete the port, there are client and server, to write better programs.
-
-
0下载:
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.
-
-
0下载:
用socket实现了一个简单的服务端和客户端,作为一个socket变成的入门实例。-Socket achieve a simple server and client, as an entry into a socket instance.
-
-
0下载:
socket server and client using C#, visual studio 2012
-
-
0下载:
一个服务器和一个客户端,用来展示 网络套接字和select等函数的使用,双方可以通信
-a server and a client , to show how use socket routine to communicate.
-
-
1下载:
实现socket和一些简单网络功能,供学习使用,先运行客户端再运行服务端-Achieve socket and some simple network capabilities for learning to use, run the client and then run the server
-
-
1下载:
一款不错的用C/C++写的web通讯类库,包含socket、http、websocket client/server等众多功能-With a good C/C++ write web communications library, including socket, http, websocket client/server and many other functions
-
-
0下载:
CLIENT SERVER COMMUNICATION OVER TCP WITH SOCKET PROGRAMMING
-
-
0下载:
实现基本的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
-