自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

上帝已逝,自求多福

找工作笔试面试等待中

  • 博客(5)
  • 资源 (15)
  • 收藏
  • 关注

原创 京东2015 笔试 编程题

int dp(int[] a, int n, int m){ int[][] s = new int[n][m + 1]; for(int i = 0; i < n; i++) for(int j = 1; j <= m; j++) if(i == 0) s[i][j] = a[i] == j ? a[i] : -1; else if(j < 10) s[i]

2014-10-13 10:37:55 1093 1

原创 LeetCode-Maximum Product Subarray

作者:disappearedgod文章出处:http://blog.csdn.net/disappearedgod/article/details/39642807时间:2014-9-28

2014-10-06 22:48:24 1019

原创 LeetCode-Substring with Concatenation of All Words

作者:disappearedgod文章出处:http://blog.csdn.net/disappearedgod/article/details/39775777时间:2014-10-4题目解法代码结果返回LeetCode Solution(持续更新,java>c++)

2014-10-04 17:41:38 838

原创 LeetCode-Letter Combinations of a Phone Number

作者:disappearedgod文章出处:http://blog.csdn.net/disappearedgod/article/details/39757403时间:2014-10-3题目代码解法结果返回

2014-10-04 04:57:49 1152

原创 LeetCode-Subsets

作者:disappearedgod文章出处:http://blog.csdn.net/disappearedgod/article/details/39642807时间:2014-9-28题目Permutations Total Accepted: 25153 Total Submissions: 80140My Submissions

2014-10-03 18:56:40 870

2010-PhysicalReport-Community detection in graphs

2010年社会计算综述,Community detection in graphs

2013-05-07

天津大学博士论文毕设tex模板

天津大学博士论文毕设tex模板;只需要粘贴编译

2013-04-01

天津大学tex版本硕士生论文模板

天津大学tex版本硕士生论文模板;只需要粘贴

2013-04-01

天津大学本科毕设全套 tex版本

天津大学本科毕设全套 tex版本 包括了所有内容

2013-04-01

模式识别(第四版)上机实验

模式识别(第四版)上机实验 很好的实验报告 还有详细代码

2013-03-09

统计推断(计算机专业研究生必读数据)——集大成者

统计推断,包含了概率论,数理统计,随机过程,计算机专业研究生必读书目

2012-02-05

c#入门经典 上半部分

c#入门经典 上半部分,毕生之作,经典流传,入门级红书

2012-02-02

空空如也

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

TA关注的人

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