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

资源列表

« 1 2 ... .15 .16 .17 .18 .19 720.21 .22 .23 .24 .25 ... 2673 »
  1. Graph-traversal

    0下载:
  2. 本代码是数据结构中图的遍历程序,是自己写的,能够直接运行使用-This code is the data structure of the graph traversal process, is written in their own, can be directly used to run
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:187.84kb
    • 提供者:ma
  1. LMin

    0下载:
  2. 俄罗斯套娃:南北向和东西向的道路纵横交错。现在,路口放着纯金打造的俄罗斯娃娃,重量大小不等,重的都能装下轻的。你可以沿着道路飞奔,拾取路口的娃娃,要求是任何时刻必须是一个套娃,装好后就不能再拆开了。注意不要走重复路。 设计规划路线,使得能够有最大的收获。-Ivan Pavlov in the contest Conference Lectra pack, become the new " Prairie Eagle," has won great honor for the trib
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:187.76kb
    • 提供者:tangxing
  1. xml

    0下载:
  2. 将输入的xml代码格式化输出。比如<html></html> 输出 <html> </html>-The input xml code formatting output. For example <html> </ html> Output <html> </ html>
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:187.72kb
    • 提供者:chenqun
  1. lagelangri

    0下载:
  2. 数值计算方法中的知识,利用拉格朗日插值的方法,程序比较完整。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:187.65kb
    • 提供者:zhangzq
  1. GAlgorethms

    0下载:
  2. n皇后问题 GA算法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Using backtracking (recursive),
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:187.5kb
    • 提供者:chen
  1. Variable_KD_Tree_Algorithms_for_Spatial_Pattern_Se

    0下载:
  2. 一篇介绍并行kd tree寻优和参数选取的文章,值得一看!-Introduced a parallel kd tree optimization and parameter selection of articles, worth a visit!
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:187.38kb
    • 提供者:晨间
  1. gg

    1下载:
  2. 数据结构实验报告,有5个实验内容,5个源代码,十分详细!-Experimental data structure reports, the contents of five experiments, 5 source code, very detailed!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:187.35kb
    • 提供者:gaoyi1620
  1. Maze

    0下载:
  2. 走迷宫问题的解决代码,只要可以,一定可以找到一条通路-This is a programing code about “How dose a mice to find a way to go out of a maze"
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:187.35kb
    • 提供者:zuanshipaopao
  1. simulate_number_luminotron

    0下载:
  2. 模拟数字发光二极管,根据0到9个阿拉伯数字的组成形式,在屏幕上拼出数字-simulate the numbers luminotron into the screen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:187.17kb
    • 提供者:masi
  1. 456768

    0下载:
  2. 数据结构课程设计 平衡二叉树操作的演示 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:187.15kb
    • 提供者:谭燕
  1. Matlab基础篇

    0下载:
  2. Matlab基础篇是Matlab初学者的一个很好的向导,它介绍了Matlab的安装及初等的使用方法-Matlab Matlab for the project is a good beginner's guide, it introduced the Matlab the installation and use of primary
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:187.15kb
    • 提供者:灵光
  1. List

    0下载:
  2. 使用c++实现的链表操作,是以学生信息为例,实现链表的功能的程序。-C++ realize the use of chain operations, is the information to students as an example, the realization of the function of the program list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:187.14kb
    • 提供者:危育冰
« 1 2 ... .15 .16 .17 .18 .19 720.21 .22 .23 .24 .25 ... 2673 »
搜珍网 www.dssz.com