搜索资源列表
MyServer.rar
- 一个基于Socket的网络信息查询服务器
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浏览器连接
WebServer_DLL
- http server 的源代码,已经编程了DLL,使用很方便,可以嵌入到其他应用程序中,超稳定(用到了 FPIETTE的 socket Components))-http server source code has been programmed DLL, very convenient to use, can be embedded into other applications, the ultra-stable (FPIETTE use of the socket Components
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 ...)
NetServer_web
- 一个通过socket与WEB建立通讯连接的VC程序。-through socket with a Web link in the establishment of communication procedures VC.
connect.c
- 这是一个不错的用来建立一个传输控制协议客户端套接字程序,希望大家喜欢!-This is a good used to establish a transmission control protocol client socket procedures, hope you like!
WebSocket
- HTML5 Web Socket Demo in Chrome.
TestWinSock
- simple webserver simulator to show how a web server takes request on a windows environment and reponds using socket programming.
programs
- web server threads and socket
sockServ
- TCP Socket Server example in Python
socket
- 这是SOCKET编程资料,很基础的,主要讲解了socket编程基本原理-This is the SOCKET programming information, very basic, mainly on the socket programming principle
Tracker-and-Socket
- Find Something. This program code is image processing using template matching based on cross-correlation algorithm. Also, this program include win socket code.-Find Something. This program code is image processing using template matching based
Socket-program-in-language-C
- 简单的socket套接字信息传递程序,包括客户端及服务器端两部分,包含可执行文件-failed to translate
Socket-Programming-in-CSharp
- socket server and client using C#, visual studio 2012
Simple-socket.doc.tar
- this code is for python socket programming
socket
- Socket programming source-Basic
http-socket
- source code for http protocal and way to build socket
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