题目 给一个正整数num,返回小于或等于num的斐波纳契奇数之和。 斐波纳契数列中的前几个数字是 1、1、2、3、5 和 8,随后的每一个数字都是前两个数字之和。 例如,sumFibs(4)应该返回 5,因为斐波纳契数列中所有小于4的奇数是 1、1、3。 题目 给一个正整数num,返回小于或等于nu ...
分类:
其他好文 时间:
2017-05-25 16:46:45
阅读次数:
224
之前在自己的測试环境上做了个异机恢复,原来的库上是配置过EM的,可是在恢复的库上去启动EM就报错了。以下看详细解决过程: PS:原主机名为zlm,恢复出来的主机名为bak [root@bak ~]# su - oracle [oracle@bak ~]$ emctl status dbconsole ...
分类:
其他好文 时间:
2017-05-21 10:46:06
阅读次数:
348
MySQL故障处理一例_Another MySQL daemon already running with the same unix socket ...
分类:
数据库 时间:
2017-05-10 01:04:32
阅读次数:
228
https://www.ibm.com/developerworks/cn/java/j-lo-java8streamapi/ 构造Stream 数值流的构造 流转化为其他数据结构 流的操作分类 Intermediate: map (mapToInt, flatMap 等)、 filter、 dis ...
分类:
编程语言 时间:
2017-04-30 18:43:52
阅读次数:
335
深度在神经网络中有及其重要的作用,但越深的网络越难训练。 随着深度的增加,从训练一开始,梯度消失或梯度爆炸就会阻止收敛,normalized initialization和intermediate normalization能够解决这个问题。但依旧会出现degradation problem:随着深 ...
分类:
其他好文 时间:
2017-04-11 16:28:40
阅读次数:
229
下一代平台服务的目标 .NET框架的组成 编译成CIL(Common Intermediate Language,公共中间语言) 编译成本机代码并执行 CLR(Common Language Runtime,公共语言运行库) CLI(Common Language Infrastructure,公共 ...
发现贴图 http://www.nvidia.com/object/real-time-normal-map-dxt-compression.html http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-13-normal-m ...
分类:
其他好文 时间:
2017-03-16 17:14:18
阅读次数:
163
this is the problem with latest adt that is 20.0.3. you can instead rename the *.9.png to *.png and start working. i think this is the bug with the ad ...
分类:
移动开发 时间:
2017-01-21 18:31:57
阅读次数:
429
编译器直接支持的数据类型称为基元类型。基元类型直接映射到Framework类库(FCL)中存在的类型。比如在c#中int直接映射到曹衍涛 System.Int32类型. IL(IL可以指Intermediate Language,同MSIL(Microsoft Intermediate Langua ...
分类:
编程语言 时间:
2017-01-07 09:59:16
阅读次数:
211