搜索资源列表

  1. 八皇后问题的递归方法

    0下载:
  2. 该代码是解决经典问题——八皇后问题的C++实现,算法使用了递归的方法,简单易懂。(This C++ code is used for solving the traditional Eight Queen Problem.The algorithm uses recursive method and it is easy to understand.)
  3. 所属分类:

  1. 蚁群算法TSP问题

    0下载:
  2. 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:蓝色妖怪
  1. 背包问题

    0下载:
  2. 背包问题(Knapsack problem)是一种组合优化的NP完全问题(Knapsack problem (Knapsack problem) is a NP complete problem of combinatorial optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:大白菜ml
  1. mtsp问题matlab代码

    0下载:
  2. 使用ga算法,通过八种评价机制解决多旅行商问题(The GA algorithm is used to solve the multiple traveling salesman problem via eight evaluation mechanisms)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:jyw
  1. n皇后问题

    0下载:
  2. n皇后问题 课程设计上的一个小作业 水平有限(n-queen problem A small assignment in the curriculum design is limited)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:cg123456
  1. 兰伯特问题

    0下载:
  2. 经典兰伯特问题,给定时间和初始位置,求燃料消耗(Classical Lambert problem, the fuel consumption is given for the given time and initial position)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:噜噜啦
  1. 自来水管道架设问题

    0下载:
  2. 自来水管道架设问题 【问题描述】 若要在八个居民区(A区、B区、C区、D区、E区、F区、G区、H区)之间架设自来水管道,如何以最低的经济代价架设这个自来水管道。 【基本要求】 利用二种方法Prim算法和克鲁斯卡尔Kruskal算法生成自来水管道的架设方案(Two methods, Prim algorithm and Cruise Carle Kruskal algorithm are used to generate the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:ls291730
  1. 第8讲 最短路问题

    0下载:
  2. 介绍最短路问题,有详细原理介绍,以及经典案例(The shortest path problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:852992
    • 提供者:wwwas
  1. 7、关键路径问题

    0下载:
  2. 拓扑排序主要是为了解决一个工程能否顺利进行的问题,但有时我们还需要解决工程完成所需要的最短时间问题。我们如果对一个流程图获得最短时间,就需要分析它们的拓扑关系,并且找到当中的最关键流程,这个流程的时间就是最短时间。(Topological sorting is mainly to solve the problem of whether a project can be carried out smoothly, but sometim
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:324608
    • 提供者:飞洒吧year
  1. 解决oracle10以上版本导出空表失败的问题

    0下载:
  2. 解决oracle10以上导出空表问题,相当好用(It is very useful to solve the problem of exporting empty table above oracle10)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:63488
    • 提供者:小诺儿0723
  1. 十五数码问题

    0下载:
  2. 利用A*与迭代加深算法相结合的方式实现十五数码快速求解问题。(Using A* and iterative deepening algorithm to achieve fifteen digital fast solution problem.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:qhyk
  1. 电梯问题使用0-1分布的仿真实验

    0下载:
  2. 利用0-1分布求电梯问题的概率模型及仿真实验(Probability model and simulation experiment of elevator problem based on 0-1 distribution)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:张牛牛二
  1. 基于无平局的大小牌游戏问题研究

    0下载:
  2. 扑克牌比大小游戏作为生活中最为常见的游戏之一, 深受人们的喜爱。 但面 对不同的参与者, 能否给出一个最优的应对策略以寻求利润的最大化,成为人们 一直探讨的问题。本文以最常见的无平局的大小牌游戏(Poker is one of the most common games in life, and loved by people. But For different participants, it is a question th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:Pro秀一
  1. 背包问题动态规划详解

    0下载:
  2. 0/1背包问题动态规划详解及C代码 动态规划是用空间换时间的一种方法的抽象。(0/1 knapsack problem dynamic programming detailed and C code Dynamic programming is the abstraction of a method of replacing time with space.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:zhangruliang
  1. 兵王问题SVM程序

    0下载:
  2. MATLAB编写的SVM算法程序、数据集及其工具包,用于解决国际象棋中的兵王问题(The program, SVM algorithm written in MATLAB data set and used to solve the problem of Bingwang toolkit in chess)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:1662976
    • 提供者:欧阳暄
  1. 线性优化-对偶问题求解

    0下载:
  2. 放射治疗射线的线性优化模型的最优的射野强度,并给出剂量分布(画出剂量分布图)。 从原问题的求解中给出对偶问题的最优解。(Solve the linear optimization model of radiation for treatment, calculate the optimal field strength, and give the dose distribution (draw the dose distributio
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:685056
    • 提供者:婉晴
  1. 规划问题

    0下载:
  2. 很好的规划问题matlab代码,可以解决很多类似问题(Good planning problem matlab code, can solve many similar problems)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:122880
    • 提供者:罗一蒋
  1. 背包问题

    0下载:
  2. 算法效果较为良好,实现背包问题价值最大,采用遗传算法实现的比较不错的结果(The algorithm effect is good, the maximum value of the knapsack problem, genetic algorithm is used to achieve good results)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:莹莹11
  1. 贪心算法背包问题

    0下载:
  2. 一个简单贪心算法的研究,背包问题,供大家浏览参考。(A simple greedy algorithm research, knapsack problem, reference for browsing.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:CJPYXS
  1. 你必须知道的495个C语言问题

    0下载:
  2. 书中列出了C用户经常问的400多个经典问题,涵盖了初始化、数组、指针、字符串、内存分配、库函数、C预处理器等各个方面的主题,并分别给出了解答,而且结合代码示例阐明要点。(The book lists more than 400 classic questions that C users often ask, covering topics such as initialization, arrays, pointers, string
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:17289216
    • 提供者:Ha7
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org