
软硬件系统编程PPT (38).pdf
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
本资源只提供3页预览,全部文档请下载后查看!喜欢就下载吧,查找使用更方便
8 文币 0人已下载
下载 | 加入VIP,免费下载 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 软硬件系统编程PPT (38).pdf
- 资源描述:
-
1、Write a good program Correctness Good program,first is a correct program Wrong knowledge Judgment of leap year:Being divisible by 4 is a leap year(wrong)Algorithm is wrong Robustness Does the code work well in various situations?Example(copy memory)The address given is incorrect(empty address?)Copy
2、the code to modify the address?Not enough memory space?Does the memory overlap between source and distance?Easy to understand Dont be too addicted to skills Typical Case:Use design patterns?Class factory?So,in a script that can be written in 80 lines,you end up using 10 classes,15 interfaces,plus a
