CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 网络编程 搜索资源 - server client TCP

搜索资源列表

  1. LANusersCom

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:253113
    • 提供者:唐富华
  1. WinSocket-TCP

    0下载:
  2. 用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the server and a client pairs procedure, studies the winsock very good source code!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53780
    • 提供者:阿敏
  1. IOASServer

    0下载:
  2. 局域网内通信服务器管理系统软件,通过tcp/ip完成客户端信息、文件的转发-LAN communications server management system software, tcp / ip client complete information, documents transponders
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:718315
    • 提供者:mqb
  1. MTSClientSrc

    0下载:
  2. 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令-in multithreaded tcp services, the corresponding client code, the main sending commands to the server and then out from the server to return to the order
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6920
    • 提供者:无形
  1. TCP的客户服务器通信程序

    0下载:
  2. TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15357
    • 提供者:刘鹏
  1. TCP客户服务器通讯测试软件

    0下载:
  2. TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:309087
    • 提供者:李勇
  1. TCP服务器端MANK

    0下载:
  2. 一个TCP/IP的服务器端,但是增加了列表显示以及对客户端标示管理!-A TCP/IP server program with list display and client management
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48264
    • 提供者:wxf0204
  1. commun

    0下载:
  2. 一个支持多用户的基于TCP/IP协议的客户/服务器通信的应用程序-a multi-user support based on the TCP / IP protocol client / server communication applications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2660
    • 提供者:万成凯
  1. tcp通信

    0下载:
  2. 这是一个利用TCP协议进行通信的程序,很典型,适合初学者学习,程序分两个部分,客户端和服务器-using TCP communication procedures, typical, for beginners to learn, procedures in two parts, the client and server
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:17871
    • 提供者:程拨
  1. A_SocketSe187394482005

    0下载:
  2. When it comes to writing high performance server / client applications that use the TCP/IP protocol, this class will handle everything for you.-When it comes to writing high performance s SP / client applications that use the TCP / IP protocol, this
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23761
    • 提供者:何海川
  1. TCP

    0下载:
  2. 里面有基于TCP的Client和Server两个源码,对大家写C/S聊天有帮助。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16183
    • 提供者:叶德铭
  1. TCP-server-client

    0下载:
  2. 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:74627
    • 提供者:叶舟
  1. TCP自环程序

    0下载:
  2. 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86283
    • 提供者:李京津
  1. VB的TCP聊天工具

    0下载:
  2. VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接-VB TCP chatting tool services and client-prepared separately, the use of machines need to open the server, then the remote machine using the client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:49406
    • 提供者:邱路
  1. tcpip通讯程序

    1下载:
  2. vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:343080
    • 提供者:张辉极
  1. Traffic

    2下载:
  2. Traffic is a network traffic generator following a server/client model for generating high volumes of traffic on a network. This could be used to test the ability of a router/firewall/VPN to handle continuous high traffic loads. It is optimally used
  3. 所属分类:网络编程

  1. 基于IPv6的tcp/udp网络通信程序

    2下载:
  2. 这是一个基于IPv6的tcp/udp网络通信程序的工程。 该工程包括TCP Server端程序,TCP Client端程序,以及UDP Server端程序和UDP Client端一共4个程序,建立在同个工程中一起提供。
  3. 所属分类:网络编程

    • 发布日期:2011-09-22
    • 文件大小:3098497
    • 提供者:mzb3905355
  1. C++ TCP/UDP Server & Client examples

    0下载:
  2. TCP and UDP server & client example codes. Open source code then change default IP and port values. It is ready to be used!
  3. 所属分类:网络编程

    • 发布日期:2013-10-19
    • 文件大小:6414
    • 提供者:kcetinkaya
  1. VideoClient/Server

    0下载:
  2. Video TCP Client/Server Video TCP Client/Server
  3. 所属分类:网络编程

  1. 简单实现tcp网络聊天

    1下载:
  2. 简单实现tcp网络聊天,分为server端和client端,实现简单的文字聊天,登录上线
  3. 所属分类:网络编程

    • 发布日期:2021-07-20
    • 文件大小:37653025
    • 提供者:cjdsaa
« 12 3 »
搜珍网 www.dssz.com