CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - B题

搜索资源列表

  1. JM98B

    0下载:
  2. 98年全国大学生数学建模竞赛B题\"水灾巡视问题\"模拟退火算法。-98 National Mathematical Contest in Modeling B and that the "flood inspections" simulated annealing.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:范围
  1. JM97B

    1下载:
  2. 98年全国大学生数学建模竞赛B题\"水灾巡视问题\"模拟退火算法。-98 National Mathematical Contest in Modeling B and that the "flood inspections" simulated annealing.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:范围
  1. Dijkstra

    0下载:
  2. 2008年全国大学生数学建模大赛B题的解题程序。本程序不仅解决题目的要求,同时考虑多个因素,很有价值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:da
  1. cmcm98b

    1下载:
  2. 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.76kb
    • 提供者:王冠
  1. caculateAmulBequalCC

    0下载:
  2. 计算这个智力题: 在这个乘法算式里,每一个字母代表着0-9中的一个数,不同字母代表不同数。 A B C D E F G H * A J --------------------- E J A H F D G K C B D F H A J E C --------------------- C C C C C C C C C 请问,C 代表哪个数字?-Calculation of the intellectual questions: In th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.13kb
    • 提供者:bailongma
  1. Database_Arithmetic

    0下载:
  2. 07年数学建模B题所有程序代码 采用蚂蚁算法更加具有搜索时间优势-Mathematical Modeling in 2007 all the program code B title ant algorithm using more search time advantage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:26.37kb
    • 提供者:古天乐
  1. chunjingshui

    0下载:
  2. 纯净水安全检测问题 数学建模 苏北地区数学建模联赛 B题-Pure mathematical model of water safety testing of mathematical modeling in Northern League B title
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.49mb
    • 提供者:xinxin
  1. 2010B

    0下载:
  2. 2010年数学建模B题,包括题目和所有的附件。-mathematic competic
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.52kb
    • 提供者:tanmin
  1. mathematicsmodelling

    0下载:
  2. 2011数学建模B题的第1问,计算任意两点间的最短距离,并且给出了路径-2011 Mathematical modeling of the first questions asked B to calculate the shortest distance between any two points, and gives the path
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:206.38kb
    • 提供者:郑小晖
  1. Graph-theory-algorithm-Daquan

    0下载:
  2. 典型的图论算法,在图论中用的很多,11年国赛B题可以使用-Typical graph theory algorithms, graph theory using a lot of 11-year country race Problem B can use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:7.8kb
    • 提供者:David
  1. paifenshu

    0下载:
  2. 利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 -Use conditions operator nested to complete the topic: study result > = 90 points with A classmate, said 60-89 points with B between said, below the 60 points with C said.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14.55kb
    • 提供者:liushile
  1. poj-4045-jinhua_B

    0下载:
  2. 2012金华邀请赛B题源码http://poj.org/problem?id=4045-2012 the Jinhua Tournament Problem B source http://poj.org/problem?id=4045
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:820byte
    • 提供者:hs
  1. B

    0下载:
  2. codeforces的ROUND142中div2中的B题AC程序。-B codeforces ROUND142 in div2 in title AC program.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:202.29kb
    • 提供者:lawliet
  1. Seek-primes

    0下载:
  2. 这题求a,b间的素数,5个一行输出 个是干嘛用的 防止死循环的吗-This question seeking a prime number 5 line of output is the b between doing with it to prevent infinite loop.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:1.04kb
    • 提供者:万昌
  1. ShortPath

    0下载:
  2. 2000年数学建模B题最短路径的算法,能把从工厂到所有铺设地点的单位钢管运费计算出来-2000 Mathematical modeling of the shortest path algorithm B title
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.83kb
    • 提供者:liuchao
  1. imageMatchForProblem5_2

    0下载:
  2. 2013年高教社杯数学建模竞赛B题第三问源代码-source code for the mathematical modeling contest in china in 2013
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:65.37kb
    • 提供者:zsf
  1. imageMatchForProblem4

    0下载:
  2. 2013年高教社杯数学建模竞赛B题第2问源代码-source code for the mathematical modeling contest in china in 2013, for prob. B(2)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:470.57kb
    • 提供者:zsf
  1. PrintASolution

    0下载:
  2. 2013年高教社杯数学建模竞赛B题第一问源代码-source code for the mathematical modeling contest in china in 2013, for prob. B(1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:35.23kb
    • 提供者:zsf
  1. Blue-Bridge-10th-java-B

    0下载:
  2. 蓝桥杯第10届java B组第1-4题。不含题目,仅供参考-Blue Bridge 10th java Cup Group B title 1-4
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:hjh
  1. Blue-Bridge-10th-java-B-2

    0下载:
  2. 蓝桥杯第10届java B组第5-9题,不含题目,仅供参考-Blue Bridge 10th java Cup Group B 5-9 questions, without problems, for reference only
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.4kb
    • 提供者:hjh
搜珍网 www.dssz.com