-
C++程序的几个问题如何解决
C++ How To Program Odd Questions Solution
- 2022-04-30 15:38:24下载
- 积分:1
-
抓图程序, 保存当前桌面,保存能为位图格式。1241432243
抓图程序, 保存当前桌面,保存能为位图格式。1241432243-Previously procedure, preserving current desktop, the depositary for bitmap format. 1241432243
- 2022-07-18 02:24:17下载
- 积分:1
-
海康产品最新未公开的播放器软件和媒体播放器插件.rar
海康产品最新未公开的播放器软件和媒体播放器插件.rar-Haikang latest Product undisclosed player software and media player plug-ins. Rar
- 2023-01-16 10:25:04下载
- 积分:1
-
This is a MFC progress bar to read the small program, there are loving friends c...
这是一个MFC进度条读取的小程序,有热爱MFC的朋友可以-This is a MFC progress bar to read the small program, there are loving friends can take a look at MFC
- 2022-03-06 19:26:16下载
- 积分:1
-
约束规划理论和相关算法设计的经典著作,约束规划作为求解资源受限的复杂优化问题,有较好的效果...
约束规划理论和相关算法设计的经典著作,约束规划作为求解资源受限的复杂优化问题,有较好的效果-a good tutorial to comstraint programming
- 2022-09-13 08:25:04下载
- 积分:1
-
PLL design assitant, from M.H.Perrott, MIT
PLL design assitant, from M.H.Perrott, MIT
- 2022-02-12 08:39:15下载
- 积分:1
-
on the MDI view, it contains the standard positioning
在MDI视图中,它包含标准定位
- 2022-04-21 08:26:16下载
- 积分:1
-
In VB, VFP applications to send and receive mail. E
在VB、VFP应用系统中收发邮件.E-mail是Internet/Intranet网上通信的最主要的方式之一,充分利用E-mail 的功能可以极大地提高企业的工作效率,减轻用户的工作负担-In VB, VFP applications to send and receive mail. E-mail is the Internet/Intranet-line communication the most important one of the ways to fully utilize the functions of E-mail can greatly improve the efficiency of the enterprises to reduce the burden on the user
- 2022-05-27 02:22:15下载
- 积分: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
-
矩阵类
矩阵基本运算,伴随矩阵,行列式,转置矩阵
矩阵类
矩阵基本运算,伴随矩阵,行列式,转置矩阵-Matrix basic operations, accompanied matrix determinant, matrix transpose, etc.
- 2023-02-16 02:40:03下载
- 积分:1