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

搜索资源列表

  1. pbc2.rar

    0下载:
  2. 可以实现一般情况下两辆平板车的装货问题的求解,Under normal circumstances can be achieved two flatbed loading problem solving
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:417279
    • 提供者:钱文超
  1. TSP.rar

    0下载:
  2. 经典的人工智能问题求解,附有遗传算法和模拟退火算法,以及调试过程,Classical artificial intelligence problem solving, with a genetic algorithm and simulated annealing algorithm, as well as the debugging process
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1418396
    • 提供者:toonlily
  1. river

    0下载:
  2. 关于 农夫与羊的过河问题的求解算法,这是一个关于算法的问题,运用的数据结构与算法都是十分经典的 是非常值得借鉴的。-On the farmer and the sheep across the river problem solving algorithm, this is a problem on the algorithm, using the data structure and algorithm are very classic is worthy of consideration.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:56268
    • 提供者:liuzhi
  1. DataStructure[C++]

    0下载:
  2. 清华大学C++版本的数据结构习题集,带有参考答案与解题思路说明,是学习数据结构或参加研究生考试人员不象的资料-Tsinghua University, C++ Version of the data structure of exercises set, with reference to the answer with the problem-solving ideas that is a data structure or to participate in learning post-gr
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:610775
    • 提供者:李秀玲
  1. tree

    0下载:
  2. 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2005
    • 提供者:sunfuquan
  1. dynamic

    0下载:
  2. 关于动态规划的poj的一些解题报告和代码-On dynamic programming POJ report some problem-solving and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7850
    • 提供者:tjj
  1. jihe

    0下载:
  2. poj一些计算几何的解题报告,以及代码主要有网格圆等-POJ some computational geometry of the problem-solving reports, and code the main round, such as grid
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:7767
    • 提供者:tjj
  1. 1

    0下载:
  2. 设计一个描述点的类,其中包含一对坐标点数据成员、一个求两个点之间距离的友元函数和显示坐标点的成员函数,并编程测试。 解题思路: 计算两点(a,b)和(c,d)之间的距离,依据勾股定理可得公式: 并定义坐标点类的友元函数来计算两点间的距离。 -Design a descr iptive point of the class, which includes a pair of coordinates of points, data members, one for the d
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:970
    • 提供者:fanxiu
  1. lp_solve_5.5.0.12_MATLAB_exe

    0下载:
  2. lp_solve_5.5.0.12_MATLAB_exe,混合整数优化问题的求解-lp_solve_5.5.0.12_MATLAB_exe, mixed-integer optimization problem solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:63074
    • 提供者:mj
  1. lp_solve_5.5.0.13_MATLAB_source.tar

    0下载:
  2. lp_solve_5.5.0.13_MATLAB_source.tar,混合整数优化问题的求解-lp_solve_5.5.0.13_MATLAB_source.tar, mixed-integer optimization problem solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:94353
    • 提供者:mj
  1. MultiThread

    0下载:
  2. 这个是一些远程聊天系统的一些代码,给你更好的解决问题-This is some long-distance chat system to some code, give you a better problem-solving
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:155755
    • 提供者:吕枫
  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-29
    • 文件大小:55771
    • 提供者:ghy
  1. DataStruct

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

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. Problem-Solving-Techniques

    0下载:
  2. Problem Solving Techniques
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:2045656
    • 提供者:Sanjay Kumar
  1. The-solving-report-of-ACM-problems

    0下载:
  2. ACM经典题目的解题报告,题目汇总全面,解析详尽。-ACM classic topic of problem solving report, entitled Summary comprehensive, analytical and detailed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6751988
    • 提供者:lily
  1. Joseph-problem

    0下载:
  2. 利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Circular linked list Joseph problem solving. Joseph questions are as follows: Given n individuals (n>
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:900650
    • 提供者:小咩
  1. Eight-queens-problem-

    0下载:
  2. Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:697
    • 提供者:李惠军
  1. Methods-for-problem-solving-in-algebra

    0下载:
  2. The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1365
    • 提供者:tey
  1. Value-interpolation-problem-solving

    0下载:
  2. 这是一个有关插值问题的数值求解的实验报告,报告内含有实验截图-This is an experimental report on the numerical solution of the interpolation problem, the report contains experimental shots
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:92442
    • 提供者:huangshiyao
  1. VC-8-digital-problem-solving-method

    0下载:
  2. VC写的8数码问题解法,在vc6.0上可以编译通过的小游戏,北京大学教学用C++入门代码-VC 8 digital problem solving method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12952
    • 提供者:王锦胜
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com