搜索资源列表
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
CopyCutModify_FileAndDir
- VC多功能复制指定文件夹中文件,修改文件名、后缀名、修改时间,修改文件夹风格使之伪装
three_FileControl
- VC++2005编程实例\源代码\第3章 文件操作编程实例,如何复制多层文件夹,如何压缩和解压缩大文件如何使用缓冲流复制文件如何异步装载大图像文件等16个实例-err
wenjianjiaxitong
- 基于Visual c++.net (VC.net) 编写的 文件夹系统操作演示 程序。代码都有注释。实现功能为:如何复制,删除,移动,更名文件夹;如何显示文件夹复制过程对话框等。-Based on Visual c . Net (VC.net) prepared presentation folder system operation procedures. Code have the Notes. The realization of functions: How to copy, de
ShortEst
- matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
magicskin
- vc++的皮肤控件,复制到工程文件夹,添加一下头文件,用MFC静态连接一下,就能添加smf格式的皮肤文件了!很好用!-vc++ skin controls, copied to the project folder, add about header files, using MFC static link click, you can add the smf format of the skin files! Very good use!
mycomputer
- 根据文件系统的相关原理,设计并用VC编程实现一个类似Windows系统中“我的电脑”功能的文件管理系统,该文件系统可以对系统中所有文件进行管理,同时具有创建新文件(为简单起见,可以固定几种类型的文件)、删除文件、复制文件、创建文件夹等功能。-According to the file system of the relevant theory, design and use of VC programming a similar Windows system, the "My Computer
BatchMake
- VC++批处理编译程序。在软件开始过程中,经常需要根据不同的用户要求生成不同的软件版本。这些版本可以根据宏定义和界面图片的不同进行重新编译来完成。软件更新后,每次编译都要修改这些信息是很枯燥的事情。此软件可以减少这些麻烦。软件具有复制文件、修改文件内容、启动程序、执行程序等内容。-VC++ batch making.
VC_Move_Copy_Delete_Folder_Files
- VC下移动、复制或者删除文件夹/文件的操作以及应用举例-VC next move, copy or delete the folder/file operations, and application examples
MathSourceCode
- 共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有文件(Borland C++的语法规则相当标准,因此该文件夹中的源代码也可以用在其他标准的C++编译系统中);如果读者使用的是微软的Visual C++编译系统
VC.code.copy.classic.multi.folder
- VC编程实现复制多层文件夹经典代码VC programming code copy the classic multi-folder -VC programming code copy the classic multi-folder
copyfile
- 实现功能:把某个具体路径下面的某个文件或者某些文件复制到指定的文件夹中做备份用.-use vc++ to back up files
vcnetcopy
- vc++演示如何复制多层文件夹及文件,也就是可以复制一个具有多个子目录的文件夹,希望对您有所帮助!-vc++ shows how to copy multiple folders and files, that is, you can copy a folder with several subdirectories, I hope for your help!
File-Management-System
- 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
XTToolkitPro
- 编译gh0st3.6、3.75需要的XTToolkitPro库,这里已经封装好了,下载后,把里面的文件复制到VC的include文件夹 即可编译使用-Compile gh0st3.6 3.75 XTToolkitPro library needs have been here a good package, download, copy the files inside to the the VC include file folders can be compiled using the
MFC
- VS2012运行环境,文件遍历系统,可选择盘符,后缀来遍历文件,可选删除或复制操作。对于vs或vc工程则是对整个文件夹操作。-VS2012 runtime environment, file traversal system, optional letter suffix to traverse the file, the optional delete or copy operation. Vs vc project is the entire folder.
OpenGL_kaifaku
- OpenGL的开发库,里面有各种OpenGL的库函数,还有Dos命令文件,可以直接复制OpenGL库函数文件到系统文件夹和VC安装文件夹下-OpenGL development libraries, there are a variety of OpenGL library functions, as well as Dos command file, you can directly copy files to the OpenGL library functions and VC syste
vcnetcopy
- vc++演示如何复制多层文件夹及文件,也就是可以复制一个具有多个子目录的文件夹,希望对您有所帮助!-vc++ shows how to copy multiple folders and files, that is, you can copy a folder with several subdirectories, I hope for your help!