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

搜索资源列表

  1. MyEmailProject(SendmessageviaEmail)

    0下载:
  2. 利用socket实现收发EMAILAchieved using socket send and receive EMAIL-Achieved using socket send and receive EMAIL
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:39086
    • 提供者:wang
  1. DemoRecord

    0下载:
  2. 用来处理tcp通讯,包含socket类的使用,接收和服务端的处理方法。建立类似qq服务端和客户端的连接。-To handle tcp communication, including the use of socket type to receive and service-side approach. Qq establish similar services and client connections.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1090533
    • 提供者:sheyanghou
  1. Server

    0下载:
  2. 一个基于MFC的网络通信SOCKET程序,实现了接收SOCKET数据的同时,发送SOCKET数据。-An MFC-based network communication SOCKET procedure to achieve the same time to receive SOCKET data, send SOCKET data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3814015
    • 提供者:well
  1. tongxun

    0下载:
  2. 使用Socket套接字实现发送和接受,在次基础上可以添加自己的代码完成更复杂的任务-Use Socket socket to send and receive, in plays based on the code you can add your own to complete more complex tasks
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:23638
    • 提供者:Bruce
  1. UDPClient

    0下载:
  2. 用socket编写的udp客户端程序,编译通过可以和服务器端一起联机测试收发数据包。-Prepared using udp socket client program, compile the server can send and receive data packets along with online testing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2655324
    • 提供者:qin
  1. UDPSrv

    0下载:
  2. 用socket编写的udp服务器端程序,可以和udp客户端一起联机测试数据包的收发。-Prepared using udp socket server-side program, you can join online and udp test client to send and receive data packets.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2205323
    • 提供者:qin
  1. com_recv_send

    0下载:
  2. 实现本机数据收发,是通过本机串口进行,而非SOCKET之类的-Send and receive data of the machine, through the serial port, rather than like SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:847228
    • 提供者:周红弟
  1. QQlinux

    0下载:
  2. linux下简单QQ程序,用socket通信实现,通过建立两个线程实现数据的发送与接收,包括服务端和客户端程序-QQ linux in the simple procedure, using socket communication to achieve, through the creation of two threads to send and receive data, including server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1272
    • 提供者:张文惠
  1. wangluobianchengdazuoye

    0下载:
  2. 嗅探器作为一种网络通讯程序,也是通过对网卡的编程来实现网络通讯的,对网卡的编程也是使用通常的套接字(socket)方式来进行。但是,通常的套接字程序只能响应与自己硬件地址相匹配的或是以广播形式发出的数据帧,对于其他形式的数据帧比如已到达网络接口但却不是发给此地址的数据帧,网络接口在验证投递地址并非自身地址之后将不引起响应,也就是说应用程序无法收取到达的数据包。而网络嗅探器的目的恰恰在于从网卡接收所有经过它的数据包,这些数据包即可以是发给它的也可以是发往别处的。显然,要达到此目的就不能再让网卡按通
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:9051454
    • 提供者:cnwst
  1. AsyncSelect

    0下载:
  2. Wi n s o c k提供了一个有用的异步 I / O模型。利用这个模型,应用程序可在一个套接字上,接收以Wi n d o w s消息为基础的网络事件通知。-Wi nsock provides a useful asynchronous I/O model. Using this model, the application can be a socket to receive the Wi ndows news network based event notification.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:3265
    • 提供者:happenhappy
  1. bluetooth_j2me

    0下载:
  2. j2me蓝牙通信编程,实现了蓝牙socket通信范例,并且展示了如何对网络数据进行读取-bluetooth comunication by j2me, present how to send and receive data from bluetooth
  3. 所属分类:J2ME

    • 发布日期:2017-03-29
    • 文件大小:4110
    • 提供者:
  1. lab102

    0下载:
  2. C/C++ TCP/UDP simple Client/Server combo ... great beginner example (actually used for networking college project). Shows how to use the C/C++ Networking API to bind on a socket and send/receive data across it from both the client and the server side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:13591
    • 提供者:Trey
  1. Server2010.12.10

    0下载:
  2. 利用socket接收一定格式的数据,将它显示在对话框中, 包含客户端-Using socket to receive data in a certain format, it would be displayed in the dialog box that contains the client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1222048
    • 提供者:jfzhang
  1. SockClass

    0下载:
  2. c#源码 实现socket的异步连接、发送、接受超时机制。实现本地及远程端口复用技术等技术。是初学网络编程人员很好的参考资料-c# source code to achieve asynchronous socket connection, send, receive time-out mechanism. For local and remote port multiplexing techniques.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2064
    • 提供者:zxh062
  1. tinyos_socket

    0下载:
  2. linux socket接收tinyos 数据并回复-linux socket to receive data and respond tinyos
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:20291
    • 提供者:陈程
  1. data

    0下载:
  2. 在Windows环境下socket编程实现TCP服务器发送消息,客户端接收消息-In Windows environment socket programming,realizing the server sends TCP messages, client receive messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5182374
    • 提供者:刘莉
  1. udpcs

    0下载:
  2. 一个基本的基于UDP协议的VC++服务端,客户端程序,你从中能学到设置WSADATA变量、套接字定义、接收数据缓冲区的创建、初始化套结字动态库、获取接收数据缓冲区大孝检查设置系统接收数据缓冲区是否成功、服务器地址绑定、设置系统接收数据为默认的BUF_TIMES倍等。 -A basic UDP protocol based on VC++ server, the client program, you can learn a set WSADATA variable, socket defin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:11749
    • 提供者:是否
  1. smtp-sendmail

    0下载:
  2. VC6.0开发的使用smtp发送邮件的客户端。基于底层的socket实现,暂不支持pop3收信-VC6.0 developed to send mail using smtp client. Based on the underlying socket implementation does not support pop3 prepared to receive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2123561
    • 提供者:suese
  1. daima

    0下载:
  2. client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:13967
    • 提供者:liuzheng
  1. Linux-driver-development16

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:586331
    • 提供者:华清远见
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com