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

搜索资源列表

  1. Socket文件传输

    0下载:
  2. 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 -receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:62169
    • 提供者:冰火
  1. 能延时退出的阻塞式socket函数的设计

    0下载:
  2. 摘 要:介绍了Win32平台(Windows95/98/NT)下socket的阻塞和非阻塞两种工作模式。结合两个具体程序模型,讨论了在网络环境下发送/接收数据使用阻塞式socket的必要性和不足之处,并提出用能延时退出的阻塞式socket读写函数的解决方案。-Abstract : the Win32 platform (describes) socket obstruction and two non-blocking mode. Combining two specific program m
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:17607
    • 提供者:王静
  1. Java聊天室程序

    1下载:
  2. 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
  3. 所属分类:JSP源码/Java

  1. CAsyncProxySocket.zip

    0下载:
  2. 演示使用SOCKS4/SOCKS4A/SOCKS5/HTTP1.1代理来连接ftp服务器并接收欢迎信息的程序,Program which can be used as proxy to connect ftp server and receive welcome information
  3. 所属分类:Proxy Server

  1. socket-server-client-java

    1下载:
  2. android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-05-03
    • 文件大小:45740
    • 提供者:297470279
  1. Scoket

    0下载:
  2. java实现服务端,c#实现客户端,通过socket通信。使用的send和receive都是UTF8格式的。-implement the service-side java, c# implement the client, through socket communication. Send and receive is used in UTF8 format.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:44706
    • 提供者:
  1. Socket安卓手机

    1下载:
  2. 安卓手机socket 接收线程并显示在textview上,点击自动进入监听9999端口-Andrews phone socket to receive and display thread
  3. 所属分类:android开发

    • 发布日期:2012-11-24
    • 文件大小:46583
    • 提供者:xxxxxxx
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. RawSocket_Sniffer

    0下载:
  2. Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:4459
    • 提供者:yuxiangzhang
  1. SGIP-API

    1下载:
  2. 基于JAVA下的联通行业网关短信发送接收API接口以及短信发送接收的Demo。-JAVA-based industries under the Unicom message gateway to send text messages to send to receive API interface and receive Demo.
  3. 所属分类:SMS

    • 发布日期:2017-03-23
    • 文件大小:40196
    • 提供者:黄向锋
  1. Socket

    0下载:
  2. 自定义的Socket类,可用于收发数据帧!-A self-defined socket class, used to send and receive packet
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:169999
    • 提供者:卢良进
  1. Email

    1下载:
  2. vc++的mfc电子邮件发送与接收,socket编程完整代码。-vc++ for mfc send and receive e-mail, socket programming complete code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-25
    • 文件大小:8556446
    • 提供者:pg
  1. DTU-DATACENTER

    2下载:
  2. GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通
  3. 所属分类:Java Develop

    • 发布日期:2015-11-06
    • 文件大小:31744
    • 提供者:刑名
  1. MulticastSocket

    0下载:
  2. 实现局域网内的组播功能,在同一个组同一个端口内的所有主机都可以收到发出的组播消息。-Within a LAN multicast function in the same group with all the hosts within a port can receive the multicast message.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:945917
    • 提供者:张俊秋
  1. socket-heart

    0下载:
  2. 实现心跳机制,用来判断对方(设备,进程或其它网元)是否正常运行,采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经离线。用于检测TCP的异常断开。-To achieve the heartbeat mechanism used to determine each other (equipment, process, or other network elements) is functioning, the use of communication time to sen
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6288127
    • 提供者:drafly
  1. GoBackN

    0下载:
  2. 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2409636
    • 提供者:Tony Yau
  1. 一个可移植的邮件接收(支持POP3协议)程序

    0下载:
  2. 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移植SOCKET和POP3封装类,希望能为初学者提供一些帮助。- This procedure is may transplant (Win32/Linux) the mail receive (to support the POP3 agreement) the procedure, and compiled has been possible to transplant SOCKET and the
  3. 所属分类:Email Client

    • 发布日期:2017-11-09
    • 文件大小:17130
    • 提供者:甘敏
  1. UDP 广播socket自动连接客户端

    0下载:
  2. 两台或多台android设备,其中有一台作为服务端,则另外一台或几台作为客户端,然后通过UDP进行自动连接.其实现的原理很简单,服务端这一边通过MulticastSocket将自己的有关信息,如IP,端口等广播出去,同一个广播地址里面的客户端可以接收到该广播,并从中解析要相关的信息.(Two or more Android devices, including one as a server, then another one or several Taiwan as the client, a
  3. 所属分类:android开发

    • 发布日期:2018-04-21
    • 文件大小:53248
    • 提供者:keiwei
  1. socket.tar

    0下载:
  2. a simple C socket send/receive code.
  3. 所属分类:网络

    • 发布日期:2018-04-22
    • 文件大小:13312
    • 提供者:engink
  1. C语言实现socket编程代码

    0下载:
  2. 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。(Server steps: set up socket, bind socket and address information, open listening, send data after receiving request. Client steps: set up socketside, connect to server,
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:2837504
    • 提供者:davidavid
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com