由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: Is this problem difficult?
相关主题
paper help (转载)贴个职位。。
Re: who has ever used GROMACS?Paper Help
请教一个解多体dynamics的问题[合集] paper help
Fortran badBiology-Project manager, Sales Manager and OPT internship opportunities
Re: what's CFD?Re: a probability problem, anyone can help me?
numerical ODE又来啦[转载] Re: Matched Filter: problems for discussion
Nonequilibrium phase transition.Re: 另外一道高中物理题-征解
Re: 请问有关chaos的书Relationship with previous advisor
相关话题的讨论汇总
话题: otherwise话题: difficult话题: problem话题: dynamic话题: sothat
进入Science版参与讨论
1 (共1页)
m******r
发帖数: 3
1
Dynamic programming
Assuming you have already known if x[n-1] = x1*...*xn-1 can be a, b, or c or not.
Let S[n][j] to be an array, sothat if x[n] can be a, then S[n][1]=1, otherwise 0
if x[n] can be b, then S[n][2]=1, otherwise 0
if x[n] can be c, then S[n][3]=1, otherwise 0
Now move to n, since we have know S[n-1][j], it will be easy to check S[n][j]
That is DP.
1 (共1页)
进入Science版参与讨论
相关主题
Relationship with previous advisorRe: what's CFD?
随机序列问题 (转载)numerical ODE又来啦
Event trackingNonequilibrium phase transition.
最近的一些职场心得 (转载)Re: 请问有关chaos的书
paper help (转载)贴个职位。。
Re: who has ever used GROMACS?Paper Help
请教一个解多体dynamics的问题[合集] paper help
Fortran badBiology-Project manager, Sales Manager and OPT internship opportunities
相关话题的讨论汇总
话题: otherwise话题: difficult话题: problem话题: dynamic话题: sothat