CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 磁盘编程 搜索资源 - file c

搜索资源列表

  1. GETGHO

    0下载:
  2. 自动获取光盘中的gho文件并恢复到C盘。-Auto acquire the ghost files from CD disk,and copy the file to C:\\
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:ccy
  1. Soft20060210103545627

    0下载:
  2. 编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过,
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:6132
    • 提供者:zj
  1. MarkReaded_v2

    0下载:
  2. 一个用C++写成的,修改文件扩展名的程序。可以参考其中大量的自定义字符串处理函数。而且也用到了一部分编译原理的内容。我的作品-one written in C, modify file extensions procedures. Can refer to the large-defined string handling functions. It also uses part of the contents of compiler theory. My work
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:201943
    • 提供者:刘晓明
  1. usbdisk.rar

    1下载:
  2. MS-DOS 7.1 下加载U盘驱动的最好方式: 在autoexec.bat文件中加入如下几行: devload usbaspi.sys /r /v /norst devload usbcd.sys /d:usbcd devload di1000dd.sys SHSUCDX.COM /D:?USBCD 其中devload di1000dd.sys 用来驱动大容量U盘,devload usbcd.sys /d:usbcd 和SHSUCDX.COM /D:?US
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:39596
    • 提供者:yuanfu
  1. psubst_v1a

    0下载:
  2. 以C++示范使用微软操作系统内建指令”SUBST”的范例工具程序.在档案总管中加载虚拟磁盘驱动器,将您常用的目录变成磁盘驱动器代码,在我的计算机中方便快速的开启.-To C++ Model built using the Microsoft operating system command SUBST an example of tool procedures. In the File Manager to load a virtual disk drive, your directory
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:20143
    • 提供者:bt2001
  1. FillServer

    0下载:
  2. 用C实现的本地服务器,可以实现文件的复制,粘贴,查看属性,上传,下载等功能-C implementation using the local server, you can achieve file copy, paste, view property, upload, download and other functions
  3. 所属分类:Disk Tools

    • 发布日期:2017-05-09
    • 文件大小:1653317
    • 提供者:王林
  1. DiskSpace

    0下载:
  2. 获取磁盘容量大小.单击"获取磁盘容量大小"按钮,则会将当前计算机上的磁盘的容量大小导入到C:\MyWMIC.txt文件中.-To obtain the size of disk capacity. Click " access to the disk size" button, the computer will be the current size of the disk into the C: \ MyWMIC.txt file.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:58145
    • 提供者:yang
  1. UnmanagedCodeheader

    0下载:
  2. this the header file of the UnmanagedCode.cpp that consists of the definitions of classes and types used in UnmanagedCode.c-this is the header file of the UnmanagedCode.cpp that consists of the definitions of classes and types used in UnmanagedCode.c
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-03
    • 文件大小:3487
    • 提供者:giht
  1. diskio

    0下载:
  2. Disk is standard C/C++ library thats provide all disk driver functions (DOS and BIOS). It is the interface thats provide this routines. It is only Cpp source file and it can be linked to your programs by preprocessor directive #include "disk.cpp". If
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:15786
    • 提供者:JohnnyK
  1. fat

    0下载:
  2. 详细介绍fat文件系统结构 对于数据恢复初学者来说是必不可少的-Details fat file system structure for the data recovery is essential for beginners
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-27
    • 文件大小:11142
    • 提供者:shapolang
  1. aaaa

    0下载:
  2. aaaa cpp is a cpp file that is used in a game that is made in C++ for a project at school-aaaa cpp is a cpp file that is used in a game that is made in C++ for a project at school
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-22
    • 文件大小:419818
    • 提供者:alex
  1. FATsrc

    0下载:
  2. 这是一个C语言编写的FAT16,32通用的文件系统源代码,写得很工整,值得参考。-This is a C language written in FAT16, 32 general-purpose file system source code, written very neat, good reference.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:43772
    • 提供者:
  1. C_CpplocateNtfsFiles

    0下载:
  2. 用c、c++来定位ntfs分区上的文件,采用手工winhex操作~ 对理解ntfs相当有帮助~ 我就是靠这个将ntfs特性添加到自己的操作系统的-With c, c++ to locate the file on the ntfs partition using the manual operation ~ winhex quite helpful in understanding the ntfs ~ I am relying on this feature will be added to
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-02
    • 文件大小:619270
    • 提供者:bj
  1. WTELEDSK

    0下载:
  2. C source code for teledisk .TD0 file decoding
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:63563
    • 提供者:bzomzom
  1. TestDH

    0下载:
  2. C++模拟文件系统:实现文件初始化、显示、复制、删除等-C++ simulation file system: initialization files, display, copy, delete, etc.
  3. 所属分类:Disk Tools

    • 发布日期:2017-11-16
    • 文件大小:3578
    • 提供者:DarkHorse
  1. dokan-net-0.6.0

    0下载:
  2. 这是一个用c语言写的dokan程序,通过改写几个回调函数就能在本地虚拟出一个磁盘,并在磁盘增删改文件-This is a written dokan using c language program, through the callback function will be able to rewrite a few out of a local virtual disk, and the disk file CRUD
  3. 所属分类:Disk Tools

    • 发布日期:2016-01-26
    • 文件大小:221184
    • 提供者:zhaoliang
  1. WriteFile

    0下载:
  2. Simple code to write a file in C
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-11
    • 文件大小:867
    • 提供者:coco1230
搜珍网 www.dssz.com