码迷,mamicode.com
首页 >  
搜索关键字:cf 525 d    ( 2836个结果
CF#260 B. Fedya and Maths
Fedya studies in a gymnasium. Fedya's maths hometask is to calculate the following expression: (1n?+?2n?+?3n?+?4n) mod 5 for given value of n. Fedya managed to complete the task. Can you? Note tha...
分类:其他好文   时间:2014-08-09 11:47:07    阅读次数:404
CF#260 C.Boredom
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to play it. Given a sequence a consisting of n integ...
分类:其他好文   时间:2014-08-09 11:42:48    阅读次数:311
IOS开发——网络编程总汇
关于IOS的网络编程,大家都会想到BSD ,CFNetwork和NSURL之类的库,尽管现在很多第三方库非常方便,但是作为一名开发者,也需要了解底层代码。 下面的思维导图是关于目前开发中用到的各种协议通讯实现,数据交互格式写成,包括比较底层的CF库实现等,也含有第三方库的介绍。 关于demo,由于服务端是java写的,大家可以网上找代码就醒了,客户端demo仍然可以找我要...
分类:移动开发   时间:2014-08-06 14:52:51    阅读次数:305
mahout0.9注意事项SlopeOneRecommender
1、今天试验SlopeOne推荐算法,结果没有提示。心想是不是少了jar包,查查不少。通过网络查询定位此类所在的位置为:org.apache.mahout.cf.taste.impl.recommender.slopeone.包下面,所以去查看jar包,发现没有。查看src包也没有这个类的源码,之后...
分类:其他好文   时间:2014-08-05 14:04:09    阅读次数:231
mahout推荐5-偏好数据的表示
Preference对象:单个用户Id,物品ID和偏好值,实现GenericPreferencePreferenceArray数组,单个用户所有偏好值数组,实现GenericPreferenceArray代码示例:package mahout;import org.apache.mahout.cf....
分类:其他好文   时间:2014-08-04 13:33:27    阅读次数:196
系统数据监控
系统数据监控。using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Text;using System.Threading;using Arch.CF...
分类:其他好文   时间:2014-08-04 10:51:27    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!