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

原创 leetcode题库之241

241/Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid operators are+, - and *.Example 1 Inpu

2015-11-27 21:29:16 1135

原创 leetcode题库之242

242/Given two strings s and t, write a function to determine if t is an anagram of s. For example, s = “anagram”, t = “nagaram”, return true. s = “rat”, t = “car”, return false. 中文翻译: 给出两个字符串s和t,写

2015-11-24 17:24:31 697

原创 追梦少年!

每一段路程,都会留下痕迹!如今的大学生,怀揣着梦想,为了所谓的未来而努力着!有时候会走的慢,但是绝不会停止脚步!记录追梦的点滴,相信会有蜕变的那一刻,即使已经知道、过程会很痛很痛,依旧义无反顾!

2015-11-22 12:00:39 459

原创 leetcode题库之257

257/题目:Given a binary tree, return all root-to-leaf paths. For example, given the following binary tree: 1 / \ 2 3 \ 5 All root-to-leaf paths are: [“1->2

2015-11-22 11:52:09 1271

原创 leetcode题库之258

258/Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like: 3 + 8 = 11, 1 + 1 = 2. Since 2 has only one digi

2015-11-21 13:01:25 606

提取代码里的中文字符串(多语言替换)

vs+c++,正则表达式提取代码中的中文字符串,适用于cocos等开发做多语言替换

2018-10-10

空空如也

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

TA关注的人

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