This book is our attempt to summarize the state-of-the-art of iterative channel coding. Two other popular names which describe the same area are probabilistic coding and codes on graphs. Iterative decoding was originally devised by Gallager in 1960 in his remarkable thesis and then long forgotten. It was rediscovered by Berrou, Glavieux, and hitimajshima in 1993 in the form of turbo codes, and then independently in the mid 90’s by MacKay and McNeal, Sipser and Spielman, as well as Luby, Mitzenmacher, Shokrollahi, Spielman, and Steman in a form much closer to Gallager’s original construction. Iterative techniques have had a strong impact on coding theory and practice and, more generally, on the whole of communications.
2021-11-09 15:37:33 4.67MB maths algebra number
1
C++编程规范-101条规则、准则与最佳实践 中文版+英文原版合集 高清文字版 PDF格式 无水印 完整版 C++ Coding Standards 101 Rules, Guidelines, and Best Practices C++编程规范 by Herb Sutter and Andrei Alexandrescu 内容简介 · · · · · · 《C++编程规范:101条规则准则与最佳实践》中,两位知名的C++专家将全球C++界20年的集体智慧和经验凝结成一套编程规范。这些规范可以作为每一个开发团队制定实际开发规范的基础,更是每一位C++程序员应该遵循的行事准则。书中对每一条 规范都给出了精确的描述,并辅以实例说明;从类型定义到错误处理,都给出了最佳的C++实践。即使使用C++多年的程序员也会从《C++编程规范:101条规则准则与最佳实践》中受益匪浅。《C++编程规范:101条规则准则与最佳实践》适合于各层次C++程序员使用,也可作为高等院校C++课程的教学参考书。 作者简介 · · · · · · Herb Sutter,ISO C++标准委员会主席,C++ Users Journal杂志特邀编辑和专栏作家;他目前在微软公司领导NET环境下C++浯言扩展的设计工作除本书外.他还撰写了三本广受赞誉的图书:Exceptional C++ Style、Exceptional C++和More Exceptional C++。 . Andrei Alexandrescu,世界顶级的C++专家.“C++ Users Journal杂志的专栏作家,他的Modem C++ Design—书曾荣获2001年最佳C++图朽称号.书中所开发的Loki已经成为最负盛名的C++程序库之一。
2021-11-09 00:32:37 37.23MB C++ 编程规范
1
芦苇所罗门擦除 Reed-Solomon纠删码的Rust实现 也可以使用WASM构建,有关详细信息,请参见下面的WASM使用部分。 这是, 和。 1.XX版复制了BackBlaze的实现,并且性能较低,因为可以添加并行性的位置更少。 版本>= 2.0.0复制了Klaus Post的实现。 SIMD C代码是从Nicolas Trangez的实现复制而来,并做了一些小改动。 有关详细信息,请参见“和部分。 WASM用法 详情请看 防锈用法 将以下内容添加到您的Cargo.toml中作为普通版本(纯Rust版本) [ dependencies ] reed-solomon-erasure = " 4.0 " 或以下尝试使用SIMD的版本 [ dependencies ] reed-solomon-erasure = { version = " 4.0 " , features =
2021-11-08 22:49:58 60KB rust reed-solomon erasure-coding Rust
1
静态霍夫曼编码和解码,以及用于文本压缩的自适应霍夫曼编码和解码
2021-11-05 14:43:59 5KB matlab
1
零基础Python做词云 网上做词云的教程无数,大多都是各种乱七八糟的库一大堆,其实词云超简单,come on!一起coding! 工具: Python (3以后的版本随意) IDE:Pycharm (IDE就是方便coding的一个程序,不会安装可以参考另一篇文章) 用到的库:worldcloud,imageio,jieba 正文讲解: 关于库: wordcloud: 要想词云做的好,wordcloud少不了,worldcloud用于生成词云。 用到的函数:wordcloud.WordCloud().generate() : 就是这个函数造出的词云,第一个括号里填词云的各种参数,第二个括号里
2021-11-04 17:54:36 283KB coding jieba python
1
PyTorch套索 用于L1正则化最小二乘(套索)问题的PyTorch库。 该库正在进行中。 欢迎和赞赏的贡献! 作者:Reuben Feinman(纽约大学) 乍看上去: import torch from lasso . linear import dict_learning , sparse_encode # dummy data matrix data = torch . randn ( 100 , 10 ) # Dictionary Learning dictionary , losses = dict_learning ( data , n_components = 50 , alpha = 0.5 , algorithm = 'ista' ) # Sparse Coding (lasso solve) coeffs = sparse_encode ( data , di
2021-11-03 18:02:47 5.52MB pytorch lasso least-squares sparse-coding
1
Effective Coding with VHDL Principles and Best Practice 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-11-02 20:35:24 14.53MB Effective Coding VHDL Principles
1
语音合成代码matlab 线性预测语音合成 这个项目试图解决男女元音的语音合成问题,并且是在Matlab软件的帮助下开发的。 使用线性预测代码方法来估计系数和共振峰频率可以达到此目的。 然后,通过使激励信号通过建模滤波器来生成元音。
2021-11-02 18:19:10 8KB 系统开源
1
Modern coding theory(Tom Richardson)是一本非常好的英文教材,课后习题解答,非常适合本科及硕士研究生学习
2021-11-02 10:40:00 760KB 英文
1
这是详细介绍操作系统的资料,小林Coding整理过的
2021-11-01 21:00:51 28.6MB 小林Coding 图解操作系统
1