CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 打包 解包

搜索资源列表

  1. protocal_package

    0下载:
  2. c++实现的协议打包解包程序代码,程序中包含了两个类的实现过程。-c achieve agreement packing unpacked code, procedures contain two types of the implementation process.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4820
    • 提供者:刘流
  1. common_rtp_rtcp

    0下载:
  2. rtp/rtcp打包解包程序,不针对具体载荷-rtp / rtcp packing unpacked procedures, and not directed at specific load
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:304313
    • 提供者:shallow
  1. IPv6

    0下载:
  2. 一个模拟IPv6协议进行打包解包和隧道传输的程序
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:15242994
    • 提供者:windman
  1. pcm_rtp_recv

    0下载:
  2. RTP打包与解包程序,实现VOIP网络通信.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:1908
    • 提供者:王石屹
  1. 一个判断远程主机存活程序代码

    0下载:
  2. 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-05-29
    • 文件大小:5881
    • 提供者:shuiyuan313
  1. CaptureVideo.rar

    0下载:
  2. VC++ 6.0编写的一套摄像头控制程序,可以控制拍摄照片,程序基于directshow类库,已将此类库打包,另外编译需要将包内的directshowLib.rar解压,然后放入程序提示的文件夹内,这一步很关键哦,否则编译不能通过,另外如果你的电脑上没有安装摄像头的话,程序也会报错,作者没有加入异常判断所致。 ,VC++ 6.0 to prepare a set of camera control program to control photographs and directshow-ba
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4822805
    • 提供者:zy
  1. j8583cn_beta1

    0下载:
  2. 符合8583标准的Java源码,具有打包、解包功能-J8583CN
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:192544
    • 提供者:lilac
  1. CODE3_VCWLTX

    0下载:
  2. 网络编程 vc++ 作为网络通信参考 数据传输 打包 解包 -Network Programming vc++ As a reference data transmission network communications package unpack
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1289260
    • 提供者:fgfgfg
  1. GameTest

    0下载:
  2. 关于网络通信中的数据打包和接收端解包的一般算法编码-About the data in the network package and unpack the receiving end of a general algorithm for encoding
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:44776
    • 提供者:谢涛
  1. MY_ping(1)

    0下载:
  2. Visual C++ 平台下实现Ping命令,打包,发送,接收,解包等过程 对学习网络基础编程很有好处
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:75118
    • 提供者:lord
  1. MY_ping_command(1)

    0下载:
  2. Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:34058
    • 提供者:lord
  1. console

    0下载:
  2. 封装了ip address,模拟ace的实现,另外,写了一个打包和解包的工具类,这样可以非常方便地把通信协议命令与二进制码流相互转移,用于网络收发命令解包/打包-a c++ class wrapper for decode or encode command transfering via network
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:7840
    • 提供者:金镶玉
  1. RtpUdpIOCP

    0下载:
  2. 基于H264的RTP传输。包括打包解包策略,缓冲技术等。使用完成端口来进行底层通讯。希望能对研究流媒体传输的同学有帮助。-H264-based RTP transport. Including packing and unpacking strategy buffering technique. Complete the port to the underlying communication. The hope is to help the students to study the stre
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:3419627
    • 提供者:fanwenbin
  1. Android_Binder_IPC

    0下载:
  2. android binder通信介绍。binder 通信是一种client-server 的通信结构, 1. 从表面上来看,是client 通过获得一个server 的代理接口,对server 进行直接调用; 2. 实际上,代理接口中定义的方法与server 中定义的方法是一一对应的; 3.client 调用某个代理接口中的方法时,代理接口的方法会将client 传递的参数打包成为Parcel 对象; 4. 代理接口将该Parcel 发送给内核中的binder drive
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:52923
    • 提供者:zou
  1. Sendfile

    0下载:
  2. 通过tcp协议进行thread打包文件进行互传,由此例程可熟悉传送文件的打包/解包和传送等知识。(Thread package file transfer through the TCP protocol, which can be familiar with the file transfer routines pack / unpack and transfer of knowledge.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-28
    • 文件大小:470016
    • 提供者:大大章鱼
搜珍网 www.dssz.com