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

资源列表

« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 2673 »
  1. mat

    0下载:
  2. 从文件读入一个矩阵,然后求矩阵的转置和矩阵的逆-matrix transpose and matrix inverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:赵建国
  1. search

    0下载:
  2. c语言实现的二叉排序书和查找表搜索,数据结构课的作业-the binary sort books c language and job lookup table search, data structures, classes
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1.38kb
    • 提供者:王子剑
  1. main

    0下载:
  2. 各种排序,快速排序,基数排序,堆排序,冒泡排序等一共七个-A total of seven various sort, quick sort, radix sort, heap sort, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:1.38kb
    • 提供者:张贇
  1. mapac

    0下载:
  2. 地图绘制方法,只是初步显示,需要进一步开发-Mapping method is only preliminary, need to be further developed
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:1.38kb
    • 提供者:徐涛
  1. digui

    0下载:
  2. 数据结构中经典二叉树的三种遍历方法,用C语言实现-Classic binary tree data structure three traversal methods using C language
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1.38kb
    • 提供者:胡美达
  1. Sorting-Algorithm

    0下载:
  2. 本排序算法大全包括快速排序算法、堆排序算法、希尔排序算法等等,代码简洁、高效,可直接运行。-The sorting algorithm Guinness including fast sorting algorithm, heap sort algorithm, Hill sorting algorithm, etc., code simple, efficient and can be directly run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:shenfengchen
  1. shujujiegou

    0下载:
  2. 关于符号排序的一个程序,是数据结构中比较好的一个实例-On the symbols of a sort process, the data structure is an example of relatively good
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.38kb
    • 提供者:wangying
  1. linkedstack

    0下载:
  2. 链式栈,应该是正确的,包含node的头文件和c-Chain stack, it should be correct, the node contains the header files and cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:蛮大汉
  1. 20100420Matrix

    0下载:
  2. 使用动态规划算法计算矩阵连乘最佳加括号方式-Algorithm using dynamic programming matrix with by way of the best brackets
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:陈大民
  1. astar

    0下载:
  2. A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values ​ ​ are regarde
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1.38kb
    • 提供者:yan
  1. preorder_tree_stack

    0下载:
  2. 二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。 2.节点增加指向父节点的指针:通过指向父节点的指针来回溯
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:大胡子
  1. kmpEx

    0下载:
  2. KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:黄建雄
« 1 2 ... .49 .50 .51 .52 .53 554.55 .56 .57 .58 .59 ... 2673 »
搜珍网 www.dssz.com