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

搜索资源列表

  1. Udpsendfile.用Udp协议实现了点对点文件传输

    0下载:
  2. 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
  3. 所属分类:C#编程

    • 发布日期:2017-03-22
    • 文件大小:412162
    • 提供者:wangliang
  1. Talkc 点对点即时通讯工具客户端

    0下载:
  2. 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2017-05-13
    • 文件大小:3493260
    • 提供者:李国弘
  1. LanTalk_src.zip

    0下载:
  2. 一个tcp点对点聊天程序, Tcp point-to-point chats the procedure
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:66778
    • 提供者:
  1. Chat.rar

    0下载:
  2. UDP聊天室程序:在局域网内实现点对点的聊天功能,UDP chat room procedures: in the local area network to achieve point-to-point chat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:25429
    • 提供者:邓鹏
  1. 实现点对点无线通讯

    0下载:
  2. zigbee 驱动代码,实现点对点无线通讯,TI CC2530,ZIGBEE DRIVE
  3. 所属分类:uCOS开发

    • 发布日期:2017-03-22
    • 文件大小:514734
    • 提供者:jimmy
  1. smppjdk.zip

    0下载:
  2. Java实现的点对点短消息发送协议(smpp)开发包,Java realization point-to-point short news transmission agreement (smpp) development package
  3. 所属分类:SMS

    • 发布日期:2017-11-08
    • 文件大小:57247
    • 提供者:
  1. vcchat.rar

    0下载:
  2. 基于MFC编写的VC++聊天程序,可以实现TCP/IP以及UDP协议下的点对点聊天.,MFC-based prepared VC++ Chat program, you can achieve TCP/IP and UDP peer-to-peer chatting under the agreement.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:52640
    • 提供者:杨卓荦
  1. CFileTransfer

    1下载:
  2. 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:黄涛
  1. filesharing

    1下载:
  2. 基于Delphi7的局域网文件共享软件源码 Windows的文件共享经常遇到不能正常或无法找到计算机的情况。文件共享还要设置共享属性及用户等,为简化局域网文件共享,本软件只要网络能连通,不需要任何设置就能文件共享。 使用点对点方式,不用服务器,只要在需要共享的电脑运行本程序及将要共享的文件或文件夹拖到共享区就可以。 -Delphi7 LAN-based file-sharing software source Windows file sharing is not often en
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:416124
    • 提供者:linyt
  1. lan_multiuser_com

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-10
    • 文件大小:256923
    • 提供者:许豫飞
  1. 9242_myicq-0.1.tar

    0下载:
  2. imu软件,点对点通信-IMU software, peer-to-peer communications
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-10
    • 文件大小:980685
    • 提供者:
  1. zigbee

    0下载:
  2. zigbee无线网络源码包,可实现基本的点对点通信-zigbee wireless network source packages can realize the basic point-to-point communications
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1090962
    • 提供者:杨丹
  1. ptop_file

    0下载:
  2. 在delphi中如何实现点对点传文件控制程序-In delphi how to achieve document control procedures for point-to-point Communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:354601
    • 提供者:甘柏荣
  1. P2Psocket.pdf

    0下载:
  2. system.sockes命名空间了实现 berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.这种方法有别于ftp协议实现的的文件传输方法,利用ftp的方法需要一个专门的服务器和客户端,无疑于我们要实现的点对点的文件传输太为复杂了一些。在这里,我们实现一个轻量级的方法来实现点对点的文件传输,这样就达到了intenet上任何两个计算机的文件共享。 -namespace system.socke
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:102226
    • 提供者:hanjian
  1. Lan_Chat

    0下载:
  2. 局域网内的点对点聊天程序,有客户端和服务器端-LAN peer-to-peer chat program, a client and server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:508179
    • 提供者:zhangjie
  1. wljbbc

    0下载:
  2. 基本网络编程实例 点对点文件传输 大型文件传输 端口扫描程序 Finger编程 Sniff编程 Internet文件下载-The basic network programming examples of peer-to-peer file transfer large file transfer port scanner Finger programming Sniff programming Internet File Download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:216323
    • 提供者:
  1. danji_wangluoeluos

    0下载:
  2. 俄罗斯方块游戏,大学时写的,支持单机及点对点网络对战!同时我还在里面加入了使用技能的功能!不过有一个缺点,呵呵好象代码写的不够严谨,所以现在性能很低,我一直也没有优化它!-Tetris game, written by the University in support of stand-alone and peer-to-peer network war! At the same time I was there to join the function of the use of skill
  3. 所属分类:Games

    • 发布日期:2017-05-23
    • 文件大小:7296245
    • 提供者:郭英杰
  1. CSharpNET

    0下载:
  2. 基于C#的即时通迅系统的毕业设计,可进行点对点的网络通迅。-CSharp-based real-time communication system graduation design, it can conduct peer-to-peer communication network.
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:83901
    • 提供者:张念
  1. Net_BsicPro-Transfer

    0下载:
  2. 基本网络编程实例-点对点文件传输 -Transfer-The basic network programming examples- point-to-point file transfer-Transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:41447
    • 提供者:bob
  1. UDPChat

    0下载:
  2. UDP点对点通信的实现例程,可以直接运行,有助于理解UDP于TCP的区别-UDP peer-to-peer communications implementation routines, can be directly run, help to understand the difference between UDP in TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:294441
    • 提供者:刘少川
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com