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

搜索资源列表

  1. UU编码

    0下载:
  2. UU编码和解码标准 内含UU编解码的示例程序,C编写-UU encoding and decoding standard codecs UU containing examples of procedures, the preparation of C
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.85kb
    • 提供者:吴宇森
  1. IniFileNew

    0下载:
  2. 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:50.15kb
    • 提供者:随便看看
  1. VC-read-excelfile

    0下载:
  2. VC中读取Excel文件中的指定行和列的单元格内容.只是一个示例程序,需要优化.-VC read Excel document designated rows and columns of cells content. Only a sample program, optimized.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:48.05kb
    • 提供者:赵善龙
  1. ex15a

    0下载:
  2. vc++文档与视图之间分离的示例程序,学习文档-视图相互作用函数的程序
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:18.1kb
    • 提供者:xiaoxiao
  1. 2000121004003

    0下载:
  2. 我们平时大量接触的Word,Excel文件实际上都是结构化存储文件,用这个示例程序你也可以创建自己的结构化存储文件。要使示例程序正常运行,你还得下载Storage Interface TypeLib(23k)。 地址:http://202.102.231.141/system/download/vb/docprops.zip-we usually come in contact with the Word, Excel documents are actually structured stor
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:39.62kb
    • 提供者:丁 莉
  1. FsoExcam

    0下载:
  2. 遍历文件夹及目录,读取文件夹、文件夹里的文件、列出本地磁盘,包括USB移动设备等,完全是基于FSO的一个文件操作示例程序,比较简单,容易看懂。-Traverse Folder and directory, read file folder, folders, documents, lists of local disk, including mobile devices such as USB, is a file-based operation of the FSO sample proced
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:730
  1. Write_Read_file

    0下载:
  2. 读写文件示例程序,对文件操作的简单实现。-press and unpress demo code
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:185.9kb
    • 提供者: 晨 风
  1. OvFile-DemoWithSrc

    0下载:
  2. 实现文件大量读写实时显示其进度的一个示例程序。-To achieve a large number of documents to read and write real-time display the progress of a sample program.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:230.69kb
    • 提供者:kevin
  1. GFolder

    0下载:
  2. 在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs /prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot "的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 重要的函数和宏定
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:15.49kb
    • 提供者:guanmj
  1. __xmlParser

    0下载:
  2. XML解析类,轻巧、简单、易用(内含源码、示例程序以及文档说明)-This is a basic XML parser written in ANSI C++ for portability. It works by using recursion and a node tree for breaking down the elements of an XML document.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:wangzhenming
  1. docCreateEditSaveWordDocument

    0下载:
  2. VB使用VSTO和VBA操纵WORD2003的示例程序,入门学习经典-VB and VBA manipulation WORD2003 using VSTO sample programs, entry to learn classical
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:21.27kb
    • 提供者:远非
  1. VC_class_read_write_INI_files_sample_programs

    0下载:
  2. VC++读写INI文件类以及示例程序VC + + class to read and write INI files and sample programs-VC++ class to read and write INI files and sample programs
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:21.46kb
    • 提供者:lina
  1. RdWrtIni

    0下载:
  2. VC++操作INI文件的一个类以及示例程序,将左边列表框的学生姓名写入ini文件,然后从该ini文件读出放到右边的列表框中,也就是读写INI文件,这是操作INI文件最基础的技能,我们编写大型的项目软件,一般为用到INI文件来作为配置文件,用VC去获取这些配置或更新配置等。 -VC++ INI file a class action and the sample program, students will name the list box on the left to write ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:19.95kb
    • 提供者:madud00064
  1. Print

    0下载:
  2. C++编写的各种对文件进行操作的示例程序,详细内容见附件下载!-All kinds of documents written in C for an example of procedures, see annex for details download!
  3. 所属分类:File Operate

    • 发布日期:2017-05-18
    • 文件大小:4.61mb
    • 提供者:枫飞
  1. biaozhunkuwenjiancaozuo

    0下载:
  2. 文件操作示例程序,包括带缓存和不带缓存的文件操作-The example program file operations, including take cache and don t take the cache file operations
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:799byte
    • 提供者:薛圣玹
  1. splitewords

    0下载:
  2. 在对话框中,调用第三方分词工具(ICTCLAS中文分词免费版),实现对中文的分词示例程序,可以对想实现全文搜索算法的中文分词问题提供解决方案。-In the dialog box, call the third-party segmentation tools (word ICTCLAS Chinese free version), the sample program to achieve the segmentation of Chinese text search algorithms C
  3. 所属分类:File Operate

    • 发布日期:2017-11-28
    • 文件大小:4.2mb
    • 提供者:李明宇
  1. XMLHelp

    0下载:
  2. 这是一个XML C++封装类,示例程序是用VS2005做的,并有详细使用说明文档,希望对大家有所帮助,也请大家自己根据需要修改使用. 多谢:)-This is an XML C++ wrapper class sample program with VS2005, and detailed instructions for use document, we want to help, please we need to modify use. Thank :)
  3. 所属分类:File Operate

    • 发布日期:2017-11-25
    • 文件大小:1.89mb
    • 提供者:BenniuJack
  1. SearchTheFile

    0下载:
  2. 一个简单的文件遍历示例程序,希望对有需要者有用-Example of a simple file traversal procedures and I hope it useful for those who need it
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:6.01kb
    • 提供者:张春松
  1. iLOVEpython_code

    0下载:
  2. Python的一些关于文件操作的示例程序,关于对文件的处理等。-Some file operations on Python sample program, with regard to the handling of documents.
  3. 所属分类:File Operate

    • 发布日期:2017-11-20
    • 文件大小:372.64kb
    • 提供者:张瀚
  1. bample

    0下载:
  2. 这是一个基于VB编程的运动控制卡示例程序,可以学习-This is a movement control CARDS sample program based on VB programming, can learn
  3. 所属分类:File Operate

    • 发布日期:2017-12-23
    • 文件大小:4kb
    • 提供者:Jegcme
« 12 3 »
搜珍网 www.dssz.com