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

搜索资源列表

  1. 一种规则和贝叶斯方法相结合的文本自动分类策略

    0下载:
  2. 一种规则和贝叶斯方法相结合的文本自动分类策略-rules and a Bayesian approach is a combination of automatic text classification strategy
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46457
    • 提供者:none
  1. a2004122816065055[1]

    0下载:
  2. 可持续捕捞的概念意味着,如果每年通过自然死亡,捕捞和产卵繁殖补充,使得鱼群能够在每年年初捕捞开始时保持平衡不变,那么这样的捕捞策略就可以年复一年地一直持续下去,因此可持续捕捞的鱼群应该是模型(6)(7)(8)的平衡解,即模型不依赖于时间的-the concept of sustainable fishing, and if each year through natural causes, fishing and breed added, fish can be made in the begi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10587
    • 提供者:浪子
  1. no4

    0下载:
  2. 按位异或及其在求解游戏策略问题中的应用.-caput or vary the game and its strategy in solving problems of application.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10127
    • 提供者:司马星空
  1. 5058591kmMatch

    0下载:
  2. KM算法,二分图匹配算法,匈牙利算法,给定加权矩阵,计算匹配策略-KM algorithm, bipartite graph matching algorithm, the Hungarian algorithm, for a given weight matrix to calculate matching strategy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1202
    • 提供者:zhang
  1. singlestageinvertedpendulumsimulation

    0下载:
  2. 本文引入了基于扩展线性化的非线性反馈控制方法,推导了非线性状态反馈控制器的设计,并通过对单级倒立摆理想模型 的仿真过程中反映出该方法更接近系统实际情况的控制策略。-In this paper, based on the introduction of linear expansion of the nonlinear feedback control method, derived non-linear state feedback controller design, and throug
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:215823
    • 提供者:月到风来AA
  1. oneapf

    0下载:
  2. 基于单位功率因数控制策略的单相有源滤波,去掉非线性负载部分即为单相全控整流。开关器件采用IGBT。-Based on the unity power factor control strategy of single-phase active power filter, remove the part of non-linear load is the single-phase full-controlled rectifier. Switching device IGBT.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:7111
    • 提供者:雷宾
  1. Fibonacci

    0下载:
  2. 取石子游戏之必胜策略 采用斐波那契数列作为算法-The winning strategy game to take stones used Fibonacci sequence as an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:394757
    • 提供者:王一同
  1. diffevol-1.10

    0下载:
  2. 微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:18910
    • 提供者:刘昆
  1. LDP_codes.tar

    0下载:
  2. A matlab demo for learning Linear Discriminant Projections (LDP) with simulating strategy. very good!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5362107
    • 提供者:junsun
  1. Numerical_Solution_of_PDEs

    0下载:
  2. The purpose of this paper is to address the following problem: How can existing sequential simulators be utilized in developing parallel simulators for the numerical solution of partial di erential equations (PDEs)? We dis- cuss this issue in t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:83550
    • 提供者:mirtchev
  1. BestFirstSearch_HeapAlgo

    0下载:
  2. 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1926
    • 提供者:zelda
  1. DivideAndConquer_Algo

    0下载:
  2. 1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1940
    • 提供者:zelda
  1. suanfa

    0下载:
  2. 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many of the data acquisition system, the scene of strong electrical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2287
    • 提供者:王大培
  1. greedyjs

    0下载:
  2. 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:36048
    • 提供者:wangge
  1. colmod

    0下载:
  2. 一个解常微分边值问题的高端求解器,可以解显式表达的微分方程组,且此微分方程组的每一个方程可以容许4阶的微分。长于解非线性的奇异问题。内附论文。程序自带说明和算例。-Automatic Continuation With Collocation. This Package Solves `Stiff Boundary Value Problems For Ordinary Differential Equations By Using Continuation, As Descri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:246284
    • 提供者:刘项
  1. Automatic_Continuation_with_Deferred_Corrections.z

    0下载:
  2. Fortran77编写而成。基于连续的原理解决stiff两点边值常微分问题,是由Cash改编自TWPBVP程序。 内有说明,算例和参考信息,并且附有stiff问题的一些结果。-Automatic Continuation with Deferred Corrections The package ACDC (which is written in FORTRAN 77) is designed to solve stiff two-point boundary value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:270268
    • 提供者:刘项
  1. Binbag_Amo

    0下载:
  2. C语言写的贪心策略解背包问题 谈恋策略为价、重比 不是最优解-C language to write about knapsack problem greedy strategy solution for the price of love strategy, not the optimal solution weight ratio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1904
    • 提供者:zry
  1. strategy-in-Monte-Carlo

    1下载:
  2. 科学计算中的蒙特卡洛策略(英文),全部理论体系,介绍随机算法的,绝对的经典书籍-Scientific computing strategy in Monte Carlo (English), all theoretical system, introduce a random algorithm, absolute classic books
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3096752
    • 提供者:wuwei
  1. bignumber

    0下载:
  2. 分治法实现的大整数乘法。是学习分治算法策略的很好的范例。-Sub-rule method to achieve the large-integer multiplication. Is a good example of learning the strategy of divide and conquer algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:896891
    • 提供者:张贺
  1. lu

    1下载:
  2. 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1383
    • 提供者:NeoLi
« 12 »
搜珍网 www.dssz.com