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

搜索资源列表

  1. 表达式求值(大程序)

    3下载:
  2. VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.34kb
    • 提供者:冰扉
  1. 求树高

    0下载:
  2. 数据结构中求二叉树树高的VC实现,其中包括了二叉树的建立过程-data structure for the binary tree height VC, which included a binary tree building process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:楚天
  1. (-1结束)求树高

    0下载:
  2. 用递归的方法的方法求二叉树的树高,注意输入的节点数据以-1结束。-use recursive methods for the binary tree height, pay attention to input data to the nodes -1 end.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:楚天
  1. 重发求树高的程序

    0下载:
  2. 用递归的方法求二叉树的树高,使用时更加灵活,注意输入的数据以-1结束-using recursive method for binary tree height, use a more flexible, pay attention to input data to the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8kb
    • 提供者:楚天
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.88mb
    • 提供者:李平
  1. 求一个Dijkstra优化算法

    1下载:
  2. 求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法! 谢谢了 目的是求给定两点之间的最短距离 或者改一下我的程序也行 -shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:00 to the shortest distance be
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.01kb
    • 提供者:Bill
  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.8kb
    • 提供者:陈静波
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:吴伟
  1. 表达式求值1

    0下载:
  2. 我二年级的数据结构课程设计,是关于表达式求值的,本人觉得还可以,里面的算法很好,但是vc用得还不熟-my two-year curriculum design data structure is on the expression evaluates, and I felt that I could, well inside the algorithm, but also spent vc wake
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51.08kb
    • 提供者:杨宏
  1. 多项式求值

    0下载:
  2. 本程序的主要功能是实现多项式的求值,可以实现+,-,*,/.-the program's main function is a polynomial evaluation, can achieve +,-,*,/.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:魏平
  1. 四种方法求积分

    0下载:
  2. 四种方法求积分:runge-kutta法,crank_nicolson法,adams法,ab4-am4法,改进型ab4-am4法-four methods for ranking : Runge - Kutta method, crank_nicolson, adams, ab4 - am4, improved ab4 - am4 France
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:叶真
  1. 求积分的好东西

    0下载:
  2. 很经典的一类数学问题,直接封装好的求积分的类,很不错的拉-classic kind of a mathematical problem that directly Packaging good points for the category, quite Rafah
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40.99kb
    • 提供者:刘胜国
  1. 一个表达式求值程序

    0下载:
  2. 一个表达式求值程序 ACM常用-evaluates an expression commonly used procedures ACM
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.23kb
    • 提供者:陈曦
  1. 模板类栈求表达式值

    0下载:
  2. 是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:62.1kb
    • 提供者:丁兴全
  1. 求矩阵特征值、解方程组

    0下载:
  2. 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31.38kb
    • 提供者:123
  1. 长整数的乘积求余及应用

    0下载:
  2. 长整数的乘积求余及应用,能使得大整数的乘积变为小程序- The long integer product strives for -odd and the application, can cause the great integer the product to become the scr ipt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:立即
  1. 表达式求值(逆波兰算法,javascript实现).rar

    0下载:
  2. 表达式求值(逆波兰算法,javascr ipt实现)
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-10-08
    • 文件大小:1.25kb
    • 提供者:orca2000
  1. 求取2的n次幂

    0下载:
  2. 求取2的n次幂,常用于FFT变换中
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-02-16
    • 文件大小:232byte
    • 提供者:room502
  1. 11组表达式求值

    0下载:
  2. 设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:418kb
    • 提供者:Yuklui
  1. 201541084霍朋强简单表达式求值

    0下载:
  2. 通过简单的计算来进行表达式求值包括了报告(The evaluation of the expression by simple calculation includes the report)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:307kb
    • 提供者:食肉兔
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com