自定义博客皮肤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)
  • 资源 (3)
  • 收藏
  • 关注

原创 python写算法题:leetcode: 32. Longest Valid Parentheses

https://leetcode.com/problems/longest-valid-parentheses/#/description class Solution(object): def longestValidParentheses(self, s): """ :type s: str :rtype: ins

2017-07-29 11:13:49 242

原创 python写算法题:leetcode: 31. Next Permutation

https://leetcode.com/problems/next-permutation/#/description class Solution(object): def nextPermutation(self, nums): """ :type nums: List[int] :rtype: void Do not retur

2017-07-13 12:06:23 318

原创 python写算法题:leetcode: 30. Substring with Concatenation of All Words

https://leetcode.com/problems/substring-with-concatenation-of-all-words/#/description class Solution(object): def matchstr(self, p0, p1, wordsind, wlen, posmap): wv={} for w in

2017-07-12 19:55:14 243

原创 python写算法题:leetcode: 29. Divide Two Integers

https://leetcode.com/problems/divide-two-integers/#/description class Solution(object): def divide(self, dividend, divisor): """ :type dividend: int :type divisor: int

2017-07-04 19:43:44 306

原创 python写算法题:leetcode: 28. Implement strStr()

https://leetcode.com/problems/implement-strstr/#/description class Solution(object): def kmpTab(self, needle): nlen = len(needle) tab = [0]*nlen j = 0 for i

2017-07-04 19:42:02 294

android timeline控件源码

支持完整的视频编辑交互:添加视频,删除视频,截取片段,播放进度控制

2015-03-20

所做项目几十个,均保质保量完成

不能看不能看不能看不能看不能看不能看

2008-06-12

gameboy advanced for motorola

可在所有的moto智能手机平台上运行,<br>支持所有gb,gb color, gba游戏机rom<br>展开密码 luozhifan.googlepages.com

2008-04-10

空空如也

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

TA关注的人

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