搜索资源列表

  1. TRACKING IN STREAMED VIDEO BY UPDATING GLOBALLY OPTIMAL MATCHINGS

    0下载:
  2. Matching methods such as the Hungarian algorithm have recently made an appearance as an alternative to classical tracking algorithms in computer vision, since they are able to nd the set of tracks that optimizes well-de
  3. 所属分类:文档资料

  1. mp2_0

    0下载:
  2. 最优潮流计算程序(使用电力系统专业,属于非线性规划问题).-optimal power flow calculation procedure (using power systems professional, is Nonlinear Programming).
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:168960
    • 提供者:宋义
  1. matpower3.0b3

    0下载:
  2. 电力系统最优潮流程序,可以应用于电力市场下的最优潮流计算。适合电力系统专业的同仁使用-optimal power flow procedure can be applied to the electricity market under the optimal power flow calculation. Power systems for the professional colleagues use
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:837632
    • 提供者:仲伟宽
  1. dlb_lqr

    0下载:
  2. 倒立摆-采用LQR(线性二次型最优控制)方法实现倒立摆控制-inverted pendulum-use LQR (linear quadratic optimal control) method inverted pendulum control
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:张天源
  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement alg
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:asdf
  1. optimaldlb

    2下载:
  2. 本例采用最优控制的方法,利用二次型性能指标,保证小车所滑过的距离和整个过程所花费的能量达到最优值.程序包括initial.m,yjlqgctr.m,cartoon.m,simlqgyj.slk等文件-cases using the optimal control methods, using quadratic performance indicators, Trolley assured by sculpting the distan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:63488
    • 提供者:跃进
  1. zuiyou2

    0下载:
  2. matlab最优控制的作业 请各位高手多多指教-Matlab optimal control operations please master exhibitions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:闫小月
  1. xingwang5

    0下载:
  2. 电力系统无功补偿容量最优分布数值算法的研究,电力系统无功补偿容量最优分布数值算法的研究-reactive power compensation optimal distribution capacity numerical algorithm research, reactive power compensation capacity optimal distribution of numerical algorithm
  3. 所属分类:其他行业

    • 发布日期:2024-05-03
    • 文件大小:199680
    • 提供者:娱乐
  1. taotaisuanfa

    0下载:
  2. 使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:王杰
  1. BestBST

    0下载:
  2. 该源程序是用动态规划算法求解最优二叉搜索树问题-the source is dynamic programming algorithm for optimal binary search tree problem
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:205824
    • 提供者:杨锐
  1. runopf

    0下载:
  2. 是学习matlab的很好程序资料 可以用来方便计算最优潮流程序 -Matlab is a good learning process information can be used to facilitate optimal power flow calculation procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:zzw
  1. lloydmax

    0下载:
  2. 一个基于Lloyd-Max算法的最优量化器程序,其中lloydmax为主程序-Lloyd-Max quantization algorithm for the optimal procedure, lloydmax which mainly procedures
  3. 所属分类:传真(Fax)编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:gongchao
  1. optimalBinarySeachTree

    0下载:
  2. Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-03
    • 文件大小:538624
    • 提供者:zhoushusen
  1. runduopf

    0下载:
  2. 最优潮流计算,可用于电力系统输电阻塞管理,经济调度等-optimal power flow calculation can be used in electricity transmission congestion management system, economic scheduling
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:罗风
  1. pso-powerflow

    0下载:
  2. 基于matlab的基本粒子群优化算法,可应用与最优潮流计算等-Matlab-based optimization of the particle swarm algorithm can be applied with optimal power flow calculation
  3. 所属分类:其他行业

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:milan
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:pauly_917
  1. Optimal-Current-Vector-Control-

    0下载:
  2. 介绍了一种目前同步磁阻电机的新型弱磁控制的方案-An Optimal Current Vector Control for Synchronous Reluctance Motors Incorporating Field Weakening
  3. 所属分类:软件工程

    • 发布日期:2024-05-03
    • 文件大小:351232
    • 提供者:滕勇健
  1. Optimal State Estimation

    0下载:
  2. 关于最优状态估计的经典书籍,卡尔曼滤波和H无穷等方法的详细介绍,作者Dan Simon是真.大牛s(Classic book about optimal estimation and related methods, insight and detailed descr iption by the famous professor Dan Simon)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:21509120
    • 提供者:轻舞肥喵
  1. OPTIMAL CONTROL PROJECT

    0下载:
  2. Solution to Optimal Control in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:307200
    • 提供者:okello
  1. Microgrid optimal scheduling

    1下载:
  2. 文章以含有蓄电池、光伏、风机以及负荷的微电网为研究对象,在考虑蓄电池充放电约束、微电网与电网功率交换约束等条件下,建立了以负荷平均供电单价最小为目标的日前优化调度模型。并利用改进交叉算子的遗传算法进行求解。以某典型微电网为例进行建模与求解,得到了微电网日前优化调度方案,实现了微电网的经济稳定运行(Taking the micro-grid with storage battery, photovoltaic, fan and load
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:172032
    • 提供者:阿飞之父
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org