Linux 安装 Python2.7 + tensorflow0.12 Posted on 2020年7月19日 by WonderBoy 一、说明 笔者手边有一个人工智能源码,是采用Python2.7+tensorflow0.12编写的。笔者尝试运… +
组合数 Posted on 2019年11月14日2019年11月14日 by WonderBoy 通项公式 \tbinom{n}{m} = \frac{m!}{(m-n)!n!} 递推式 三角递推式(适用于求… +
背包动态规划 Posted on 2019年7月19日2019年10月13日 by WonderBoy 背包动态规划 2019.07.08 1. 0/1 背包(ZeroOnePack) Problem 有 N 件物… +