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

搜索资源列表

  1. exportwordsrc

    0下载:
  2. 如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Wor
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:141.68kb
    • 提供者:徐磊
  1. FileStorage.v3.0.1

    1下载:
  2. he FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL s, WAV s, .TXT s etc), these files could be uploaded straight o
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:115.82kb
    • 提供者:hfb
  1. file_encrypt

    0下载:
  2. 在Visual C++环境下,实现文件的加解密,从中可以学习基本的文件加解密的方法。-in Visual C environment, the realization of the increase declassified documents, One can learn basic document encryption method.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:39.74kb
    • 提供者:谢东格
  1. DBFileIO

    0下载:
  2. 一个页式文件系统的C语言实现,是清华大学计算机系数据库实验课使用的文件系统。-one-page document System C language, Qinghua University Department of Computer Database experiment using the file system.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:34.75kb
    • 提供者:陈大卫
  1. 111111

    0下载:
  2. Visual C++编程技巧之 1.如何获取应用程序的实例句柄? 2.如何通过代码获得应用程序主窗口的指针? 3.如何在程序中获得其他程序的 图标? 4.如何编程结束应用程序?如何编程控制windows的重新引导? 5.怎样加栽其他的应用程序? 6.确定应用程序的 路径 7.获得各种目录信息 8.如何自定义消息 -Visual C programming skills one. Application procedures for obtaining ha
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:54.92kb
    • 提供者:qiaobo
  1. tinyxml

    0下载:
  2. timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modifie
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:244.31kb
    • 提供者:maoyang
  1. testcfindfileext

    0下载:
  2. 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar oper
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:58.6kb
    • 提供者:lbq
  1. vc-excel

    3下载:
  2. vc操作excel的例子有很多,找了很久操作最方便的还是这一个。-vc operation there are many examples of excel to find the most convenient operation for a long time or is this one.
  3. 所属分类:文件操作

    • 发布日期:2012-11-19
    • 文件大小:2.2mb
    • 提供者:bobsun
  1. vseg1

    0下载:
  2. 自己写的一个关于C处理文件的代码,用于修改二进制文件的源代码,在网上很少找到,便自己写了一个,经过测试.我是用于修改二进制代码中的终端号,以后我会将它移植到C++中.目前只是C代码,在VC中用CONSOLE方式新建一个工程把它添加进去就可以,代码完全是C.-Himself wrote a paper on the C handling code, binary files to modify the source code, rarely found in the online, they wr
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:1.46kb
    • 提供者:bill.zhang
  1. COBLK_last

    0下载:
  2. 标准C文件代码中注释识别统计,按照用户预定格式输出到文件中 提供给用户运行程序的方式,程序的所有输入,要求在windows CMD命令行下面进行操作和显示。方括号表示可选参数;大括号表示必选参数,输入的时候不需要键入括号。COBLK [-c] {filename},支持绝对路径,相对路径,如果没有路径,默认为程序所在目录。 每次执行只处理1个文件,即filename只表达出一个文件,不支持多个文件处理。 对可选参数[-c],当使用此参数时,输出文件包含注释块开始行号和注释块内注
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:44.45kb
    • 提供者:chenxi
  1. RW_ONE_FILE

    0下载:
  2. c++源码,一个游戏,可以让你玩得高兴,可以全身心的放松。-c++code,one game,it can make you happy,make you relate you heart
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:911.69kb
    • 提供者:李李
  1. AutoMoveFiles

    0下载:
  2. BCB 6.0 Borland C++ Builder 6.0下编译成功。 文件自动(定时)移动软件源代码。 每隔1秒钟把一个文件夹下的内容自动移动到其它文件夹下。-BCB 6.0 Borland C++ Builder 6.0 compiler successfully under. Document automatically (periodically) mobile software source code. Seconds every one put under a folder
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:29kb
    • 提供者:王萧风
  1. OTPMe

    0下载:
  2. This another One Time Pad in C language using file operation and swap character before encrypt-This is another One Time Pad in C language using file operation and swap character before encrypt
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:13.99kb
    • 提供者:Bayu
  1. files2code

    0下载:
  2. 一个把把整个目录里所有文件走转换成c预研数组的perl程序。我自己写的,应该没有重复。-One to the entire directory all the files go into perl array c pre-research program. I wrote it myself, it should be no repetition.
  3. 所属分类:File Operate

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

    0下载:
  2. This will calculate the monthly payments of sales. The source code is provided in one file which is called sourc.cpp. this project is written in c++.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:1.55kb
    • 提供者:g4gate
  1. word_operate

    0下载:
  2. 自动找到指定目录下的所有rtf格式文件,并将其找到的所有rtf格式文件内容合成一个rtf格式的文件存储起来。好处是将前几年记录的日志合成一个大文件阅读笔记方便。请在E盘下建一个文件夹word_test,放入多少个rtf格式文件都行,然后执行本程序,在菜单中点击位于最后的word_op按钮,程序将找到word_test目录下所有rtf格式文件,读取内容,然后存储到C:\Hello1.rtf.你就可以看这一个文件内容回顾你几年内记录的日记了。-Automatically find the speci
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:Julie
  1. FileInVisualCPlusPluss

    0下载:
  2. FileInVisualCPlus s: Starter files are automatically generated for your Visual C++ project, whenever you create one either by using a wizard (such as the MFC AppWizard or the ActiveX ControlWizard) or one of the icons (such as the Application ic
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:6.6kb
    • 提供者:kamalraj.s
  1. TextMerge

    0下载:
  2. 用C++ Builder写的一个文本文件分割和合并工具,原先是用来将文本小说放到手机用的,可以根据自己需要将文件分割成任意大小,或者将多个文件合并成一个文件。然后可以通过工具做成Jar格式的电子书放到手机中阅读。-Using C++ Builder to write a text file split and merge tools, original text of the novel is used to put in mobile phone use, according to his n
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:6.69kb
    • 提供者:宋伟民
  1. FileRename

    0下载:
  2. 基于C# .NET Framework 开发的文件批量重命名工具,免去一堆文件一个个手动重命名的麻烦-Based on C#. NET Framework developer' s file batch rename tool, replacing a bunch of files one by one the trouble of manually renaming
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:58.08kb
    • 提供者:huaqiao
  1. C-programming

    0下载:
  2. 一周搞定系列之C语言配套图书源代码,搭配实例-One week to get the series of books supporting C language source code, with examples
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:2.66mb
    • 提供者:Angelaus
« 12 »
搜珍网 www.dssz.com