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

搜索资源列表

  1. tcs.c

    0下载:
  2. 实现UDP传输 for linux udp socket -for linux udp socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:963
    • 提供者:ywere
  1. TP

    0下载:
  2. UDP client and server simple socket example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4823
    • 提供者:newgove
  1. clientServer

    1下载:
  2. 在TCP/IP协议中。两个进程相互通信的主要模型是C/S模型。Server端完成面向连接和无连接的服务。Client端完成创建TCP\UDP的套接字-In the TCP/IP protocol. The main two processes communicate with each model is the C/S model. Server-side complete connection-oriented and connectionless services. Client-side
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1124054
    • 提供者:fengjin
  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:kk.dl
  1. communication

    0下载:
  2. 简单的局域网网络聊天软件 使用udp socket-a simple socket program using udp protocol for chating in the LAN
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1282346
    • 提供者:yp
  1. 20090728050214

    0下载:
  2. 基于UDP的socket传输,可以实现文件上传和下载。包含server和client源码。-Based on UDP socket transmission
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:147348
    • 提供者:david
  1. vc_socket

    0下载:
  2. vc socket编程,含有TCP、UDP客户端和服务端代码,有详细注释,对socket的初学者的帮助很大,吐血分享!-vc socket programming, with TCP, UDP client and server-side code, there are detailed notes on the socket.It is very helpful for beginners.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:784456
    • 提供者:wish
  1. myUdpClient

    0下载:
  2. UDP客户端连接方法,在上位机建立套接字,可以用来连接服务端,希望对需要的朋友有用-UDP client connection method establishes a socket in the PC can be used to connect the server side, and I hope useful friends
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:866
    • 提供者:yubin
  1. Server02

    0下载:
  2. 用QT实现的udp协议下的Socket通信,客户端程序源码,包含QT界面-Achieved with QT protocol udp Socket Communications, the client program source code, including QT interface
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1655868
    • 提供者:李华
  1. socket_communication

    0下载:
  2. TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:yelangya
  1. UDP_SOCKET

    0下载:
  2. MFC实现UDP SOCKET网络通讯,可以互发消息,分客户端和服务端-MFC implementation of UDP SOCKET network communication, can message each other, divided into client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4800305
    • 提供者:Jack
  1. UDPSocket

    0下载:
  2. UDP Socket 通信 服务端和客户端进行数据传输-UDP Socket The Server and the client transfer data
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-15
    • 文件大小:5888
    • 提供者:scutsoftware
  1. Sockets-2.3.9.9.tar

    0下载:
  2. socket开发工具类库 包括 tcp udp http等 多线程的处理
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:206119
    • 提供者:dinghaitao
  1. LANChatProgram

    0下载:
  2. 局域网聊天程序:一个以Socket通信机制为基础的网络聊天程序。 服务器端: 多线程方式处理客户端,负责响应客户端的各种信息:用户登录、客户端请求处理。 客户端: (1)、负责用户界面初始化、为用户提供登录界面、将信息发送至服务器、接受服务器反馈,实时显示信息。 (2)、负责实现用户界面的各种组件事件的处理。 (3)、当用户单击好友图标时,将初始化新的聊天窗口,并通过UDP建立与其他用户的通信。当用户收到其他用户发来的数据报,将在本地初始化新的对话窗口,并开始通信。-LA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:466924
    • 提供者:stellar
  1. UdpSrv

    0下载:
  2. 在VS2010编程环境下,用C++ 编写基于UDP(面向无连接)的socket服务器端的编程-In VS2010 programming environment based programming with C++ write UDP (connectionless) socket server side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-15
    • 文件大小:23330174
    • 提供者:乔乔
  1. socket_simple_test

    0下载:
  2. Socket中的TCP、UDP通信的例子。 简单易懂,是初学者学习Socket最好的入门代码。-Socket of TCP, UDP communication examples. Easy to understand for beginners to learn Socket best entry code.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:98611
    • 提供者:ligui
  1. chap3

    0下载:
  2. 用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。-Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-01
    • 文件大小:13704771
    • 提供者:han
  1. UDP_SOCKET_SENDIMAGE

    0下载:
  2. VC++中用socket实现对图片的传输,也可以实现对文件的传输。SendImg_test是发送端的程序,RecvImg_test是接收端的程序,程序运行后可实现基于UDP的图片的传输。-VC++ achieved using socket transmission of images, can also be achieved for file transfer. SendImg_test sending end of the program, RecvImg_test the receivi
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4577583
    • 提供者:晨暹
  1. lesson14

    0下载:
  2. 该程序主要采用MFC机制进行网络编程,并附有基于UDP的Socket编程,通过该程序可以很好的了解网络编程的流程-The program mainly uses MFC mechanism for network programming, together with UDP-based Socket programming, through the program can be a good understanding of network programming process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9454603
    • 提供者:无言
  1. CSharpUDPSocket

    0下载:
  2. 局域网基于UDP socket的聊天工具,支持在线用户列表,消息发送,文件传输-LAN UDP socket-based chat tools to support online, messaging, file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:411859
    • 提供者:李超
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com