CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Stack

搜索资源列表

  1. eval

    0下载:
  2. 是一个VB类,相当于vbscr ipt中的eval函数,是用堆栈实现 -VB is a category equivalent to vbscr ipt the eval function is realized using Stack
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.23kb
    • 提供者:秦皇岛
  1. stack

    0下载:
  2. 使用了两个栈存储数据,实现了加减乘除及乘方运算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.24kb
    • 提供者:zhangyun
  1. 命名多项式计数器

    0下载:
  2. 实现多项式表达式的运算器利用栈实现表达式计算器的模板类;用表达式计算器类和多项式类实现多项式表达式的计算器-polynomial expressions for the use of the computing stack to achieve expression calculator template; Using expressions like calculators and polynomial type polynomial expressions Calculator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30.61kb
    • 提供者:白潘恩
  1. Mizmaze

    0下载:
  2. 一个最基本的迷宫算法,利用堆栈实现,首先先自动生成一个迷宫,如果迷宫存在唯一路径,则程序自动求出路径-A basic maze algorithm, using the stack to achieve, first, the automatic generation of a maze, if the maze is the only path, the program automatically find the path
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:882.58kb
    • 提供者:刘曦阳
  1. HanoiStack

    0下载:
  2. 建立抽象基类栈Stack及其派生类顺序栈,然后利用栈实现汉诺塔问题的非递归算法。-Non-recursive algorithm of Hanoi Tower using Stack
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:240.12kb
    • 提供者:yjjj
  1. merge

    0下载:
  2. 在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-20
    • 文件大小:1kb
    • 提供者:林雨
  1. eptree112d

    0下载:
  2. 使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:207.45kb
    • 提供者:limiaoji
  1. main

    0下载:
  2. 表达式运算(计算器),用栈的方法求表达式的值,包括括号及优先级-Expression operator (Calculator), using the stack method of expression for the value, including the brackets and Priority
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.6kb
    • 提供者:苏若水
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21.41kb
    • 提供者:
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.91kb
    • 提供者:梅国伟
  1. New1

    0下载:
  2. generalised stack using array
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.5kb
    • 提供者:aakanksha89
  1. Stack

    0下载:
  2. This a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from Decimal to Binary-This is a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:190.11kb
    • 提供者:Le Quoc Dung
  1. ExperimentsOfParallelAlgorithms

    1下载:
  2. 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
  3. 所属分类:Algorithm

    • 发布日期:2016-06-23
    • 文件大小:1.1mb
    • 提供者:绿城苍狼
  1. ScientificCalculator

    0下载:
  2. DOS下的科学计算器,主要是通过把表达式转换为逆波兰式,再利用堆栈递归求解;-Under DOS scientific calculator, mainly through the expression is converted to Reverse Polish-style, and then use recursion to solve the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:95.67kb
    • 提供者:yuwq07
  1. again

    0下载:
  2. 是一种数独的一种运算方法。是用的栈的方法。也可以用递归的方法。-Sudoku is a kind of a calculation method. Stack is the method used. Can also use the recursive method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:762byte
    • 提供者:ZCH
  1. Maths_expr215140542009

    0下载:
  2. This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:117.37kb
    • 提供者:serkan
  1. scp-stack-1.0.tar

    0下载:
  2. SCP-MAC is an MAC protocol designed for wireless sensor networks.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:82.95kb
    • 提供者:Alak Roy
  1. stack

    0下载:
  2. pthread stack program calculate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:634byte
    • 提供者:athiwath
  1. stack

    0下载:
  2. 利用栈的原理实现一般多多项式的加减运算,对于理解栈的原理有帮助-Stack implementation using the principles of addition and subtraction of polynomials and more generally, for help to understand the principles of the stack
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10.72kb
    • 提供者:李传林
  1. STACK-CALCULATOR

    0下载:
  2. 以c++为语言的基于栈的计算器源代码,支持括号优先级操作,而且可以对异常错误进行处理-c++ stack calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1.85mb
    • 提供者:shenyueling
« 12 3 4 »
搜珍网 www.dssz.com