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

搜索资源列表

  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
    • 文件大小:132.44kb
    • 提供者:漠之鹰
  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
    • 文件大小:141.61kb
    • 提供者:王小彬
  1. datacomm

    0下载:
  2. This source code is an electronic version of the source code accompanying the book: \"Data Communications Using Object-Oriented Design and C++\", Copyright (c) 1995 by McGraw-Hill, Inc.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-16
    • 文件大小:69.64kb
    • 提供者:许为
  1. KryoNet

    0下载:
  2. KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:944.65kb
    • 提供者:jingtao
  1. Com2TCP_0.02_src.rar

    0下载:
  2. 物件化實作串口編程,一個源碼同時包含Server和Client,可以做到Com to TCP和TCP to Com。,Object implementations of serial programming, a source at the same time contains the Server and Client, can be done Com to TCP and TCP to Com.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1.73mb
    • 提供者:陳貴彥
  1. TCP_IP

    0下载:
  2. 使用CSocket类和CArchive类,通过new关键字创建一个类对象来操作CSocket类的成员函数-Use CSocket and CArchive class, create a class object to manipulate the CSocket class member functions through the new keyword
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:like
  1. TCP

    0下载:
  2. 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2.96kb
    • 提供者:LeeDaHae
  1. socket_communication

    0下载:
  2. comunication tcp ip on matlab
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:VIC
  1. CPUTemperature

    0下载:
  2. 使用wmi对象查询usb口 另外也可以使用GetDriveType()这个传统的api来实现Int32 cpuTemp = GetCPUTemperature() Console.WriteLine("CPU Temperature: {0}C/{1:F0}F", cpuTemp, Fahrenheit(cpuTemp)) Int32 mbTemp = GetMBTemperature() Console.WriteLine("Motherboard Temperat
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:72.4kb
    • 提供者:小轩
  1. Winsock

    0下载:
  2. work with winsock object in vb6
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:10.21kb
    • 提供者:morteza
  1. modbusTCP

    0下载:
  2. 使用tcl開發的modbus通訊程式,利用snit建立物件後可與modbus設備通訊-Modbus communication programming using tcl development, snit to create an object to communicate with modbus device
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:3.04kb
    • 提供者:johnny..
  1. Tcl-script-for-implementing-AODV-routing-protocol

    0下载:
  2. Descr iption: This network consists of 22 nodes. After creating the nam file and trace file, we set up topography object. Set node_ ($i) [$ns node] is used to create the nodes. Here we set the initial position for the every node by using init
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:8.95kb
    • 提供者:Basavaraj
  1. HyperTextTransferProtocol

    0下载:
  2. 超文本传输协议(HTTP)是一种为分布式,协作式的,超媒体信息系统。它是一种通用的,无 状态(stateless)的协议,除了应用于超文本传输外,它也可以应用于诸如名称服务器和分布 对象管理系统之类的系统,这可以通过扩展它的请求方法,错误代码和消息头[47]来实现。 HTTP的一个特性就是是数据表现形式是可以定义的和可协商性的,这就允许系统能独立于于 数据传输被构建. HTTP 在1990 年WWW 全球信息刚刚起步的时候就得到了应用。本说明书详细阐述了 HTTP/1.1
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:636.05kb
    • 提供者:杰克
搜珍网 www.dssz.com