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

搜索资源列表

  1. 9927405TCPSocket

    0下载:
  2. TCPSocket一个异步接收数据的socket 在GIS方面用的非常广泛-TCPSocket an asynchronous socket to receive data in the GIS used in a wide range of areas
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-16
    • 文件大小:27655
    • 提供者:禹琦
  1. TcpClient

    0下载:
  2. 基于tcp的socket客户端收发代码 已验证,可以运行,本人编写-Based on the tcp client socket to send and receive authentication code, you can run, I prepared
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:761
    • 提供者:小陶
  1. TcpSrv

    0下载:
  2. 基于tcp的socket客户端收发代码 已验证,可以运行,本人编写-Based on the tcp client socket to send and receive authentication code, you can run, I prepared
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:981
    • 提供者:小陶
  1. file_transfer

    0下载:
  2. linux下SOCKET编程示例,一个是receive程序,一个是send程序,可以用两个LINUX环境通信,也可以在一个LINUX系统下开两个终端通信-SOCKET under linux programming examples, one receive program, one is send program can use two LINUX environment, communications, can also be a LINUX system, place the follow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:28921
    • 提供者:xiongxiaohui
  1. win_send

    0下载:
  2. 一个很简单的UDP收发包程序,也是初学SOCKET编程和认识SOCKET基本函数的好例子,我就是从中了解了UDP发包的全过程-A very simple UDP send and receive packets procedures are beginners SOCKET programming and knowledge of basic functions SOCKET a good example, I was to learn about the whole process of co
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1192408
    • 提供者:guan
  1. socketsniff

    0下载:
  2. SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, local and remote ports, t
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-02
    • 文件大小:42704
    • 提供者:coskun
  1. LogoUpdate

    0下载:
  2. 网络数据发送,套接字的接受与发送,采用UPD模式-Network data to send, receive and send socket, using UPD model
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-17
    • 文件大小:5049002
    • 提供者:my name
  1. host

    0下载:
  2. process socket host sending and receive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:931
    • 提供者:eddarkouni
  1. UDPSenderReceiver

    0下载:
  2. 本次实验要做的数据报套接字是无连接的,由于它不需要建立连接、内部工作也不需流量控制与差错控制,因此速度快、效率高,并且不限于一对一通信、能向若干目标结点发送数据,也能接收来自多个源结点的数据。-To do this experiment is a connectionless datagram socket, because it does not need to establish a connection, the internal work without flow control and
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3172840
    • 提供者:胖胖猪
  1. Datatrans

    0下载:
  2. wince下接收串口数据,通过socket转发到pc,包含客户端和服务器-wince to receive serial data through the socket forwarded to the pc, contains the client and server
  3. 所属分类:Windows CE

    • 发布日期:2017-03-28
    • 文件大小:123637
    • 提供者:wany
  1. dd

    0下载:
  2. 运用socket通信,主要是接受和发送数据-The use of socket communication, primarily to receive and send data
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-10
    • 文件大小:2520385
    • 提供者:李俊
  1. winsock11

    0下载:
  2. winsock 截包发包,vb原代码文件-Create a receiver socket to receive datagrams
  3. 所属分类:Remote Control

    • 发布日期:2017-03-26
    • 文件大小:150286
    • 提供者:wangj451
  1. zubo

    0下载:
  2. 一个基于Socket套接字和UDP协议的组播工具,可以发送组播消息给组内成员,并能在组网结构中进行组播消息的发送和接收.-Socket socket and a UDP-based multicast protocol tool that can send multicast messages to group members and the group network structure can be carried out to send and receive multicast mess
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:17012
    • 提供者:becky
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. Network

    0下载:
  2. 利用WinSock 1.1 API实现一个简单的网络通信程序。通过创建一个数据报套接字,这个网络通信程序可以向网络上广播消息,并能接收来自其他机器的广播消息,也可以向一个指定的IP地址机器发送UDP数据消息,并能接收来自其他机器的UDP数据报消息。-Using WinSock 1.1 API to implement a simple network communication program. By creating a datagram socket, the network communi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1903488
    • 提供者:chenjin
  1. filesvr

    0下载:
  2. Windows socket文件接收服务程序,含接受的例程工程文件。-Windows socket file to receive service program, including acceptance of routine engineering documents.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:912459
    • 提供者:tony
  1. caiquan

    0下载:
  2. 划拳游戏 使用vs2008 平台尽兴开发,主要使用C#编程语言,使用网络TCP传送数据,主要是Socket传送接受数据 CaiQuanGameServer/CaiQuanGameClient分别为服务端和客户端,默认端口号8888。本地IP; 数据库采用的是Acce-Finger Guessing Game game platforms have fun using the vs2008 development, primarily using C# program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2291995
    • 提供者:冯斌华
  1. 0330

    0下载:
  2. UDP socket 客户端,发送背靠背的两个包给服务器,服务器返回接收时间,客户端接收两个时间取差值计算可得带宽瓶颈。-UDP socket client to send-back of two contracted server, the server returned to receive the time, the client receives the time to take the difference of two calculations available bandwidth
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3744216
    • 提供者:Jason Zhao
  1. SocketJava

    0下载:
  2. This application is intended to make the connection between the client and server where servers can provide resources or information - information such as data contributing , Beside the rose server can grant access to the client, from the side
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2852735
    • 提供者:untung
  1. web

    0下载:
  2. 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4821
    • 提供者:欧阳馨
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com