搜索资源列表
convolutional-code-2-1-4-viterbi
- 本程序是卷积码的viterbi译码,卷积码的编码结构图已经附在程序打包中,本卷积码是循环递归卷积码,最后状态不容易回零,本程序最后有判决程序,记录回零状态!反向译码!本程序可以直接生成节点的树图,便于纠错,检错!-This program is viterbi decoding convolutional codes, convolutional codes have been attached to the coding structure packaged in a loop of the
a3
- 一个计算递归下降的程序,功能基本不算强大,但比较强壮,支持扩充-A decline in the recursive calculation procedures, the basic function is not strong, but relatively strong, supported the expansion of
ACM
- 西南交大学子关于递归思想求解李磊排列组合问题,程序运行通过-Southwest Jiaotong University students on the recursive thinking to solve the problem Lei permutations and combinations, the program runs through the
BTree101
- 二叉树的递归算法:计算高度、结点个数、交换左右儿子问题的描述写一完整函数,计算树的结点数目int CountNode(BTNode< T> * &t);完善以下两个函数:计算树的高度int Depth(BTNode< T> * &root);对树的所有子树交换左右孩子void swapsons(BTNode< T> * &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, th
erchashu
- 二叉树的建立、显示、遍历(包含非递归及递归2种算法)-The establishment of a binary tree, display, traverse (including non-recursive and recursive algorithm 2)
ideav
- 运用递归算法实现了八皇后问题,基本思路借鉴于四皇后的实现,-Using a recursive algorithm to achieve the eight queens problem, the realization of the basic ideas for reference in the queen,
