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

搜索资源列表

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

    0下载:
  2. 这是一个不错的用来从一个套接字在指定时间内读取数据的程序,希望大家喜欢!-This is a pretty good from a socket for the specified time to read data procedures, hope you like!
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1535
    • 提供者:付歌
  1. MTSClientSrc

    0下载:
  2. 简单得TCP客户端程序。 套接字建立后,客户和服务器通过send()和recv()函数交换数据。 -a simple TCP client program. Socket establishment, the client and server through the send () and the recv () function to exchange data.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:11084
    • 提供者:王圣礼
  1. Socket.rar

    0下载:
  2. Socket C++封装类, start, bind, listen, accept, close, send, recv...,Socket C++ package type, start, bind, listen, accept, close, send, recv ...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:7294
    • 提供者:Joker Lee
  1. myftp_final

    0下载:
  2. linux下socket基础网络 文件传输-socket linux file send recv
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:47074
    • 提供者:
  1. Winsock-Client-Server

    0下载:
  2. client与server通信,server先bind(),listen(),然后client connect(),server accept().client send(),server recv(),然后cout-client and server communications, server before bind (), listen (), then client connect (), server accept (). client send (), server recv (),
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:9150
    • 提供者:liuliang
  1. recv

    0下载:
  2. 在控制台下监控网络实时流量并且获取源目的IP地址,数据大小,协议类型,端口号。是不可多得的网络软件开发核心基础程序!-In the console under the real-time monitoring network traffic and access to the source of the purpose of IP address, data size, protocol type, port number. Is a rare development of core infra
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:19216
    • 提供者:ywsj
  1. qqliaotianchengxu

    0下载:
  2. 它包括服务器端程序NetMsgServer和客户端程序NetMsgClient。通过编程还发现原始的socket(像send,recv等)命令比VC封装好的CScoket速度要快它包括服务器端程序NetMsgServer和客户端程序NetMsgClient-It includes server-side program and client NetMsgServer procedures NetMsgClient. Through the program also found that the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2709284
    • 提供者:竹竹
  1. recv

    0下载:
  2. 计算机网络吞吐量测试,所传文件为接收端程序-Computer network throughput testing, the mass document procedures for the receiving end
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:954
    • 提供者:
  1. MessageCenter

    1下载:
  2. 这是一个消息收发器,集合了六种常用协议,如SOCKET,WM_COPYDATA,命名管道等,是协助程序员测试的利器。-This is a message send/recv program, with 6 common protocals, such as socket, wm_copydata, named pipe and so on, will be very useful for the coder.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-12-09
    • 文件大小:456365
    • 提供者:熊振
  1. recv

    0下载:
  2. 计算机网络专业,网络编程的第一个实验,上传和下载。-NET
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:1224
    • 提供者:shisaisai
  1. recv-vbas

    0下载:
  2. vbas协议接收函数,例程,经过实测可以直接应用-vbas
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1032
    • 提供者:完颜
  1. recv

    0下载:
  2. 用c语言编写了一个sockte客户端,实现和服务器端的连接和通信-With the c language of a sockte client-side, implementation, and server-side connection and communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:1338
    • 提供者:zhang_henry
  1. NetRcvTest

    0下载:
  2. 一个udp协议网络接收程序的源码,可以接收指定端口的网络数据并存盘-udp recv
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:33939
    • 提供者:曹雾
  1. UDPChatRoom

    0下载:
  2. 其中基于UDP做的聊天室,利用UDP广播,只需在局域网里启动exe即可工作,无需服务器端。开发思想:在“上线”后启动一个线程循环recv接受广播来的信息。"send"按钮广播信息.-Which UDP-based chat rooms to do, using UDP broadcast, simply start the exe in the local area where you can work without the server side. Development of thinki
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:43942
    • 提供者:韩静
  1. LINUX

    0下载:
  2. 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2155
    • 提供者:褚嵩
  1. NetSnoop

    0下载:
  2. APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26587
    • 提供者:rabert
  1. Socket-send-and-recv-

    0下载:
  2. Socket下send和recv使用的说明及介绍 -Socket-send and recv
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:4151
    • 提供者:李飞
  1. Socket-send-and-recv-

    0下载:
  2. Socket下send和recv使用的说明及介绍 -Socket-send and recv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:fellpe
  1. recv

    0下载:
  2. Module Name: recv.cpp Abstract: This module contains the data recption API functions for winsock2 DLL - Module Name: recv.cpp Abstract: This module contains the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2879
    • 提供者:qwer1234
« 12 3 »
搜珍网 www.dssz.com