自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (12)
  • 收藏
  • 关注

原创 LeetCode[Stack]----Min Stack&Stack&Queue

整理一下LeetCode上三道与栈有关的题,分别是Implement Queue using Stacks,Implement Stack using Queues和Min Stack。1.Implement Queue using StacksImplement the following operations of a queue using stacks.

2016-04-30 15:25:48 4039

转载 Logistic回归总结

Logistic回归总结作者:洞庭之子微博:洞庭之子-Bing(2013年11月)PDF下载地址:http://download.csdn.net/detail/lewsn2008/65474631.引言看了Stanford的Andrew Ng老师的机器学习公开课中关于Logistic Regression的讲解,然后又看了《机器学习实战》中

2016-04-29 20:09:15 769

转载 从最大似然到EM算法浅解

从最大似然到EM算法浅解[email protected]://blog.csdn.net/zouxy09        机器学习十大算法之一:EM算法。能评得上十大之一,让人听起来觉得挺NB的。什么是NB啊,我们一般说某个人很NB,是因为他能解决一些别人解决不了的问题。神为什么是神,因为神能做很多人做不了的事。那么EM算法能解决什么问题呢?或者说EM算法是因为什

2016-04-27 10:15:52 736

原创 LeetCode[Design]----Peeking Iterator

Peeking IteratorGiven an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation -- it essentially peek() at the

2016-04-22 21:11:02 2234

原创 LeetCode[Math]----Excel Sheet Column Title----Excel Sheet Column Number

Excel Sheet Column TitleGiven a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27

2016-04-22 16:28:27 1521

原创 LeetCode[Array]---- 4Sum

4SumGiven an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.Note:

2016-04-19 11:28:08 868

原创 LeetCode[Array]----3Sum Closest

3Sum Closest Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each i

2016-04-19 10:03:10 820

原创 LeetCode[Array]----3Sum

3SumGiven an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:Elements in a tr

2016-04-18 21:20:11 743

Apriori算法Python实现

Apriori算法Python实现

2016-09-02

python20.21 cookielib模块翻译.pdf

python20.21 cookielib模块翻译.pdf

2016-03-17

python版命令行2048

python版2048游戏,命令行中运行,代码讲解可参考博客 http://blog.csdn.net/whiterbear

2015-07-27

python练习册代码

python练习册代码,Show-Me-the-Code

2015-07-15

基于社交网络的情绪化分析

这是我毕设项目的源码,题目是《基于社交网络的情绪化分析》。意义是:使用数据分析的方法,从数学的角度去研究在社交网络上人们表达情绪的倾向。

2015-06-26

python cookielib模块的翻译文档

该PDF文档是翻译python标准库中的cookielib模块的内容。供大家学习,翻译的水平有限,有什么问题大家尽管指出,我会尽早改正。

2015-04-07

百度地图应用样例

百度地图给我们提供很nice的API,我们在实际项目中可以调用这些API完成很多跟位置相关的操作。 样例将介绍如何使用API进行定位,标注,绘图等功能。 详情介绍:http://blog.csdn.net/whiterbear/article/details/36441827

2014-07-02

Python SAX处理XML文件

本代码是python下使用SAX才操作XML文件的。SAX是基于事件驱动的。在处理过程中,它将XML文档的处理转化为一系列事件的处理,通过事件处理器处理XML文档。它的速度很快,而且占用的内存很小,适用于一些比较大的XML文件。

2014-05-29

正则表达式匹配算法

借用代码之美中的正则表达式匹配代码,供大家学习用。

2013-12-10

微信飞机大战python

纯python写的微信大战游戏,需要运行在安装python环境中,附有整套游戏图片和音乐。

2013-10-11

Tiling_easy version,杭电2501题

Tiling_easy version,杭电acm的2501题,仅供参考啦。

2013-01-02

包括各种排序

各种排序啊,包括选择排序,插入排序,合并排序,快速排序

2012-12-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除