Programming abstractions in C 阅读笔记: p114-p117
《Programming Abstractions in C》学习第 48 天,p114-p117,总结如下:
一、技术总结主要通过 random number 介绍了随机数的相关用法,interface示例(random.h),client program 示例(craps.c)。
二、英语总结
1.inclusive 什么意思?
答:adj. including a particular thing。当讨论涉及到范围时,我们经常会说在某两个数之间,如果包含这两个数,那么就用 inclusive 这个词来形容这两个数。示例:p114,The first prototype is for the function RandomInteger(low, high), which return a randomly chosen integer in the range between low and high, inclusive。
2.subject to sth 语法
答:subject 用法最常见的是用作 noun,不过 subject 也可以用作 adjective。subject to sth:only able to happen if sth else happen。
三、数学总结
1.区间相关概念
(1) 半开区间: half-open internal
(2) open circle:open circle
(3) 方括号:square bracket
三、参考资料
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)
版权声明: 本文为 InfoQ 作者【codists】的原创文章。
原文链接:【http://xie.infoq.cn/article/f29a2f3949b8ecd1e0cf5c452】。未经作者许可,禁止转载。
评论