搜索资源列表
Matrix
- C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inve
yima
- 硬判决和和积译码的性能相差不大,而最大似然译码的性能较好。因为最大似然译码的方法是找出所有发送码字中可能性最大的发送码字作为译码估值,是一种通过经验与归纳,由接收值推测发送码字的方法。-Hard decisions and the performance of the sum-product decoding little difference, the maximum likelihood decoding performance is better. Because the maximum
GeneticAlgorithm
- AI - Simple Genetic Algorithm (GA) to solve a card problem-Introduction This article describes how to solve a logic problem using a Genetic Algorithm. It assumes no prior knowledge of GAs. In fact, half of this article is dedicated to explaining th