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

搜索资源列表

  1. socket

    0下载:
  2. socket 网络通信,有收发的一个程序-socket network communications, there is a program to send and receive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:10238
    • 提供者:james
  1. TCP-socket-server

    0下载:
  2. 简单TCP服务器端,实现收发数据,多线程实现-Simple TCP server, send and receive data, multi-threaded implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:4755
    • 提供者:sdf
  1. android--socket

    0下载:
  2. 在局域网下通过WIFI手机和电脑用SOCKET通信,可接收可发送。-In the local area net through WIFI using SOCKET communication, cell phones and computers can receive can send.
  3. 所属分类:android

    • 发布日期:2017-05-21
    • 文件大小:6389854
    • 提供者:尹仁超
  1. socket-file

    0下载:
  2. 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件-Use blocking mode socket, multi-threaded, with high performance in the LAN test reaches the speed limit. Support HTTP. Services client can receive multiple files simultaneously
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:134843
    • 提供者:胡一立
  1. socket

    0下载:
  2. 最简单的网络编程代码,利用TCP/IP实现客户端和服务器端的收发数据。-The simplest network programming code, the use of TCP/IP to realize the client and the server to send and receive data.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:22591702
    • 提供者:王兴冰
  1. 3.5-PortScan_UDP

    0下载:
  2. UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re
  3. 所属分类:Scanner

    • 发布日期:2017-05-17
    • 文件大小:4219841
    • 提供者:张彬彬
  1. ib

    0下载:
  2. IB posts RDS_FRAG_SIZE fragments of pages to the receive queues to try and minimize the amount of memory tied up both the device and socket receive queues.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3370
    • 提供者:tvnermm
  1. socket

    0下载:
  2. 网络调试助手,通过网络发送、接收数据,可作为服务器,也可作为客户端-Network debugging assistant, through the network to send and receive data, can be used as a server, can also be used as a client
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:518846
    • 提供者:liu
  1. socket

    0下载:
  2. 简单的网络通讯程序,通过网络正常收发数据,对初学者有一定帮助-Simple network communication program, normally send and receive data over the network, there is some help for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:20443
    • 提供者:renguohua
  1. PC-Socket-ARM

    0下载:
  2. 板子通过DTU发送数据,PC通过Socket通信接收数据;无线通信-DTU board by sending data, PC receive data through Socket communication wireless communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-30
    • 文件大小:76535
    • 提供者:斌斌
  1. CSharp-socket-

    0下载:
  2. C# 通过socket监听6005端口,获取服务器的数据,给服务器发送数据,通过十六进制发送,接收采采集箱传感器返回的数据,接收也是十六进制的数据, 将采集的数据进行存储,都是配置在app.confing文件中,里面有发送的指令,监听的端口,写入数据库的连接字符串-C# through the socket listening port 6005, access to the server s data to the server to send data through the hexadec
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:548132
    • 提供者:jie
  1. socket

    0下载:
  2. linux下实现socket通信,client端可以将文本文档传输给server端,client端也可收到server端信息。-Linux socket communication, client-side text documents can be transmitted to the server-side, client-side can also receive server-side information.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3309
    • 提供者:xz
  1. socket

    0下载:
  2. 使用1对1的连接,并且两者均可以收发信息。具体形式是为面向连接的TCP客户-服务器模式-Use 1-to-1 connection, and can both send and receive information. Specific forms of TCP connection-oriented customer- server mode
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:5422508
    • 提供者:王佳美
  1. xcap-gr

    0下载:
  2. LinuxSocket通信时支持UDP、TCP定时发送接收的工具(LinuxSocket communication, support UDP, TCP, send and receive the tool regularly)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:5171200
    • 提供者:wandy927
  1. 基于网络的udp通讯发送端和接收端

    0下载:
  2. 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, ano
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:3092480
    • 提供者:阳光小鹏
  1. 基于网络的Tcp通讯Server服务器端和Client客户端

    0下载:
  2. Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, another computer starts Client clie
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:5833728
    • 提供者:阳光小鹏
  1. NET_Source

    1下载:
  2. 是LogOutputSocketProtocol的管理对 象;m_uploadSocketProtocolMgr是UploadSocketProtocol的管理对象,用于检测是否同时上传同一个文 件;m_downloadSocketProtocolMgr是DownloadSocketProtocol的管理对象;m_daemonThread 是守护进程,用于关闭超时连接。 2. AsyncSocketUserToken:用于SocketAsyncEventArgs绑定,保存 每个Socket服务
  3. 所属分类:C#编程

    • 发布日期:2017-12-20
    • 文件大小:309248
    • 提供者:阿正321
  1. Client

    0下载:
  2. 接收socket发送的udp消息,控制屏幕翻页程序(Receive the socket message sent by UDP and control the screen turn over program)
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:14352384
    • 提供者:雪虎
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. 视频播放端

    3下载:
  2. 带socket TCP和UDP接口的视频播放器。监听socket TCP和UDP端口,可接收外部的控制指令。包括视频片源选择,播放,暂停,停止和音量等。用户可自已定义端口。播放器本身不带任何按钮,只能通过socket指令控制。 在我资源列表里,有控制端程序下载,可用于网络控制测试。(Video player with socket TCP and UDP interface. Monitor socket TCP and UDP ports and receive external contr
  3. 所属分类:流媒体/Mpeg4/MP4

    • 发布日期:2020-04-23
    • 文件大小:20890624
    • 提供者:转角撞到头
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com