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)

相关推荐
莱茵不哈哈3 天前
初探 Skynet:轻量级分布式游戏服务器框架实战
lua·c·skynet
花落已飘3 天前
LVGL(lv_btnmatrix矩阵按钮)
ui·c·lvgl
编程百晓君3 天前
C语言速成之07switch语句详解:多分支选择的高效实现
c
DBWYX3 天前
Linux proc文件系统 内存影射
linux·c
一丝晨光4 天前
数值溢出保护?数值溢出应该是多少?Swift如何让整数计算溢出不抛出异常?类型最大值和最小值?
java·javascript·c++·rust·go·c·swift
Ronin-Lotus6 天前
嵌入式硬件篇---TOF|PID
单片机·嵌入式硬件·c·pid·tof
尸僵打怪兽6 天前
软考错题集
java·python·计算机网络·操作系统·c·软考·计算机组成原理
Ronin-Lotus6 天前
嵌入式硬件篇---超声波|PID
单片机·嵌入式硬件·c·pid·stm32f103rct6
爱吃程序猿的喵7 天前
STM32硬件I2C驱动OLED屏幕
c++·stm32·单片机·嵌入式硬件·c·硬件·i2c
努力努力再努力wz10 天前
【c++深入系列】:万字详解vector(附模拟实现的vector源码)
运维·开发语言·c++·c