LT码
LT码,作为一种高效的前向纠错编码技术,在数据传输与存储领域展现出卓越性能。它通过独特的编码方式有效提升了信息传输的可靠性和效率,广泛应用于无线通信、卫星通信及深空探测等多个高科技领域。对于电子工程师而言,深入理解和掌握LT码不仅能够增强个人技术实力,还能为解决实际工程问题提供新思路。本页面汇集了2...
资源总数
500
LT码 热门资料
查看全部 500 份 →这是老外写的<<Learn JavaScript In a Weekend>>书代码
这是老外写的<<Learn JavaScript In a Weekend>>书代码
2014-01-11
147
老外写的书<<Learn Microsoft VBScript In a Weekend>>源代码,
老外写的书<<Learn Microsoft VBScript In a Weekend>>源代码,
2015-10-24
132
< ProJavaProgrammingSecondEdition> 书中例程源码
< ProJavaProgrammingSecondEdition> 书中例程源码
2016-07-28
29
#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h>
#include "define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc....
2015-07-16
91
TINY+编译器源码 语言表达式的定义 (1) <表达式> ::= <算术表达式>|<逻辑表达式> (2) <算术表达式> ::= <
TINY+编译器源码 语言表达式的定义 (1) <表达式> ::= <算术表达式>|<逻辑表达式> (2) <算术表达式> ::= <项>±<算术表达式>...
2016-10-11
110