CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - optimal

搜索资源列表

  1. MELBP

    0下载:
  2. C语言多种求最优的程序源代码,方便实用 对编程有很大帮助-C language for a variety of optimal source code, useful for programming will be of great help
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:120.83kb
    • 提供者:haifeng
  1. huisu

    0下载:
  2. 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节),解空间的一个合理选择是2n 个长度为n 的0 / 1向量的集合,这个集合表示了将0或1分配给x的所有可能方法。当n= 3时,解空间为{ ( 0
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28.91kb
    • 提供者:john
  1. c

    0下载:
  2. 用回溯法求解0—1背包问题,并输出问题的最优解。-Retrospective method with 0-1 knapsack problem, and output the optimal solution of the problem.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:48.99kb
    • 提供者:zgutuoz
  1. chap06

    0下载:
  2. ex5_1 I-型线性相位FIR滤波器 ex5_2 II-型线性相位FIR滤波器 ex5_3 III-型线性相位FIR滤波器 ex5_4 IV-型线性相位FIR滤波器 ex5_5 矩形窗频响 ex5_6 希尔伯特变换器设计-汉宁窗 ex5_7 低通滤波器设计-汉明窗 ex5_8 带通滤波器设计-布莱克曼窗 ex5_9 低通滤波器设计-凯塞窗 ex5_11 频率采样技术:低通,朴素法 ex5_12 频率采样技术:低通, 最优法T1 & T2 ex5_13
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4.02kb
    • 提供者:张满超
  1. Tosolvethediagramandtheoptimalroblem

    0下载:
  2. To solve the diagram and the optimal problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:3.15kb
    • 提供者:孟卢伟
  1. C

    0下载:
  2. 利用分支限界算法求解最优装载,实现了最优装载问题的求解-The use of branch and bound algorithm to solve the optimal load to achieve the optimal load for solving the problem
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1.36kb
    • 提供者:郭碧坤
  1. tidufa

    0下载:
  2. 梯度法是最优化方法中由于球多变量最优值的一种方法-Gradient method is the most optimal method of multi-variable optimal value due to the ball a way of
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:2.68kb
    • 提供者:李学文
  1. zuiyoujie

    0下载:
  2. 输入函数的元数值n和初始值就可以得到最优解-Numerical input function and initial value of n can get the optimal solution
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1.21kb
    • 提供者:冯仁海
  1. kechengsheji

    0下载:
  2. 对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优。(带权有向图的中心点)-Schools for a supermarket, other units of the distance of its different units while the frequency of the supermarket staff are also different. Please supermarket location, required to
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:3.18mb
    • 提供者:陈中正
  1. Coordinate-rotation-method

    0下载:
  2. 用坐标轮换法求解目标函数,迭代时采用最优步长。-With coordinate rotation method to solve the objective function, the optimal iteration step.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:9.78kb
    • 提供者:edew
  1. 140B06

    0下载:
  2. 全国数学建模竞赛2012B题中太阳能小屋的最优光伏电板铺设的程序-The program laying in the the solar hut optimal photovoltaic panels in the National Mathematical Contest in Modeling 2012B title
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:1.79mb
    • 提供者:allen
  1. cunchuguanli

    0下载:
  2. 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备    用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。    1) 最佳置换算法(Optimal)    2) 先进先出法(Fisrt In First Out)    3) 最近最久未使用(Least Re
  3. 所属分类:汇编语言

    • 发布日期:2013-11-12
    • 文件大小:133.39kb
    • 提供者:kk
  1. best

    0下载:
  2. 进退法找求单峰区间,黄金分割法找最优解的matlab程序。-The advance and retreat method to find requirements unimodal interval, golden section method matlab program to find the optimal solution.
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:625byte
    • 提供者:litong
  1. daima2

    0下载:
  2. 利用层次分析法求权重,通过比较大小得出最优解-Using AHP seeking weight, derived by comparing the size of the optimal solution
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:2.93kb
    • 提供者:赌钱
  1. matlab

    0下载:
  2. MATLAB实现多属性目标决策选择,从而选择最优的决策-MATLAB to achieve multi-attribute objective decision making the choice to select the optimal decisions
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:4.44kb
    • 提供者:龚培培
  1. TSP---Matlab

    0下载:
  2. 将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:31.6kb
    • 提供者:zjy
  1. TQEditor.2.3.6

    0下载:
  2. 开发TQEditor的原因是不满意当前的在线编辑器,要么功能强大,但体积也超大,要么体积小了,功能却不能满足需要.这是国内第一个兼容IE9的在线编辑器,也是一个功能体积比最优的的在线编辑器.为你提供一个功能强大,体积小,全浏览器兼容的在线编辑器. -The development TQEditor reasons are not satisfied with the current online editor, either powerful, but the volume is also
  3. 所属分类:assembly language

    • 发布日期:2017-11-28
    • 文件大小:515.85kb
    • 提供者:zxh
  1. hw2

    0下载:
  2. 最优算法的判别与给出特定文法判断其是否为自下而上的递归-Identification and optimal algorithm gives specific grammar determine whether it is a bottom-up recursion
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:774.54kb
    • 提供者:王欣
  1. Ant-Colony-Algorithmmatlab

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:10.96kb
    • 提供者:范振凯
  1. An-Initialization-Procedure-in-Solving-Optimal.ra

    0下载:
  2. An Initialization Procedure in Solving Optimal Power Flow by Genetic Algorithm.With this procedure, one can start the optimization process (i.e., genetic algorithm) with a set of control variables, causing few or no violations of constraints.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:8.81kb
    • 提供者:Praveen
« 12 3 »
搜珍网 www.dssz.com