Teachers, it is thought, benefit from the practice of reflection, the conscious act of thinking deeply about and carefully examining the interactions ...
分类:
其他好文 时间:
2019-11-08 21:24:12
阅读次数:
103
题意:给出A,C,找出最小的C使得lcm(A,B)=C 思路:lcm=(a*b)/gcd,把等号两侧同时除以a得到lcm/a=b/gcd左侧是已知的,右侧的gcd是a的因子中的一个,直接枚举a的所有因子找到答案就行了。 1 #include<math.h> 2 #include<stdio.h> 3 ...
分类:
其他好文 时间:
2019-10-19 18:58:25
阅读次数:
103
Refer: https://www.ietf.org/rfc/rfc2326.txt Network Working Group H. SchulzrinneRequest for Comments: 2326 Columbia U.Category: Standards Track A. Rao ...
分类:
其他好文 时间:
2019-09-13 17:47:09
阅读次数:
116
使用tensorflow model库里的cifar10 多gpu训练时,最后测试发现时间并没有减少,反而更慢 参考以下两个链接 https://github.com/keras-team/keras/issues/9204 https://medium.com/@c_61011/why-multi ...
分类:
其他好文 时间:
2019-08-19 18:57:40
阅读次数:
205
tensorflow执行KMeans算法。 代码如下: from __future__ import print_function?# Ignore all GPUs, tf random forest does not benefit from it.import os?import numpy ...
分类:
编程语言 时间:
2019-07-14 09:30:53
阅读次数:
125
随机森林算法原理请参照上篇:随机森林。数据依旧为MNIST数据集。 代码如下: from __future__ import print_function?# Ignore all GPUs, tf random forest does not benefit from it.import os?i ...
分类:
编程语言 时间:
2019-07-14 09:17:15
阅读次数:
420
What’s is the benefit / drawback of these two alternatives? Using object spread options = {...optionsDefault, ...options}; Or using Object.assign opti ...
分类:
Web程序 时间:
2019-07-12 12:41:27
阅读次数:
155
我们要区别的概念:KEIL UVision,KEIL MDK,KEIL For ARM,RealView MDK,KEIL C51,KEIL C166,KEIL C251 从接触MCS-51单片机开始,我们就知道有一个叫KEIL的软件。在开发单片机时,使用的是C语言或者汇编语言,我们知道,这两种语言 ...
分类:
其他好文 时间:
2019-06-21 18:42:48
阅读次数:
174
N(Need)需求: 现如今数据越来越零碎化,繁杂化,身为在校大学生的我们也因此对于时间的利用率也相应减少,为了时间的充分利用,减少在冗杂的信息中耽误的时间,充分利用大学资源,因此我们打算做一个专门发布信息的App。 A(Approach)做法: 做一个发布各种信息的App,比如自己需要什么东西,若 ...
分类:
移动开发 时间:
2019-04-17 20:57:25
阅读次数:
258
各位领导/投资人/用户/合作伙伴: 我们的产品 <foo> 是为了解决 <目标用户> 的痛苦, 他们需要 <Need>, 但是现有的方案并没有很好地解决这些需求,我们有独特的办法 <Approach>, 它能给用户带来好处 <Benefit>, 远远超过竞争对手 <Competitor>. 同时,我 ...
分类:
其他好文 时间:
2019-04-15 19:39:33
阅读次数:
152