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

资源列表

« 1 2 ... .92 .93 .94 .95 .96 2497.98 .99 .00 .01 .02 ... 2673 »
  1. shujujiegoukeshe

    0下载:
  2. 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.76mb
    • 提供者:刘燕青
  1. shujujiegou

    0下载:
  2. 编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何完整的字都没有被分割在两行:,行尾不齐没关系,但要实现左对齐
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:528.37kb
    • 提供者:刘燕青
  1. 1003(AC)

    0下载:
  2. 北京大学online judge poj 1003 AC 搭木块
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:203.05kb
    • 提供者:lsh
  1. 1004(AC)

    0下载:
  2. 北京大学online judge poj 1004 AC
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:202.51kb
    • 提供者:lsh
  1. 1005

    0下载:
  2. 北京大学online judge poj 1005
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:202.59kb
    • 提供者:lsh
  1. WWZCM

    0下载:
  2. 编写的最短路径算法,娃娃找草莓,我改写了一下-Shortest path algorithm written doll find strawberries, complete demonstration program, study the game the shortest path or the data structures are useful.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:415.76kb
    • 提供者:康道之
  1. YSHCSXWSSDH

    0下载:
  2. 用双缓冲实现无闪烁动画,基于DELPHI设计,可以调节动画速度,多线程,设计简洁。可以演示。-Double buffering flicker-free animation, design based on DELPHI, you can adjust the animation speed, multi-threaded design simple. It can be demonstrated.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:171.66kb
    • 提供者:康道之
  1. HorseStack

    0下载:
  2. 本实验使用顺序栈实现驿站管理程序的编写。学会使用顺序栈存储马匹,并运用顺序栈的各种运输实现马匹的入站和出站管理.-In this study, using sequential write post stack implementation management program. Learn to use the sequence of stack storage horses, and the use of various transport stack order to achieve in
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:255.79kb
    • 提供者:刘红梅
  1. hftree

    0下载:
  2. 哈夫曼树 c++实现 哈夫曼树(Huffman Tree) 假设有n个权值{ W1,W2,…,W n },试构造有n个叶子结点的二叉树,每个叶子结点拥有一个权值W ,则其中带权路径长度WPL 最小的二叉树,称为最优二叉树或哈夫曼树。-C++ Huffman tree Huffman tree (Huffman Tree) Suppose there are n weights {W1, W2, ..., W n}, the test structure has n leaf nodes of t
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:217.29kb
    • 提供者:刘红梅
  1. MinPath

    0下载:
  2. 最短路径的c++实现。从图中某顶点出发,沿图的边到达另一顶点所经过的路径中, 各边上权值之和最小的一条路径——最短路径:从某个源点到其余各顶点的最短路径。 -c++ shortest path implementation. A vertex the figure, the figure reaches the other side along the path through the vertex, each edge and the minimum weight of a path-
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:222.62kb
    • 提供者:刘红梅
  1. PrimTree

    0下载:
  2. 最小生成树的普里姆算法PrimTree;在一个连通网的所有生成树中,各边的权值之和最小的那棵生成树称为该连通网的最小代价生成树(Minimum Cost Spanning Tree),简称为最小生成树。 -Prim minimum spanning tree algorithm in all spanning a communication network, the weight of each side and a minimum spanning tree is called the
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:7.47mb
    • 提供者:刘红梅
  1. octomap-devel

    0下载:
  2. 一个基于八叉树的高效概率三维映射框架,主要包括OctoMap库和octovis查看器-An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.69mb
    • 提供者:庐阳
« 1 2 ... .92 .93 .94 .95 .96 2497.98 .99 .00 .01 .02 ... 2673 »
搜珍网 www.dssz.com