搜索资源列表
socketandftpdownload
- 使用socket实现通讯及FTP下载。client和server预定好协议进行认证通讯,通过后客户端从服务端的FTP服务器上取数据。
选课系统
- 程序由client和server两部分组成,主要通过其间的流传输及其相应的通讯字符串实现。client和server端均通过对对方信息的判断而进行相应的处理以达到最终效果。 其中关键的数据存储为文件存储。服务器为每个新用户创建相应的数据文件以存储用户的选课信息,而客户的选课信息查询也同样是通过对文件信息的读取实现-procedures by client and the server is composed of two parts,
delphi Socket 通讯
- Windows下Socket通讯示例,包含 Server端 和 Client端。
选课系统
- 程序由client和server两部分组成,主要通过其间的流传输及其相应的通讯字符串实现。client和server端均通过对对方信息的判断而进行相应的处理以达到最终效果。 其中关键的数据存储为文件存储。服务器为每个新用户创建相应的数据文件以存储用户的选课信息,而客户的选课信息查询也同样是通过对文件信息的读取实现-procedures by client and the server is composed of two parts,
实现局域网点对点通讯
- C#实现的P2P通信 每个节点同时具备服务器和客户端的功能-C# peer-to-peer communication with the same time each node server and client functions
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
myicq-win_src
- MyICQ是一套完全公开源代码的即时通讯软件,包括服务器端和客户端,可以用于互联网或局域网中。可以运行在Windows或Linux(KDE/Qt)操作系统上,这是Windows的客户端。MyICQ完全支持服务器之间的松散连接,这意味着任何人都可以在Internet上架设自己的服务器。群组功能使您能够享受到聊天室和网络游戏所带来的快乐。 --------------- 基本功能特点 ---------------
ClientAndServer_Chat
- 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP/IP, which includes the client and server sid
chat
- 一套牛人开发的 即时聊天系统原代码(c++开发)客户端和服务器端代码,适合对即时通讯感兴趣的朋友学习参考。-A set of cattle were developed in real-time chat system, the original code (c++ Development) client and server-side code, suitable for the instant messaging friends i
chat
- 即时通讯,运用点对点技术,实现客户端和服务器端的通信·····是不可多得的好源码-Instant messaging, the use of peer-to-peer technology, client and server communication is rare good source
new
- unix下多进程编程实例,包括client端和server端socket通讯,和signal等内容-under unix programming examples of multi-process, including client-side and server-side socket communication, and signal, etc.
copy_MSN_chat
- 仿照MSN的网络通讯工具,分为客户端和服务器,功能较完整,界面友好,是练习VB网络编程的好例子。-MSN modeled on the network communication tools, is divided into client and server, function more complete, user-friendly, is the practice VB a good example of network prog
RemObjects_SDK
- 利用RemObjects SDK创建的客户和服务器应用程序可以容易的通过网络相互通讯。 RemObjects SDK可提供.NET和Delphi版本,带来一个创建分布式应用的快速方法,利用Service Builder简单的建模您的服务器接口,Service Tester用于性能和稳定性测试,并可提供广泛为的通讯选项。 Smart Services允许您使用SDK的高性能通讯技术,同时继续开放Web Service标准,如SOA
UDPmail
- 基于UDP的安全邮件传输,实现了客户端和服务器,友好的图形界面-UDP-based secure e-mail transmission, the realization of the client and server, friendly graphical interface
tcpiplistener
- VS2005 VB实现tcp/ip通讯,包括完整的client和server程序-VS2005 VB achieve tcp/ip communications, including a complete client and server procedures
JavaIM
- 利用Java开发的IM即时通讯程序,分为client和server,具备文件传输功能,包含源程序及生成的类文件-Java development using IM instant messaging program, divided into client and server, a file transfer features, including source code and generate the types of docum
TCP
- 异步方式实现TCP的通讯,包括client和server两个程序-TCP to achieve asynchronous communication, including both client and server programs
The-client-and-server
- QQ客户端和服务器端,实现相互通讯,时间,历史记录-QQ client and server side, to achieve mutual communication, time, history
tcp
- 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
Java的UDP通讯
- 使用java实现UDP编程,需要同时运行文件中的server和client文件。实现客户端和服务器的通讯和接收。(Using java to achieve UDP programming, you need to run files in the server and client files. Realize the communication and reception between client and server.)