搜索资源列表
RFC868 Time37
- RFC686时间同步的服务器段和客户端代码 包括TCP和UDP-RFC686 time synchronization of the server and client code, including TCP and UDP
TCPIP
- 它是TCP/IP中,线程同步的客户端各服务器端程序。利用了死锁及条件变量-It is the TCP/IP in the client thread synchronization server-side program. Deadlock and conditions of use of variables
TCPTester-xjt
- socket各种TCP模型性能测试,包括select模型,阻塞同步TCP模型,客户端开启1000个线程开启1000个socket-socket test speed,including select,the client create 1000 sockets.
ClientServerAsync
- 基于服务器客户端模式的开发,可以用于测试客户端与服务器的同步操作和异步操作,基于TCP、IP协议。已经在symbian os的手机上通过测试。-Client server-based model of development, can be used to test client and server synchronization and asynchronous operation, based on the TCP, IP protocol. Already in symbian os m
SyncChatClient
- 用套接字写的基于客户端的同步TCP聊天界面,没有实现图形的流传递-Used to write socket-based TCP synchronization client chat interface, there is no flow to achieve transmission of graphics
TCPIP_Communication
- 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
syncTcpChat
- 基于socket的Tcp同步聊天编程,一个服务器和一个客户端-It stated working on an internet chat server/client
server
- TCP 客户端 服务端案例代码,自动回复 同步代码-TCP client server case code, synchronization code auto-reply
CSharp_TCP
- 最近做了一个双机备份,就是服务器上有个文件夹,会接收客户端传来的文件,而我们要做的就是同步这台服务器和另一台备用服务器上的文件. 为了实现这个功能我们使用的tcp点对点传输. -Recently made a double backup, is there a folder on the server, the client will receive the documents came, and we have to do is sync it to another server a
tcp
- C#实现TCP协议的同步收发,包括服务器端和客户端的最简代码,是控制台应用程序。注意:这个工程是使用SharpDevelop下创建.NET版本为4.0,使用VS打开时需要转换。-C# TCP protocol to achieve synchronous transceiver, including server and client the most simple code, is a console application. Note: this project is to use Shar
SyncChat
- TCP/IP网络同步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network synchronous communication, like instant messaging tool QQ network, server and client interface and programming.
Ex7_1
- C++/CLI编写的基于tcp协议的同步通信完整项目,包括服务端和客户端-Synchronous communication project based on the the tcp protocol written by C++/CLI , including server and client
TCPIP_Communication
- 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
tcp
- C#同步异步客户端服务端源码 -C# Synchronous Asynchronous Client Server SourceC# Synchronous Asynchronous Client Server Source
QQ-CHAT
- 1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间
scripting
- 利用TCP协议设计的网络对时系统,通过获取网络时间使客户端与网络时间同步-Using the TCP protocol to design the network-to-time system, by acquiring the network time to synchronize the client with the network time
TCP测试
- LabView中TCP/IP基本通讯范例,包括服务器及客户端范例。服务器端创建侦听器并发送数据,客户端打开TCP连接并接收数据。实现同步通讯。(TCP/IP for Labview including server and clinet)