-
一个模拟骰子的小系统. 虽然简单,但是覆盖知识面很全的喔
一个模拟骰子的小系统. 虽然简单,但是覆盖知识面很全的喔-dice simulation of a small system. Although simple, but full coverage is the knowledge oh
- 2022-04-29 20:10:47下载
- 积分:1
-
diffrent event
diffrent event
- 2022-03-03 19:16:04下载
- 积分: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
-
用c 编写的下雨的模拟程序,输入数字可得不用的下雨速度,可运行。...
用c 编写的下雨的模拟程序,输入数字可得不用的下雨速度,可运行。-prepared with the rain simulation program, enter the number of available no rain speed, can run.
- 2022-01-25 15:55:35下载
- 积分:1
-
这是一个打字计时练习的程序,在缓冲区中预放了一些字母,运行时,可按照屏幕上 显示的字母输入练习,每输入完一行按回车键后,可显示出练习输入的时间....
这是一个打字计时练习的程序,在缓冲区中预放了一些字母,运行时,可按照屏幕上 显示的字母输入练习,每输入完一行按回车键后,可显示出练习输入的时间.-This a time to practice typing procedures, the pre-release buffer some letters, operation, in accordance with the screen displayed on the alphanumeric input practice every imported End his press the Enter key, will show that the importation of practice time.
- 2022-03-04 14:30:40下载
- 积分:1
-
一个用在手机上的实时语音采集类封装(包含使用说明)
一个用在手机上的实时语音采集类封装(包含使用说明)-One used in real-time voice on the phone Packaging Acquisition category (including the use of explanation)
- 2022-01-24 17:31:28下载
- 积分:1
-
使用windows socket 编程实现网络聊天系统 能实现多对多通信
使用windows socket 编程实现网络聊天系统 能实现多对多通信-Windows socket programming using online chat system that can to-many communication
- 2022-07-24 06:14:39下载
- 积分:1
-
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。...
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。 -introduced C project development methods, we can pass the graphics processing software to the project developers familiar with the basic steps.
- 2022-02-26 17:18:44下载
- 积分:1
-
After running this code calculator for a run at the calculator WINDOWS
计算器此代码运行后为一款在WINDOWS下运行的计算器-After running this code calculator for a run at the calculator WINDOWS
- 2022-07-15 19:56:39下载
- 积分:1
-
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professi...
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。
跟我一起写 Makefile-What is a makefile? Winodws many programmers may not know this thing, because those who have Windows-IDE for you to do this work, but I think we need to make a good and professional programmers, makefile or to understand. It
- 2022-03-21 17:11:40下载
- 积分:1