-
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。...
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。-err
- 2022-02-22 12:56:21下载
- 积分:1
-
可用于处理多线程的情况
可用于处理多线程的情况-could be used to address the multithread
- 2022-01-22 14:54:44下载
- 积分:1
-
灰色按钮克星(精简加完整源码) 有效突破灰色按钮
灰色按钮克星(精简加完整源码) 有效突破灰色按钮
-Gray button nemesis (plus complete source code to streamline) effective breakthrough in the gray button
- 2022-03-12 18:41:46下载
- 积分:1
-
car racing
peed dreams is a fork of the famous open racing car simulator torcs. it mainly aims to implement exciting new features, cars, tracks and ai opponents to make a more enjoyable game for the player, while constantly improving visual and physics realism
- 2022-01-31 05:49:54下载
- 积分:1
-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
全屏网页外壳,测出屏幕大小,然后,根据大小全屏查看网页,有与webbrowser控件交互...
全屏网页外壳,测出屏幕大小,然后,根据大小全屏查看网页,有与webbrowser控件交互-full screen website shell, measuring the size of the screen, then, according to full-screen size View website webbrowser with interactive controls
- 2023-03-06 21:50:03下载
- 积分:1
-
从记事本中读出数据并输出,一起学习一下
从记事本中读出数据并输出,一起学习一下-from the notebook had sensed data and output, together to learn about
- 2023-08-26 18:35:04下载
- 积分:1
-
VisualC++MFC扩展编程实例
VisualC++MFC扩展编程实例-VisualC++ MFC extension of programming examples
- 2022-03-25 04:01:44下载
- 积分:1
-
简易的“计算器”源码
简单的计算器源码,毕业设计用
- 2022-04-13 12:37:28下载
- 积分:1
-
管理 NTFS 交界点
创建和删除 NTFS 联结点简单 !
有三种类型的文件在 NTFS 文件系统支持的链接: 硬链接、 路口和符号链接。本主题是硬链接和路口的概述。
硬链接
硬链接是文件的多个路径引用单个文件在同一个卷中的文件系统表示形式。若要创建硬链接,请使用 CreateHardLink 函数。对该文件的任何更改都立即可见,这些应用程序访问它通过引用它的硬链接。但是,目录条目的大小和属性信息是只更新更改是通过它的链接。请注意对该文件的属性反映在每一个硬链接到该文件中对该文件的属性的更改传播到所有的硬链接。例如,如果你重置删除那特别的硬链接,硬链接上的只读属性并有多个硬链接到实际的文件中,那么您将需要重置只读位上从剩余的硬盘的一个文件,使文件的链接和所有剩余的硬链接回只读状态。
例如,在系统中的 c: 和 d: 都是本地驱动器和 z: 是一个网络驱动器映射到 fredshare,允许作为硬链接以下引用:
链接到 C:dirbdirclucy.txt C:diraethel.txt
D:dir1tinker.txt 到 D:dir2dirxbell.txt
链接到 C:dir2mina.txt C:dirybob.bak
以下不是:
链接到 C:dirb C:dira
链接到 D:dirblucy.txt C:diraethel.txt
链接到 Z:dirblucy.txt C:diraethel.txt
若要删除一个硬链接,使用 DeletFile函数。您可以删除任何顺
- 2022-09-07 10:20:03下载
- 积分:1