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

搜索资源列表

  1. socket实现点对点文件传输

    1下载:
  2. 简单用SOCKET实现本地文件传输,,,,,,,,,,,,,,,,,,支持多种文件欢迎大家下载,,,,,,,,,,,,,,,,,,, 绝对可用-it can trasport files in p2p mode using socket,it support many types,welcome to use.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1815
    • 提供者:老大不小
  1. FTP,文件传输!SMTP设计

    1下载:
  2. 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:688647
    • 提供者:石飞
  1. BSP文件配置

    1下载:
  2. Drew对于BSP的相关配置的一些经验和总结。压缩文件里包含了3个HTML文件:BSP配置文件及生成下载、VxWorks BSP和启动过程、PCI设备(网卡)初始化代码分析。希望对大家有所帮助。-Drew BSP for the allocation of some of the experiences and lessons. Compression document contains three HTML document : BSP configuration files and down
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:20635
    • 提供者:杨天
  1. 自动感知文件被其它程序修改的

    0下载:
  2. 自动感知文件被其它程序修改的信息 转载请注明来源: 开源盛世-源代码下载网 http://www.vscodes.com -auto-sensing instruments were other procedural changes to the information reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:26836
    • 提供者:严发虎
  1. ylm6_urlfile

    0下载:
  2. 使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码。-use HTTP protocol can be downloaded to the Windows temporary directory download the source code.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86182
    • 提供者:ylm
  1. 下载文件并监控下载进度

    0下载:
  2. 下载文件并监控下载进度,可以用他一下子把别人的网站的图片,电影,音乐,软件都给下载下来!不过要自己改写一下-download and monitor the progress of the download, you can use him at once to the website of the other pictures, movies, music, software downloads gave! But to write about
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6123
    • 提供者:戴钟刚
  1. 自动升级程序精简版(支持断点下载)

    0下载:
  2. 可支持在线自动升级程序,及完全支持断点下载文件包功能。-support online automatic update procedures, and fully supports breakpoints download packet functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:662456
    • 提供者:樱花
  1. xmodem_Flash_Down

    0下载:
  2. 与MCU侧基于Xmodem协议的Loader配合的计算机侧程序。通过Xmodem协议将BIN格式的文件下载到FLASH的指定地址。-side with the MCU on Xmodem Loader agreement with the computer side of the procedures. Through the agreement will Xmodem BIN files downloaded to the designated address FLASH.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:147563
    • 提供者:何晓晴
  1. java制作(三星)_下载中心_网易

    0下载:
  2. JPad Pro 是一个完整的 Java Applications 和 Java Applets 的开发环境,并且支持 HTML 及其它类型的文件。-JPad Pro is a complete Java Applications and Java Applets development environment, and supports HTML, and other types of documents.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8687
    • 提供者:hf
  1. A Complete Multi Downloader

    1下载:
  2. 多文件下载例子源码,可以同时从互联网上下载多个文件,并且显示进度。VB源码-more examples of source files, and it can simultaneously downloaded from the Internet on various documents also show progress. VB source
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:22686
    • 提供者:刘宝
  1. 用ftp协议完成多线程断点续传的源码

    0下载:
  2.  各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:96233
    • 提供者:屠理峰
  1. 通过网络在线升级

    0下载:
  2. 本代码为在线升级文件设置和在线升级文件下载源代码,程序分两部分:1升级文件上传,2网络文件下载和升级。-the code for online updates installed and online updates download the source code, procedures in two parts : an escalation of the file upload and download documents two networks and upgrading.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:58925
    • 提供者:谢刚
  1. 函数信号发生器与文件操作

    0下载:
  2. 一个很好的函数波形生成程序(值得一看),还包括各种文件的生成与浏览,以及个种控件的应用!欢迎下载学习-a good function waveform generation (eye-catcher), also include the generation and document browsing and species of control! Welcome to download learning! !
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:75514
    • 提供者:方怡新
  1. EasyIsp下载线

    0下载:
  2. 您访问的文件已经超过了基于目前系统繁忙程度所允许的免费用户下载次数。 每天3点至6点为Mofile欢乐下载时间,文件提取下载次数不受限制。 -your visit to the paper over the current system based on the peak levels allowed by the number of free users to download. Daily 3:00 to 6:00 for Mofile joy download time, th
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:742050
    • 提供者:
  1. 12.FTP上传下载文件演示

    0下载:
  2. 本程序是一个演示如何在FTP上传和下载文件的实例,简单实用。-this program is a demonstration of how the FTP upload and download files example, simple and practical.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:53018
    • 提供者:冯波
  1. 上传下载例子

    0下载:
  2. jsf中文件上传下载的例子,通过本程序实现文件的上传下载-jsf File uploading and downloading example, through the process of uploading files downloaded
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2731
    • 提供者:cb
  1. 类设置猎手的代理下载检验工具

    1下载:
  2. Vc++ 6.0开发的,类猎手 的代理下载检验工具. 能检验代理速度,支持HTTP协议,SOCKS4和SOCK5还需完善.支持导入导出代理列表文件 支持从网页上直接下载代理 -Vc 6.0, developed by category hunters hunters agent downloaded testing tools. Speed test agent can support HTTP, SOCKS4 and SOCK5 need to improve. Support for
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:263361
    • 提供者:彭先健
  1. 上传下载

    0下载:
  2. 在互联网上远程上传下载文件,可获得详细的目录以及更换文件名.-remotely over the Internet uploading and downloading files, receive detailed directory and the replacement of the file.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:375249
    • 提供者:bank
  1. FTP上传下载文件演示

    1下载:
  2. VC做的如何用FTP上传下载文件演示 -VC how do FTP upload download demo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:52795
    • 提供者:李波
  1. 教案(2)

    0下载:
  2. 图书管理系统源代码,rar文件下载,无密码解压,由老师和本人共同完成-library management system source code, rar files without password extract from the teachers and I completed
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:212698
    • 提供者:晓鸣
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com