码迷,mamicode.com
首页 >  
搜索关键字:sets    ( 1333个结果
Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation
Configure Oracle environment It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instan...
分类:数据库   时间:2014-06-24 15:26:00    阅读次数:611
R语言——绘图函数深入学习
利用R自带数据集通过data()函数可以查看R自带数据集。> data()返回以下结果,每一条记录都是一个数据,键入相应的数据名称可以查看具体信息。Data sets in package ¡®datasets¡¯:AirPassengers Monthly Airline ...
分类:其他好文   时间:2014-06-24 12:27:01    阅读次数:193
HDU 11488 Hyper Prefix Sets (字符串-Trie树)
HDU 11488 Hyper Prefix Sets (字符串-Trie树) 题目大意: 假设a表示公共前缀的长度,b表示含有这个前缀的字符串个数,问你a*b的最大值。 解题思路: 建立一棵Trie树,边建边查,直接更新 长度乘以个数的最大值...
分类:其他好文   时间:2014-06-22 21:12:34    阅读次数:307
赵雅智_setImageResource和setImageBitmap
在4.0.4 r1.2中查看android.widget.ImageView源代码可以发现,setImageBitmap()方法其实是调用了setImageDrawable()方法进行重绘。 Sets a Bitmap as the content of this ImageView. Parameters: bm The bitmap to set @android...
分类:其他好文   时间:2014-06-22 19:31:16    阅读次数:251
UVa11488-Hyper Prefix Sets(trie树)
11488 - Hyper Prefix Sets Time limit: 2.000 seconds #include #include #include #include #include #include #include using namespace std; const int maxn = 5000000; vector vs; int cnt,ans...
分类:其他好文   时间:2014-06-22 16:38:22    阅读次数:199
uva 11488 - Hyper Prefix Sets(字典树)
数据结构-字典树...
分类:其他好文   时间:2014-06-21 21:28:59    阅读次数:254
Mongo的Replica Sets (复制集)的配置全过程和心得体会
http://blog.csdn.net/bloggongchang/article/details/7272403一、MongoDB Replica Sets(副本集)简单的说就是有自动故障恢复功能的主从集群,主从集群和副本集的最为明显的区别是副本集没有固定的"主节点":整个集群会选举出来一个"主...
分类:其他好文   时间:2014-06-18 16:11:38    阅读次数:231
Recommendation and Ratings Public Data Sets For Machine Learning
Movies Recommendation:MovieLens- Movie Recommendation Data Setshttp://www.grouplens.org/node/73Yahoo!- Movie, Music, and Images Ratings Data Setshttp:...
分类:其他好文   时间:2014-06-12 14:30:45    阅读次数:308
C++ 异步 IO(三) 异步IO
The oldest solution that people still use for this problem is select(). The select() call takes three sets of fds (implemented as bit arrays): one for...
分类:编程语言   时间:2014-06-10 08:26:42    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!