-
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
-
帮助你学习简单的c#事件,这个软件很实用
帮助你学习简单的c#事件,这个软件很实用-help you learn simple c#, the software is very practical
- 2023-03-17 12:30:04下载
- 积分:1
-
通过线程来实现共享,包括threads_demo.zip和threads_src.zip,使用VC++编程。...
通过线程来实现共享,包括threads_demo.zip和threads_src.zip,使用VC++编程。-Through the thread to achieve sharing, including threads_demo.zip & threads_src.zip, using VC++ programming.
- 2023-01-26 11:35:29下载
- 积分:1
-
界面 界面
界面 界面 -Interface Interface Interface Interface Interface
- 2022-01-28 21:04:25下载
- 积分:1
-
运行环境VC++6.0, 适用于VC初学者
运行环境VC++6.0, 适用于VC初学者-operating environment VC 6.0, applicable to the VC beginners
- 2022-03-23 22:31:50下载
- 积分:1
-
里面有100多个完整的JAVA代码,适合初学者学习研究,大家试着下下看...
里面有100多个完整的JAVA代码,适合初学者学习研究,大家试着下下看-There are more than 100 complete Java code, suitable for beginners to study, we tried to look at Lower
- 2022-07-27 07:16:57下载
- 积分:1
-
获得本机以及指定域名的ipv4和ipv6地址
应用背景本代码可以用来实现获取本机以及指定域名的ipv4地址以及ipv6地址,代码分了两个c++文件,并非写在一起,使用时可以注释掉其中一个或是新建项目将其中一个c++文件剪切进去。关键技术
对于本地的ip地址我们只需要使用WinSocket继承的Berkeley Socket API里面的函数gethostbyname()通过名字获得主机信息,然后再显示出其ip地址即可,对于输出ipv6地址需将地址族改为AF_INET6.进一步得到ipv6地址。而要得到指定域名的ip地址时需要对一个地址同样使用gethostbyname()获得信息,再进行显示。
- 2022-07-04 18:45:02下载
- 积分:1
-
Minimum tree cover DP, to solve the smallest tree
最小覆盖的树型DP,解决最小覆盖的树型DP-Minimum tree cover DP, to solve the smallest tree-covered DP
- 2022-03-02 17:18:38下载
- 积分:1
-
一个比较直观的排序算法的过程显示
一个比较直观的排序算法的过程显示-a more intuitive process of sorting algorithm shows
- 2022-02-21 15:07:01下载
- 积分:1
-
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像...
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像-This document is the realization of the adjustment of image brightness can be realized to enhance brightness, brightness and recovery from the anti-image
- 2022-03-06 16:35:24下载
- 积分:1