- 博客(29)
- 收藏
- 关注
转载 LR的一些讨论
http://blog.youkuaiyun.com/dongtingzhizi/article/details/15962797
2014-09-11 09:13:26
565
原创 归并排序 C++
#include using namespace std;void recurMergeSort(int*, int, int, int);void merge(int*, int, int, int, int);void mergeSort(int *A, int len){ if(A==NULL || len <= 0) { return; } int low =
2014-08-25 10:41:11
456
原创 斐波那契--跳台阶的一些区别。
一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。 剑指offer的题目。一开始觉得用feiponaqie
2014-08-13 15:33:24
518
转载 完美洗牌问题
完美洗牌问题http://blog.youkuaiyun.com/v_july_v/article/details/10212493#t8
2014-08-09 20:06:15
576
转载 概率题
转载自:http://www.acmerblog.com/interviews-about-probability-5359.html今天看了几道概率题:1.三门问题。2.ping
2014-08-08 11:34:45
1063
转载 Algorithm_Write a method that returns all subsets of a set.
转载自:http://hawstein.com/posts/8.3.htmlWrite a method that returns all subsets of a set.这道题看过好多次
2014-08-07 21:01:33
555
原创 Algorithm_swap odd_even bit in an interger
Write a program to swap odd and even bits in an integer with as few instructions as possible (e.g., bit 0 and bit1 are swapped, bit 2 and bit 3 are swapped, and so on).方法:先取
2014-08-06 16:19:00
701
转载 NLP方向最好的几所大学
http://blog.youkuaiyun.com/shiliangwang/article/details/8816928Carnegie Mellon UniversityNLP impact factor: very highNotable NLP faculty: Noah Smith, Jaime Carbonell, Alon Lavie, Carolyn R
2014-08-05 10:24:55
2377
转载 十七道海量数据处理面试题与Bit-map详解---之我对bitmap的理解
转载自http://blog.youkuaiyun.com/v_july_v/article/details/6685962July的文章看了很多
2014-08-04 15:42:07
1716
原创 windows 64位安装python2.7
今天安装numpy在windows 64bit系统下发现安装不成功,之前都是在Ubuntu下用的,错误提示是:
2014-07-30 17:28:09
618
转载 stl vector的学习与总结
转载http://blog.youkuaiyun.com/shudou/article/details/17337339但是补充y
2014-07-28 18:58:39
461
转载 ubuntu下安装Python3
到www.python.org网站下载python3.3.2 Gzipped source tar ball (3.3.2) (sig), ~ 16 MB解压tar vxzf Python3.3.2.tar.gz切换到python目录下 cd Python3.3.2./configuremakesudo make altinstall和p
2014-06-15 10:05:02
483
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人