-
随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本书除了讨论...
随着对象技术应用越来越普及,软件开发社区出现了一个新的问题。缺乏经验的开发者编写出了大批设计较差的程序,导致这些应用程序非常低效,且难于维护和扩展。本书除了讨论重构的各种技巧之外,还提供了超过70个可行重构的详细编目,对如何应用它们给出了有用的提示;并以step by step的形式给出了应用每一种重构的指南;而且用实例展示了重构的工作原理。-With the application of object technology becoming increasingly popular, the software development community there is a new problem. The lack of experienced developers to write out a large number of poorly designed programs, resulting in these applications is very inefficient, and difficult to maintain and extend. Apart from discussing the reconstruction of this book outside of a variety of techniques, it also provides more than 70 possible reconstruction of the detailed cataloging, on how to apply them to give useful tips and to step by step in the form of application is given for each kinds of reconstruction guidelines and examples demonstrate reconstruction works.
- 2022-08-06 22:05:54下载
- 积分:1
-
programmers practicing way (English version)
程序员修炼之道(英文版)- programmers practicing way (English version)
- 2022-03-23 02:31:07下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1
-
一本好好的书,非常不错,很入门的3d图形学术
一本好好的书,非常不错,很入门的3d图形学术-a good english book
- 2023-05-24 16:30:04下载
- 积分:1
-
数据库手册指导说明
数据库手册指导说明-database manual guidance note
- 2022-03-19 06:15:55下载
- 积分:1
-
五子棋源代码很适合初学visual c++的编程爱好者
五子棋源代码很适合初学visual c++的编程爱好者-Gobang source code is very suitable for beginners visual c++ programming lovers
- 2022-08-10 06:35:09下载
- 积分:1
-
Hibernate中文参考手册
Hibernate中文参考手册-Hibernate reference manual
- 2022-01-25 18:38:17下载
- 积分:1
-
~~~ ~~~~80x86编译原理及实践
~~~ ~~~~80x86编译原理及实践-~~~~~~~~~~ 80x86 Compiler Construction Principles and Practice
- 2022-03-03 23:14:59下载
- 积分:1
-
这是严蔚敏版的清华大学严蔚敏版数据结构讲义的PPT,还是挺有用的。...
这是严蔚敏版的清华大学严蔚敏版数据结构讲义的PPT,还是挺有用的。-This is a sensitive version of the Tsinghua University, Yan Wei Yan Wei-min version of the data structure notes of the PPT, or Tingyou use.
- 2022-05-19 05:26:32下载
- 积分:1
-
小波分析理论及MATLAB7实现的例程,第16章小波工具箱的应用基础...
小波分析理论及MATLAB7实现的例程,第16章小波工具箱的应用基础-Wavelet analysis theory and realize MATLAB7 the routines, Chapter 16 of the application based on wavelet toolbox
- 2022-05-05 11:16:39下载
- 积分:1