-
You may read code because you have to
You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse.
Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code.
Fact: If you make a habit of reading good code, you will write better
- 2023-06-05 04:00:03下载
- 积分:1
-
刚学编程,多多指教
刚学编程,多多指教-just learning programming, exhibitions
- 2022-07-22 17:14:58下载
- 积分:1
-
windows下的网络开发工具包,希望对你有帮助
windows下的网络开发工具包,希望对你有帮助-windows network under development kit, and they hope to help you
- 2022-08-15 14:39:54下载
- 积分:1
-
经典的API例子,结构清晰
还有加载动态连接库的用法
经典的API例子,结构清晰
还有加载动态连接库的用法-API classic example, there is a clear structure to load dynamic link library usage
- 2023-01-11 08:50:04下载
- 积分:1
-
VB UART write, VS2008, add the control can work
VB UART 编写,VS2008,加控件可工作-VB UART write, VS2008, add the control can work
- 2023-03-22 04:25:04下载
- 积分:1
-
实现贪吃蛇游戏的源码,不是很理想,望别人能改进
实现贪吃蛇游戏的源码,不是很理想,望别人能改进-The realization of Snake game source code, not very ideal, hope someone else can improve
- 2022-05-20 17:47:23下载
- 积分:1
-
学习用,实现电脑自动关机,用VC环境开发。
学习用,实现电脑自动关机,用VC环境开发。-Learn to realize the computer automatically shut down, using VC++ development.
- 2022-03-19 13:23:10下载
- 积分:1
-
有用的C++程序,是学习元胞自动机的入门资料,里面附有相应问题的程序。...
有用的C++程序,是学习元胞自动机的入门资料,里面附有相应问题的程序。-youyongdeC++cehngxu,shixuexiyuanbaozidongjiderumenziliao,limianfuyouxiangyingwentidechengxu.
- 2022-02-27 03:40:26下载
- 积分: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
-
game snake - Coursework
- 2022-11-11 12:35:03下载
- 积分:1