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

搜索资源列表

  1. deskkeeper

    0下载:
  2. 一个纯C++的代码,功能是统计一个代码中具有的代码行数,空白行数,注释行数等等信息,里面包含了c的文件操作,多个类的混合操作,如果有兴趣可以改成vc的软件,-A pure C++ code, the features are statistics with a code number of lines of code, blank lines, comment lines and so forth, which contains the c file operations, multiple c
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:44330
    • 提供者:韩阳
  1. NCE

    0下载:
  2. 特色: 1)采用遍历文件夹的方法搜索全部文件 2)采用了wide char宽字符编程,其处理函数与早期C、C++库函数略有不同 3)本程序在VC9(Visual Studio 2008 SP1)环境编译通过 功能简介: 本程序应朋友之邀而作 朋友拿到新概念英语1~3册的MP3文件,命名规律为: Lesson(n).MP3,Lesson(n).LRC。 但是n的字符数是变化的,如Lesson(1).mp3, Lesson(143.MP3)等。 这样的文件命
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:5858
    • 提供者:张新红
  1. 20099315276004

    0下载:
  2. 仿windows文件管理器 ,有多标签,你可以打开海量标签,不拥挤,不杂乱,有强大而细致的标签管理,真正实现单窗口操作,多窗口切换,功能上windows该有的都有,没有的也有,有批量新建目录,批量新建文件,批量改名,目录显示大小,目录大小排序,比windows只强不弱,你会离不开它,有delphi7源代码。 -Fake windows file manager, a number of labels, you can open the mass label, not crowded, not
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1446944
    • 提供者:polh2011
  1. CopyFolder

    0下载:
  2. 文件夹复制,文件夹复制功能,新手不可多的的参考-Folder, folder replication, the novice can not reference more than
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:46895
    • 提供者:王广
  1. file-system

    0下载:
  2. 一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-A simulation of many users of multistage directory file system. By a specific file storage space, the management of the physical structure of file, directory structure and the
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1209817
    • 提供者:longer
  1. mult-users-mult-dir-file-system

    0下载:
  2. 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1401849
    • 提供者:longer
  1. 123

    0下载:
  2. 简单的文件复制功能 删除功能 可以设置定时器 定时自动复制文件 文件夹文件多层文件夹均可-Simple file copy function to delete function can set the timer automatically copy the file folder file folders within folders can be
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:38616
    • 提供者:fengkuangfj
  1. MultiDocument

    0下载:
  2. 该程序实现了在MFC下的多文档的切换功能-The program to achieve the switching functions of the MFC document
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:9411603
    • 提供者:yuanran
  1. Mutidrivers-and-copy-or-paste

    0下载:
  2. 资源管理器功能,利用多线程完成复制粘贴多文件操作。-Explorer features, the use of multi-threading completed copy and paste multiple file operations.
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:10925181
    • 提供者:蓝齐儿
  1. FD_log

    0下载:
  2. 写日志功能,标记了时间,支持多字节和unicode编码-Write log function to mark the time, support for multi-byte and unicode encoding
  3. 所属分类:File Operate

    • 发布日期:2017-11-22
    • 文件大小:1635
    • 提供者:Jim
  1. WriteBad

    0下载:
  2. 修复损坏文件。有时候磁盘并没完全损坏,多读写几次即可恢复。这个程序就是利用这个功能修复文件。-Recover bad disk block by read and write several times.
  3. 所属分类:File Operate

    • 发布日期:2017-12-02
    • 文件大小:21670
    • 提供者:fatty
  1. DiskHex

    0下载:
  2. 分析磁盘的C++代码,是林科大校内生产实习做的,很强大的一款小程序,功能齐全,注释多-Analyze disk C++ code, is a school production practice to do
  3. 所属分类:File Operate

    • 发布日期:2017-05-19
    • 文件大小:5548672
    • 提供者:
  1. GDAL_FormatConverTiff

    0下载:
  2. 一个使用gdal转换geotiff文件格式的例子。 实现了geotiff文件从位深度16位到24位的转换,并且使用多线程实现了批量转换和现实功能。-A GeoTIFF file format conversion example. Implementation of the GeoTIFF file from a depth of 16 to 24 conversion, and use multithreading to achieve the batch conversion
  3. 所属分类:File Operate

    • 发布日期:2017-06-14
    • 文件大小:21890048
    • 提供者:大傻
  1. thread

    0下载:
  2. 本实验的目的是使学生在学习文件系统原理的基础上,通过参考成熟的操作系统中文件系统的设计,实现一个简单的多用户文件系统,加深对文件系统的功能、内部结构包括逻辑结构以及物理结构的理解。有兴趣的同学可以在此基础上进行功能的扩展以及性能的优化。-The purpose of this experiment is to enable students to learn the file system on the basis of principle, by reference to the sophis
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2210450
    • 提供者:杨雪
  1. ss_ftp

    0下载:
  2. 目前全球大约有30亿台设备上运行着Java,而文件传输协议一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。尤其是在移动终端APP的开发上,更多的运用了Java语言,探索基于Java语言的文件传输的实现也就有了其必要性。 本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java App
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:23636
    • 提供者:钟旭
  1. GPS_Rinex_read

    0下载:
  2. c#编写的RINEX文件和SP3文件读取类,可以实现对多个RINEX文件合并出来,提供sp3文件下载功能-c# prepared by the file reading RINEX files and SP3 class can implement multiple RINEX files into it, provide file download sp3
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2049848
    • 提供者:东卫
  1. multifilesystem

    0下载:
  2. 一个模拟的多用户多级目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现,加深对文件系统内部功能和实现过程的理解。-An analog multi-user multi-level directory for the file system. Through the specific file storage space management, the physical structure of the file, the directory structure
  3. 所属分类:File Operate

    • 发布日期:2017-05-06
    • 文件大小:719879
    • 提供者:jiaqi
  1. edftt

    0下载:
  2. 这是一个多文件模块,功能也是比较好的,可以学习参考-This is a multimedia module, the function is also better, you can learn reference
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:3127
    • 提供者:yuhnni887
  1. ybl

    0下载:
  2. 用TC2实现的DOS多任务功能,包含全部源代码,不错的源码-TC2 is used to implement DOS multitasking function, including all source code, source code
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:221184
    • 提供者:Qujenz
  1. FileCopyTool

    0下载:
  2. 文件复制功能,多线程实现的......可连续复制-File copy function, multi-threaded implementation ......
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:45501440
    • 提供者:feixiang
« 1 2 3 45 »
搜珍网 www.dssz.com