迭代算法中的多重网格计算程序Visual C++原代码
上传时间: 2014-12-06
上传用户:zhoujunzhen
子空间迭代法的C++以及Fortran源程序
上传时间: 2014-12-08
上传用户:rocwangdp
利用DSP I/O口点亮8个LED的程序
上传时间: 2014-01-06
上传用户:二驱蚊器
Socket异步通信示程序代 - Socket异步通信...
上传时间: 2013-12-14
上传用户:gundan
When I use opencv, I use this very useful paper to begin the study. This is all I searched from the internet informations.
上传时间: 2014-01-12
上传用户:lht618
回溯(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
I holp somebody will need it.
上传时间: 2014-01-08
上传用户:xhz1993
game engine, which is useful for everyone who is interested in it. I hope you can enjoy it.
标签: interested everyone engine useful
上传时间: 2013-11-25
上传用户:水口鸿胜电器
0-1背包问题,采用了求最优解和求最优值,分别用递归和回代来实现.
上传时间: 2014-01-11
上传用户:youlongjian0
寻找数组中a[i]=i分治算法,主要采用类似的二分法的算法
上传时间: 2013-12-19
上传用户:ayfeixiao