-
Mouse playing small games, as have the number of rats, mice mobile pace. The tot...
打老鼠的小游戏,随着老鼠产生的次数,老鼠的移动速度越来越快。总数为120个,并有评价-Mouse playing small games, as have the number of rats, mice mobile pace. The total number of 120, as well as evaluation of
- 2022-03-18 16:08:16下载
- 积分:1
-
基于openCv的图像处理,相似图像识别和提取!
资源描述基于openCv的图像处理,相似图像识别和提取!运行时需要安装opencv。
- 2022-08-09 07:25:53下载
- 积分:1
-
用IDL创建一个模板接口并用C++实现模板(6KB)
用IDL创建一个模板接口并用C++实现模板(6KB)-using IDL interface to create a template and the template to achieve C (6KB)
- 2022-06-14 14:50:37下载
- 积分:1
-
be passed directly through the system of information, primarily for hard disk si...
通过程序直接得到系统中各分区的信息,主要是对于硬盘大小、状态作出指示。程序是由VB编写。-be passed directly through the system of information, primarily for hard disk size, the state"s instruction. VB procedure is prepared.
- 2023-02-26 22:10:03下载
- 积分:1
-
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果-Polynomial multiplication
- 2022-03-18 13:58:34下载
- 积分:1
-
虽然说生成随机数大家都知道.但是要生成指定长度.指定字符组合.随机率在1/2000000.就难了.这是我在做充值卡时写的用来生成充值时写的随机数生成器.也是原创...
虽然说生成随机数大家都知道.但是要生成指定长度.指定字符组合.随机率在1/2000000.就难了.这是我在做充值卡时写的用来生成充值时写的随机数生成器.也是原创吧.在网上找了一堆不满意,只好自己写了.-generated random number is known to all. However, to generate a specified length. Designated character portfolio. Random rates in the 1/2 million. Very difficult. This is my doing prepaid card was used to generate the recharging time to write the random number generator. It is also original. On the Internet to find a heap of dissatisfied, but his writing.
- 2022-09-15 15:20:04下载
- 积分:1
-
缩短名称 (如:-哈利 · 波特 H.Porter 或罗宾范 Persie-简写 Persie
这是一个VB代码转换一个名字——任意数量的单词首字母的缩写名称只有和完整的姓如奥巴马——巴拉克•奥巴马(Barack Obama)b
- 2022-03-20 08:49:09下载
- 积分:1
-
软件开发项目实例的侦听器使用AWT
eventos para el desarrollo de software con awt ejemplo los listener
- 2022-02-26 03:29:32下载
- 积分:1
-
舍入误差与有效数C源代码
舍入误差与有效数C源代码-rounding error and the effective number of C source code
- 2023-05-01 04:15:02下载
- 积分: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