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

搜索资源列表

  1. part-sdk

    0下载:
  2. C++编写的部分有价值的源代码,说明很多,想讨论具体代码,请联系本人-C valuable part of the preparation of the source code that many would like to discuss specific code, please contact I
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:7.53kb
    • 提供者:王子
  1. FDISKzaiyingpandedosxiafenqu

    0下载:
  2. FDISK硬盘在dos下分区的源代码,可以参考一下。visual c-FDISK hard in the district under dos source code can be examined. Visual c
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:237.65kb
    • 提供者:迷失
  1. c5131-usb-flash-api-1_0_5

    0下载:
  2. 基于atmel公司带USB2.0控制器、51内核的单片机AT89C5131F和K9F5608U的U盘读写源程序(keilC uversion3环境)-atmel based company with USB2.0 controller, 51 MCU kernel and K9F5608U AT89C5131F U disk read and write source (keil C uversion3 Environment)
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:39.15kb
    • 提供者:laixin
  1. Soft20060210103532696

    0下载:
  2. 这个程序适合c++实训使用,在ODBC数据源内添加Microsoft Access数据库Library.mdb,并将数据源名设定为Library即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。-procedures for the use of c Training, In ODBC data source added within the Microsoft Access database Library.mdb and the data source name can be
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:157.83kb
    • 提供者:zj
  1. TCCAT.Rar

    0下载:
  2. A Disk Cataloger with Turbo C Source Code.
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:14.3kb
    • 提供者:Andy Sun
  1. os.c

    0下载:
  2. 进程调度算法源代码-process scheduling algorithm source code
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:2.25kb
    • 提供者:政治
  1. QUICKSOT

    1下载:
  2. 快速排序算法的C语言的源程序代码 source code written in C programming language for algorithm of quick sort.
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:吴明
  1. c_disksect

    0下载:
  2. 查看磁盘分区信息的C语言源程序!-View disk partition information of the C language source code!
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:中国人
  1. volsubs

    0下载:
  2. 修改磁盘卷标的C源程序- Revision floppy disk volume sign C source program
  3. 所属分类:Disk Tools

    • 发布日期:2017-12-08
    • 文件大小:2.85kb
    • 提供者:李振海
  1. 51MCUcontrolharddisk

    0下载:
  2. 用51单片机控制硬盘C语言源程序。可以实现51单片机对硬盘进行控制、读写操作等功能。-With 51 single-chip control of the hard disk C language source code. 51 Single-chip can be achieved to control the hard disk, read and write operations and other functions.
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-23
    • 文件大小:10.51kb
    • 提供者:王伟
  1. Defrag

    0下载:
  2. 整理磁盘碎片程序的源代码,很好用的,C代码-Finishing debris disk source code, well used, C code
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-15
    • 文件大小:6.53kb
    • 提供者:mxw
  1. ZOO

    0下载:
  2. ZOO压缩软件C语言开发源程序(适合参考学习)-ZOO compression software developed C language source code (suitable reference study)
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-24
    • 文件大小:221.93kb
    • 提供者:joumi
  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
    • 文件大小:15.42kb
    • 提供者:JohnnyK
  1. x*x

    0下载:
  2. 一个可以生成程序序列号的C++源码,代码有些BUG要的朋友可以修一下就可以用了。-Program can generate a serial number of the C++ source code, code some BUG want friends can repair what can be used.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-25
    • 文件大小:116.89kb
    • 提供者:llf
  1. C_LIB

    0下载:
  2. 这是一些小工具的源程序,是用c++编写的。-These are small tools, source code, is written in c++.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:24.67kb
    • 提供者:卢晓峰
  1. VIEWSEC5

    0下载:
  2. 在纯DOS中查阅硬盘扇区,并提供"清除""保存"等附加功能.可以在纯ASC码及ASC码与文本对照两种显示模式之间转换.源码在Borland C++ 3.1中编译通过.-In pure DOS hard drive available for inspection by sector, and to provide " clean" " Save" and other additional features. Can be in pure ASC codes a
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:4.96kb
    • 提供者:华萃康
  1. HDDloker

    0下载:
  2. 由于是直接对硬件, 可能会有些风险, 但我现在还没发现能够引起什么不良反应。 源程序写的非常详细, 在这里就不多写了, 程序用 C++ Builder 6.0 编的, 请下载来看。 如果你用 C++ Builder 5.0 和以前的版本, 可能需要重新建立工程文件, 但编译不应该有问题。 由本人修改过后操作更加简便-Because it is directly on the hardware, there may be some risks, but now I have no
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-05
    • 文件大小:272.17kb
    • 提供者:xuecongcong
  1. ramdisk

    0下载:
  2. 由c++开发的,功能是可以在内存虚拟硬盘的源代码-Developed by c++ functions can be in memory, the source code for the virtual hard drive
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:11.25kb
    • 提供者:wangdong
  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-31
    • 文件大小:42.75kb
    • 提供者:
  1. WTELEDSK

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

    • 发布日期:2017-03-30
    • 文件大小:62.07kb
    • 提供者:bzomzom
« 12 »
搜珍网 www.dssz.com