浅入动态规划 dynamic programming is a method for solving a complex problem by breaking it down into a collection of simpler subproblems. 最近进行动态规划的学习,看到了一个很好的例子,现在把它记录下来仅供自我知识梳理 1. 从一个生活问题谈起 作者:阮行止 先来看看生活中经常遇到的事吧--假设您是个土豪,身上带了足够的1.5.10.20.50.100元面值的钞票.现在您的目…
4 x i x i = - 4 就是"4"在数轴上旋转了180度. 那么4 x i = 4i 就旋转了90度. 复数的意义就表示旋转 乘以-1,表示x正半轴的数,围绕原点,逆时针偏转180°,落到x负半轴: 乘以i,表示x正半轴的数,围绕原点,逆时针偏转90°,落到y正半轴: 乘以-i,表示从x正半轴,围绕原点,逆时针偏转270°,落到y负半轴. (所以你看,这就是i∧2的由来,旋转(乘)了两个"i",就是旋转(乘)了一个"-1". (作者:Ga…
Candidate Elimination Thanks for Sanketh Vedula. This is a good demo to understand candidate elimination algorithm that I have optimized based on this guy's good work. rika@rika-UX303UB$ ./a.out <Input> Number of Features: <Input> Number of At…