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)

相关推荐
芜湖_6 小时前
【山大909算法题】2014-T1
算法·c·单链表
时光の尘10 小时前
C语言菜鸟入门·关键字·float以及double的用法
运维·服务器·c语言·开发语言·stm32·单片机·c
理论最高的吻1 天前
98. 验证二叉搜索树【 力扣(LeetCode) 】
数据结构·c++·算法·leetcode·职场和发展·二叉树·c
时光の尘2 天前
C语言菜鸟入门·关键字·void的用法
c语言·开发语言·c++·算法·c#·c·关键字
神一样的老师2 天前
C/C++ 优化,strlen 示例
c
万物复苏1015 天前
【汇编】c++游戏开发
开发语言·笔记·游戏·c
石牌桥网管6 天前
用正则表达式检查是IP否为内网地址
java·c++·golang·正则表达式·php·c
Koishi_TvT7 天前
蓝桥杯c++算法学习【3】之思维与贪心(重复字符串、翻硬币、乘积最大、皮亚诺曲线距离【难】:::非常典型的必刷例题!!!)
c++·学习·算法·游戏·贪心算法·蓝桥杯·c
Ustinian_31011 天前
【C++】 C++游戏设计---五子棋小游戏
c
一叶飘零_sweeeet12 天前
Spring Boot 的核心注解
java·spring boot·c