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

搜索资源列表

  1. ban-zhuan

    0下载:
  2. 用穷举法解决以下问题:36块砖,36人搬,男搬4,女搬3,两个小孩抬1砖。要求一次全搬完,问男、女、小孩有多少?-The brute-force method to solve the following problem: 36 bricks, 36 people move, the men moved 4 female moved two children lift a brick. Require full-time to move those, ask men and women, how
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:2930
    • 提供者:李筱枫
  1. MAZE

    0下载:
  2. 穷举法走出迷宫的代码,自己写的小玩意儿,界面还算友好,欢迎下载,谢谢。-Exhaustive method code out of the labyrinth, write your own gadgets, the interface is pretty friendly welcome to download, thank you.
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:3399
    • 提供者:natsumi
  1. abcd-number

    0下载:
  2. 求具有abcd=(ab+cd)2性质的四位数,具有这种性质的四位数没有分布规律,可以采用穷举法.-Demand has abcd = (ab+cd) 2 four digits of the nature of this nature, the four-digit distribution law, the brute-force method can be used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:670
    • 提供者:宜成
  1. e0001

    0下载:
  2. 基于Fisher information的优化阵列设计,使用穷举法和迭代法得到优化阵列,再基于最大似然估计研究其MSE、克拉美罗界等性能。-Fisher information based on the optimized array design, use brute-force methods and iterative methods optimize the array, and then based on the maximum likelihood estimation study
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1538
    • 提供者:冯文
  1. 24DIAN

    0下载:
  2. 24点穷举法的运用 用C语言解决24点的计算问题-The 24-point brute-force method to use C language to solve computational problems in 24 points
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1995
    • 提供者:龚景荣
  1. 0-1matlab

    0下载:
  2. 0-1规划的穷举法实现,非常实用,数模爱好者必备-The 0-1 programming brute-force method to achieve very practical, digital-to-analog enthusiasts essential
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:2728
    • 提供者:张勇
  1. MD5-Encryption-Algorithm-VCPP

    0下载:
  2. MD5是一个安全的散列算法,输入两个不同的明文不会得到相同的输出值,根据输出值,不能得到原始的明文,即其过程不可逆;所以要解密MD5没有现成的算法,只能用穷举法,把可能出现的明文,用MD5算法散列之后,把得到的散列值和原始的数据形成一个一对一的映射表,通过比在表中比破解密码的MD5算法散列值,通过匹配从映射表中找出破解密码所对应的原始明文。 对信息系统或者网站系统来说,MD5算法主要用在用户注册口令的加密,对于普通强度的口令加密,可以通过以下三种方式进行破解: (1)在线查询密码。一些在
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:274155
    • 提供者:Johnson
  1. qiongjufa

    0下载:
  2. 一. 用穷举法求解下列问题。 1.班上要在A, B, C, D, E, F 6名同学中选派若干人去参加比赛,综合比较各人的情况,得出选择的条件如下: a) E和F两人中至少去一个; b) C和D两人中去一个; c) D和E要么都去,要么都不去; d) A,B,F三人中要去两个; e) 若C不去,则B也不去; f) C和F不能一起去。 请仔细分析上述条件,找出参加比赛的合适人选。 -A. Using brute-force method to solve the
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:575
    • 提供者:长城
  1. 1

    0下载:
  2. 输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式-Enter the four numbers 1-13, enter the values ​ ​ to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:1608
    • 提供者:唐健
  1. 20130712

    0下载:
  2. 用穷举法设计算法,这里讲解了如何利用穷举法设计算法,很有帮助的教程-Be exhaustive design algorithms, here to explain how to use the brute-force method design algorithms, helpful tutorials
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:140305
    • 提供者:Mr.Zhang
  1. qiongju

    0下载:
  2. 八皇后算法,用的是最简单的穷举法,在VC++6.0上编写的。-Eight Queens algorithm, using the simplest method of exhaustion, in VC++6.0 written on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:jimhu
  1. delphi-Maze

    0下载:
  2. 迷宫求解,算法才用《数据结构》中的穷举法。源代码已经测试通过。-Maze solving algorithm only with "Data Structures" method of exhaustion. Source code has been tested.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:282519
    • 提供者:
  1. chengxu

    0下载:
  2. 穷举法求解0-1整数规划的matlab程序-Brute-force method for solving 0-1 integer programming matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2778
    • 提供者:肖华
  1. bestld

    0下载:
  2. 通过模拟出一些坐标点 利用穷举法完成最短路径的小型tsp问题的解决方案 为最优解-By simulating some coordinates using the brute-force method to complete the shortest path problem for small tsp solution for the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2285396
    • 提供者:smallyou
  1. dianlu

    1下载:
  2. 电路布线问题 【问题描述】 印刷电路板将布线区域划分为n╳n个方格阵列。在布线时,电路只能沿直线或直角布线。为避免线路相交,已布线的方格要做封锁标记。设起始位置为a,终止位置为b,求解电路布线问题。 【设计要求】 设计印刷电路板的布线模拟程序。 (1)采用栈或队列等数据结构。 (2)采用穷举法的回溯搜索,求a到b可能的布线线路。 (3)推荐采用层次优先搜索,求a到b最优的布线线路。 -Circuit wiring problem [Problem Descr ip
  3. 所属分类:assembly language

    • 发布日期:2016-05-25
    • 文件大小:37888
    • 提供者:张小红
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. sudoku

    0下载:
  2. 里面的算法探索了数独的求解方法。 基于人类思维思考的唯一候选法、三链列删减法、关键数删减法等均有实现。 另外也尝试了计算机思维方法的穷举法。-The algorithm explores the method of calculating the sudoku. Based on the human mind to think the only candidate method, three chain column cut method, cut key method, etc w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:755671
    • 提供者:wushiyan
  1. Common-multiple-of-three-numbers

    0下载:
  2. 本源代码用三种不同的方法对三个数求最小公倍数,分别是循环穷举法,短除法和函数嵌套法。- Common multiple of three numbers Circular exhaustion Short division Function nesting
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:韩伟
  1. 1

    0下载:
  2. 用穷举法解决以下问题:36块砖,36人搬,男搬4,女搬3,两个小孩抬1砖。要求一次全搬完,问男、女、小孩有多少?-Exhaustive method used to solve the following problem: 36 bricks, 36 people move, move 4 male, 3 female move, two children carrying a brick. Requires a full move those asked men, women and chil
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:6049
    • 提供者:秦雪梅
  1. maze

    0下载:
  2. 迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。-Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four-
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1106676
    • 提供者:xf
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com