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

搜索资源列表

  1. filetranslate

    0下载:
  2. 演示如何从C盘根目录下的ABC.TXT中读取3个字符串,并把其中的两个传送到当前目录下的ABCD.TXT文件中。(新手可以了解下QT的文件流传输机制),在QT4.4.0,VS2008,C++环境下写的-Demonstrate how the root directory from the C read ABC.TXT under three strings, and two sent to the current directory ABCD.TXT file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:992583
    • 提供者:昌隆
  1. filetranslate

    0下载:
  2. 演示如何从C盘根目录下的ABC.TXT中读取3个字符串,并把其中的两个传送到当前目录下的ABCD.TXT文件中。(新手可以了解下QT的文件流传输机制),在QT4.4.0,VS2008,C++环境下写的-Demonstrate how the root directory from the C read ABC.TXT under three strings, and two sent to the current directory ABCD.TXT file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:997368
    • 提供者:昌隆
  1. kcsj3

    0下载:
  2. 该程序是一个文件加密程序。通过AES算法和MD5算法实现一个文件的加解密功能。开发软件为vs2008。-The program is a file encryption program. Through the AES algorithm and the MD5 algorithm to implement a file encryption and decryption functions. Development of software for vs2008.
  3. 所属分类:File Operate

    • 发布日期:2017-05-23
    • 文件大小:7449816
    • 提供者:hesd
  1. ResourceConvertor05

    0下载:
  2. 资源文件转换器。在开发多语言应用程序时,在Visual Studio中编辑资源文件不方便。使用本工具,可以把资源文件的内容写在Excel文件中,再使用本工具将 .xls文件转换成资源文件。支持VS2005/VS2008的资源文件格式。不支持VS2003的资源文件格式。-Resource file converter. In the development of multi-language applications in Visual Studio to edit the resource fi
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:39663
    • 提供者:tony liu
  1. filelisten

    0下载:
  2. 一个监听文件夹的程序 在vs2008下编译通过,负责对某个文件夹的监听,并按文件的创建时间进行升序排列,但该文件下的文件发生添加或者删除时,文件的排序也会随着调整 排序是按照文件的创建时间进行的升序排序-This is a file monitoring program in vs2008 compiled through, is responsible for monitoring a folder, press the file was created in ascending order,
  3. 所属分类:File Operate

    • 发布日期:2017-05-20
    • 文件大小:5669219
    • 提供者:陈晨
  1. FileWatcher

    0下载:
  2. [软件名]文件修改监视系统 [编程软件版本]VS2008 [编程语言]vb.net [软件描述]用于捕获指定文件夹内所有文件(含子目录)的所有创建、修改、重命名等信息-[Name] file to modify the software to monitor system programming software version] [[programming language] vb.net VS2008 [descr iption] to capture the specified
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:75327
    • 提供者:tk600158
  1. GameEdit

    0下载:
  2. QQXY资源编辑器,请用VS2008编译,编辑游戏资源用。请勿商用。-Journey resource editor, please use the VS2008 compiler, resource editor with the game
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:4087951
    • 提供者:江洋大盗
  1. 1

    0下载:
  2. c# 动态比较两个文件是否相同(VS2008),很值得学习,经典!-c# dynamically compare the two files are identical (VS2008), it is worth learning, classic!
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:14833
    • 提供者:qinjun
  1. SGS

    0下载:
  2. 在VS2008的MFC下,对excel,进行查询,排序,统计。-In VS2008 under the MFC, to excel, the query, sorting, statistics.
  3. 所属分类:File Operate

    • 发布日期:2017-06-18
    • 文件大小:28168192
    • 提供者:陈杨中
  1. SG001

    0下载:
  2. 在VS2008下读取txt文本内容,并根据其对应的属性对其进行排序,txt内容模仿excel写的。-In VS2008 under the MFC, to excel, the query, sorting, statistics.
  3. 所属分类:File Operate

    • 发布日期:2017-06-01
    • 文件大小:13888528
    • 提供者:陈杨中
  1. linked-list

    0下载:
  2. 链表的C语言详细解释,详细说明链表的用法。并在VS2008里运行过。-The C language linked list detailed explanation of the detailed descr iption of the usage of the list. In VS2008 running.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:10223
    • 提供者:ke
  1. strip_array

    0下载:
  2. 一个对h.264视频文件冗余数据进行玻璃和重新排序的程序,有详细的注释,此为vs2008版本,内涵测试文件,可用十六进制编辑器打开查看效果。-Glass and re-sort procedure, a redundant data of the h.264 video files with detailed comments, this is the vs2008 version, the connotation of the test file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3742454
    • 提供者:Guy
  1. test_boost_regex

    0下载:
  2. boost下正则表达式匹配示例代码 VS2008-boost regular expressions to match the sample code VS2008
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:102341
    • 提供者:未愈书生
  1. test_dir

    0下载:
  2. 文件夹删除函数实现演示,VS2008实现-Folder delete function to achieve the demonstration, VS2008 implementation
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:5176
    • 提供者:未愈书生
  1. merg_file

    0下载:
  2. 用C语言编写的文件合并程序,vs2008工程,跨平台~-File merge program using the C language, vs2008 engineering, cross-platform to
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:942929
    • 提供者:Kanak Dillon
  1. ExcelReader

    0下载:
  2. 读取Excel源代码的程序,可以读取外部文件,并提取指定行列,VS2008工程-c++ source codes for excel reader, VS2008 solution. The application can read the content of specific lines.
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:160437
    • 提供者:jiao
  1. pilianggai

    0下载:
  2. vs2008+qt编写的批量修改文件名程序-the batch modify written by vs2008+qt file name program
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:832916
    • 提供者:夏天
  1. vs2005_2008

    0下载:
  2. 自己常在不同电脑编辑C源代码,有时平台是vs2005,有时是vs2008,为了方便打开编辑!做了一个可以让VS2005或vs2008可以打开sln项目的小程序!vs2005<->vs2008(*.sln,*.vcproj)-Yourselves in a different computer to edit the C source code, and sometimes platform is vs2005, sometimes vs2008, in order to facili
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:9553
    • 提供者:zhaojinpo
  1. VC-EXCEL-2010-sample-code

    0下载:
  2. 使用VS2008对EXCEL 2010进行操作,封装成类的方式,方便使用。-EXCEL 2010 using VS2008 on the operation, encapsulated into classes, convenient to use.
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4334083
    • 提供者:陈宗辉
  1. CSpreadSheet

    0下载:
  2. 在vs2008环境中,使用vc对csv文件的操作。具有参考价值,供大家参考。-In the VS2008 environment, the use of VC to CSV file operation. It has reference value, for your reference.
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:9388283
    • 提供者:shuzehao
« 12 »
搜珍网 www.dssz.com