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

搜索资源列表

  1. toPXF

    0下载:
  2. Socket通讯客户端封装,就是把SOKET的Delphi通讯的客户端封装成为的DLL文件的源代码,以后用户只要调用此DLL文件就可以了!-Packaging the socket API to a DLL file, written by Delphi.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1677
    • 提供者:cxj
  1. 一个delphi的socket文件传输例子

    0下载:
  2. 一个delphi的socket文件传输例子-a sample of file transportation by winsock ,for delphi
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-03-23
    • 文件大小:467365
    • 提供者:郁勇
  1. delphi+socket.rar

    0下载:
  2. socket控件的初级应用,用于网络间文件的传输,socket controls the primary applications for the inter-network file transfers
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:354389
    • 提供者:zyg
  1. TSSTCSAfc.rar

    0下载:
  2. 用Delphi作的多线程阻塞Socket文件传输程序,Delphi for using the multi-threaded file transfer program blocking Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1374309
    • 提供者:Hssmy
  1. socketapi(delphi)

    0下载:
  2. 一个在Delphi下直接使用SocketAPI函数写的网络文件传输代码,适合初学者参考-Delphi in a function under the direct use of SocketAPI network file transfer to write code, suitable for beginners reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:78468
    • 提供者:dotjava
  1. socket

    0下载:
  2. 用delphi7做了一个局域或广域中文件传输工具-Delphi7 done by a local or wide area in the file transfer tool
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:378148
    • 提供者:madiansen
  1. YCFileTran

    1下载:
  2. 两台机器 传输文件 利用Socket 协议 TCP/IP-Two PC File Tran Socket TCP/IP Port
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1331807
    • 提供者:zhaosun
  1. filecopynet

    0下载:
  2. socket 网络文件传输 开发实例 socket 网络文件传输 开发实例-socket copy file example ,u can use deriect in you develep .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:454357
    • 提供者:tan
  1. Sockets

    0下载:
  2. This a HEAVILY optimized version of Borland s ScktComp unit.It works in exactly the same fashion and supports all of it s Win32 functionality except using only 10 of the original vcl overhead. Also included is a TList, TStream and TThread
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:15186
    • 提供者:UnNamed053
  1. BT.Demo

    0下载:
  2. 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLis
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:90931
    • 提供者:陈建军
  1. Socket

    0下载:
  2. 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:385984
    • 提供者:李小军
  1. Book

    0下载:
  2. 《Delphi 深度编程及其项目应用开发》 PDF格式 附带源码 简 介 本书是在总结作者多年Delphi开发经验的基础上编著而成。全书分为基础篇和应用篇。 基础篇结合示例论述了Delphi的深度编程技术,其中包括9章,分别为:理解Windows消息、 进程与线程、自定义组件的编写、文件操作、创建DLL应用程序、两层数据库应用程序、多 层数据库应用程序、Socket编程、串口编程;应用篇结合物资管理信息系统项目应用开发 技术和经验,详细阐述了一般管理
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-14
    • 文件大小:22806478
    • 提供者:LPT
  1. socket-based-file-transmission

    0下载:
  2. 这是一个基于SCOKET的文件传输软件,利用DELPHI实现,分为服务器端和客户端两部分!-This is a SCOKET based on the file transfer software, using DELPHI realization, divided into the server and the client two parts!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:557368
    • 提供者:张三
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:9492
    • 提供者:李德林
  1. FileTranServer

    0下载:
  2. Delphi源代码实例实现Socket远端文件传输实例,程序分为客户端和服务端,两者都需要运行才能实现点对点的文件传输功能,任一方都可终止传送和接收文件,类似QQ的在线文件传输功能,基本的模块,可再此基础上不断完善和提高。-Delphi source code examples Socket remote file transfer instance, the program is divided into client and server, both need to run in order
  3. 所属分类:File Operate

    • 发布日期:2017-11-25
    • 文件大小:10276
    • 提供者:吴刚
  1. CB-Load-DELPHI-DLL

    0下载:
  2. windows 环境下Socket文件传输.rar-windows operation Socket file transfer. Rar
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4534500
    • 提供者:tigerlue
  1. FileTranServer

    0下载:
  2. Delphi源码Socket远程文件传输,编程学习源码,很好的参考资料。-Delphi source Socket remote file transfer, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:11026
    • 提供者:清拌蟹肉
  1. 5874

    0下载:
  2. Delphi源码Socket远程文件传输,编程学习源码,很好的参考资料。-Delphi source code Socket remote file transfer, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:55883
    • 提供者:刘珐
  1. FileTranServer

    0下载:
  2. Delphi源码Socket远程文件传输,编程学习源码,很好的参考资料。-Delphi source code Socket remote file transfer, learning programming source code, a good reference.
  3. 所属分类:Dephi控件源码

    • 发布日期:2015-06-26
    • 文件大小:535552
    • 提供者:孟岚彬
  1. QDAC20130122

    0下载:
  2. Delphi源码Socket远程文件传输,编程学习源码,很好的参考资料。-Delphi source code Socket remote file transfer, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:588889
    • 提供者:刘峰
« 12 »
搜珍网 www.dssz.com