多维函数梯度(偏导数组成) 方向导数: 迭代方程: 发现,最优值取值在x1=0,x2=0 附近 ...
分类:
其他好文 时间:
2018-12-03 12:54:44
阅读次数:
280
commodity_list=[['iphone6s',5800],['mac book',9000],['coffee',32],['python book',80],['bicycle',1500]] #商品列表purchased_commodity=[] #已购商品列表while True: ...
分类:
其他好文 时间:
2018-12-03 00:53:08
阅读次数:
198
1.环境检查 是否安装xcode 是否安装homebrew 是否通过homebrew 安装 automake 是否通过homebrew安装libtool 是否下载TensorFlow源码(github: https://github.com/tensorflow/tensorflow) 2.开始制作 ...
分类:
移动开发 时间:
2018-12-02 19:24:37
阅读次数:
216
"传送门" 直接莫队即可。 cpp include include include include define MAXN 50005 struct Node { int l,r,num,ans; }G[MAXN]; int book[MAXN]; int cur[MAXN],rec[MAXN]; ...
分类:
其他好文 时间:
2018-12-01 20:27:15
阅读次数:
192
英文:https://www.consul.io/intro/getting-started/install.html 中文:http://www.liangxiansen.cn/2017/04/06/consul/ 中文:https://www.gitbook.com/book/vincentmi ...
分类:
其他好文 时间:
2018-12-01 15:19:41
阅读次数:
238
A. Vasya and Book time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A. Vasya and Book time ...
分类:
其他好文 时间:
2018-11-30 22:43:59
阅读次数:
387
题目描述: Vasya is reading a e-book. The file of the book consists of nn pages, numbered from 11 to nn. The screen is currently displaying the contents of ...
分类:
其他好文 时间:
2018-11-30 21:46:56
阅读次数:
190
来自:http://billie66.github.io/TLCL/book/chap05.html Be Careful With rm! 小心 rm! Unix-like operating systems such as Linux do not have an undelete comman ...
分类:
系统相关 时间:
2018-11-30 11:41:59
阅读次数:
178
-- 一、创建表-- 创建图书馆管理系统所涉及的表-- 创建产品销售系统所涉及的表-- 图书表book(bid,bname,price,qty)DROP TABLE book cascade constraints;DROP TABLE lib;DROP TABLE reader; DROP TAB ...
分类:
其他好文 时间:
2018-11-30 11:27:49
阅读次数:
233