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

资源列表

« 1 2 ... .69 .70 .71 .72 .73 674.75 .76 .77 .78 .79 ... 2673 »
  1. Tree

    0下载:
  2. 1、 编写程序按先序次序和中序次序,确定这棵树二叉树。 2、 输出这棵树的后序序列。 (树的节点数目不超过100) -1, write a program to determine the order of the first order and sequence order tree binary tree. 2, the output of this tree postorder sequence. (The number of nodes of the tree does no
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:3.48mb
    • 提供者:Tracy
  1. portfolio-problem

    0下载:
  2. 企业已拥有定量资金,准备投资,有多个可供投资的项目,并可预知可供投资的项目的资金需求和投资回报率,求回报率最大化的投资组合。运用队列实现。-The companies already have quantitative funds are prepared to invest more available for investment in the project, can predict the demand for funds available for investment project
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:332.16kb
    • 提供者:family
  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. 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. 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. 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. 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. 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. 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. bankinfo

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

    • 发布日期:2017-12-10
    • 文件大小:2.57kb
    • 提供者:郎林
  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. 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 2 ... .69 .70 .71 .72 .73 674.75 .76 .77 .78 .79 ... 2673 »
搜珍网 www.dssz.com