码迷,mamicode.com
首页 >  
搜索关键字:terms    ( 343个结果
java Object类学习
/* * Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:编程语言   时间:2015-10-08 10:32:34    阅读次数:372
Master Theorem
Master theorem provides a solution in asymptotic terms to solve time complexity problem of most divide and conquer algorithms.Recurrence relations of ...
分类:其他好文   时间:2015-10-07 06:18:52    阅读次数:208
Spring中的cache
首先说一下Cache和Buffer的区别,下面一段话说的比较清楚Cache vs BufferThe terms "buffer" and "cache" tend to be used interchangeably; note however they represent different t...
分类:编程语言   时间:2015-10-04 23:32:48    阅读次数:306
app被Rejected 的各种原因翻译(转)
原文:http://www.cnblogs.com/sell/archive/2013/02/16/2913341.html1. Terms and conditions(法律与条款)1.1As a developer of applications for the App Store you ar...
分类:移动开发   时间:2015-09-30 17:50:42    阅读次数:326
条款38:通过复合塑模has-a或“根据某物实现出”
NOTE: 1.复合(composition)的意义和public继承完全不同。 2.在应用域(application domain),复合意味 has-a(有一个)。 在实现域(implementation domain),复合意味is-implemented-in-terms...
分类:其他好文   时间:2015-09-23 23:10:13    阅读次数:165
条款39:明智而审慎地使用private继承(use private inheritance judiciously)
NOTE: 1.private 继承意味 is-implemented-in-terms-of(根据某物实现出)。它通常比复合(composition)的级别低。但是当derivated class需要访问protected base class的成员,或需要重新定义继承而来的virtual函数.....
分类:其他好文   时间:2015-09-23 23:08:45    阅读次数:179
ES权威指南(中文版)学习_聚合_3
1、查找所有员工最大的共同爱好: GET?/megacorp/employee/_search?{ ????"aggs":{ ????????"all_interests":{ ????????????"terms":{ ????????????????"field":"inte...
分类:其他好文   时间:2015-09-21 16:05:00    阅读次数:212
Linux - Network Configuration
Part 1: Basic Network TerminologyBefore setting up a network or accessing an existing network, it is important to know some key terms that are related...
分类:Web程序   时间:2015-09-20 17:44:52    阅读次数:186
rt serial 的编写
/** Copyright (C) 2005-2007 Jan Kiszka .** Xenomai is free software; you can redistribute it and/or modify it* under the terms of the GNU General Publ...
分类:其他好文   时间:2015-09-16 17:18:16    阅读次数:150
jdk7 - java.util.HashMap
/* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:编程语言   时间:2015-09-16 15:27:55    阅读次数:260
343条   上一页 1 ... 21 22 23 24 25 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!