回溯法,backtracking
1)backtracking[英]['b?ktr?k][美]['b?k,tr?k]回溯法
1.Improving the efficiency of backtracking;不同数据结构下回溯法效率的比较
2.dynamic programming,recursion and backtracking are three kinds of typical algorithms to solve the 0/1 knapsack problem.动态规划法,递归法,回溯法是求解该问题的三种典型方法,使用这三种方法求解0/1背包问题,并对各算法进行了理论分析。
3.This paper will introduce five algorithm design methods, which are Greedy method, Dynamic programming, Backtracking, Branch and bound, Genetic algorithm, summarize their basic tenets, give the solving algorithm thought to 0/1 knapsack problem, analyse the algorithms and put forward the improving methods.本文分别从贪心方法、动态规划、回溯法、分枝-限界法,遗传算法这五种算法设计方法入手,概述了各种设计方法的基本原理,提出了求解0/1背包问题的算法思想,并对算法进行分析,提出了改进方法。
英文短句/例句

1.Discussion of the Usage Tendency of Backtracking and Branch and Bound Method回溯法与分支限界法的用法取向探讨
2.Design and Implementation of Jumping Horse on Chinese Checkers Based on Backtr acking基于回溯法的马跳棋盘的设计与实现
3.Quick Backward Search Algorithm for Finding All Hamilton Circuits in Directed Graph在有向图中寻找哈密顿回路的快速回溯法
4.Solving a tracing problem by recursion program;用递归技术解决采用回溯法求解的问题
5.algorithm for backtracking control strategies回溯控制策略的算法
6."Looking Backward, 2000-1887"回溯2000-1887
7.Backtracking-based RFID Anti-collision Algorithm基于回溯方法的RFID防碰撞算法研究
8.Backtracking techniques can be encoded by fairly short solution programs.回溯演算法可以写成很短的解题程式。
9.AN ENHANCING RETROSPECTION METHOD FOR CIMS DESIGN面向CIMS的强回溯式系统设计方法
10.Air cargo loading problem by backtrack algorithm is solved.用回溯算法解决飞机货舱装载问题。
11.The Evolution and Expectation--Criminal Protection of Female s Sexual Autonomy;回溯与前瞻——女性性自治权的刑法保护
12.A non-backward approach to dynamic composition of Web services;一种无回溯Web服务动态组合方法
13.The Application of the Track Arithmetic In Decision Making of inspection of Coal Mine回溯算法在煤矿检验决策过程的应用
14.Homotopy Based Backtracking Method for Large-scale Process Simulations with Load Variation大规模变工况流程模拟的回溯同伦法
15.The Application of Improved Backtracking Algorithm to Curriculum Arrangement改进的回溯算法在排课问题中的应用
16.Research on Template Method of GOF in Back Tracing AlgorithmGOF的模板方法及其在回溯算法中应用研究
17.Coherent Foundational of Context:Alternative Solution to Regress Problem语境的一致基础论:解决回溯问题的另类方法
18.Roll Back of Assembly Process in Virtual Environment虚拟环境中产品装配过程回溯方法研究
相关短句/例句

backtracking method回溯法
1.The method of determining the paths based on backtracking method according to the network is introduced.针对该网络给出了基于回溯法的通路的确定方法,进而给出了通路的可靠度的计算公式,最后给出了由通路的可靠度计算系统可靠度的计算公式。
2.A pre-calculation method for plate mill pace control is presented which combining backtracking method with linear progr.为提高轧机的利用率,实现在线每块钢坯的最佳出炉时刻,在详细了解首钢中板厂全自动轧钢控制系统及生产工艺的基础上,对节奏控制中的出炉时刻预计算进行了分析,提出了一种可以获得最优解的数学方法:先用回溯法确定不同钢坯的不同轧制阶段之间最优排序,再利用优先约束图将排序关系和约束条件映射为线性规划模型,最后得到每块钢坯的最优出炉时刻。
3)backtracking algorithm回溯法
4)backdating method回溯法
1.The method of determining the paths based on backdating method according to the network is given,and the method of computing the path reliability is proposed.针对该网络给出了基于回溯法的通路确定方法,进而给出了通路可靠性的计算方法。
5)backtracking n.回溯法;回溯
6)backtracking algorithm回溯算法
1.Application and research of backtracking algorithm based on matrix storage in multi-constraint assignment problem;基于矩阵存储的回溯算法在多约束分配问题中的应用探讨
2.Discussion about Backtracking Algorithm of n-Queen Problem;N皇后问题回溯算法探讨
3.Problems search algorithm based on the broad first backtracking algorithm;基于广度优先回溯算法的试题搜索算法
延伸阅读

回溯分子式:CAS号:性质:PROLOG在满足某个小目标时,如果找不到与之匹配的事实或规则头部,则自动回溯,回到前一个目标,已实例化为常量的自变量又恢复到自由变量状态,再从上而下扫描寻找新的匹配。在PROLOG中,回溯的位置标志是自动记录的,用户可以通过追踪来显示PROLOG执行满足目标的过程。