CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 穷举

搜索资源列表

  1. c program6.rar

    0下载:
  2. 三色球问题 若有一个口袋放有12个球,其中有3个红的,3个白的和6个黑的,从中任取8个球, 问共 这也是一个可用穷举法求解的问题。 设任取的红球个数为i, 白球个数为 j,则黑球个数为8-i-j,用count统计不同的搭配数目
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:249
    • 提供者:
  1. calc24.rar

    0下载:
  2. 自个写的一个穷举法算二十四点的小程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:486
    • 提供者:
  1. 穷举密码算法.rar

    0下载:
  2. 所属分类:CA认证

    • 发布日期:
    • 文件大小:3037
    • 提供者:
  1. KillWord

    0下载:
  2. word密码破解,速度比较慢,效率也不高,使用的是穷举法-word password crackers, the relatively slow speed, efficiency is not high, the law is exhaustive
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3026
    • 提供者: 哈哈哈
  1. 组合加密软件包 Lock Manage 5

    0下载:
  2. Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:102537
    • 提供者:何福保
  1. 四分树的穷举

    0下载:
  2. 使用VC为编程语言,结合数据结构二叉树的概念,新编算法进行四分树的穷举。-VC to use programming language, combine the binary tree data structure concept, a new edition of the tree algorithm quarter of exhaustive.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4911
    • 提供者:苏晓
  1. 穷举密码算法

    0下载:
  2. 穷举法解密文件-exhaustive France declassified document
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3304
    • 提供者:军军
  1. 穷举算法

    0下载:
  2. 在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1271
    • 提供者:凌继文
  1. 穷举法数独

    0下载:
  2. 依据穷举法编写的数独游戏,互相交流 希望能帮助到大家
  3. 所属分类:Windows编程

    • 发布日期:2012-05-31
    • 文件大小:105448
    • 提供者:mrq0320
  1. sweep

    1下载:
  2. 应用简单的穷举算法解决遍历所有点距离最短的问题-Exhaustive algorithm to solve the problem through all of the shortest distance
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11992
    • 提供者:mayao
  1. acute

    0下载:
  2. 穷举法程序-算法分析,是用C写的好经典,马克思手稿…………有三个程序! -Exhaustive method process- algorithm analysis, is to use C to write a good classic, Marx manuscr ipts ... ... ... ... There are three procedures!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2246
    • 提供者:bingkele
  1. qiujumima

    0下载:
  2. 要穷举组合的算法,比如密码词典,算法有不够完善的地方大家指出来一起学习研讨-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
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:691
    • 提供者:weili
  1. qiongjufa

    0下载:
  2. 数学建模中常用的穷举法程序,具有一般性,非常实用-Mathematical modeling method commonly used in the exhaustive process, with the general, very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:1001
    • 提供者:cb
  1. CrackSudoku

    0下载:
  2. 数独求解程序源代码,采用穷举法,无唯一解-Sudoku solver source code, using brute-force method, no unique solution
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:19863
    • 提供者:wangchenyang
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:28446
    • 提供者:wgl
  1. reaver-1.4l.tar

    0下载:
  2. 一个破解无线路由密码的工具pin码穷举,破解带wps无线路由-Brute-force tools to crack a wireless router password pin code, crack wireless router with wps
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-22
    • 文件大小:659959
    • 提供者:
  1. 穷举n位二进制数

    0下载:
  2. 输入一个小于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.)
  3. 所属分类:数据结构

  1. 使用穷举法并分别用for

    0下载:
  2. 使用穷举法并分别用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)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:12288
    • 提供者:macile
  1. vc穷举密码

    1下载:
  2. VC实现的穷举密码 ,达到破解密码的功能,可以参考一下。。(VC implementation of the poor password, to break the function of the password, you can refer to.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-11
    • 文件大小:13312
    • 提供者:iceylm
  1. 穷举法求解0-1整数规划的matlab程序

    2下载:
  2. 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
  3. 所属分类:数学计算

    • 发布日期:2020-03-26
    • 文件大小:2048
    • 提供者:末光
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com