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

搜索资源列表

  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. socket--c

    0下载:
  2. windows下的套接字c实现程序 里面有客服端和服务端的源码-socket communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:1212
    • 提供者:youlai
  1. threadpool.src.tar

    0下载:
  2. 跨平台的线程池。在windows的VC下或unix/linux下都能运行。-Cross-platform thread pool. run under both the VC in the windows or unix/linux.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:5587
    • 提供者:龙田
  1. mfc_sokcet

    0下载:
  2. 基于windows的 tcp 通信聊天程序-The windows-based chat program tcp communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:59999
    • 提供者:陈光
  1. IOCP(Socket)

    0下载:
  2. Windows系统下的socket模型有多种,其中完成例程的效率也是相当高的,IOCP主要针对数据吞吐量和连接并发量而设计,本示例提供完整的IOCP源码示例,希望对大家对IOCP的深入理解有帮助-IOCP for socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1107260
    • 提供者:李卫军
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:389616
    • 提供者:张本梁
  1. 10.4

    0下载:
  2. API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:44197
    • 提供者:严经
  1. baojianjobMiniSniffer

    0下载:
  2. 监听 tcp/ip 网口 端口信息发送 windows 平台使用非常好的 软件-Monitor tcp/ip network port I send windows platform using a very good software
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:47804
    • 提供者:田力
  1. UDP_MULTI_VC

    0下载:
  2. 很好的windows组播例子,内含详细说明和组播相关知识介绍-Multicast good example of windows containing a detailed descr iption and multicast-related knowledge to introduce
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:42256
    • 提供者:赵力元
  1. flute

    0下载:
  2. 一个单向文件传输协议,可以在WINDOWS与LINUX下编译。-A one-way file transfer protocol, can be compiled under WINDOWS with LINUX.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-15
    • 文件大小:3626445
    • 提供者:dou
  1. UDPServer

    0下载:
  2. 服务端udp源码(Windows 网络与通信程序设计 源代码)-Service udp-source client (Windows network and communications programming source code)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-25
    • 文件大小:2504
    • 提供者:咚咚
  1. cli

    0下载:
  2. windows command w indows command windows command-windows commandw indows commandwindows command
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:48534
    • 提供者:zhaoweiseu
  1. TCPIP

    0下载:
  2. Windows的TCP IP原理 -Windows of TCP IP Principles of the TCP IP Principles of Windows
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:4628490
    • 提供者:李大力
  1. PBTCP_IP

    1下载:
  2. 本文论述了WinSock 编,以及在PB 中编写TCP/ IP 程序的实现方法同时指出了PB 通过使用win2 dows 下的sockets 接口及通过访问WinSock. DL 中的函数实现网络通信的原理。并论述了网络消息发送的底层工 作原理,以及实现在企业局域网内点对点的信息转发或点对多的信息广播的方法。-This paper introduces the WinSock program and the way of realization of TCP/ IP program2
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:84246
    • 提供者:zsl
  1. TCP

    0下载:
  2. TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:19938
    • 提供者:杨保国
  1. TCPIP

    0下载:
  2. 有关TCP/IP在WINDOWS 2000中管理和配置涉及到的过程,提供了过程指导和解释了完成这些管理背后的概念-Related to TCP/IP in the WINDOWS 2000 in the management and configuration related to the process, provided guidance and explained the process to complete the concept behind these management
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-09
    • 文件大小:1890314
    • 提供者:王晓
  1. Code

    0下载:
  2. Tcpip soket for windows
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-27
    • 文件大小:75967
    • 提供者:amer
  1. tcpip

    0下载:
  2. wattcp通讯,应用于dos活linux平台的程序代码.可以与windows凭他通讯.-wattcp communications, applies to live linux platform dos program code. can and windows with his communications.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2668
    • 提供者:Bob
  1. NetTime_ins

    0下载:
  2. Network Time server for Windows & Win32
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-03
    • 文件大小:1021061
    • 提供者:maxdaddy
  1. UDPmulticast

    1下载:
  2. 这是一个VC编写的组播通信演示程序。程序调用了Winsock API,并在Windows XP下测试通过。程序说明源于任泰明编写的<TCP/IP协议与网络编程>-VC This is a demonstration of the preparation process of the multicast communication. Procedure calls the Winsock API, and tested under Windows XP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:37147
    • 提供者:hwp
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com