Programming abstractions in C阅读笔记:p91-p106

《Programming Abstractions In C》学习第45天,p91-p102,完成第二章内容学习。总结如下:

一、技术总结

1.垃圾回收

p91,"Some language, including Java support a system for dynamic allocation that actively goes through to see what parts of it are used,freeing any storage that is no longer needed. This strategy is called garbage collection."垃圾回收是一种"策略"------主动的去遍历动态分配的内存,释放不再使用的内存。

二、英语总结

1.streamline什么意思?

答:vt. improve the effectiveness of an organization, often by making the way that activities are performed simpler.(精简)

2.in preference to什么意思?

答:instead of/rather than(而不是),所以词组里面包含preference(偏爱),但是to后面跟的被对比的内容,是否定的。

3.bother to什么意思?

答:make the effort to do sth,费心,努力。

三、关于习题

个人偏向于在工程中阅读代码,而不是通过做题。看书是为了掌握理论,了解技术全貌,使知识系统化,所以个人采取的方式是每章随机选一题完成,检验学习的效果,其它题目跳过。

四、参考资料

1.编程

1)Eric S.Roberts,《Programming Abstractions in C》:https://book.douban.com/subject/2003414

2.英语

1)Etymology Dictionary:https://www.etymonline.com

2)Cambridage Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

相关推荐
绯樱殇雪2 天前
函数题 6-8 简单阶乘计算【PAT】
c·pat考试
伏城之外3 天前
LeetCode - 17 电话号码的字母组合
java·javascript·c++·python·leetcode·c
TT-Kun6 天前
算法 | 基础排序算法:插入排序、选择排序、交换排序、归并排序
算法·排序算法·c
Cyan_RA97 天前
C 408—《数据结构》算法题基础篇—链表(上)
java·数据结构·算法·链表·c·408·计算机考研
Artintel9 天前
[学习笔记]《CSAPP》深入理解计算机系统 - Chapter 6 存储器层次结构
笔记·学习·c·csapp
一丝晨光9 天前
安全API
java·开发语言·c++·安全·编程·c·编程语言
伏城之外11 天前
LeetCode - 15 三数之和
java·javascript·c++·python·leetcode·c
终末圆11 天前
Swiper轮播图框架【前端 24】
前端·javascript·数据结构·c++·python·算法·c
终末圆13 天前
使用C语言实现字符推箱子游戏
c语言·开发语言·数据结构·算法·游戏·排序算法·c
打鱼又晒网19 天前
linux文件——文件系统——学习、理解、应用软硬件链接
linux·服务器·数据库·后端·操作系统·c