This program can R/W EXCEL file!
上传时间: 2015-09-18
上传用户:dianxin61
回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0 , 0 , 0 ),( 0 , 1 , 0 ),( 0 , 0 , 1 ),( 1 , 0 , 0 ),( 0 , 1 , 1 ),( 1 , 0 , 1 ),( 1 , 1 , 0 ),( 1 , 1 , 1 ) }。
标签: 搜索
上传时间: 2014-01-17
上传用户:jhksyghr
在故障事件关联中使用的binary tree.包含一个简单的demo演示。效率还可以。
上传时间: 2013-12-29
上传用户:wpt
用VC。NET2005实现优秀的最近邻搜索算法LB-TREE的模拟和图形显示。具有建立优良数据结构和搜索功能
上传时间: 2015-09-23
上传用户:chenlong
* "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
上传时间: 2015-09-24
上传用户:mpquest
Stack-based sequential decoder for M-QAM modulated MIMO-type problems, i.e., of fixed tree depth.
标签: Stack-based sequential MIMO-type modulated
上传时间: 2014-01-25
上传用户:515414293
tree程序,可以看到它的好处就是想其他一样的。
上传时间: 2014-01-23
上传用户:stvnash
%The phase locked loop(PLL),adjusts the phase of a local oscillator %w.r.t the incoming modulated signal.In this way,the phase of the %incoming signal is locked and the signal is demodulated.This scheme %is used in PM and FM as well. %We will implement it by using a closed loop system.Control systems %techniques are applied here.
标签: phase w.r.t oscillator modulated
上传时间: 2015-09-28
上传用户:zhangzhenyu
日r
标签:
上传时间: 2015-10-02
上传用户:jjj0202
< Co-Verification of Hardware and Software for ARM SoC Design>> by Jason R. Andrews
标签: R. Co-Verification Hardware Software
上传时间: 2015-10-03
上传用户:zhaiyanzhong