CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - problem

搜索资源列表

  1. problem-of-24-points

    0下载:
  2. 解决二十四点问题的算法,提供了一个有理数类,通过回溯法解决问题-solve the problem of the 24 points
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:861byte
    • 提供者:Nick Green
  1. VRP

    1下载:
  2. 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:54.46kb
    • 提供者:ghy
  1. juzhentezhengzhi

    0下载:
  2. 关于矩阵特征值问题的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-On the matrix eigenvalue problem of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of s
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:苏木亚
  1. 22

    0下载:
  2. 简要介绍一个梁的平面弯曲问题,ansys程序 -Plane bending of a beam problem, ansys procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:lixue
  1. imm3183

    0下载:
  2. Solving the Vehicle Routing Problem with Genetic Algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:918.73kb
    • 提供者:Quynh Vinh
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:366.03kb
    • 提供者:zouyan
  1. eight_queen-problem

    0下载:
  2. 用函数式程序设计语言scheme设计的八皇后问题。用三种语言实现,分别为java,c,scheme,三种实现方法使用同一种算法。-Used functional programming language design scheme of the eight Queen' s problem, to achieve in three languages, namely, java, c, scheme, three types of the realization of an algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:143.35kb
    • 提供者:仲海军
  1. maze

    0下载:
  2. 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1.12kb
    • 提供者:
  1. KITBAG

    0下载:
  2. 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:695byte
    • 提供者:workfuture
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.68kb
    • 提供者:田文杰
  1. exp4

    0下载:
  2. 哲学家就餐问题C语言模拟,pthread库实现-The Dining Philosophers Problem C language simulation, pthread library implementation
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:814byte
    • 提供者:哈哈哈哈
  1. Arrays

    1下载:
  2. 阵列天线的程序,能够计算阵列天线的散射和辐射问题-Array antenna problem for cauculating the scattering and radiating problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:5.6kb
    • 提供者:李光
  1. sat

    0下载:
  2. 可满足性问题(SAT),NP完全问题 并行算法 MPI-satisfiability problem(SAT) MPI,NP PROBLEM
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5.85kb
    • 提供者:lbo
  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
    • 文件大小:5.66kb
    • 提供者:logspace
  1. Johnsephe-problem

    0下载:
  2. 用于解决约瑟夫问题,又需要的初学者可以下载来看看,完全开放,欢迎指导-Joseph used to solve the Joseph problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:582byte
    • 提供者:赖锐鹏
  1. Machine-Scheduling-Problem

    0下载:
  2. mechine scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1.48kb
    • 提供者:张震
  1. 3

    0下载:
  2. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:Mahmood
  1. Cigarette_Smokers_Prob

    0下载:
  2. Cigarette Smoker s problem in C-Cigarette Smoker s problem in C++
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:56.72kb
    • 提供者:Subash
  1. problem-set

    0下载:
  2. ACM 题集,这个说明很明白了……囧-ACM problem set, this shows it very clear that ... ... 囧 ... ...
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:109.74kb
    • 提供者:方舟
  1. marriage--matching-problem

    0下载:
  2. 婚姻匹配问题,几组男子女子,根据各自心仪异性进行婚姻匹配,输入各自名字及心中根据优先级的心仪对象排列,便可组成组合-Marriage matching problem, several groups of men, women, sex for marriage according to their favorite matches, enter their name and the hearts of their favorite choice according to priority or
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1.35kb
    • 提供者:jim
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com