Programming abstractions in C阅读笔记:p88-p90

发布时间 2023-08-09 23:46:22作者: codists

《Programming Abstractions In C》学习第44天,p88-p90总结。
一、技术总结
1.内存分配
内存分配可以分为:static allocation、automatic allocation、dynamic allocation。内存分配使用的函数为:malloc()。
二、英语总结
1."up to this point"是什么意思?
答:point: a particular time in a process(整个过程里面的一个特殊时间)。所以,up to this point的意思是“到目前为止”。
2. make sense什么意思?
答:be reseasonable or logical,指某个观点、做法或者行为在逻辑上是合理的,讲得通的,在句子中可不译。
三、阅读总结
有时候这样就是这样阅读,如果中间没有题目,亦或是生词太多,总是让我一种“学而不思则罔”的感觉——为什么进度那么慢,学了能用在哪里?这个过程是乏味枯燥的,然而我深知打基础的过程是无法逃避的,只有掌握了这些基础,才能在后续的算法中知道怎么去运用这些基础。使用这些知识去解决问题,去在工作中运用带给人快乐,然后学习这些知识的过程却往往并总是肆意。

四、参考资料
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)