CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 好的C

搜索资源列表

  1. jrtplib-2.6

    0下载:
  2. RTP/RTCP的C++实现,供采用面向对象编程的朋友参考。个人觉得代码结构较好,可以直接使用。-RTP / RTCP C realized, for the object-oriented programming reference to a friend. Feel better code structure can be used directly.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:135614
    • 提供者:漠之鹰
  1. 05-09-14-Socket

    1下载:
  2. C#写的socket通讯服务器和客户端程序,学习有很好的借鉴-write the C# socket communications servers and clients, learning from the good
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:86463
    • 提供者:ylzz
  1. 68_wzq

    0下载:
  2. ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application-ChessWZQ1.0 C / S mode to prepare the client and server side interaction
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:58511
    • 提供者:留朋雨
  1. C++InternetCommProtocolApplicationCode

    0下载:
  2. Visual C++网络通信协议分析与应用实现代码,非常实际好用的网络开发借鉴材料。-Visual C network communication protocol analysis and application of codes, very real handy Web development reference materials.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3758881
    • 提供者:baihaili
  1. pppccode

    0下载:
  2. ppp协议C语言源程序,详细分析了PPP的工作原理,对学习PPP是一份很好的程序
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-16
    • 文件大小:226501
    • 提供者:大圣
  1. SocketTCP

    0下载:
  2. 当看到.NET中TcpListener和TcpClient的时候,我非常高兴,那就是我想要的通讯模式 但是使用之后发现它们的力量太单薄了,我们需要一个更好的类库来替代它们. 下面提供了一些类,可以很好的完成Tcp的C/S通讯模式.在本文的第二部分,我将为大家介绍怎么使用它们
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:13424
    • 提供者:liuxfu
  1. cjs

    0下载:
  2. 自己编写的网络聊天程序,基于C/S模式,采用TCP协议,是一个很好的网络聊天工具.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:29698
    • 提供者:蔡金森
  1. tcpIPprotocol.rar

    0下载:
  2. 用c语言实现的TCP IP协议,对深入理解TCP IP 协议有很好的帮助作用,Using c language implementation of the TCP IP protocol, a deep understanding of the TCP IP protocol has a very good help
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:95274
    • 提供者:gezhenjiang
  1. udpV3.1

    0下载:
  2. udp调试开发用的一个小程序,是学习udp编程的好例子-udp debugging development with a small procedure, is to learn from good examples of programming udp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:703126
    • 提供者:pan
  1. CSMACD

    0下载:
  2. C++模拟CSMACD协议,一个很好的model,与大家分享-C++ simulation CSMACD agreement, a good model, and share
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1675099
    • 提供者:望月
  1. EchoServer

    0下载:
  2. 一个简单的回音器server的C++实现。对于理解SOCKET编程有很好的学习效果。-A simple echo server device of the C++ implementation. SOCKET programming for understanding a very good learning.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:28392
    • 提供者:CrazyCharlie
  1. MySimpleTcpStudy(1)

    0下载:
  2. 程序实现基于TCP/IP的客户机/服务器局域网通讯的C#程序,程序下载既能运行,对于初学者学习TCP是一个很好的工具。欢迎下载-This program is a C# program about client/server LAN Communication based on TCP/IP , the program can operate smoothly after downloading,which is good for the beginners in learning TCP i
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:94356
    • 提供者:lihaiqiang
  1. TCPExample

    0下载:
  2. 源码为基于TCP/IP协议的C#局域网通讯程序,算反结构为C/S 结构,程序下载既能运行,是初学者学习TCP的一个好的案例-Source-based TCP/IP protocol C# LAN communication program, anti-structure calculation C/S structure, download both runs for beginners to learn a good case TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:94565
    • 提供者:lihaiqiang
  1. ChatClientServerExample

    0下载:
  2. c#基于 tcp/ip 的聊天程序 一个很好的通讯例子,值得学习和研究的好代码。-c# based on tcp/ip chat program example of a good communication, well worth learning and research code.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:748411
    • 提供者:ade
  1. DayTimeUDP

    0下载:
  2. linux下c语言实现的使用UDP协议的通信,适合初学者学习,可以使大家更好的理解UDP协议-linux c language use under the UDP communication protocol, suitable for beginners to learn, can make you a better understanding of UDP protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:8209
    • 提供者:YUANZX
  1. herm_0.1

    0下载:
  2. 一个非常优秀,性能非常好的C++开源网络开发库,适合window和linux,学习网络的可以下载来研究一下-Is a very good, very good performance C++ open source web development library, suitable for window and linux learning network can download to study
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-23
    • 文件大小:127774
    • 提供者:ycg
  1. YYSocketProxy

    0下载:
  2. 一个性能比较好,设计优秀的C++网络开发库——YYSocket,支持linux和windows系统。-The better performance and excellent design C++ network development library- YYSocket, supports linux and windows
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-12-01
    • 文件大小:10700
    • 提供者:ycg
  1. udt4

    0下载:
  2. 基于C++语言编写的UDT协议,该协议具有很好的平台移植能力,它是基于UCP的可靠传输协议,适用于大数据的传输协议-Based C++ language UDT protocol, which has a good platform portability, it is based on the UCP reliable transport protocol, suitable for large data transfer protocol
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:524286
    • 提供者:lvchi
  1. Socket1

    0下载:
  2. C#的soket编程实例哦,很好的实例哦!-about soket,a good one!
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:63253
    • 提供者:jimmy
  1. C# tcp通信 登录 服务器端验证

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

    • 发布日期:2018-01-01
    • 文件大小:422912
    • 提供者:provencesl
« 12 »
搜珍网 www.dssz.com