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

搜索资源列表

  1. SNMP

    0下载:
  2. 利用socket 接收数据,通过各层数据包头字段信息过滤SNMP 报文并解析(还不够完善)。-Socket receive data, filter SNMP packets and parse through layers header field information (still not perfect).
  3. 所属分类:SNMP

    • 发布日期:2017-11-11
    • 文件大小:32977
    • 提供者:飘荡的人
  1. Socket

    0下载:
  2. 自己最近做的一个东西,利用socket通信传输文件不知道怎么回事服务端只能接收一次数据,再传文件的话服务器端就没响应了, 也不报错要是重新启动服务端后就又可以上传了,还是只能上传一次,不知道怎么回事那位高手帮忙看看那问题出在那刚开始研究 socket别见笑那 -Own do things, the use of socket communication to transfer files do not know how is it the server can only receiv
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:118358
    • 提供者:wj
  1. Socket----tongxing

    0下载:
  2. ocket的建立、监听、连接、发送数据和接收数据。 linux-ocket Establishment listener, connections, send data and receive data. linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:1302
    • 提供者:赖兴翔
  1. socket

    0下载:
  2. 最简单的socket编程,实现数据的发送和接收-Most simple socket programming, to send and receive data
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-27
    • 文件大小:2677948
    • 提供者:周弢弢
  1. socket

    0下载:
  2. 简单的windows环境下的socket程序,含有多线程,实现服务器和客户端互发消息。适合编写socket 的初学者-Socket program under a simple Windows environment containing multi-threaded server and client to send and receive messages. For the preparation of a socket beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:2508
    • 提供者:李俊
  1. modelstry

    0下载:
  2. 服务器Socket接收文件,通过ServerSocket监听客户端连接,然后做出相应。-Server Socket receive files
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:40090
    • 提供者:卢少轩
  1. uici_tcp

    0下载:
  2. 实现通用网络通用编程规范的TCP的基本功能,包括套接字的建立,侦听断口,建立新的套接字进行收发信息,关闭套接字等功能。-This is a program which act as UICI regular.include found socket,detect socket,receive and send info,close socket etc.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-13
    • 文件大小:4068
    • 提供者:朱朴
  1. uici_udp

    0下载:
  2. 实现通用网络通用编程规范的UDP的基本功能,包括套接字的建立,侦听断口,建立新的套接字进行收发信息,关闭套接字等功能。-This is a UDP program which act as UICI regular.include found socket,detect socket,receive and send info,close socket etc.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-13
    • 文件大小:3652
    • 提供者:朱朴
  1. socket

    0下载:
  2. 多线程实现: 需求:1、实现服务器与客户端的通信,服务器可接收多个客户端。 2、服务器发送消息时,所有客户端都可收到。 3、客户端发送信息时,只有服务器可收到。 4、服务器发送“bye”时,包括服务器程序及所有客户端程序都结束,客户端发送“bye”时,本客户端结束(当然,服务器对应的线程也会结束)。 5、服务器要在输出客户端消息时,要连同对应客户端的IP一起输出。 -Multithreading: Requirements: 1, server and client co
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:2503
    • 提供者:郭坤坤
  1. RadarTest

    2下载:
  2. VC++6.0编写,实现了雷达界面的显示,SOCKET 接收UDP数据包并解析,也可以打开本地雷达数据文件并查看回波图像。-VC++6.0 and realized the radar screen of the display, SOCKET receive UDP packets and parsing, you can open the data file and view the local radar echo images.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3852214
    • 提供者:wuchengwei
  1. VB-file-send-receive-talk

    0下载:
  2. 实现了VB 客户端发送文件, 服务器端接收文件 实现了VB socket 聊天功能 两个功能分别实现-Achieved VB client sends the file, the server receives documents Achieve a VB socket chat Two functions are implemented
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4909269
    • 提供者:章先生
  1. javasocket

    0下载:
  2. java socket 收取邮件,其中包括发送邮件,收取邮件,下载附件。-this des java socket receive mail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:5620
    • 提供者:chenzhenhu
  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 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com