搜索资源列表
(DP)
- 又见最少失约: F[i,j] 表示 考虑前i个会议,截止时间<=j 时 的最大价值。 初值 F[i,0]=0 递推:F[i][A[i].end]=max{ F[j][A[j].end]+A[i].weight } 其中0 <= j < i -See also the least missed appointments
58IVl7V7
- 推箱子游戏 只做到了前四关 有其他的内容可以继续补上-Push the case
back-forward-power-flow
- 对简单开式网前推回代法计算潮流方便,已通过编译,有运行结果-back forward power flow
qiantuihuidaifa
- 配电网中,传统IEEE39节点,前推回代潮流计算。-Distribution power flow calculation。
dsg
- 利用MATLAB对基于前推回代法的IEEE33节点的配电网进行的潮流计算.- The power flow calculation of IEEE33 node Based on back/forward sweep method