资源列表
[软件工程] Refactoring-ImprovingtheDesignofExistingCode
说明:英文版 这本书在国外出的比较早,当时refactoring的工具还没有成熟,或者仅限于smalltalk圈子,所以文章中作者对每个重构细节都交代的比较清楚,具体的步骤都一一交代,到了现在这本书被翻译成中文的时候,已经时过境迁了,就像gigix都说看完了之后就完全甩开了这本书(我想他写的代码没有我多,我说的话没有他多),因为很多细节特别是查找代码中变量、函数的引用已经被IDE工具代劳了,所以中间有很多文字已经差不多是废话了。 为什么很多人看英文版的不能继续下去呢?因为文章中的原理本来就不复杂,<aglaia17> 在 2025-06-09 上传 | 大小:1.78mb | 下载:0
[软件工程] RefactoringMartinFowler
说明:Refactoring: Improving the Design of Existing Code by Martin Fowler, Kent Beck (Contributor), John Brant (Contributor), William Opdyke, don Roberts 这是一本相当好的书-Refactoring: Improving the Design of Existing Code by Martin Fowler, Kent Beck (Cont<leehomjin> 在 2025-06-09 上传 | 大小:1.78mb | 下载:0
[软件工程] ACM-international-competition
说明:这个文档是ACM国际大学生竞赛的题,里面还有具体的分析。-This document is the ACM International Collegiate Competition of questions, there is also a specific analysis.<linlan> 在 2025-06-09 上传 | 大小:1.78mb | 下载:0
[软件工程] chepaitiqu
说明:一种关于车牌的最新提取算法,鲁棒性很好,核心算法是采用颜色搭配搜索和形态学的方法。-One kind of the latest on the license plate extraction algorithm, good robustness, the core algorithm is the use of color with search and morphological approach.<Mr.Hou> 在 2025-06-09 上传 | 大小:1.78mb | 下载:0
[软件工程] dialog_ex1
说明:要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的<陈沛涵> 在 2025-06-09 上传 | 大小:1.78mb | 下载:0