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

搜索资源列表

  1. utility.h

    0下载:
  2. c++常用的类包,包含c++数据结构主要的算法实现,所有代码以头文件的形式存放,很实用,很方便-the package of the most useful and utility class of c++
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:217.99kb
    • 提供者:覃亚东
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:53.1kb
    • 提供者:刘洋
  1. ClientTools

    0下载:
  2. 用于xsr环境的各种基础函数,为编程提供方便,都是些工具函数。-Environment for various basis functions xsr for programming convenience, are some utility functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:LN
  1. puzzle

    0下载:
  2. 数据结构走迷宫的经典实用程序,使用堆栈操做,自动搜索路径-Maze of the classic data structure utility to do with the stack operation, automatic search path
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:风清扬
  1. Dijkstra

    0下载:
  2. 本代码应用Dijkstra算法,实现了找最短路径问题,仿真了整个过程,是一个高效实用的代码值得下载实用。-This code apply Dijkstra algorithm to find the shortest path problem, the simulation of the whole process is a practical and efficient code is worth the download utility.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:706byte
    • 提供者:
  1. SearchReplaceStr

    0下载:
  2. 本代码应用Dijkstra算法,实现了找最短路径问题,仿真了整个过程,是一个高效实用的代码值得下载实用。很不错-This code apply Dijkstra algorithm to find the shortest path problem, the simulation of the whole process is a practical and efficient code is worth the download utility. Very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:27.11kb
    • 提供者:殷超
  1. ToBinary

    0下载:
  2. 本代码应用Dijkstra算法,实现了找最短路径问题,仿真了整个过程,是一个高效实用的代码值得下载实用。很不错-This code apply Dijkstra algorithm to find the shortest path problem, the simulation of the whole process is a practical and efficient code is worth the download utility. Very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6.78kb
    • 提供者:谈绪妹
  1. 二叉

    0下载:
  2. 二分查找又称折半查找,优点是比较次数少,查找速度快,平均性能好,占用系统内存较少;其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。首先,假设表中元素是按升序排列,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查找前一子表,否则进一步查找后一子表。重复以上过程,直到找到满足条件的记录,使查找成功,或直到子表不存在为止,此时查找不成功。
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:12kb
    • 提供者:张三儿丰
搜珍网 www.dssz.com