memoization

导读:memoization读音音标

memoization意思解释
MemoizationIn computing, memoization is an optimization technique used primarily to speed up computer programs by havin

memoization读音音标

memoization意思解释

Memoization

In computing, memoization is an optimization technique used primarily to speed up computer programs by having function calls avoid repeating the calculation of results for previously processed inputs. Memoization has also been used in other contexts (and for purposes other than speed gains), such as in simple mutually recursive descent parsingNorvig, Peter,\"Techniques for Automatic Memoization with Applications to Context-Free Parsing,\"Computational Linguistics, Vol.

英英释义

Memoization

In computing, memoization is an optimization technique used primarily to speed up computer programs by having function calls avoid repeating the calculation of results for previously processed inputs. Memoization has also been used in other contexts (and for purposes other than speed gains), such as in simple mutually recursive descent parsingNorvig, Peter, \"Techniques for Automatic Memoization with Applications to Context-Free Parsing,\"Computational Linguistics, Vol.

词汇搭配

短语

Memoization Pattern

使用备忘录模式

top-down with memoization

带备忘的自顶向下法

双语例句

If

you

run into

a

stack

overflow

error

,

change

the

method

to

an

iterative

algorithm

or

make use

ofmemoization

to

avoid

work

repetition

.

如果

遇到

一个

溢出

错误

方法

修改

一个

迭代

算法

或者

使用

制表

可以

避免

重复

工作

Memoization

is

a

technique

widely

used

in

functional

programming

languages

like

Lisp

,

Python

,

and

Perl

for giving

functions

a memory

of

previously

computed

values

.

记忆

一种

广泛

使用

技术

,它

Lisp

Python

Perl

这样

功能

编程

语言

中使用,

功能

赋予

预先

计算

Memoization

is an approach to

avoid

work

repetition

by

caching

previous

calculations

for

later

reuse

,

which

makes

memoization

a

useful

technique

for

recursive

algorithms

.

制表

通过

缓存

先前

计算结果

后续

计算所

重复使用

避免

重复

工作

使得

制表

成为

递归

算法

有用

技术

更多双语例句
memorabilia
memoirs
猜您喜欢......
返回顶部小火箭