搜索资源列表
udp服务器
- udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
Morgan RTP DirectShow Filters
- RTP DirectShow Filters,包含服务器和客户端可执行程序和服务器端代码,支持 RTP, RTCP, RTSP and SDP协议-RTP DirectShow Filters, including server and client executable code and server-side support RTP, RTCP, RTSP and SDP
FTP Java代码
- 此程序是用JAVA写的FTP服务器端.在virtualroots设置FTP根目录,config设置FTP端口,users保存用户登陆帐号.-this program is written in Java FTP server. FTP virtualroots installed in the root directory, config set up FTP port, users keep users landing account.
服务器端源代码
- 拨号服务器的服务器端代码,针对E5112设计,请与客户端代码配合使用-dial-up server to server-side code against E5112 design, and the client code used in conjunction with
NetworkChatServer
- 网络编程,聊天室的服务器端代码,可以作为网络编程的参考.-network programming, chat rooms, the server-side code, as network programming reference.
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
聊天系统的服务器端
- 实现了一个聊天系统的服务器端,主要介绍建立侦听套接字,建立连接套接字,动态隐藏与显示控件 使用列表框控件等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-achieved a chat server systems, mainly on the establishment of interception socket, connect the socket, dynamic control and disp
网络快餐代码
- 一个简单易用的网络快餐代码,无需假设IIS服务器,只需运行一个服务器端程序即可完成网络快餐系统的发布!
ftp服务器与和客户端代码
- ftp服务器与和客户端代码
Socket Demo 客户端和服务器端发送数据包的测试代码
- 开发的一个客户端和服务器端发送数据包的测试代码。-Development of a client and server-side code to send the test packets.
Androidpn-tomcat 基于tomcat的Androidpn的服务器端代码
- 基于tomcat的Androidpn的服务器端代码-Based the tomcat' s Androidpn the server-side code
RemoteControl
- C#爱好者原创的远程控制软件,类似于灰鸽子的源程序,由服务器端和客户端构成,想便远程控制代码的朋友不妨-C# Lovers original remote control software, similar to the source gray pigeons, from server-side and client composition, would like to have remote control code of a friend may wish to
Socket
- 用c语言实现的socket连接代码,包括客户端呵服务器端的代码-socket connect
socket
- 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译-A simple TCP client and server-side code, server-side receives the data and return, VC compiler
传奇3服务器端和客户端
- 可以用作c++的代码学习分析!其实我觉得代码还是不错的(Code learning analysis can be used as c++!)
Server_104
- 实现了104规约的服务器端的所有功能。代码能运行(The 104 protocol implements all the server-side functions. Code can run)
远古封神-服务端源码+文档+数据库
- 服务器端代码,需要学习的朋友可以看看源码,学习学习(Server-side code, you need to learn friends, you can see the source code, learning to learn)
TCP Server
- lwip 移植,tcp服务器端多线程代码移植(LwIP transplant, multi thread transplanting of TCP server)
ClientInput
- java 服务器端客户端代码,站长你亲妈死了,不死不是亲妈。(Java server side client code Master your mother died, not death is not a mother.)
RPC服务的应用(包含服务器端和客户端
- RPC(Remote Procedure Call)远程过程调用,本例中包含客户端和服务器端,可以很好的完整进行RPC服务的调试,并很方便进行代码复用,具有很好的示例效果。