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

搜索资源列表

  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. jrtplib-2.8

    0下载:
  2. 不错的RTP库 代码 希望对你有用-good RTP library code hope useful to you
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:152251
    • 提供者:李李
  1. WRas

    0下载:
  2. RasAPI. 使用此函数库可以管理windows拨号连接,包含拨号,断开,获取所有连接,获取连接统计信息等.-RasAPI. Using this library can manage windows dial-up connections, including dial-up, disconnected, acquire all the connectivity, access to information and other statistics linking.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:10076
    • 提供者:1111
  1. aresregular209_05022007

    0下载:
  2. Filesharing-Bittorrent p2p client connected to TCP supernode/leaf network and UDP DHT network. Ares features a built-in directshow media player, a powerful library manager, shoutcast radio support and can be used to host p2p Chatrooms. -Filesharing -
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1153129
    • 提供者:林晓
  1. pynids-0.5.tar

    0下载:
  2. pynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP stream reassembly and TCP port scan detection. Let your own python routines examine (or kill) network conversations.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:136808
    • 提供者:李强
  1. dsock-h

    0下载:
  2. DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:27033
    • 提供者:林辰
  1. dsock-lib

    0下载:
  2. DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:26103
    • 提供者:林辰
  1. wewe

    0下载:
  2. 一个很不错的程序 是我同学做的 不是我做的 是一个图书管理的-a very good procedures is my classmates do is not what I am doing is a library management
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:5659
    • 提供者:周强
  1. metacortex-v1.0.1.tar.gz

    0下载:
  2. OpenBSD PF的图形界面(WebBase)管理工具,支持图形界面的规则管理和分析,系统状态(进程,负载,网络)的查看,手工和定时自动的连接状态与连接日志分析和报表功能。 主要特性: PF Statistics active connections, current ruleset. TCP, UDP, ICMP based PF log analysis. Local System Status process, uptime, vm stats. Web based PF
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:731705
    • 提供者:huang
  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
    • 文件大小:967322
    • 提供者:jingtao
  1. ace-network

    0下载:
  2. 这是基于ACE开发的Reactor和Proactor模型的通讯库.在实践中已经使用。库本身支持文件的断点传输,并在实际中使用,希望给大家一个引子学习。-This is based on the ACE Reactor and Proactor model developed by the communication library has been used in practice. Breakpoint library itself supports file transfer, and in
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:11757
    • 提供者:闫军
  1. JRTPLIB.rar

    0下载:
  2. 开源库 jrtplib 的源代码及编译好的库与头文件,使用Visual Studio 2005 编译,可以直接使用。,Open-source database jrtplib source code and compile a good library and header files, use the Visual Studio 2005 compiler can be used directly.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:981284
    • 提供者:陈振辉
  1. bacnet-stack-0.5.4

    0下载:
  2. BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project -----------
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1614382
    • 提供者:chulia
  1. rlarm

    0下载:
  2. 用C语言编写的以太网开发程序,用KEIL开发环境-Ethernet using C language development process, using KEIL Development Environment
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1733559
    • 提供者:hgh
  1. ping_example

    0下载:
  2. ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests-ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:1444
    • 提供者:duonghai
  1. socket

    0下载:
  2. 跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:4336
    • 提供者:danny
  1. tcp_comm

    0下载:
  2. 这是应用于公司某金融软件中的TComm库源代码,采用C++,提供了对于TCP通讯的封装-This is used in the company of a financial software TComm library source code, using C++, provides a package of communications for the TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-28
    • 文件大小:8245
    • 提供者:Zhu Zhengqiang
  1. MACSPOOF

    0下载:
  2. Program Macspoof Created by Bruce Raisley and released to the public domain. Compiles under Delphi 6,7 and up Requires: NETCONLib_TLB import type library Type Lib: C:\WINDOWS\system32\hnetcfg.dll (1)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:25093
    • 提供者:cmatoshot
  1. Bigspeed-Secure-Socket-Library-Free

    0下载:
  2. Bigspeed Secure Socket Library-Free source code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-02
    • 文件大小:707705
    • 提供者:Choochun
« 12 3 4 5 6 »
搜珍网 www.dssz.com