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

搜索资源列表

  1. IOCPDemo

    0下载:
  2. 使用CreateIoCompletionPort创建完成端口对象。 2.创建工作线程,在完成端口上执行并处理投递到完成端口上I/O请求。 3.向完成端口对象关联套接字句柄。 4.投递重叠发送和接受请求处理I/O。 -Completion port object CreateIoCompletionPort create. Create worker threads running on the completion port and handle delivery to the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:30199
    • 提供者:哲思
  1. Linux_yonghu_shuju_fasong

    0下载:
  2. Linux网络编程用户数据报发送,sockfd,buf,len的意义和read,write一样,分别表示套接字描述符,发送或接收的缓冲区及大小. recvfrom负责从 sockfd接收数据,如果from不是NULL,那么在from里面存储了信息来源的情况,如果对信息的来源不感兴趣, 可以将from和fromlen 设置为NULL.sendto负责向to发送信息.此时在to里面存储了收信息方的详细资料. -Linux network programming user datagra
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1967
    • 提供者:lwj
  1. GPSServer

    1下载:
  2. GPS监控服务器,该源码是一个基于SOCKET的服务,通过接收GPF终端上传的数据进行数据处理-GPS monitoring server, the source is a SOCKET-based services through receive GPF terminal upload the data to the data processing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-10-30
    • 文件大小:1339994
    • 提供者:lidaopeng
  1. tcp

    0下载:
  2. 这是关于TCP传输通信中发送缓冲区的内容。每一个套接字都对应发送缓冲区和接收缓冲区,利用这个,可以更好的了解通信机制-This is on the TCP transmission transmit buffer contents. Each socket corresponding to the transmit buffer and a receive buffer, using this, you can better understand the communication mechan
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:45588
    • 提供者:李宇宙
  1. mul_ping

    0下载:
  2. 网络编程,原始套接字编程实验实验。具体功能如下: IP首部的构造;基于原始套接字的分片ICMP ECHO请求发送功能;基于原始套接字的ICMP ECHO响应接收功能;重叠分片的发送功能; 可以用来测试windows系统和Linux系统的重叠分片重组策略。 编程语言:C-Network programming, original socket programming experiment experiment. Specific functions are as follows: th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:5828
    • 提供者:绫子
  1. socket_recv

    0下载:
  2. socket编程,实现服务器定长和变长接收数据。-socket programming, server, fixed-length and variable-length receive data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-25
    • 文件大小:7320
    • 提供者:张东升
  1. AsyncChatDemo(1.04)

    0下载:
  2. 采用异步socket 消息方式接收数据的UDP通信程序,支持域名,并且加入了异常处理。-UDP communication program to receive data using asynchronous socket messages, support for the domain name, and joined the exception handling.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-14
    • 文件大小:1458442
    • 提供者:XDCS
  1. UDPConsole

    0下载:
  2. Create and manage unicast, broadcast or multicast socket to send and receive datagram packets over the network.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-11
    • 文件大小:55471
    • 提供者:lorak
  1. HttpDownload

    0下载:
  2. <C/C++> Socket编程Http下载的简单实现 按照Http协议,使用Socket连接并发送请求头给Http服务器,若服务器正确响应,返回请求文件数据,接收并写文件保存-<C/C++> The Socket programming Http Download the simple implementation in accordance with the Http protocol using the Socket connection and send the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:59595
    • 提供者:张仁涛
  1. RTUTESTNEW

    0下载:
  2. VC socket收发数据并生成文档,运用多线程技术,能往目标ip发送数据-The VC socket to send and receive data and generate documentation
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:1996254
    • 提供者:st
  1. ip2com

    0下载:
  2. 从网口接收数据,发送到com口,从com口接收数据发送到网口,使用了对串口操作、多线程、socket编程等技巧。有makefile和测试程序-Receiving data from the network port to send to the com port, receive data from the com port to send to a network port, use the serial operation, multi-threading, socket programmi
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:4160
    • 提供者:guoguo
  1. autolicense

    0下载:
  2. 通过socket网络接收信号,再控制第三方应用程序自动填写数据到第三方程序里,自动生成license-Socket network receive signal to control third-party applications to automatically fill in data to a third-party program to automatically generate license
  3. 所属分类:按钮控件

    • 发布日期:2017-11-29
    • 文件大小:1881088
    • 提供者:
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. TCP-send-file

    0下载:
  2. Windows socket发送接收文件,mfc界面,很规范,对丢包有处理-Windows socket send and receive files, mfc interface, very standardized packet loss treatment
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:5327787
    • 提供者:donglei
  1. SocketTest

    0下载:
  2. vb写的socket客户端与服务端收发原理描述-vb write the socket client and server to send and receive Principles
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:47984
    • 提供者:朱国君
  1. IOCPprograming

    0下载:
  2. 将套接字句柄与一个完成端口关联在一起后,便可以套接字句柄为基础。投递发送或接 收请求。开始I/O请求的处理。-Socket handle with a completion port associated with the socket handle based. Delivery to transmit or receive requests. Start I/O requests.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-30
    • 文件大小:8469
    • 提供者:alinder
  1. TCPserver

    0下载:
  2. VC编写的服务器端,可接收来自下位机的数据,源代码其实很简单,用socket编程即可。-sever created By VC, which can be used to receive the data from MCU...
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:4917
    • 提供者:胡硕
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:9492
    • 提供者:李德林
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:File Operate

    • 发布日期:2017-11-25
    • 文件大小:10276
    • 提供者:吴刚
  1. SockServer

    0下载:
  2. Vc异步套接字的例子,可以测试接受数据和发送数据,像聊天一样,看完以后就可以自己学着写了。希望对大家有用。-Vc asynchronous socket example, you can test to receive data and send data, like a chat, after reading can learn to write. I hope to be useful.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:21149
    • 提供者:吴志红
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com