搜索:Backtracking
找到约 6 项符合「Backtracking」的查询结果
结果 6
https://www.eeworm.com/dl/641/470195.html
数学计算
88 page of backtracking pdf in algorithms
88 page of backtracking pdf in algorithms
https://www.eeworm.com/dl/650/474968.html
人工智能/神经网络
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
C PROGRAM FOR 8 QUEENS PROBLEM USING BACKTRACKING
https://www.eeworm.com/dl/665/457942.html
matlab例程
Specch Recognition system using MATLAB. It includes Viterbi Forwarding and backtracking Algorithm .
Specch Recognition system using MATLAB. It includes Viterbi Forwarding and backtracking Algorithm . First it includes Feature Extraction and then Feature Matching
https://www.eeworm.com/dl/633/465823.html
Java编程
Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
https://www.eeworm.com/dl/534/450999.html
其他
This ar the basic programs that i did in highschool. From very simple to medium programs. From array
This ar the basic programs that i did in highschool. From very simple to medium programs. From arrays to backtracking and graphs. Ther are more then 100 programs.
https://www.eeworm.com/dl/654/449576.html
数据结构
输入人数
输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。