CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - VC 文件传输

搜索资源列表

  1. 数据传输局域网

    1下载:
  2. 基于VC的SOCKET文件传输例子,采用多线程进行文件传输,适用与局域网-VC-based file transfer SOCKET example, a multi-threaded file transfers, application and LAN
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:54331
    • 提供者:湖刚
  1. p2p_File_Transation

    0下载:
  2. 一个点对点的文件传输的源码,基于VC++6.0,为减小体积,已删除生成EXE文件-a peer-to-peer file transfer of the source code, based on VC 6.0, to reduce the volume, EXE has been deleted document generation
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:41272
    • 提供者:钱志刚
  1. Client_Sever_Comnunication

    0下载:
  2. 基于VC开发的服务器和客户端分开的通信程序,具有文件传输和聊天等功能。-development of the VC-based server and client separate from the communication process, with file transfer and chat functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:75816
    • 提供者:王维杰
  1. FileTransfer_socket

    1下载:
  2. Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:93785
    • 提供者:kanlihua
  1. files_trans_

    0下载:
  2. vc开发的基于网络的文件传输小程序,还有待完善-vc development of the web-based file transfer small procedures, needs to be perfected
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:35075
    • 提供者:liangxingzhu
  1. filegongxiang

    1下载:
  2. 文件系统共享,实现局域网的文件传输,用VC实现,在VC6.0下编译通过-shared file system, the LAN file transfer, with VC in the next compile VC6.0
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:653046
    • 提供者:ljt23
  1. TransferFiles_demo

    0下载:
  2. VC 网络编程实例的中的源程序 用于局域网内的文件传输 供学习参考 -VC network programming examples of the source code for LAN file transfer for the study reference
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:81736
    • 提供者:李银生
  1. BulkOnly428

    0下载:
  2. usb驱动.实现了SCSI 功能和bulkonly文件传输功能,用的是vc+ddkxp-usb drive. Achieved bulkonly SCSI functionality and file transfer functions, is the vc ddkxp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:204039
    • 提供者: 蒋元星
  1. VC++GPS

    1下载:
  2. 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:109491
    • 提供者:zhanglili
  1. FileTransferClient

    0下载:
  2. 利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的客户端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the client, using the TCP / UDP protocol, which can be expanded to net net
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4590
    • 提供者:zhanghl
  1. FileTransferServer

    0下载:
  2. 利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的服务器端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the server using the TCP / UDP protocol, which can be expanded to net net
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4653
    • 提供者:zhanghl
  1. LANCommunion传输速度

    0下载:
  2. VC++局域网文件传输源代码,可以实现局域网内点对点的文件传输,上传供他人参考
  3. 所属分类:网络编程

    • 发布日期:2014-01-17
    • 文件大小:80380
    • 提供者:鵬駿劉
  1. socket_c_ftp

    0下载:
  2. 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3123
    • 提供者:陈鸡洋
  1. socket_c_rar

    0下载:
  2. 一个简单的文件传输,传输的是RAR格式的文件,适合比较大型的文件传输利用windows socketC语言编程的,比较是在VC下的控制台环境下编译的。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3729
    • 提供者:陈鸡洋
  1. FileTransfers

    0下载:
  2. 用VC++实现的涉及网络编程和多线程编程的FTP文件传输程序
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:70156
    • 提供者:linronghong
  1. Transfer

    0下载:
  2. 使用VC实现的一个文件传输程序 学习网络编程的好例子
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:40149
    • 提供者:liven
  1. 07100727

    0下载:
  2. vc做的简单文件传输,初雪者值得看看哦
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:张同学
  1. LANChat

    0下载:
  2. 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:237540
    • 提供者:sdfads
  1. VC

    0下载:
  2. 文件传输的VC++实现方法 主要解决平时常见的文件传输问题-The the the file transfer VC++ method is mainly to solve the usual common file transfer
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:242188
    • 提供者:
  1. VC++局域网企业信使(发文件、发消息等)

    3下载:
  2. VC++编写的局域网办公软件,企业信使,用它可以发送发文件、发送消息、回复消息,并支持文件夹数据传输功能。进行简单的软件设置,打开软件后在系统托盘显示图标,它的启动界面也比较不错,是淡入淡出方式。(VC++'s LAN office software, enterprise Messenger, can send files, send messages, reply messages, and support the folder data transmission function. Sim
  3. 所属分类:Windows编程

    • 发布日期:2020-03-06
    • 文件大小:186368
    • 提供者:dachao99
« 1 23 4 5 6 »
搜珍网 www.dssz.com