搜索资源列表
-
1下载:
基于深度优先搜索算法的球形译码,具体文献可以参考03年information thoery上的那篇经典文章,Depth-first search algorithm based on spherical decoding, can refer to specific literature in 2003 on information thoery came across a classic article
-
-
0下载:
DFS in Matlab, Depth First Search
-
-
0下载:
对一电力网络实现顺流跟踪,计算分流比例因子,深度优先搜索供电路径,计算发电机在负荷中的分配比例等。-Downstream of a power network tracking, triage scale factor calculation, depth-first search powered path, calculating the distribution of generators in the load ratio.
-
-
0下载:
DFS CODE Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I
-
-
0下载:
利用回溯算法解决组合问题。构造虚拟二叉树,采取深度优先搜索方式得到解。-Backtracking algorithm to solve combinatorial problems. Construct a virtual binary tree, the depth-first search to get the solution.
-
-
0下载:
recursive Depth first search is adopted to traverse the whole graph
- recursive Depth first search is adopted to traverse the whole graph
-
-
0下载:
多输人多输出(MIMO)技术是第三代和未来移动通信与个人通信系统实现高数据速率,提高传输质量
的重要途径[1 ]。目前MIMO系统中使用的发射方案主要包括:①贝尔分层空时结构BI STA(Bell Layered
Space Time Architecture)[。 ;②正交空时分组码OSTBC(Orthogonal Space Time Block Coding) ;⑧空时
格型编码STTC(Space Time Trellis Coding) 。-Motivated by the
-
-
2下载:
QRMMLD算法主程序 仿真 应用 需要主程序调用 请自行解决-Motivated by the need for high throughput sphere decoding formultipleinput-
multiple-output (MIMO) communication systems, we propose
a parallel depth-first sphere decoding (PDSD) algorithm that provides
the advan
-
-
2下载:
广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点。
深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。(Breadth first search begins with a node and searches all nodes connected to its line, extending in the direct
-