Nine Algorithms That Changed the Future - John MacCormick

Nine Algorithms That Changed the Future

John MacCormick

出版时间

2011-12-27

ISBN

9780691147147

评分

★★★★★
书籍介绍
Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and, we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
精彩摘录
  • "The debate over the validity of the Church-Turing thesis rages on. But if its strongest version holds, then our computers aren't the only ones humbled by the limits of undecidability. The same limits would apply not only to the genius at our fingertips, but the genius behind them: our own minds."
  • "【第一步】你和阿诺德各自单独选择一个私人数字(你8,阿诺德9)。 【第二步】你和阿诺德公开就两个公开数字达成一致:钟大小(本例为11)和另一个被称为基数的数字(本例为2)。 【第三步】通过使用幂符号和钟算,你和阿诺德各自将自己的私人数字和公开数字想混,分别得到一个公开——私人数字(public-private number, PPN)。 你的PPN=2的(8次幂)=3 (钟大小为11) 阿诺德的PPN=2的(9次幂)=6 (钟大小为11) 【第四步】你和阿诺德各自单独获得对方的公开——私人数字,在和自己的私人数字相混合。 共享密钥=其他人的PPN的(私人数字次幂) (钟大小) 你的共享密钥=6"
用户评论
适合没有任何基础的人阅读,有点啰嗦
太美丽
回过头来看,我为什么把这本教科书也放进来了? 2017123
很浅,觉得两篇博客能讲清楚了
通俗易懂,建议每个人都看看 等我的读书札记
虽然是很早的书了,但值得翻翻
其实早就读完了……
简洁 易懂
伟大的思想都来自对生活细微处的思考。然而说实话,废话太多(针对计算机系的来说)。
一本写给没有CS背景读者的算法科普书,作者非常成功地做到了深入浅出,运用很多形象的类比解释清楚了密码学/数字签名/搜索引擎排名等最广泛渗透到我们日常生活里的算法。读完最大的意外收获是终于知道现在每天苦逼学习的抽象代数有什么实际应用价值了。
收藏