搜索资源列表
-
0下载:
TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
-
-
0下载:
在网络实习课设作的一个聊天工具。在TCP协议基础上,利用Winsock编程实现与服务器的多客户通信程序。-internship in the network set up for the class a chatting tool. TCP, based on the use of Winsock programming and multi-client server communication program.
-
-
0下载:
TCP/IP体系结构与特点
Telnet、FTP、HTTP、 POP3、DNS等协议的工作原理
客户机/服务器模式(Client/Server model)
-
-
0下载:
KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
-
-
1下载:
基于TCP and UDP的socket编程
简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。
2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。
-TCP and UDP socket programming
Simple Client/Server network application
-
-
0下载:
网络通信客户端,服务器端简单封装类.能支持客户端,服务器端功能.-Network communication client, simple server-side package type. To support the client, server-side functionality.
-
-
0下载:
网络基于TCP/IP协议的组网服务器和客户端,网络基于TCP/IP协议的组网服务器和客户端-Network based on TCP/IP protocol network server and the client, the network based on TCP/IP protocol network server and client
-
-
0下载:
用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
-
-
0下载:
LabWindow下实现的TCP程序。LabWindow中实现TCP的客户端和服务器的程序还是比较简单,在简单的网络测量中有一定的快速开发应用价值。-LabWindow implementation of the TCP process. LabWindow in the implementation of the TCP client and server is relatively easy procedure, simple measurement of the network must
-
-
0下载:
unix program of tcp ip client server for network sockets
-
-
0下载:
简单的客户端与服务器的连接 简单的JAVA网络编程-Simple client and server connections simple JAVA Network Programming
-
-
0下载:
网络多媒体通信
1、编制一个网络多媒通信软件,实现:
在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。
2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。
本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
-
-
0下载:
vc升入详解(孙鑫)的网络编程,tcp局域网聊天,
基于socket实现,client端程序以后上传。-vc promoted to Xiangjie (Sun Xin) network programming, tcp LAN chat, socket-based implementation, client-side program after the upload.
-
-
0下载:
ACE网络编程,简单的Client终端,定是发送数据,端口,ACE库文件。server-ACE network programming, a simple Client terminal is scheduled to send data, port, ACE library file. server
-
-
0下载:
vc++写的一个TCP异步传输文件的程序,分为客户端,服务端,可做为编写网络程序参考-vc++ to write a TCP asynchronous transfer the file, is divided into client, server, network program can be used as reference preparation
-
-
0下载:
基于UDP的简单的网络编程,模式为C/S,实现客户端到服务端的通信-Simple UDP based network programming model for C/S, to achieve client-server communication
-
-
0下载:
网络编程socket
tcp客户端 服务端源码-Network programming socket
tcp client server source code
-
-
0下载:
客户端与服务器网络通信的源码,采用异步的方式去发送和接收,效率高-The source client and server network communications, asynchronous way to send and receive, high efficiency
-
-
0下载:
Tcp client server communication using Java
The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1]
-
-
1下载:
利用QT编写网络调试助手,可以做TCP服务器,TCP客户端和UDP服务器(Using QT write network debugging assistant, can do the TCP server, TCP and UDP client server)
-