在《Programming abstractions in C》第118-122页,如何理解抽象数据类型及其在程序设计中的重要性?
- 内容介绍
- 文章标签
- 相关推荐
本文共计469个文字,预计阅读时间需要2分钟。
《C语言中的编程抽象》学习第49天,p118-p122,总结如下:
一、技术总结
1.随机数生成
(1) seed + p119 初始值——用于启动整个过程的值,被称为随机数生成器的种子《Programming Abstractions In C》学习第49天,p118-p122,总结如下:
一、技术总结
1.随机数
(1)seed
p119,"The initial value--the value that is used to get the entire process start--is call a seed for the random generator."
二、数学总结
1.均匀分布(uniform distribution)
均匀分布属于概率论和统计学范畴,有连续性均匀分布和离散型均匀分布。
参考:(1)连续性均匀分布(continuous uniform distribution):(2)离散型均匀分布(discrte uniform distribution):
三、英语总结
1.discern是什么意思?
答:dis-("off, away") + cernere("distinguish, seperate, shif"),"to see, recorgnize, understand sth that is not clear(识别)",当使用这个单词的时候,表示“被识别”的对象并不是那么“clear”。
本文共计469个文字,预计阅读时间需要2分钟。
《C语言中的编程抽象》学习第49天,p118-p122,总结如下:
一、技术总结
1.随机数生成
(1) seed + p119 初始值——用于启动整个过程的值,被称为随机数生成器的种子《Programming Abstractions In C》学习第49天,p118-p122,总结如下:
一、技术总结
1.随机数
(1)seed
p119,"The initial value--the value that is used to get the entire process start--is call a seed for the random generator."
二、数学总结
1.均匀分布(uniform distribution)
均匀分布属于概率论和统计学范畴,有连续性均匀分布和离散型均匀分布。
参考:(1)连续性均匀分布(continuous uniform distribution):(2)离散型均匀分布(discrte uniform distribution):
三、英语总结
1.discern是什么意思?
答:dis-("off, away") + cernere("distinguish, seperate, shif"),"to see, recorgnize, understand sth that is not clear(识别)",当使用这个单词的时候,表示“被识别”的对象并不是那么“clear”。

