搜索资源列表
TSP-baoli
- 暴力破解TSP中国邮递员问题的程序。使用数据为Oliver30.tsp,从其中的蚂蚁算法和暴力破解算法可知智能算法的重要性。
RARjm
- rar解压缩密码暴力破解 一个速度很快,可以帮你找回RAR文件的密码,注册后可以解开多达128位密码。它提供有预估算出密码所需要的时间;可中断计算与恢复继续前次的计算。 强力的 RAR/WinRAR 密码破解工具。 功能特性: 简单易用 一个实例只可破解一个文件,但运行多个实例即可同时破解多个文件 支持各种压缩方式 支持自解压压缩包 可自设暴破字符集(支持非英文字符) 随时可中断破解进度,稍后可自断点继续 可后台运行,仅
8quene
- 暴力算法和回溯算法求解8皇后问题,图像化界面-Violence algorithm and backtracking algorithm 8 Queen
Intersection
- 对于平面内给定的所有的水平或竖直线段,求其交点总数。运用线段树使程序在交点较少时能快于暴力算法-For a given plane, horizontal or vertical line of all, find the intersection number。
acm
- 关于acm的基本输入输出 递归,分治,暴力求解得算法等课件-Search the most simple dichotomy of the most basic the most effective search algorithm
TSPbyGA
- 采用遗传算法和暴力破解两种方法求解10城市旅行商问题(TSP)-To solve 10 cities Traveling Salesman Problem with Genetic Algorithm and in a violent way separately
24Computer
- 个24点自动计算器,算法方面是比较暴力的……有待完善 -24-point automatic calculator, the algorithm is more violent aspect to be perfect ... ...
SUDU_crack
- 数独的暴力破解算法,支持9×9常见格式的数独,一般运行正常,偶尔跑飞。希望各位大侠帮我完善-Sudoku brute force algorithm, support 99 popular formats sudoku, general operating normally, the occasional runaway. I hope heroes to help me improve
ZipCrack-1.2.2-win32
- Zip算法破解工具(附论文),可以快速破解ZIP格式压缩文件,不需要暴力穷举-Zip algorithm cracking tools, non-violent (with thesis)
apriori
- 数据挖掘Aprior的简易c++实现,通过string来表示数据集,没有采用STL set集合操作,因此实现起来简单一些,判断是否包含用到了动态规划算法中的最长公共子序列,思想是暴力求解,没有用到很高端的思想和算法。(Simple c++ data mining Aprior, said data set by the string, without the use of STL set collection operation, thus the realization is simple,
模拟退火,遗传算法,神经网络程序
- 模拟退火,遗传算法,神经网络程序高级算法的简单运用,是有效的计算出最优的方法,相比于暴力搜索,算法简洁,运行时间短(The application of simulated annealing, genetic algorithm and advanced algorithm of neural network program is the best way to calculate effectively. Compared with violent search, the algorithm
closest_pair_of_points
- C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented way, it provides test classes.