《自动机理论、语言和计算导论》学习第 14 天,p428-p525总结,总计 98 页。
一、技术总结
1.Kruskal’s algorithm(克鲁斯克尔算法)
2.NP-Complete Problems
p434, We say L is NP-complete if the following statements are true about L:
(1)L is …
01 文章简介
论文名称:From potential to utilization: Exploring the optimal layout with the technical path of wind resource development in Tibet(从潜力到利用:探索西藏风能资源开发的技术路径优化布局)
文章发表期刊:《…
Python语言进阶
重要知识点
生成式(推导式)的用法 prices {AAPL: 191.88,GOOG: 1186.96,IBM: 149.24,ORCL: 48.44,ACN: 166.89,FB: 208.09,SYMC: 21.29}# 用股票价格大于100元的股票构造一个新的字典prices2 {key: value for key, value in prices.i…