F_G

许多问题需要说清楚就可以&&走永远比跑来的重要

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页

2015年9月2日 #

算法网站

摘要: 1、www.leetcode.org2、http://www.cricode.com/3083.html3、www.lintcode.org4、http://www.careercup.com/ 阅读全文

posted @ 2015-09-02 20:54 F_G 阅读(187) 评论(0) 推荐(0) 编辑

[Leetcode] Number of 1 Bits 关于位操作的思考

摘要: Number of 1 BitsWrite a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as the Hamming weight).For examp... 阅读全文

posted @ 2015-09-02 10:17 F_G 阅读(129) 评论(0) 推荐(0) 编辑

2015年9月1日 #

[Computer Netword] Tcp Udp 区别

摘要: Tpc | UDP一、面向连接,不面向连接二、可靠,不可靠三、数据量小,数据量大四、慢,快 阅读全文

posted @ 2015-09-01 22:40 F_G 阅读(157) 评论(0) 推荐(0) 编辑

[Computer Network] Tcp慢启动和拥塞控制

摘要: 发送端维持的发送窗口也叫拥塞窗口rwnd一、慢启动从rwnd=1开始,指数增长二、拥塞控制当到达阈值之后,改为线性增长三、发生拥塞的时候,将rwnd设为1,阈值设为当前rwnd的一半 阅读全文

posted @ 2015-09-01 22:28 F_G 阅读(366) 评论(0) 推荐(0) 编辑

[Leetcode] Sliding Window Maximum

摘要: Sliding Window MaximumGiven an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You ... 阅读全文

posted @ 2015-09-01 20:25 F_G 阅读(176) 评论(0) 推荐(0) 编辑

[Leetcode] Different Ways to Add Parentheses

摘要: Different Ways to Add ParenthesesGiven a string of numbers and operators, return all possible results from computing all the different possible ways t... 阅读全文

posted @ 2015-09-01 19:36 F_G 阅读(171) 评论(0) 推荐(0) 编辑

[推荐] 协同滤波 —— Collaborative Filtering (CF)

摘要: 协同滤波在推荐当中应用比较广泛的算法,协同滤波主要是有两种方式:既然是推荐,一定设计人和物两个方面,因此 CF分为基于用户的CF和基于item的CF。一、基于用户的CF计算用户之间的相似性,并且推荐相互之间物品的差集,这里的特征向量是item列表向量;二、基于item的CF主要是计算item之间的相... 阅读全文

posted @ 2015-09-01 17:11 F_G 阅读(2232) 评论(0) 推荐(0) 编辑

[数据挖掘] 数据归一化

摘要: 在数学建模当中用到了非常多数据归一化的问题,将数据进行归一化,往往是后续数据处理和分析的基础。由于量纲的不同,不同数据之间并没有可比性。使用数据的归一化,可以消除量纲的影响,便于综合分析。[1]当中提到了两种数据归一化方法,max-min和z-score方法,两种方法的一个比较大的区别是是否能够拥抱... 阅读全文

posted @ 2015-09-01 16:41 F_G 阅读(291) 评论(0) 推荐(0) 编辑

2015年8月31日 #

[Leetcode] Basic Calculator II

摘要: Basic Calculator IIImplement a basic calculator to evaluate a simple expression string.The expression string contains only non-negative integers, +, -... 阅读全文

posted @ 2015-08-31 20:51 F_G 阅读(195) 评论(0) 推荐(0) 编辑

[Leetcode] Basic Calculator

摘要: Basic CalculatorImplement a basic calculator to evaluate a simple expression string.The expression string may contain open ( and closing parentheses )... 阅读全文

posted @ 2015-08-31 19:56 F_G 阅读(143) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 23 下一页