码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
Security4:Role 和 Permission
Grants permissions on a securable to a principal. The general concept is to GRANT <some permission> ON <some object> TO <some user, login, or group>.
分类:其他好文   时间:2016-02-01 23:50:06    阅读次数:468
读《2015人工智能重大突破》总结
原文网址:http://geek.csdn.net/news/detail/505591.2015年人工智能重大的突破分为5类:跨环境抽象(abstracting across environments),直觉概念理解(intuitive concept understanding),创造性抽象思维...
分类:其他好文   时间:2016-01-13 10:49:20    阅读次数:140
Q-learning 算法学习-1
从下面的网站进行学习。http://mnemstudio.org/path-finding-q-learning-tutorial.htmhis tutorial introduces the concept of Q-learning through a simple but comprehens...
分类:编程语言   时间:2015-12-31 20:57:57    阅读次数:352
yii2 behaviors 相关文章
http://www.digpage.com/basic.htmlhttp://www.digpage.com/behavior.htmlhttp://www.yiibai.com/yii2/concept-behaviors.html开发Yii2过滤器并通过behaviors()行为调用 :htt...
分类:其他好文   时间:2015-12-19 16:21:16    阅读次数:168
sublinear function
from wikipediathe concept of sublinear function in CS and Mathematics is different.Every sublinear function is aconvexfunctional
分类:其他好文   时间:2015-12-06 19:08:16    阅读次数:129
[Javascript] What is JavaScript Function Currying?
Currying is a core concept of functional programming and a useful tool for any developer's toolbelt.Example 1:let f = a => b => c => a+b+c;let result ...
分类:编程语言   时间:2015-11-29 06:19:04    阅读次数:140
TCP Sliding Window
Sliding window is an interesting concept. In terms of TCP, receiver’s window represents the amount of data that the receiver is willing to accept. In this article, we will cover TCP sliding windo...
分类:Windows程序   时间:2015-11-15 19:23:57    阅读次数:281
ULK --- Chap3 Processes
The concept of a process is fundamental to any multiprogramming operating system. A processis usually defined as an instance of a program in execution...
分类:其他好文   时间:2015-11-05 06:12:00    阅读次数:203
NS3之路---Tutorial解读---Beginning&&Concept
鉴于前面已经有写过了ns3安装的部分,因此也就不重新介绍beginning部分了。第四章介绍了几个网络中非常重要的概念。对于网络比较熟悉的基本上一看就能懂,理解这几个概念对于理解ns3十分重要。下面就是tutorial第四章的相关翻译工作。相关概念介绍首先,在进行ns3程序开发之前,我们有必要对相关...
分类:其他好文   时间:2015-11-02 23:06:36    阅读次数:369
Java速成手册1.5
这是对1.0版本的一些补充。0.Basic ConceptJava程序中的主方法:Main1.Object-Oriented Programming1.0 Concept抽象:封装:对象对外提供功能接口 访问权限:private、public、protected、默认继承:父类->子类,继承属性.....
分类:编程语言   时间:2015-10-25 20:48:15    阅读次数:150
316条   上一页 1 ... 19 20 21 22 23 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!