搜索资源列表
c program6.rar
- 三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目
calc24.rar
- 自个写的一个穷举法算二十四点的小程序
KillWord
- word密码破解,速度比较慢,效率也不高,使用的是穷举法-word password crackers, the relatively slow speed, efficiency is not high, the law is exhaustive
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
四分树的穷举
- 使用VC为编程语言,结合数据结构二叉树的概念,新编算法进行四分树的穷举。-VC to use programming language, combine the binary tree data structure concept, a new edition of the tree algorithm quarter of exhaustive.
穷举密码算法
- 穷举法解密文件-exhaustive France declassified document
穷举算法
- 在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another
穷举法数独
- 依据穷举法编写的数独游戏,互相交流 希望能帮助到大家
sweep
- 应用简单的穷举算法解决遍历所有点距离最短的问题-Exhaustive algorithm to solve the problem through all of the shortest distance
acute
- 穷举法程序-算法分析,是用C写的好经典,马克思手稿…………有三个程序! -Exhaustive method process- algorithm analysis, is to use C to write a good classic, Marx manuscr ipts ... ... ... ... There are three procedures!
qiujumima
- 要穷举组合的算法,比如密码词典,算法有不够完善的地方大家指出来一起学习研讨-Algorithm to exhaustive combinations, such as the password dictionary, algorithms are not perfect enough where we pointed out that the study of the issues together
qiongjufa
- 数学建模中常用的穷举法程序,具有一般性,非常实用-Mathematical modeling method commonly used in the exhaustive process, with the general, very useful
CrackSudoku
- 数独求解程序源代码,采用穷举法,无唯一解-Sudoku solver source code, using brute-force method, no unique solution
Commonalgorithms
- 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
reaver-1.4l.tar
- 一个破解无线路由密码的工具pin码穷举,破解带wps无线路由-Brute-force tools to crack a wireless router password pin code, crack wireless router with wps
穷举n位二进制数
- 输入一个小于20的正整数n,要求按从小到大的顺序输出所有的n位二进制数,每个数占一行。(Enter a positive integer that is less than 20, and you want to output all of the n-bit binary Numbers in the order of small to large, each of which is a row.)
使用穷举法并分别用for
- 使用穷举法并分别用for、while、do…while循环语句求出1..100之间的质数(Use the exhaustive method and use for, while, do, respectively. While loop statement is used to find the prime number between 1..100)
vc穷举密码
- VC实现的穷举密码 ,达到破解密码的功能,可以参考一下。。(VC implementation of the poor password, to break the function of the password, you can refer to.)
穷举法求解0-1整数规划的matlab程序
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In