您要查找的是不是:
- LIFO algorithm 后进先出算法
- This is referred to as LIFO (last in, first out). 栈中的元素被删除的顺序和进入的顺序相反,常被称作后进先出。
- Perhaps for this reason, many businesses change from FIFO to LIFO. 也许由于这一原因,许多企业从使用先进先出法改为使用后进先出法。
- The average cost method is a compromise between LIFO and FIFO. 平均成本法是在先进先出法和后进先出法之间的"一种折衷方法。
- Goertzel algorithm is a fast algorithm of DFT. 戈泽尔算法是离散傅立叶变换的一种快速算法。
- The Stack class and the Stack generic class offer LIFO access. Stack类和Stack泛型类提供LIFO访问。
- Correspond to LIFO and FIFO operations on the stack. 对应的是对栈的LIFO和FIFO操作。
- Rms algorithm and FFT algorithm have been achieved. 实现了均方根算法和FFT算法。
- She uses LIFO method while taking out the refrigerated food. 她用LIFO方法,同时考虑了冷冻食品。
- Use a second algorithm to validate your results. 使用第二套算法来验证你的结果。
- The name of the key exchange algorithm. 密钥交换算法的名称。
- Local algorithm for segmented image interpolation. 分割图像插值的一种局部算法。
- Bad Authentication Algorithm Value Entry %1! S! 坏身份验证算法值项%251!
- Gets the key exchange algorithm used by this. 使用的密钥交换算法。
- Description of the algorithm used with the key. 对密钥所用算法的说明。
- The padding mode used in the hashing algorithm. 哈希算法中使用的填充模式。
- The compare algorithm is used to do the comparison. 比较算法是用来比较属性值的。
- Represents a simple last-in-first-out LIFO non-generic collection of objects. 表示对象的简单的后进先出非泛型集合。
- A very good image compression algorithm! 详细说明:一个很好的图像压缩算法!
- For this reason,a stack is said to have LIFO(list-in/first-out)ordering. 因此,把栈称为是按LIFO(后进先出)排序的。