搜索资源列表
strings
- 字符串的算法:字符串匹配,Brute Force算法
gold-bullion
- 针对金块问题,分别采用蛮力法和二分法,并用C++语言时间-With brute force method and dichotomy to solve gold bullion problems
vigenere
- vigenere密码在起初的破译中是靠穷举法,找出与阅读习惯最适合的明文,但是也可以先缩小穷举范围,再查找-vigenere initial crack passwords by brute-force method is to identify the most suitable and clear reading habits, but can also be reduced exhaustive range, and then find
tsp10
- 穷举法解决tsp问题 但城市数目不超过11个。-Brute-force method to solve the problem but the city tsp of not more than 11.
brute-force-method
- 穷举法求解0-1整数规划的matlab程序-The brute-force method of solving 0-1 integer programming matlab program
brute
- ANN的brute算法,用于检查ANN算法的正确性-brute-force algorithm for ANN
backtrack1
- This function implements brute force bactracking to solve the knapsack problem.
knapsackproblems
- 本程序用MFC实现了背包问题中贪婪法,动态规划法,蛮力法,分支界限法的可视化-This procedure using MFC in a knapsack problem greedy method, dynamic programming method, brute force method, branch visualization limits of the law
chuangxinjijing
- 平方幻方的程序实现 (1)研究了幻方和平方幻方的性质。写出了1—n*n的幻方程序 (2)明白要写这样的程序,需要用蛮力法来加以解决,这样对问题的解决带有极大的盲目性,完全是一个NP问题。 -Square magic square program (1) studied the magic square and the square of the nature of magic squares. Write a 1-n* n magic square of the procedure
Nearest
- 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
MaxSum_ML
- 最大子段和实验之蛮力法,包括程序运行时间计算,C++表述-The largest sub-segment and experiments brute force method, including the run time calculation, C++ statements
1
- 0/1背包问题,C++实现,算法实现源代码,蛮力法实现源程序,-0/1 knapsack problem, C++ implementation, algorithm source code, brute force method to achieve source,
codes
- Generatind dabechies wavelet using brute force algorithm
Maze(Stack)
- 应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to explore, if we go through, the
OCAML-String-to-String-Matching-Brute-Force
- Objective Caml (not lisp properly) Introduction to Functional Programming String to String Literal Force brute matching.
knn
- brute-force knn in matlab version
Brute-Force-Sudoku-solver
- this how to implement brute force to solve sudoku in c-this is how to implement brute force to solve sudoku in c
Brute-force-algorithm
- 穷举算法,VC中的经典程序之一,适合初学者,-Brute-force algorithm, the the of the classic procedures in in the the VC, suitable for beginners
Brute-Force
- 通过Brute-Force匹配算法,实现字符串的查找功能,寻找最长的真子串。-By Bruteforce matching algorithm, string search function to find the longest substring true.
Algorithm-3-Brute force
- 算法教学课件,还部分代码,适合自学者,进行学习(Algorithm-3-Brute force)