CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - solution

搜索资源列表

  1. HANOI 塔问题求解

    1下载:
  2. HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question is in the construction of data has the model the representative question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:817
    • 提供者:杨涛
  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8707
    • 提供者:苏辉
  1. multigrid

    1下载:
  2. 一个关于多重网格的程序,解得是一个周期的非线性方程,当然也可以换成其他边界的-a grid of multiple procedures, that there is a solution to the cycle of nonlinear equations, of course, could be replaced with other border
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7643
    • 提供者:math
  1. DataStructure_xcf

    0下载:
  2. 一个我的数据结构解题集合,里面有我的数据结构的作业。-a data structure Solution Set, containing the information structure of the operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:145711
    • 提供者:许晨飞
  1. MFCerfen

    0下载:
  2. 用二分法解高阶方程的近似解。区间范围合计算精度可调,每一步的计算结果一列表的形式显示出来,一目了然-dichotomy solution with the higher-order equation approximate solution. The scope of a range accuracy adjustable every step of the calculation results in the form of a list show up clearly
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30305
    • 提供者:边奎星
  1. 高斯消元法解线性方组选主元

    0下载:
  2. 高斯列主元消元法, 这只是我个人的一种解法,仅供参考。-out PCA Gaussian Elimination Act, this is my personal one solution for reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1011
    • 提供者:lee
  1. vbC13

    0下载:
  2. 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1700
    • 提供者:刘立立
  1. 分支限界算法求解TSP问题

    3下载:
  2. 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23761
    • 提供者:chen
  1. 切割

    0下载:
  2. 这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?加上一个小界面-This is a solution to the partition cutting parts : a given width of the rectangular plate W, the height of rectangular plat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30554
    • 提供者:亿摆
  1. 背包算法

    0下载:
  2. 高级算法中的背包问题求解,算法简便高效,主要解决动态规划0-1背包问题-senior algorithm to solve the knapsack problem, the algorithm is simple and efficient, dynamic programming solution 0-1 knapsack problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8788
    • 提供者:李亚伟
  1. 最少硬币问题

    0下载:
  2. 最少硬币问题.rar主要是数据结构与算法中的一个常见问题,在这个里面有详细的求解过程和相关的输入输出-coins. Rar main data structures and algorithms in a common problem, in this there are detailed in the solution process and the associated input and output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7526
    • 提供者:周华
  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. 传教士与野人问题

    1下载:
  2. 传教士和野人问题是人工智能中的经典问题。本程序采用递归算法求解。定义一个函数,该函数返回一个解路径,路径可以用规则序列表示,也可以用状态序列表示。比如,用规则序列表示,可以表示为:(1 1)(1 0)。。。 表示:过去1个传教士,一个野人,回来一个传教士,。。。如果用状态序列表示,可以表示为:(3 3 1)(2 2 0)(3 2 )。。。 路径用一个链表表示,该函数返回该链表。在main中调用该函数,并打印输出该路径。-missionaries and Savage is a classic A
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34248
    • 提供者:罗鹏魁
  1. 10bullets90

    0下载:
  2. 十发子弹打中90环的解法,很多公司都采用这道题作为笔试题,在此提供了递归算法,大家可以共同研究一下-10 bullets hit the 90 Central solution, many companies have adopted Jesus as the T test, in a recursive algorithm, we can jointly study
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5403
    • 提供者:李皓
  1. solution_to_CLR

    0下载:
  2. solution to CLR(算法导论习题答案)-solution to CLR (Introduction to Algorithms Exercises answers)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:221117
    • 提供者:
  1. Solution-to-Geodetic

    1下载:
  2. 大地主题解算:正反算 测绘遥感方向学生的必须学会的编程-Solution Geodetic Topics
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:29904
    • 提供者:胡炯
  1. Maze-solution

    0下载:
  2. Maze Solution 用于设计迷宫并实现迷宫求解,只是一个简单的实例.-Maze Solution is used to design and realize the Maze Solution, just a simple code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1176
    • 提供者:张青
  1. Ax-=-b-is-a-simple-solution-using-C

    0下载:
  2. 用C语言求解N阶线性矩阵方程Ax=b的简单解法-N-order linear matrix equation Ax = b is a simple solution using C language to solve
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:447120
    • 提供者:张莹
  1. Maze-solution

    0下载:
  2. 迷宫求解,自动走出迷宫的经典算法,可计算10x10的任意可走迷宫的解。-The maze solving classical algorithm automatically out of the labyrinth, 10x10 any Maze solution can be calculated.
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:184767
    • 提供者:王京石
  1. solution-of-Towers-of-Hanoi

    0下载:
  2. 汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:冯俊羲
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com