码迷,mamicode.com
首页 >  
搜索关键字:73、stp安全配置实验之bpdu filtering    ( 285个结果
灰度图像--图像增强 双边滤波 Bilateral Filtering
双边滤波,图像平滑,双边滤波...
分类:其他好文   时间:2015-01-29 15:57:01    阅读次数:1739
12.3.2 筛选和映射
12.3.2 筛选和映射   最常用的序列处理运算,是筛选(filtering)和映射(projection);在第六章,我们用它们处理 F# 函数式列表,和 C# 的泛型 .NET List 类型。LINQ 库中的 Where 和 Select 扩展方法已经可以处理序列,而在 F# 中,使用Seq 模块中两个函数(即 Seq.map 和 Seq.filter),能达到相同效果。...
分类:其他好文   时间:2015-01-22 18:07:14    阅读次数:148
基于模糊聚类和协同过滤的混合推荐系统
Hybrid Recommender System based on Fuzzy Clustering and Collaborative Filtering 给出题目,想找的话直接在ElsevierSD里下载即可。 并不是逐句翻译,一些简单的背景比如经济啦什么的直接忽略,不过笔者会在博文里点出来....
分类:其他好文   时间:2015-01-20 22:03:38    阅读次数:352
[Elasticsearch] 过滤查询以及聚合(Filtering Queries and Aggregations)
本章翻译自Elasticsearch官方指南的Filtering Queries and Aggregations一章。 过滤查询以及聚合 A natural extension to aggregation scoping is filtering. Because the aggregation operates in the context of the quer...
分类:其他好文   时间:2015-01-16 01:15:49    阅读次数:1158
Gradle Goodness: Copy Files with Filtering
Gradle Goodness: Copy Files with FilteringGradle's copy task is very powerful and includes filtering capabilities. This means we can change the conten...
分类:其他好文   时间:2014-12-27 20:23:43    阅读次数:223
Amazon的推荐系统
本文引自http://blog.csdn.net/fwing/article/details/4942886现在的推荐系统特别火啊。做得最好的应该是Amazon了。上面是Amazon的图书推荐。用的就是著名的协同过滤(Collaborative filtering)算法。我们用一个简单的例子来说明。...
分类:其他好文   时间:2014-12-16 22:20:37    阅读次数:188
如何过滤 adb logcat 输出(转载)
转自:http://www.cnblogs.com/imouto/archive/2012/12/11/filtering-adb-logcat-output.html 简介:本文介绍如何在 shell 命令行中过滤 adb logcat 输出的几个小技巧。开发当中经常看到别人的 log 如洪...
分类:数据库   时间:2014-12-12 20:50:01    阅读次数:203
图像处理(卷积)作者太棒了
转自:http://blog.sina.com.cn/s/blog_4bdb170b01019atv.html图像处理-线性滤波-1 基础(相关算子、卷积算子、边缘效应)这里讨论利用输入图像中像素的小邻域来产生输出图像的方法,在信号处理中这种方法称为滤波(filtering)。其中,最常用的是线性滤...
分类:其他好文   时间:2014-12-07 16:19:03    阅读次数:348
Contoso 大学 - 3 - 排序、过滤及分页
原文地址:http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-appli...
分类:编程语言   时间:2014-12-03 19:07:26    阅读次数:258
285条   上一页 1 ... 22 23 24 25 26 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!