CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - problem solving

搜索资源列表

  1. yuhen

    0下载:
  2. 用贪心算法解题: 设n是一个正整数。现在要求将n分解为若干互不相同的自然数的和,且使这些自然数 的乘积最大。-Greedy algorithm with problem-solving: Let n be a positive integer. N decomposition will now require a number of separate and natural number, and make them the product of the largest natural nu
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:6.82kb
    • 提供者:yuhen
  1. license

    0下载:
  2. 用于求解matlab排序问题,求解得效率很高,比一般的方法好哦-Matlab for solving the scheduling problem, to solve a highly efficient method than the average好哦
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:17.98kb
    • 提供者:晓晓
  1. Power-onpassword

    0下载:
  2. 利用C语言编程来实现电脑的开机密码的问题解决方法-The use of C language programming to the computer' s boot password to achieve the problem-solving methods
  3. 所属分类:File Formats

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

    0下载:
  2. itle: File Slicer Descr iption: The concept has been developed when there was a problem with transporting files through a floppy disk where there is a limit of 1.44 MB. This is developed in order to handle situations where the file is not fitting i
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:1.55kb
    • 提供者:kb
  1. wulianswer

    1下载:
  2. 大学物理第3册答案里面有详细的解题步骤包括选择题-University Physics Article 3 which have a detailed answer to problem-solving steps include multiple-choice questions
  3. 所属分类:File Formats

    • 发布日期:2017-05-21
    • 文件大小:6.32mb
    • 提供者:yuweixian
  1. 3-problem-solving11

    0下载:
  2. Problem solving techniques in artificial intelligent subject
  3. 所属分类:File Formats

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:abc
  1. Programdesignandproblemsolving

    0下载:
  2. 程序设计与问题求解方法 ACM/ICPC-Program design and problem solving
  3. 所属分类:File Formats

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:lcc
  1. 5

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:340.19kb
    • 提供者:haha
  1. 6-Guaranteed-Cost-Control

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:162.99kb
    • 提供者:haha
  1. 7-Positive-Real-Control

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:238.45kb
    • 提供者:haha
  1. 9-Delay-Systems

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:251.55kb
    • 提供者:haha
  1. 10-Markovian-Jump-Systems

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:247.04kb
    • 提供者:haha
  1. Appendix-A

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:332.68kb
    • 提供者:haha
  1. Back-Matter

    0下载:
  2. decades. The so-called bounded real lemma has played an important role in solving this problem. In the contexts of both the state-space and singular systems, a great number of results on H∞ control have been reported and different approaches ha
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:173.45kb
    • 提供者:haha
  1. asasa

    0下载:
  2. web服务器修改说明,并解决问题,web服务器修改说明,并解决问题-web server, modify the descr iption and solve the problem, the web server to modify the descr iption, and problem-solving
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:556byte
    • 提供者:火炕
  1. juzhen

    0下载:
  2. 基本思想与分治法类似,也是将待求解的问题分解为若干个子问题(阶段),按顺序求解子阶段,前一子问题的解,为后一子问题的求解提供了有用的信息。在求解任一子问题时,列出各种可能的局部解,通过决策保留那些有可能达到最优的局部解,丢弃其他局部解。依次解决各子问题,最后一个子问题就是初始问题的解。 由于动态规划解决的问题多数有重叠子问题这个特点,为减少重复计算,对每一个子问题只解一次,将其不同阶段的不同状态保存在一个二维数组中。 -The basic idea with the divide
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:821byte
    • 提供者:yangyang
  1. 5

    0下载:
  2. This paper presents a method for optimum tuning of Fractional PID controllers using PSO algorithm which have fractional or integer order transfer functions. Particle swarm optimization (PSO) is a robust stochastic optimization technique based on the
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:697.31kb
    • 提供者:john1990
  1. 30-Minutes-...-To-Solve-That-Problem

    0下载:
  2. problem solving technique
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:436.45kb
    • 提供者:vincechaz
  1. one-dimension-Riemann-

    0下载:
  2. 一维 Riemann问题,Riemann问题的物理模型及数值求解源程序,c fortran 语言,是学习cfd的入门实例。-One-dimensional Riemann problem, physical models and numerical problem solving Riemann source, c fortran language learning cfd' s entry instance.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:177.62kb
    • 提供者:lee
  1. Quizzess

    0下载:
  2. this a c++ code for the book problem solving with c-this is a c++ code for the book problem solving with c++
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:91.48kb
    • 提供者:hamza
« 12 »
搜珍网 www.dssz.com