搜索资源列表
BrowseDir8
- 递归法遍历磁盘目录,在vc++6.0环境下编译通过。-recursive directory traversal disk, vc 6.0 environment compile.
TELEFON
- 超级市场中,有的时候需要保存购买者的名称、电话号码、地址信息,以方便进行送货上门、订购服务。 电话号码目录是拥有大量数据的存储库,提供有关个人和组织的信息,简易的电话号码存储系统可以采用C语言来实现,并且这些信息可以保存在磁盘文件上。 随着新订户的加入、一些老订户的删除以及其他订户数据的改变,必须经常地更新目录。除了添加、删除、修改操作外,还可以查询现有的数据。 -supermarket, sometimes necessary to preserve the purch
autofindanddelete3
- VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强! 很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文件夹下所有符合条件的文件。为了保证其封闭性,我用了一个CSt
ImageTool_ThumBnail
- 查看各种图片的缩略图,使用磁盘目录树查看,形象、直观,同时生成了各磁盘目录图标。使用GDI+绘图。清晰,高质~-View thumbnail of the various photographs, the use of disk directory tree view, image, intuitive, while creating a directory of the disk icon. The use of GDI graphics. Clearly, high-quality ~
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
setupbasepack80_D6
- SDL Component suite for D6 SDL 组建是一套支持科学和工程计算的工业控件集,有10万行源码,50个例程. 3D 数据, 3D 数据,地图集,原子符号,β函数的情节的旋转,校验扫描的图像, CAS 登记号码,图表,颜色选择, 常量和兑换率,轮廓绘制,化学结构,化学数据,化学公式,X分配,群聚,转换程序,曲线适合, 地理数据,基体,图解,目录,配给,矩阵标签, eigenvectors, F-分布, FFT( 快速傅里叶变换) 小圆点的决定因素的数据库, 先进先出
setup_mathpack80_D6
- SDL Component suite for D6 SDL 组建是一套支持科学和工程计算的工业控件集,有10万行源码,50个例程. 3D 数据, 3D 数据,地图集,原子符号,β函数的情节的旋转,校验扫描的图像, CAS 登记号码,图表,颜色选择, 常量和兑换率,轮廓绘制,化学结构,化学数据,化学公式,X分配,群聚,转换程序,曲线适合, 地理数据,基体,图解,目录,配给,矩阵标签, eigenvectors, F-分布, FFT( 快速傅里叶变换) 小圆点的决定因素的数据库, 先进先出
setup_chempack80_D6
- SDL Component suite for D6 SDL 组建是一套支持科学和工程计算的工业控件集,有10万行源码,50个例程. 3D 数据, 3D 数据,地图集,原子符号,β函数的情节的旋转,校验扫描的图像, CAS 登记号码,图表,颜色选择, 常量和兑换率,轮廓绘制,化学结构,化学数据,化学公式,X分配,群聚,转换程序,曲线适合, 地理数据,基体,图解,目录,配给,矩阵标签, eigenvectors, F-分布, FFT( 快速傅里叶变换) 小圆点的决定因素的数据库, 先进先出
MyTreeCtrl21
- 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
TreeControlsTheUseOfExamples
- 树形控件的使用例子,树控制和视(Tree Control&View]主要用来显示具有一定层次结构的数据项,如资源管理器中的磁盘目录等,以供用户在其中进行各种选择。-Tree Controls the use of examples, depending on the tree control and [Tree Control & View] is mainly used to show a certain hierarchy of data items, such as Explore
61549819DirectDraw
- 这是一个用浏览器方式查看缩略图的程序,左侧是对磁盘目录的树形浏览方式,右侧显示图片的缩略图,双击会放大打开!-This is a way to use a browser to view thumbnails of the procedure, the left side of the disk directory tree browsing, the right side of display image thumbnails, double-click will enlarge to ope
4DiskCata
- 本实例实现了用树形控件显示磁盘目录,通过双击树形控件的节点可以查看该节点下的子目录-The realization of this example shows that using a disk directory tree control, tree control by double-clicking the node can see the subdirectories under the node
Dirlist
- 用vc++ 开发的本地磁盘目录和文件夹的显示程序-Using vc++ developer' s local disk directories and folders of the display program
DiskCata
- VC++显示磁盘目录,可作初级者学习使用-VC++ displays the disk directory, can be used for beginners learning to use
TreeShowDisk
- 用树控件显示磁盘目录,可以用于学习硬盘管理-Tree control to display the disk directory, can be used to study hard disk management.
TraverseMagneticDiskCatalogue
- C#使用TreeView组件遍历磁盘目录,C#目录遍历功能的方法与实现实例,利用TreeView组件实现,实际上是扩展了TreeView的功能,增加了目录遍历功能,这就大大提高了TreeView的实用性,C#实例源代码下载-C# uses TreeView Component traverse the disk directory, C# directory traversal function instance, use the TreeView component to achieve, i
Recurse
- 这是一个使用VS2008开发的一个工程项目,该工程能够实现搜索磁盘目录以及文件的功效,并以此在树形控件中列举出来,方便且高效-This is a project which using VS2008 developed.The project is to achieve the effectiveness of search disk directories, and files , as listed in the tree control , convenient and efficient
Ex_Tree
- Visual C++实验成果 输入、编译、运行课本第五章中第183页到第186页的Ex_Tree的程序,掌握CTreeView文档视图的使用方法,掌握列举磁盘目录的方法以及在树视图中显示的方法。(Visual C++ experimental results Input, compile and run Ex_Tree program from page 183rd to page 186th in the fifth chapter of the textbook. Grasp the u
zkgo
- 递归法遍历磁盘目录,在vc++60环境下编译通过,()
nylk65
- 递归法遍历磁盘目录,在vc++60环境下编译通过,()