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

资源列表

« 1 2 ... .89 .90 .91 .92 .93 594.95 .96 .97 .98 .99 ... 2673 »
  1. stone

    0下载:
  2. 福大数据结构与算法实验题9.1 石头 sean收集了很多石头,其中有很多是相同的,他想知道收集了多少种不同的石头. 输入第一行为一个正整数N(2<N<=50000)表示收集的石头数。 接下来N行,每行1个正整数x代表一个编号为x的石头,两个石头相同当且仅当他们 的编号相同。 输出一行一个整数,表示不同的石头的个数。-Fu major data structures and algorithms experimental questions 9.1 stones
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:49.99kb
    • 提供者:
  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. ShortestPath

    0下载:
  2. 简单的最短路计算方法,包含dijk , spfa ,kruskal算法同时,加上了一些优化,体现三者对于图的疏密程度,对算法的影响。-Simple shortest path calculation method, contains dijk spfa kruskal algorithm at the same time, plus some optimization embodies the density of the three graph algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:243.5kb
    • 提供者:DemonSeeker
  1. zuiyousanjiaopoufen

    0下载:
  2. 算法设计与分析 实验 最有三角剖分 源码 和书上的原先要求一致-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:899byte
    • 提供者:xr0517
  1. bankinfo

    0下载:
  2.   客户业务分2种,第一种是申请从银行得到一笔资金,即借款或取款。第2种是向银行投入一笔资金,即存款或还款。银行有2个服务窗口,相应地有2个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果属于第一种,且申请额超出银行现存资金总额尔得不到要求,则立刻排入第2个队等候,直至满足时才离开银行,否则业务处理完后立刻离开银行。没接待完一个第二种业务的客户,则顺序检查和处理(如果可能)第二个队列中的得客户,对能满足的申请者予以满足,不能满足者重新排到第二个队列的队尾。注意,再此检查过程中,一旦银行
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2.57kb
    • 提供者:郎林
  1. BigNumber

    0下载:
  2. 大数运算,数据结构课程设计,包含VC源代码和详细设计报告,改改就能用。-Large numbers of computing, data structure curriculum design, contains VC source code and detailed design report, can change to use for your design.
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1.04mb
    • 提供者:王神
  1. 17110202_13

    0下载:
  2. 使用链表实现学生成绩管理系统 注意有插入 删除 排序 查询等算法-Use a linked list of student achievement management system Note insertion and deletion Sort query algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:1.4kb
    • 提供者:赵信
  1. topological-ordering

    0下载:
  2. 这是拓扑排序的两种算法的对比,其中一个需要判断环结构算法过于复杂,但提出了另一个思路有兴趣的同学可以改一改,如果成功了请联系我,另一个是标准答案。-This is a comparison of the two topological sorting algorithm, one needs to determine the ring structure algorithm is too complex, but another idea Interested students can modi
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:409.63kb
    • 提供者:杨伟健
  1. zuccTest-operation

    0下载:
  2. 数据结构试验6顺序结构的算法学会通过对问题的分析,设计一种合理的数据结构,并进行定义及操作的实现。加强综合程序的分析、设计能力。 -The 6 sequential structure of the data structure test algorithm Society through the analysis of the problem, design a reasonable data structure, and the realization of the definition
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:12.32kb
    • 提供者:周子文
  1. Bitreesearch

    0下载:
  2. 算法设计与分析 实验 构造二叉排序树。进行中序遍历显示树的数据 包括主类和二叉树类和排序算法-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:1.45kb
    • 提供者:xr0517
  1. Multi-machine-scheduling-algorithm

    0下载:
  2. 多级调度算法,做出来仅供参考学习,语言是C-this is a Multi machine scheduling algorithm just for reference and learning, used language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:1.04mb
    • 提供者:K
  1. merge

    0下载:
  2. 二路归并算法的简单实现,依次输入数据总数和数据元素即可得到排序结果-Merging the simple implementation of the algorithm, followed by the total number of input data and data elements to sort results
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:223.04kb
    • 提供者:dcc
« 1 2 ... .89 .90 .91 .92 .93 594.95 .96 .97 .98 .99 ... 2673 »
搜珍网 www.dssz.com

浏览历史记录

关闭