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

搜索资源列表

  1. c++communication

    0下载:
  2. 面向对象的数据通信的书内源代码,计算机网络通信的仿真.-object-oriented data communications with the source code book, the computer simulation of network communications.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:145010
    • 提供者:王小彬
  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. UDP

    0下载:
  2. 服务器端和客户端之间通信C#代码~分为Server和Client-Server and Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:104071
    • 提供者:ToBoo
  1. icancu

    0下载:
  2. 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-17
    • 文件大小:1950945
    • 提供者:高会新
  1. 002

    0下载:
  2. UDP通信实例,使用NMUDP控件轻松实现-UDP communication examples, easy to use controls NMUDP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:360686
    • 提供者:chlyzone
  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. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:66315
    • 提供者:zym
  1. tcp_veno_opnet

    1下载:
  2. 在opnet中实现tcpveno的通信协议,这个是我自己做的。-The opnet achieve tcpveno communication protocols, this is my own doing.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:590337
    • 提供者:史士杰
  1. ModiconTest

    1下载:
  2. c# MODUBS TCP/IP通信类。基于MODBUS协议,可以通过此类和支持MODBUS TCP/IP协议的设备进行数据通信-c# MODUBS TCP/IP communications class. Based on MODBUS Protocol, and support through such a MODBUS TCP/IP protocol for data communication equipment
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-02-27
    • 文件大小:58368
    • 提供者:yushaohua
  1. SocketTest

    0下载:
  2. 点对点通信C/S程序,应用于客户和服务器之间的程序,-Point to point communication C/S program, used in the procedure between client and server,
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:97643
    • 提供者:Abel
  1. udp.7z

    0下载:
  2. 局域网QQ 局域网多人聊天软件 使用UDP 局域网通信 C#开发-LAN QQ C# development
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:43561
    • 提供者:zw19910823
  1. TCP

    0下载:
  2. TCP通信C#代码,适合初学者使用 TCP通信C#代码,适合初学者使用-TCPconnection TCPconnection TCPconnection TCPconnection TCPconnection TCPconnection TCPconnectionTCPconnection
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:85558
    • 提供者:yuzhongxin
  1. c

    0下载:
  2. 如何进行tcp的握手和连接通信,特别是在单片机上的应用-tcp program how to connect
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:9727
    • 提供者:ljs
  1. Demo

    0下载:
  2. C# socket异步通信-c# socket。。。。。。。。。。。。。。
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-05
    • 文件大小:218752
    • 提供者:linkai
  1. C#Socket控制台通信

    0下载:
  2. 基于控制台的Socket,TCP简易通信。仅供初学者学习,一起学习成长(Console based Socket, TCP simple communications. For beginners to learn, learn to grow together)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-19
    • 文件大小:72704
    • 提供者:大大王
  1. TcpClientRecive

    0下载:
  2. 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)
  3. 所属分类:TCP/IP协议栈

  1. TestUDP_Winform - 副本

    0下载:
  2. 实现简易的UDP通信 读取协议和流程 组帧后发送(my first UDP communication program via C#)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:758784
    • 提供者:John_Fighter
  1. 网络通信接口类

    1下载:
  2. C# TCP\UDP通信接口类实现,包括C#TCP&UDP服务器客户端代码。(C # TCP/UDP communication interface class implements)
  3. 所属分类:TCP/IP协议栈

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

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

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

    0下载:
  2. 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-18
    • 文件大小:21504
    • 提供者:rxp
« 12 3 4 5 6 »
搜珍网 www.dssz.com