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

搜索资源列表

  1. socket编程

    0下载:
  2. 使用VB开发套接字编程,用 Winsock 实现聊天的程序。-use VB socket programming, chatting with Winsock procedures.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3431
    • 提供者:许光
  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. 基于GPRS的嵌入式Internet研究与实现

    2下载:
  2. 关于如何移植使用ucos 和lwip 来实现无线发送模块控制的学位论文-on how to transplant and lwip CENTER use wireless to transmit modules to control the degree thesis
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3732637
    • 提供者:于先生
  1. multi_thread_socket_filetrans

    0下载:
  2. 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:34313
    • 提供者:韩为
  1. Ws5Svr

    0下载:
  2. 关于使用VC套接字类编写服务端程序的使用示例程序源代码-VC on the use of socket-type services to prepare procedures for the use of sample program source code
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:38218
    • 提供者:兴趣
  1. 周立功tcpip1

    0下载:
  2. keil环境下的周立功的C51单片机开发的 TCP/IP程序包,具有websever, 可完整使用和编译-Zhou meritorious C51 microcontroller development of the TCP / IP package, with websever, integrity and the use of compiler
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:375678
    • 提供者:d
  1. zlg_tcpip

    0下载:
  2. 周立功的8051单片机的TCP/IP, websever源代码,编译通过,很好使用-weeks meritorious 8051 TCP / IP, websever source code, compile, good use
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:438545
    • 提供者:stusersz
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:顾谦
  1. wpack1

    5下载:
  2. 使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:134846
    • 提供者:潘仕彬
  1. AsyncSSLClient

    0下载:
  2. 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24998
    • 提供者:xyzuvw
  1. lyoulhttp

    0下载:
  2. 用C++编写的http通信模块,使用方便,附带有文档和实例-prepared http communications modules, ease of use, documentation and a fringe examples
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:471182
    • 提供者:董洋
  1. IPSNIFFER

    0下载:
  2. 分析理解ip数据包和相关的协议,使用vc++编程-analyze and understand data packets and related agreements, the use of vc Programming
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1468
    • 提供者:崔劲
  1. SYN_at

    0下载:
  2. 模拟SYN攻击, 使用socket发送模拟的SYN包攻击web server-simulation SYN attacks, the use of socket sending SYN packets simulated attack web server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2415
    • 提供者:李杰
  1. 进程间通讯(三):Window下使用socket进行通信的例子

    3下载:
  2. Window下使用socket进行通信的例子 介绍了windows下socket的应用,例子vs2008编译,可以直接运行。 比较简洁经典。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2011-06-29
    • 文件大小:12755
    • 提供者:cnzhuhai
  1. 一个适于8位单片机使用的TCPIP_UIP源码

    0下载:
  2. 一个适于8位单片机使用的TCPIP_UIP源码。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2011-08-28
    • 文件大小:249229
    • 提供者:li210210
  1. 使用TCP控件实现服务器和客户端通信

    0下载:
  2. 使用TCP控件实现服务器和客户端通信。是一个简单的控件使用程序。-a process about tcp progressing
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-21
    • 文件大小:833276
    • 提供者:CSJ
  1. WatchIPpacket 使用wincap包进行IP包流量实行监控

    0下载:
  2. 在VC++6.0环境下,利用MFC编程,并使用wincap包进行IP包流量实行监控.-In VC++6.0 environment, the use of MFC programming, and use the IP packet traffic wincap package implementation monitoring.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-22
    • 文件大小:6683108
    • 提供者:shawnstone
  1. sim300

    0下载:
  2. 关于sin300使用,和tcp/udp的使用,gprs模块的编程-关于sin300使用
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1305567
    • 提供者:股道阴阳
  1. 在WINCC中使用WinSock控件进行TCP_IP通讯的例程

    0下载:
  2. 在WINCC中使用WinSock控件进行TCP_IP通讯的例程.pdf 在WINCC中使用WinSock控件进行TCP_IP通讯的例程.pdf(Routine of TCP_IP communication using WinSock control in WINCC)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-25
    • 文件大小:157696
    • 提供者:耕读传家
  1. 一个使用S7协议向西门子S7-200smartPLC发送消息的软件

    1下载:
  2. 一个使用S7协议向西门子S7-200smartPLC发送消息的软件,能将输入消息转为16进制发送,经测试功能没问题
  3. 所属分类:TCP/IP协议栈

« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com