CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket封装

搜索资源列表

  1. socket

    0下载:
  2. 将网络通信封装成dll,便于修改和重用。对初学者有些用处。-The network communications package into a dll, easy to modify and reuse. Be useful for beginners.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-12
    • 文件大小:2835762
    • 提供者:zfy
  1. socketwrapper

    0下载:
  2. Socket的封装类,方便在iPhone OS上开发Socket程序-Socket wrappers to facilitate development in the iPhone OS on Socket procedures
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-29
    • 文件大小:3536
    • 提供者:MatthewGao
  1. SOCKET_CLASS

    1下载:
  2. 这是一个封装非常好VC的SOCKET通信类,大家在开发网络程序时,可以直接拿来使用的。-This is a very good package VC of the SOCKET communications, all in the development of network programs, can be used to use.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-04-12
    • 文件大小:4096
    • 提供者:baggio
  1. socket

    0下载:
  2. socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3000
    • 提供者:zifangz
  1. 一个可移植的邮件接收(支持POP3协议)程序

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive (to support the POP3 agreement) the procedure, and compiled has been possible to transplant SOCKET and the
  3. 所属分类:Email Client

    • 发布日期:2017-11-09
    • 文件大小:17130
    • 提供者:甘敏
  1. IOCP

    0下载:
  2. 封装了Socket(完成端口框架模型)IOCP相关操作的类,可方便继承以便开发自己的服务及客户端-this is a Pragram about Socket(IOCP),you can use it or make it in your own Programs
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:149332
    • 提供者:刘邦
  1. mysvr

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
  3. 所属分类:Email Client

    • 发布日期:
    • 文件大小:25452
    • 提供者:何刚
  1. socket

    1下载:
  2. 用于应用层的数据传输,将数据封装成数据包在internet传输,实现协议转换,测试通过-Application layer for data transmission, will be packaged as data packets in the internet transmission, the realization of protocol conversion, testing through
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1465
    • 提供者:唐豆
  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:375452
    • 提供者:蒋中华
  1. Server1

    0下载:
  2. 基于VISA的网络仪器控制的服务器端程序,用Socket封装了viRead和viWrite函数,并用Windows API函数实现了对网络仪器的控制,其中用到了STL中的map-Based on the VISA network equipment control server-side procedures, using Socket package of Viread and viWrite function, and use Windows API function implementat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1909844
    • 提供者:海涛
  1. NETCT-OSS

    1下载:
  2. 系统分为三个大模块:采集、整合、查询管理模块,各模块款功能描述如下: 在采集系统中,采用JAVA中的字符串解析、网络编程(Socket)、输入输出流(IO)和多线程等技术对原始计费Log(wtmpx)文件进行读取并分析、处理。但要求效率比较高,于是采用了Unix系统的计划任务命令(crontab)进行定时采集原始计费日志文件(UNIX系统下的/var/adm/wtmpx文件),并将采集的数据封装整理成己匹配和未匹配两种BIDR结构的数据清单,然后把己匹配好的数据通过Socket传输给中央处理
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:133366
    • 提供者:zhuyi
  1. socket.tar

    0下载:
  2. 这是封装的socket库,用poll采用非阻塞模式,接收消息与网线断开处理以回调函数方式到应用层处理,使用起来非常方便,带服务端和客户端的测试实例.上一版本有点问题,请看这个,-This is the package socket library, use of non-blocking mode by poll, receiving the news and cable disconnect callback function to handle the way to the applicat
  3. 所属分类:Internet-Socket-Network

  1. CompSocket

    0下载:
  2. 比较perl几种编写socket的效率~!有POE、底层c库的socket还有封装的IO::Socket!-More a few plaits of perl write the socket efficiency~!The IO that socket that has the POE, the first floor c database still seals to pack:: Socket!
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:nongfun
  1. Winsock

    0下载:
  2. windows socket api在delphi中的封装,调用简单,可用于dll库的开发,目前只实现了UDP部分-windows socket api of the package in delphi, call simple dll library can be used for development, is only part of the realization of the UDP
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:14098
    • 提供者:yifan
  1. UDP_Socket

    0下载:
  2. 对UDP通讯进行了封装,运用回调函数进行数据发送前,接收后的数据处理。 特点:效率高,容易理解 是很好的学习代码-encapsulation UDP Communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:2308
    • 提供者:BingGou
  1. NDK_demo

    0下载:
  2. 网络开发工具包,TCP/IP协议通讯。包含自定义协议,自定义消息封装和解析等。-Network Development Kit, TCP/IP protocol communication. Agreement contains a custom, customized news and analysis, such as packaging.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:102425
    • 提供者:warfee
  1. Comm

    0下载:
  2. Socket通讯封装类,可直接使用,包括结构体的定义,锁互斥等-Socket.class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4967
    • 提供者:Leo_wei
  1. Udpsimplelibrary

    0下载:
  2. 一个用socket封装的简单网络传输接口,函数信息也包含在里面。可以传输任何类型的数据,没有防丢包功能。-A package with a simple socket network interface, information is also included in the function inside. Can be any type of data transmission, there is no packet loss prevention functions.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:10326
    • 提供者:卓科
  1. android_socket_parcel

    0下载:
  2. Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:126454
    • 提供者:code998
  1. netstream

    0下载:
  2. netstream:简单易用的socket封装,同时支持client和server。-a tcp socket wrapper class for used on both client and server side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8465
    • 提供者:ajie0112
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com