TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Essential Coding Theory

77 点作者 stokedmartin超过 10 年前

4 条评论

spindritf超过 10 年前
To spare others searching the man, you can download the pdfs to the current directory<p><pre><code> wget -r -np -nd -l 1 -A pdf http:&#x2F;&#x2F;www.cse.buffalo.edu&#x2F;\~atri&#x2F;courses&#x2F;coding-theory&#x2F;book&#x2F; </code></pre> and combine them<p><pre><code> pdftk $(ls *.pdf | sort -V) cat output essential-coding-theory.pdf </code></pre> thus hastening the first draft.<p>BTW would the resulting essential-coding-theory.pdf be a derivative work under CC BY-NC-ND 3.0?
评论 #8278105 未加载
评论 #8277223 未加载
评论 #8277154 未加载
quarterwave超过 10 年前
Clearly not a book for the ordinary reader. For me the transition from Sec.1.1 to Sec.1.2 was akin to starting with a quiet walk in the park, and then suddenly finding oneself clinging to a rock face as a cloud of chalk dust drifts down from the climbers up ahead....
评论 #8278335 未加载
walrus超过 10 年前
Looks good! Seems to have a strong treatment of algebraic codes and coding bounds.<p>For those interested in reading, you&#x27;ll probably want some background in linear algebra. All the necessary definitions are included in the text, but it doesn&#x27;t go deep enough to make the reader &#x27;comfortable&#x27; with linear algebra. Some background in abstract algebra will help too, but isn&#x27;t as necessary.
kanolafathead超过 10 年前
What applications does this have? What language is this anyway?
评论 #8277794 未加载