搜索资源列表

  1. Access数据库中OLE对象的读写操作

    0下载:
  2. 该文件是对Access数据库读写操作,包括一些程序界面以及程序代码,希望对有学习Access数据库的同事能够有所帮助。-the document is to write Access database, including some programming interfaces and code, and I hope to learn Access database colleagues can help.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:83416
    • 提供者:李明
  1. 文件读写存储2004

    0下载:
  2. VC文件的读写操作(很多)-VC write documents (many)
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:831783
    • 提供者:李喆
  1. pci9054实现io读写操作

    1下载:
  2. 利用DriverWorks实现PCI9054IO读写操作。包括如何使用DW开发向导生成程序框架,以及应用程序(DOS和VC)和驱动程序的完整源代码。不过为了节约空间,删除了不必要的中间文件。请重新编译一下即可。有关说明请见文件夹中的说明文档。-use DriverWorks achieve PCI9054IO write. DW including how to use the wizard generated development
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:634953
    • 提供者:常云松
  1. 关于文件的读写操作

    0下载:
  2. 关于文件的读写操作,采用VC编程
  3. 所属分类:Windows编程

  1. 读写文件

    0下载:
  2. 一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:中软
  1. 文件读取2004

    0下载:
  2. VC文件的读写操作-VC write documents
  3. 所属分类:文档资料

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:李喆
  1. 文件读写存储2004

    0下载:
  2. VC文件的读写操作(很多)-VC write documents (many)
  3. 所属分类:文档资料

    • 发布日期:2024-06-01
    • 文件大小:831488
    • 提供者:李喆
  1. pci9054实现io读写操作

    0下载:
  2. 利用DriverWorks实现PCI9054IO读写操作。包括如何使用DW开发向导生成程序框架,以及应用程序(DOS和VC)和驱动程序的完整源代码。不过为了节约空间,删除了不必要的中间文件。请重新编译一下即可。有关说明请见文件夹中的说明文档。-use DriverWorks achieve PCI9054IO write. DW including how to use the wizard generated development
  3. 所属分类:驱动编程

    • 发布日期:2024-06-01
    • 文件大小:641024
    • 提供者:常云松
  1. 直接读写文件

    0下载:
  2. 文件读写的例子,初学对文件操作的朋友可以看看.程序是用CFILE类.-document literacy example, when a document to the operation of friends can see. Procedures used CFILEs category.
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:39936
    • 提供者:葡萄
  1. VC++6.0INI类型文件读写类

    1下载:
  2. VC++6.0 INI类型文件操作实例类-VC 6.0 INI file types such examples operation
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:21504
    • 提供者:who
  1. 位图BMP格式图像文件处理类源码VC版

    0下载:
  2. 该类集成了常用的BMP位图文件的一些经常用到的比如文件读写等操作-such integrated common bitmap BMP documents some of the frequently used documents such as literacy, etc
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-01
    • 文件大小:891904
    • 提供者:宋成军
  1. wdf_filter0

    0下载:
  2. 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截-domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception
  3. 所属分类:驱动编程

    • 发布日期:2024-06-01
    • 文件大小:360448
    • 提供者:唐佳斌
  1. CIniFile(VC6)

    0下载:
  2. INI配置文件读写操作封装类For VC6.0-INI configuration file to read and write operations category Packaging For VC6.0
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:5120
    • 提供者:along
  1. dat_File_In_Out

    0下载:
  2. 该文件实现文件读写操作, 实现对BAT文件存储与读取!-The document files to read and write operations, to achieve BAT file storage and read!
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:89088
    • 提供者:duanxiaohui
  1. IniHelper

    0下载:
  2. /// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// Key
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:Joe
  1. file

    0下载:
  2. C++MFC的文件读写操作的源代码包...对新手非常有用
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:3328000
    • 提供者:jackie
  1. FileExe

    0下载:
  2. delphi中文件读写操作示例,供学习使用。-read and write files in delphi example, for learning to use.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-01
    • 文件大小:180224
    • 提供者:renjunming
  1. ini文件读写操作

    0下载:
  2. 基于WindowsAPI函数,VB6.0语言编写的对INI配置文件读写操作程序(Ini configuration file read and write operations)
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:雷电
  1. 文件读写操作

    0下载:
  2. C语言文件读写操作,便于输入输出不同的文件进行相应的处理(C language file read and write operation to facilitate the input and output of different files for corresponding processing)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:xiaomumu
  1. BIN文件清0工具

    0下载:
  2. 实现对二进制文件的操作,全部写为0 ;是VC++操作文件读写的一个简单例子; 本例子中的功能是将一个bin文件内容全写为0;(To achieve the operation of binary files, all written as 0; is a simple example of VC++ operation file read and write; The function of this example is to w
  3. 所属分类:文件操作

    • 发布日期:2024-06-01
    • 文件大小:4524032
    • 提供者:dashu
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org