搜索资源列表
MatLab
- MatLab工程数学应用 积分,微分,导数,传递函数,拉式变换,Z-变换-matlab
recursion
- 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs
ex6
- 利用堆栈的先入后出的原则进行输出显示, 可用于计算N!(N<=8)-The use of post-first-out stack the principle of output display can be used to calculate N! (N < = 8)
ApplicationStack
- 1.进一步掌握栈的基本操作的实现。 2.掌握栈在算术表达式的计算方面的应用。 -1. Further understand the basic operation of the stack implementation. 2. Control stack in the calculation of arithmetic expression applications.
MA2
- 构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶-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
SARFIA_Matlab
- 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
Practice2
- 车厢调度:程序对栈的任何存取(即更改,读取和状态判别等操作必须借助于基本操作。-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.
stack
- 堆栈的应用,堆栈的存储结构已及常用的基本操作-The application stack, stack, and used storage structure has been the basic operation of
trans
- .把十进制整数转换为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
STACKMAT
- program on stack push pop
closedLoop_Simulation_with_individual_process_mode
- 燃料电池电堆的温度控制,采用预测控制算法实现-PEMFC Stack Temperature Control Study
transmissivity_dbr
- transmissivity of a microcavity resonator in a DBR stack,and emission pattern of different incident angles
reflectivity_DBR
- reflectivity of dbr stack at different input angles
reflectivity_DBR
- Copyed from a Phd paper:This program calculates the reflectivity of a DBR stack。
dsatbx
- 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
ss7-protocol-stack
- ss7 basics. Protocol Stack
mig
- 分两层取两个不同速度的绕射扫描叠加偏移方法-migration code based on diffraction stack
gaosiSignalRight1
- 是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
Tower
- 把最左边竖干从大到小叠放在一起的木块移动到最右边竖干上(木块越多算法越复杂)-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)
BallStackBalancex
- Machine learning - balancing a stack of balls