搜索资源列表
-
0下载:
1服务端接收文件,客户端发送文件。
2 每个Socket连接同时只能够传输一个文件。
3 可同时发送网络消息
-receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
-
-
0下载:
类似于飞鸽传输的局域网聊天传输程序,不分服务端和客户端,他可以充分利用局域网的网络资源,传输速度超过10mb/s,而且有美观的用户界面-Fei transmission similar to the LAN chatting transmission procedures, regardless of the server and client, he can take full advantage of the LAN network resources, transmission speed
-
-
0下载:
利用套接字连接实现异步网络通信 先启动服务器 然后客户端-socket connections using Asynchronous communications network server then activated first client
-
-
0下载:
如何有效的监视和控制网络中各台计算机的工作情况以及随时出现的各种异常情况,如何在网中实现有效的文件传输,如何让各客户在有何需要时可以方便的与网络管理人员进行联系等一系列的问题也便随之出现。本软件便是针对这一系列的问题而在windows2000操作平台是设计的。通过本软件的服务器便可以查看各客户端计算机上所起的服务,某时所运行的程序,机子的启动项目,共享资源,以及通过查看事件查看器了解计算机出现的各种情况。并且各客户端通过本软件快速的下载服务器上提供的文件。从而使企业网络的管理得到进一步的完善。-
-
-
0下载:
qq最新示例源码 包括: VC++项目源文件(客户端、服务器端)已编译的可执行文件(客户端、服务器端) 供学习C++网络编程参考。-qq latest example source code include : VC projects source document (client, server side) has compiled executable file (client, server side) for learning C network programming referenc
-
-
0下载:
实现网络聊天室的server部分功能,client部分代码尚在调试中,特此分享!-Network Chat Room part of the server functions, client still some debugging code, would like to share!
-
-
0下载:
利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的客户端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the client, using the TCP / UDP protocol, which can be expanded to net net
-
-
0下载:
一个用VC实现的聊天室程序,该程序是客户端和服务器端共用的。稍加修改可以做成网络数据收发。用的是winsock来实现网络通讯的-VC with a chat room procedures, the procedures are client and server shared. Little changes can cause network data transceiver. Used to the protocols of the communications network
-
-
0下载:
此程式可以當成Server, 接收client端的 connect 要求, 並丟資料到client端! 傳送方式可以是一次一個字串或是自動一直送, 搭配另一個 client 程式, 可以用來測試網路通訊-This program can be as Server, the receiving client side connect requests and information to the client side lost! Delivery can be a string or an au
-
-
0下载:
基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
-
-
0下载:
CAsyncSocket编程技术——基于异步类AsyncSocket的局域网通信程序,采用了客户机/服务器模式。-CAsyncSocket programming technology- based on the type of asynchronous communication program AsyncSocket local area network using the client/server model.
-
-
0下载:
此程序是TCP服务器端程序和客户端程序,实现网络聊天功能,可以作为初学者学习网络通讯的入门程序。-This program is server-side procedures and TCP client, chat network, you can learn as a beginner' s entry procedures for network communications.
-
-
0下载:
Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
-
-
0下载:
网络服务是以客户机/服务器模式工作的。FTP服务是基于TCP协议的网络服务。该设计目的是通过FTP客户机程序的设计,-Web services are client/server model to work. FTP service is based on the TCP protocol for network services. The design objective is through the FTP client program design,
-
-
0下载:
本程序为基于网络通信的服务器端聊天程序,可以实现实时的与客户端通信。-The procedures for the server based on network communication, can realize real-time chat program with client communication.
-
-
1下载:
socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
-
-
0下载:
应用Visual C++中MFC CSocket类,实现网络数据传输,使用了Client/Server模式互相传输数据,并提供聊天记录功能(txt)。-Application of the Visual C++ MFC CSocket class, the network data transmission using the Client/Server mode to transmit data with each other, and chat history function (txt).
-
-
0下载:
the software is basically a client server side application to implement how a mobile agent works/operates in a network of systems
-
-
0下载:
利用C#网络编程实现了一个简易的聊天程序,基于tcp的客户端/服务器模式,实现双方数据传送,通信对话。-Network programming using C# implements a simple chat program, based on the tcp client/server model to achieve both sides of data transmission, communications dialogue.
-
-
0下载:
工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro
-