搜索资源列表

  1. 文件数据库

    0下载:
  2. 利用二进制操作模拟数据库存取操作,因为文件本质上是对文件进行二制读写操作,但是读写的单位不是字节,而是结构STRUCT。-simulated operational use binary database access operations, because paper is essentially the documents to write two system, but the unit is not read and write
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:全秀
  1. DirectAccessHD

    0下载:
  2. 通过类似于文件读写一样可读写磁盘的指定扇区-similar to the documents adopted by the same reader can read and write disk designated Sector
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:夏先生
  1. 模拟二级文件系统

    0下载:
  2. 用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:178176
    • 提供者:唐瑜
  1. make_a_huge_file_src

    0下载:
  2. 能够用它来读写大型文件,解决了VC中读取大文件的问题.-can use it to read and write large files to solve the VC read large documents.
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:杨彬玉
  1. ATL写的一个操作INI文件的COM组件

    0下载:
  2. 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:wgw
  1. FileOperation

    0下载:
  2. 读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not les
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:117760
    • 提供者:钱彦江
  1. 文件的~1

    0下载:
  2. 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. 读文本文件

    0下载:
  2. 本程序是一个用vc编写的实现对读入文本的读取的一个程序,但是还有一些缺陷不是很完善,希望与大家交流-this is a procedure with the realization vc prepared to read the text of a procedure to read, but also has some flaws is not perfect, and we hope that the exchanges
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:李想
  1. ini_class

    0下载:
  2. 读写ini文件类,可以用于读写ini文件,-literacy ini file type, which can be used to read and write ini file,
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:赵云
  1. 位图文件的读取与保存

    0下载:
  2. bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构-A demo shows how to read and write a bitmap file which can help you to familiar with bitmap structure.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:彭晔
  1. INI

    0下载:
  2. 本源码是关于读写ini文件的vc程序,开发环境是vc++6.0。该程序实现了以索引式的读写ini文件,经过适当的修改将可以实现各种存储功能。-the source of the document literacy ini vc procedures, the development environment is vc++ 6.0. The process to achieve a literacy Index-ini file, aft
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1993728
    • 提供者:李力邦
  1. 点net 读写文件

    0下载:
  2. 用C#做的读写文件,可读取数据和写数据进去-C# do reading and writing and can write and read data into the data
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:
  1. Windows文件系统过滤驱动开发教程

    1下载:
  2. 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:仇韬
  1. 用login二级目录的文件系统

    0下载:
  2. 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulat
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:程倩
  1. BMP图像处理头文件

    0下载:
  2. 一个图像读取的头文件的代码,对vc开发的程序员及其它编程人员进行图像处理大有裨益.-an image to read the first document of code, right vc development programmers and other programmers for image processing useful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李永红
  1. 模拟一个文件管理系统

    0下载:
  2. 设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:296960
    • 提供者:林子建
  1. Linux下C语言编程--文件操作

    0下载:
  2. 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:李琳
  1. 用VB判断网页文件是否在IE缓存中

    0下载:
  2. 当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:佳闲
  1. 文件系统设计.cpp

    0下载:
  2. 操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:高春梅
  1. 文本文件的逐行读取

    0下载:
  2. delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来-Read file line by line, write by Delphi.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:200704
    • 提供者:川川
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org