CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Optimal Search

搜索资源列表

  1. OBST

    0下载:
  2. 我用C++编写的二分最优查找!希望大家能用的着!-prepared by the two sub-optimal search! The hope everyone can be with! Thank you! !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:984
    • 提供者:于飞
  1. 06071419

    1下载:
  2. 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12697443
    • 提供者:王正宇
  1. five_chess_source_code

    2下载:
  2. 五子棋游戏,采用alpha-beta剪枝优化搜索算法,深度可达6步。-five-chess game, with alpha-beta optimal search algorithm, the depth is up to 6 steps
  3. 所属分类:棋牌游戏

    • 发布日期:2012-10-31
    • 文件大小:1543895
    • 提供者:ling
  1. optimal_BST

    0下载:
  2. this optimal binary search tree!! my masterpiece works-this is optimal binary search tree!! my masterpiece works!!
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:242683
    • 提供者:cegarO
  1. OBST

    0下载:
  2. Optimal binary search tr-Optimal binary search tree
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-01
    • 文件大小:609
    • 提供者:abocs1984
  1. Astar

    0下载:
  2. Search Optimal Path Algorithm.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:182709
    • 提供者:michael
  1. binarytree

    0下载:
  2. Up to this point, we have assumed that an optimal search tree is one in which the probability of occurrence of all keys is equal (or is unknown, in which case we assume it to be equal). Thus we concentrated on balancing the tree so as to make the
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:871
    • 提供者:ARUN BALAN
  1. finddepth

    0下载:
  2. 集合算法,最优二分搜索树,最长公共子序列,union—find算法的应用与推广-Collection algorithm, the optimal binary search tree, the longest common subsequence, union-find algorithm of the application and promotion of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:379723
    • 提供者:winnershu
  1. TSP

    1下载:
  2.  提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
  3. 所属分类:其他小程序

    • 发布日期:2013-12-03
    • 文件大小:5800
    • 提供者:logspace
  1. TravelingSalesmanProblem

    0下载:
  2. This file contains my project from Algorithm class on Traveling Salesman Problem. It implements some branch and bound methods to increase it s performance. In the main function you can find that I use Drzewo() function Drzewoopt() functins stand for
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4345966
    • 提供者:Antoni
  1. OptimalBST

    0下载:
  2. 最优二叉搜索树的构建,动态规划实现。gcc编译通过,可将构建好的树以列表的形式打印出来。-Optimal binary search tree construction, Dynamic Programming. gcc compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:11834
    • 提供者:m
  1. hundun_matlab

    0下载:
  2. 用matlab*.m编程实现基本的混沌算法,可以在此基础上扩展应用,实现更加优化的混沌搜索算法-Programming with matlab*. m basic chaos algorithm, can extend this basis the application of chaos to achieve a more optimal search algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1559
    • 提供者:康康
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2648
    • 提供者:prince
  1. power_system_reactive_power_optimization

    5下载:
  2. 优秀论论及对应源码。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。因此,电力系统配电网无功优化规划问题的研究,既具有理论意义,又具有工程实际应用价值。配电系统最优规划问题是一个复杂的非线性组合优化问题,至今未得到很好的解决。Tabu搜索(TS—Tabu search)算法是近年来出现的用于求解组合优化问题的一种高效的启发式搜索技术。本文采用固定并联电容器作为研究对象对系统进行无功补偿,并利用智能优化方法得到使配电网损耗降低最大对应的最优
  3. 所属分类:Energy industry

    • 发布日期:2016-02-07
    • 文件大小:112640
    • 提供者:NBB
  1. dyObst

    1下载:
  2. 使用动态规划算法实现的最优二叉查找树问题,算法基础中的基本算法。使用vc6.0进行编译-Dynamic programming algorithm using the optimal binary search tree problem, the algorithm based on the basic algorithm. Compiled using vc6.0
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:947
    • 提供者:Rhonda
  1. FeatureSelection_MachineLearning

    0下载:
  2. Feature selection methods for machine learning algorithms such as SVR, including one filter-based method (CFS) and two wrapper-based methods (GA and PSO). The gridsearch is for the grid search for the optimal hyperparemeters of SVR. The SVM_CV is for
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5729
    • 提供者:Gang Fu
  1. five2

    0下载:
  2. 通过C++语言在计算机图形方面的编程,设计了五子棋游戏软件,使该软件具有美观友好的截面,在人机对弈时,使电脑具有较高的智商。本游戏是以C++语言作为开发工具,采用搜索算法设计最优落子点开发的游戏软件。本文详细地介绍了五子棋游戏软件设计的全过程,描述了该软件的功能,以及和其它五子棋程序的一些比较。-By C++ language programming in the computer graphics designed backgammon game software, so that the s
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:139048
    • 提供者:萧炎
  1. resources

    1下载:
  2. 基于混沌和声搜索算法的水资源优化配置Harmony search algorithm based on chaotic optimal allocation of water resources-Harmony search algorithm based on chaotic optimal allocation of water resources
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1130611
    • 提供者:
  1. best-first-search

    0下载:
  2. 人工智能上机作业源代码,经编译能运行,实现最优搜索的程序-Artificial intelligence operations on the machine source code can be compiled to run, to achieve optimal search procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3330
    • 提供者:高昊
  1. harmony search for network reconfiguration

    0下载:
  2. Network Reconfiguration using harmony search to optimal reconfifuration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-01-21
    • 文件大小:23357
    • 提供者:pavanprabhu11
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com