Do you like sports? phrase (短语) Yes keep healthy/fit lose weight be more active be positive about life be more confident NO no time don't like sweatin ...
分类:
其他好文 时间:
2019-09-17 09:27:05
阅读次数:
120
import numpy as np import tensorflow as tf x = np.array([[1, 0], [0, 1], [1, 1], [0, 0]]) y = np.array([[1], [1], [0], [0]]) model = tf.keras.models.S... ...
分类:
其他好文 时间:
2019-09-14 19:07:38
阅读次数:
92
```matlab function [best_solution,best_fit,iter] = mySa(solution,a,t0,tf,Markov) % 模拟退化算法 % ===== 输入 ======% % solution 初始解 % a 温度衰减系数 0.99 % t0 初始温度 ...
分类:
编程语言 时间:
2019-09-12 23:44:06
阅读次数:
119
Leetcode之动态规划(DP)专题-309. 最佳买卖股票时机含冷冻期(Best Time to Buy and Sell Stock with Cooldown) 股票问题: 309. 最佳买卖股票时机含冷冻期 714. 买卖股票的最佳时机含手续费 给定一个整数数组,其中第 i 个元素代表了第 ...
分类:
其他好文 时间:
2019-09-08 18:14:03
阅读次数:
76
1.android:numColumns=”auto_fit”//GridView的列数设置为自动2.android:columnWidth=”90dp"//每列的宽度,也就是Item的宽度3.android:stretchMode=”columnWidth"//缩放与列宽大小同步4.android:verticalSpacing=”10dp”//两行之间的边距5.androi
分类:
移动开发 时间:
2019-09-05 10:37:19
阅读次数:
122
We are taught from childhood that warming up is a must in preparation for any exercise. It allows us to gear our muscles up for the strain we are abou ...
分类:
其他好文 时间:
2019-09-03 09:46:40
阅读次数:
109
想要video能自动填充慢父div的大小,只要给video标签加上style="width= 100%; height=100%; object-fit: fill"即可。 object-fit语法 object-fit属性的语法非常的简单: object-fit:fill | contain | ...
分类:
Web程序 时间:
2019-09-02 15:32:43
阅读次数:
95
我是小妖怪,逍遥又自在, 杀人不眨眼,吃人不放盐, 一口七八个,肚皮要撑破, 茅房去拉屎,想起忘带纸。 最近热门的《哪吒之魔童降世》你看了吗?电影中哪吒夹杂着对命运的不公与不甘的一句话: 我命由我不由天, 将影片推向了高潮,不知感动了多少观众。 这部《哪吒》一改之前的天真活泼的哪吒形象,给人了一个全... ...
分类:
其他好文 时间:
2019-08-29 18:07:37
阅读次数:
160
sklearn Key_Word sklearn, datasets, DataFrame, load_* preprocessing, MinMaxScaler, scaler, fit, transform, data, target sklearn数据获取 数据的预处理 数据的标准化: 将每一 ...
分类:
其他好文 时间:
2019-08-25 16:22:32
阅读次数:
179
我们现在大部分人做网页,都是直接用DW插入flash,而且DW也是所见即所得,直接生成了相应的flash显示代码。可是我们又有多少人了解这些直接由DW生成的代码呢?其实我接触flash player标签,是在刚学习html的时候,那时书中插入flash只有最简单的<embed src="" widt ...
分类:
Web程序 时间:
2019-08-24 22:43:15
阅读次数:
207