CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c tcp 服务器

搜索资源列表

  1. prg4_1

    0下载:
  2. prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并发信息回客户。-prg4_1.c : TCP server. The procedure for connecting customers, once connected, it shows that the client IP address, with the information back to customers.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:bby
  1. TCP实现客户服务器聊天程序

    1下载:
  2.   操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
  3. 所属分类:网络编程

    • 发布日期:2008-11-21
    • 文件大小:55808
    • 提供者:lenjear
  1. TCP

    3下载:
  2. C#写的基于TCP协议的服务器和客户端程序,实现简单的发送字符串的功能,适合初学者研究-Written in C# TCP protocol based server and client, simply send the string to achieve the function of research for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:49658
    • 提供者:SilverBullet
  1. TCP-Chat

    0下载:
  2. C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:122540
    • 提供者:潘德锋
  1. TCP

    0下载:
  2. TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:20196
    • 提供者:阿平
  1. socket

    0下载:
  2. TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:13313
    • 提供者:lala
  1. TCPSRV

    0下载:
  2. 基于C的winsock网络编程,TCP服务器端程序,对于学习网路编程的初学者的这是第一步。-C based on the winsock network programming, TCP server-side procedures, network programming for beginners to learn this is the first step.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1181890
    • 提供者:斯鲁杰
  1. EasyChat

    1下载:
  2. 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
  3. 所属分类:C#编程

    • 发布日期:2013-12-06
    • 文件大小:831375
    • 提供者:sunrong
  1. TCP

    0下载:
  2. TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-09-06
    • 文件大小:9984
    • 提供者:李平
  1. TCP-Server

    0下载:
  2. C++ TCP 服务器的程序,可以进行监听,握手,发送,接收数据-C++ TCP server program listening, handshake, send, receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:40416
    • 提供者:HalfLegend
  1. tcp服务器c#

    0下载:
  2. 自己写的tcp服务器 端口9999 实现tcp服务的循环 反复发送ok信息
  3. 所属分类:源码下载

  1. C#TCP-IP

    0下载:
  2. C#使用TCPIP做的客户端与服务器通信Modle源码(C# uses TCPIP to do client and server communications, Modle source code)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:
  1. TCP服务器端 2

    0下载:
  2. vs2015C#通信服务器端源程序,实现与客服端的通信,编通信程序时可以参考,非常好用,谢谢(Vs2015C# communications server side source)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:61440
    • 提供者:xueyin
  1. C# tcp通信 登录 服务器端验证

    0下载:
  2. c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-01
    • 文件大小:422912
    • 提供者:provencesl
  1. MessageServer

    0下载:
  2. TCP服务器,用于控制组合体小车的运行,注释清晰方便修改(The TCP server is used to control the operation of the composite car, and the annotation is clear and convenient to modify)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:96256
    • 提供者:wwb00l
  1. C# Socket 分包传送数据

    0下载:
  2. 一款高性能并发tcp服务器,内部带有心跳,分包,粘包,功能,并包含TCP,UDP客户单小例子(A high performance concurrent TCP server with internal heartbeat, sub packet, sticky package, function, and contains TCP, UDP client single small example)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:烨烨
  1. TCP服务器端和客户端程序

    1下载:
  2. 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
  3. 所属分类:网络编程

    • 发布日期:2018-01-10
    • 文件大小:755712
    • 提供者:banshan773
  1. TCP

    0下载:
  2. 异步实现的C# TCP编程客户端和服务器。使用的时候,自己新建工程,然后导入,即可使用(The asynchronous implementation of the C# TCP programming client and server. When you use it, you can build a new project, and then import it, you can use it.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-30
    • 文件大小:67584
    • 提供者:step.L
  1. TCP通信

    0下载:
  2. tcp实现服务器端和客户端简单聊天通信,利用c++和MFC实现(TCP implementation of server - side and client - side chat communication)
  3. 所属分类:网络编程

  1. iocp服务器代码_tcp&udp测试工具

    1下载:
  2. iocp完成端口c++代码,服务器接收回弹,还有一个接收没有回弹(IOCP completes port c + + code, server receives rebound, and one receives no rebound)
  3. 所属分类:网络编程

    • 发布日期:2019-06-24
    • 文件大小:17497088
    • 提供者:Jack666
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com