-
C++ FAQs 经典著作~此为英文原版的第二版,学习C++不应错过~
C++ FAQs 经典著作~此为英文原版的第二版,学习C++不应错过~-C++ FAQs classics ~ This is the second edition of the English original, learning C++ should not be missed ~
- 2022-04-13 05:59:06下载
- 积分:1
-
this zlg7289 chips for the first documentation procedures, including 51 this mic...
此为zlg7289芯片的头文件程序,包括51单片机对此芯片的控制函数-this zlg7289 chips for the first documentation procedures, including 51 this microcontroller chip control functions, etc.
- 2022-05-30 15:46:54下载
- 积分:1
-
实现记事本的主要功能,包括打开文件,复制,站踢人等,另外还有一些额外的功能。...
实现记事本的主要功能,包括打开文件,复制,站踢人等,另外还有一些额外的功能。-Notepad implementation of the main features, including open files, copy,踢人station, etc. There are also some extra features.
- 2022-04-08 06:30:59下载
- 积分: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
-
重复文件查找算法usind标准模板库的C
Duplicated file finder algorithm usind standard template library of c-Duplicated file finder algorithm usind standard template library of c++
- 2022-05-21 20:12:29下载
- 积分:1
-
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问...
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
- 2022-02-05 03:14:59下载
- 积分:1
-
自动计划执行的程序.
用delphi实现的, 很不错的.
自动计划执行的程序.
用delphi实现的, 很不错的. -automatic program execution procedures. Delphi achieved with very good.
- 2022-08-25 06:17:07下载
- 积分:1
-
快捷桌面!可以添加快捷方式以及其他的应用程序,可以减少桌面放置的快捷方式数量!美化桌面...
快捷桌面!可以添加快捷方式以及其他的应用程序,可以减少桌面放置的快捷方式数量!美化桌面-Fast desktop! You can add shortcuts, and other applications, can reduce the number of the desktop shortcut to be placed! Beautification of the desktop
- 2023-08-18 08:40:02下载
- 积分:1
-
VC面向对象开发分析与设计实例解析.很不错的资料.对于初学者和有一定基础的人员均有很大价值...
VC面向对象开发分析与设计实例解析.很不错的资料.对于初学者和有一定基础的人员均有很大价值-VC Object-Oriented Analysis and Design of the development of analytical examples. Very good information. For beginners and have a certain foundation of great value to both
- 2022-04-27 08:20:36下载
- 积分:1
-
根据IP地址得出内网中相应主机的主机名,便于开发C/S程序
根据IP地址得出内网中相应主机的主机名,便于开发C/S程序 -come under the IP addresses within the network corresponding host name of the host to facilitate the development of the C/S procedures
- 2022-01-28 23:51:59下载
- 积分:1