搜索资源列表
代理服务器程序源代码
- 用VC实现的代理服务器程序源代码,很有借鉴意义-with VC's proxy server source code, a useful one
一个代理程序
- 一个用vc编写的代理服务器程序,可以很好地实现代理的所有功能,简单方便。-vc prepared using a proxy server, can be a good agent to achieve all the features easy and convenient.
用WinSocket创建客户机服务器程序
- 用WinSocket创建客户机服务器程序 请斑竹通过,我好喜欢这个网站啊,连做梦都是呀-Winsocket used to create client-server requests fed through, I like this site good ah, even dreaming are ah
个人代理服务器
- VC实现的一个代理服务器程序,没有压缩密码-VC of a proxy server, without compression Password
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
服务器是如何用C实现的
- 例子显示了服务器是如何用C实现的 要使用BSD界面建立一个服务器程序-examples show how the server is using C to be used to achieve the establishment of a BSD interface server
简单ftp服务器
- 是一个JAVA编写的FTP服务器程序,有详细的注解,适合初学者-prepared by the FTP server program, a detailed explanation, for beginners
一个socket服务器程序
- java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
telnet服务器
- 非常不错的TELNET服务器程序,大家可以看看有没有鉴戒-very good TELNET server, we can see if there is any warning
minihttp
- 一款非常小巧的Web服务器程序,速度和执行性能都很快,内存占用很低,代码质量很高,能够运行在Unix/Linux平台
socket服务器程序
- 支持向客户端手动发送程序,作为socket理解用。
FTP服务器程序VC++
- 使用MFC编写的FTP服务器程序,功能齐全,格式严谨。
超级服务器程序
- server1.zip超级服务器程序
广播服务器
- 在Linux下的基于TCP/IP协议的广播服务器和客户端程序。初学着很有用啊!!
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
TelnetView_server
- 以service进程方式运行的telnet服务器程序- By service advancement way movement telnet server procedure
FTP
- Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过 目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 注意: a.帐号密码为toldo b.主目录为c:/temp,在连接之前请先建立-Ftp client and server, the full version of VC
UDP_protocol_test
- UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
chat
- 这是一个聊天室例程,服务器程序是chatsrvr.exe,客户端是ChatClient.exe. 服务器先运行,客户连接到服务器运行的计算机的IP即可。-This is a chat room routines, the server process is chatsrvr.exe, clients are ChatClient.exe. Server to run, customers to connect to the server running on your computer
Web服务器
- 超轻量型 Http Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)