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

搜索资源列表

  1. copyfile

    0下载:
  2. 实现功能:把某个具体路径下面的某个文件或者某些文件复制到指定的文件夹中做备份用.-use vc++ to back up files
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:2002494
    • 提供者:Delta
  1. file_divide

    0下载:
  2. 用于实现文件分割和合并的源代码和应用程序。本人在学习对话框编程时做的程序,可用于初学者熟悉VC的编译环境和一些基本功能的实现。-I do programming in the learning process the dialog box can be used for beginners familiar with the VC build environment and some basic features of the implementation.
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:879833
    • 提供者:李强
  1. Demo

    0下载:
  2. VC++逐行读取文本文件 有效读取文本里德内容-VC++ text file line by line to read the content of effective reading text Reid
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:3580819
    • 提供者:refox945
  1. FileExample

    0下载:
  2. VC++ 更改文件属性为只读/系统或隐藏,选择目标文件,勾选对应的操作,可设置文件的相应属性,实际编程中可能用不到,不过可以了解一下Windows系统编程的相关知识,对扩展知识面有好处. -VC++ to change the file attribute is read-only/system or hidden, select the target file, check the corresponding operation, you can set the corresponding
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:20034
    • 提供者:madud00040
  1. FileExample

    0下载:
  2. 高级文件属性操作的VC例子代码,更改文件的只读属性、系统属性、隐藏属性等,还有删除、重命名、复制文件等操作。 -VC operation of advanced file attributes example code, change the file read-only attributes, system attributes, hidden attributes, as well as delete, rename, copy files operation.
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:15845
    • 提供者:madud00040
  1. vcTxtsrc

    0下载:
  2. VC++逐行读取Txt文本文件,只是一个读写方式的不同,总之最终的目标是读取整个文件。 -Txt VC++ to read a text file line by line, just a different way to read and write, in short, the ultimate goal is to read the entire file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:10771
    • 提供者:madud00042
  1. Text

    0下载:
  2. 用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。 -Using VC++ to write a word processing program code CDC, through this process we can learn how to produce a custom font and custom caret, familiar w
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:29831
    • 提供者:madud00045
  1. ReadXml

    0下载:
  2. 在vc++中读写xml文件,这是一个演示类,但包含了基本的读写功能,打架可以下来看一下。-Vc++ read and write in the xml file, which is a demonstration class, but contains the basic read and write capabilities, fighting to the next look.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:39580
    • 提供者:couberlee
  1. OperateFile

    0下载:
  2. VC++拷贝、删除和移动文件的演示,呵,虽然很简单,但是很基础 ,每一个VC的编程高手都是从这里学起的,不要小看它简单,当初本人也研究了两天呢-VC++ copy, delete and move files in the demo, oh, although very simple, but very basic, every VC is a master of programming by learning from here, do not underestimate it simple,
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:20495
    • 提供者:
  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
    • 文件大小:20425
    • 提供者:madud00064
  1. GetFileAttr

    0下载:
  2. VC++获得文件属性,获取文件的创建时间、修改时间、访问时间以及是否是只读、存档、隐藏、系统等属性。-VC++ get file attributes, access to the file creation time, modification time, access time, and whether it is read-only, archive, hidden, system attributes.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:23156
    • 提供者:madud00073
  1. Desktop

    0下载:
  2. 关于VC的实验实例分析及代码实现详细介绍了文件的分割和合并-The experimental case study on the VC and the code details the split and merge files
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:59823
    • 提供者:susan
  1. HHideListCtrl

    0下载:
  2. 可以隐藏某列数据的VC++ List操作类,主要功能是将指定列隐藏起来,实际上是通过改变隐藏列的宽度来实现“隐藏”功能,在某些时候我们需要这种功能。 -You can hide a column of data operations VC++ List class, the main function is to hide the specified column is actually hidden by changing the column width to achieve the &
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:23849
    • 提供者:madud00084
  1. helptip

    0下载:
  2. VC++实现像Office助手一样的帮助精灵,也就是会在屏幕上出现一个小人,问询你要怎么操作,用户能选择是否显示或隐藏它,设置它的活动范围,同时它还支持网上读娶保存并显示文件的功能。 -VC++ to achieve the same as the Office Assistant help of the wizard, that is, there will be a villain on screen, you have to inquire how to operate, the us
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:120853
    • 提供者:
  1. DelVCTemp

    0下载:
  2. 递归调用查询,清除VC++编译连接产生的中间件.程序支持自定义后缀,所以也可以设置成清理其它文件.其中对查找,文本写入,读出等功能的实现代码会是一个好例子.(工程使用VC++6.0)-Recursive call query, clear connection VC++ compiler generated middleware. Program supports custom suffix, so it can be set to clean up other files. One of th
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:37598
    • 提供者:邹晓刚
  1. chinesePinyinDump

    0下载:
  2. chm阅读器,evc ,vc++,用于chm文件的阅读,方便高效-chm reader, evc, vc++
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:94482
    • 提供者:168915087
  1. ffsco

    0下载:
  2. 一个VC++快速查找系统文件的方法类,可以快速查找系统指定的文件-VC++ to quickly find a system file methods classes, you can quickly find the specified file system
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:18486
    • 提供者:宋建华
  1. deskkeeper

    0下载:
  2. 一个纯C++的代码,功能是统计一个代码中具有的代码行数,空白行数,注释行数等等信息,里面包含了c的文件操作,多个类的混合操作,如果有兴趣可以改成vc的软件,-A pure C++ code, the features are statistics with a code number of lines of code, blank lines, comment lines and so forth, which contains the c file operations, multiple c
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:44330
    • 提供者:韩阳
  1. FileSplt

    0下载:
  2. VC++文件分割工具,同时还可以进行文件合并,可以指定分割文件的大小-VC++ file splitter tool can also merge files, you can specify the size of split files
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:43913
    • 提供者:
  1. UsrExcelCreate

    0下载:
  2. vc++ 操作excel 包括多种操作 本示例是创建而不是在模板上读写-vc++ operating excel
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:67965
    • 提供者:
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com