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

搜索资源列表

  1. MatLab

    0下载:
  2. MatLab工程数学应用 积分,微分,导数,传递函数,拉式变换,Z-变换-matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7243139
    • 提供者:nightsnow
  1. recursion

    0下载:
  2. 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2973
    • 提供者:sulihao
  1. ex6

    0下载:
  2. 利用堆栈的先入后出的原则进行输出显示, 可用于计算N!(N<=8)-The use of post-first-out stack the principle of output display can be used to calculate N! (N < = 8)
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1058
    • 提供者:zzyhyuan
  1. ApplicationStack

    0下载:
  2. 1.进一步掌握栈的基本操作的实现。 2.掌握栈在算术表达式的计算方面的应用。 -1. Further understand the basic operation of the stack implementation. 2. Control stack in the calculation of arithmetic expression applications.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:252485
    • 提供者:timmy
  1. MA2

    0下载:
  2. 构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶-Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1769
    • 提供者:小马
  1. SARFIA_Matlab

    0下载:
  2. thresholding_demo.m interactively loads an image stack, performs thresholding based on the Laplace operator and extracts time-series information from the image stack based on a binary mask provided by the thresholding operation.-thresholding_demo.m i
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3686
    • 提供者:Karthi
  1. Practice2

    0下载:
  2. 车厢调度:程序对栈的任何存取(即更改,读取和状态判别等操作必须借助于基本操作。-Train scheduling: proceedings of the stack of any access (that is, changing, reading and state identification must be by means of basic operations such as Operation.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3361
    • 提供者:李翔
  1. stack

    0下载:
  2. 堆栈的应用,堆栈的存储结构已及常用的基本操作-The application stack, stack, and used storage structure has been the basic operation of
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:601
    • 提供者:王乐
  1. trans

    0下载:
  2. .把十进制整数转换为2至9之间的任一进制数输出。(利用堆栈) 提示:void transform(long num,int r) //把一个长整型数num转换为一个r进制数输出。 转换方法是逐次除基数r取余法。输出时需要反向输出得到的余数,因此需要用到堆栈。-. To convert a decimal integer between 2 to 9 for a hexadecimal number of any output. (Using stack) Tip: void tran
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:540
    • 提供者:pamela
  1. STACKMAT

    0下载:
  2. program on stack push pop
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:766
    • 提供者:shishir
  1. closedLoop_Simulation_with_individual_process_mode

    8下载:
  2. 燃料电池电堆的温度控制,采用预测控制算法实现-PEMFC Stack Temperature Control Study
  3. 所属分类:matlab

    • 发布日期:2015-05-22
    • 文件大小:284728
    • 提供者:lidia
  1. transmissivity_dbr

    0下载:
  2. transmissivity of a microcavity resonator in a DBR stack,and emission pattern of different incident angles
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1594
    • 提供者:liming
  1. reflectivity_DBR

    0下载:
  2. reflectivity of dbr stack at different input angles
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:10673
    • 提供者:liming
  1. reflectivity_DBR

    0下载:
  2. Copyed from a Phd paper:This program calculates the reflectivity of a DBR stack。
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1174
    • 提供者:liming
  1. dsatbx

    0下载:
  2. matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implem
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:117173
    • 提供者:austin
  1. ss7-protocol-stack

    0下载:
  2. ss7 basics. Protocol Stack
  3. 所属分类:matlab

  1. mig

    2下载:
  2. 分两层取两个不同速度的绕射扫描叠加偏移方法-migration code based on diffraction stack
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:596
    • 提供者:王飞
  1. gaosiSignalRight1

    0下载:
  2. 是matlab产生一个高斯脉冲的程序,并且叠加了高斯噪声,可以画出输入与输出的图形,并且对其时延进行了估计-Is the matlab produce a gaussian pulse program, and stack the gaussian noise, can draw the input and output of the graphics, and the time delay were estimated
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1470
    • 提供者:zhoubiquan
  1. Tower

    0下载:
  2. 把最左边竖干从大到小叠放在一起的木块移动到最右边竖干上(木块越多算法越复杂)-Descending to the left of the vertical stack of dry wood together to move to the far right of the vertical trunk (piece of wood the more the more complex algorithms)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5501
    • 提供者:王中锋
  1. BallStackBalancex

    0下载:
  2. Machine learning - balancing a stack of balls
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:38030
    • 提供者:rooum
« 12 »
搜珍网 www.dssz.com