码迷,mamicode.com
首页 >  
搜索关键字:introduce    ( 268个结果
红黑树
转自:http://www.cnblogs.com/yangecnu/p/Introduce-2-3-Search-Tree.html 前面一篇文章介绍了2-3查找树,可以看到,2-3查找树能保证在插入元素之后能保持树的平衡状态,最坏情况下即所有的子节点都是2-node,树的高度为lgN,从而保证了 ...
分类:其他好文   时间:2017-07-09 22:09:35    阅读次数:262
B树与B+树
转自:http://www.cnblogs.com/yangecnu/p/Introduce-B-Tree-and-B-Plus-Tree.html 前面讲解了平衡查找树中的2-3树以及其实现红黑树。2-3树种,一个节点最多有2个key,而红黑树则使用染色的方式来标识这两个key。 维基百科对B树的 ...
分类:其他好文   时间:2017-07-09 22:08:07    阅读次数:297
2-3 树
转自:http://www.cnblogs.com/yangecnu/p/Introduce-2-3-Search-Tree.html 前面介绍了二叉查找树(Binary Search Tree),他对于大多数情况下的查找和插入在效率上来说是没有问题的,但是他在最差的情况下效率比较低。本文及后面文章 ...
分类:其他好文   时间:2017-07-09 22:07:52    阅读次数:273
A Taxonomy for Performance
A Taxonomy for Performance In this section, we introduce some basic performance metrics. These provide a vocabulary for performance analysis and allow ...
分类:其他好文   时间:2017-07-07 10:07:30    阅读次数:214
【经典数据结构】B树与B+树(转)
本文转载自:http://www.cnblogs.com/yangecnu/p/Introduce-B-Tree-and-B-Plus-Tree.html 维基百科对B树的定义为“在计算机科学中,B树(B-tree)是一种树状数据结构,它能够存储数据、对其进行排序并允许以O(log n)的时间复杂度 ...
分类:其他好文   时间:2017-07-05 18:03:29    阅读次数:247
深度神经网络好的网站
http://www.ipcv.org/on-object-detection/ introduce come CNN models and their pre-trained model , paper. https://mp.weixin.qq.com/s/ZKMi4gRfDRcTxzKlTQb ...
分类:Web程序   时间:2017-07-02 21:17:00    阅读次数:188
Briefly introduce what is backpropagation ?
Backpropagation is a training algorithm used for a multilayer neural networks, it allows for efficient computation of the gradient. The backpropagatio ...
分类:其他好文   时间:2017-06-23 15:45:07    阅读次数:134
WCF: Generate Proxy Class and Configuration file for Client
1. please keep WCF service running 2. and two ways to achive this a. add Service Reference (will not introduce this since there're so many resources o ...
分类:其他好文   时间:2017-06-14 02:23:57    阅读次数:328
IntelliJ IDEA 编译方式介绍
原文:https://github.com/judasn/IntelliJ-IDEA-Tutorial/blob/newMaster/make-introduce.md 编译方式介绍 相比较于 Eclipse 的实时自动编译,IntelliJ IDEA 的编译更加手动化,虽然 IntelliJ ID ...
分类:其他好文   时间:2017-06-07 22:22:58    阅读次数:260
C# - Generics
Generics were added to version 2.0 of the C# language and the common language runtime (CLR). Generics introduce to the .NET Framework the concept of t ...
分类:Windows程序   时间:2017-05-29 21:40:39    阅读次数:276
268条   上一页 1 ... 10 11 12 13 14 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!