自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

jxfang的专栏

温柔互助,共行一程

  • 博客(7)
  • 资源 (4)
  • 收藏
  • 关注

原创 LeetCodeOJ: 38. Count and Say

Total Accepted: 75530 Total Submissions: 265272 Difficulty: EasyThe count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "

2016-03-23 21:18:50 328

原创 LeetCodeOJ:206 Reverse Linked List

Total Accepted: 95123 Total Submissions: 244712 Difficulty: EasyReverse a singly linked list./** * Definition for singly-linked list. * struct ListNode { * int val; * struct

2016-03-23 20:40:18 320

原创 LeetCodeOJ:338. Counting Bits

Total Accepted: 4466 Total Submissions: 8073 Difficulty: MediumGiven a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their

2016-03-22 11:49:29 423

原创 LeetCodeOJ:2. Add Two Numbers

Total Accepted: 129010 Total Submissions: 572407 Difficulty: MediumYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of

2016-03-20 14:20:35 323

原创 LeetCodeOJ:1Two Sum

Total Accepted: 203765 Total Submissions: 923425 Difficulty: EasyGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume

2016-03-20 13:39:09 347

原创 LeetCode OJ: 12 Integer to Roman

Total Accepted: 59069 Total Submissions: 155093 Difficulty: MediumGiven an integer, convert it to a roman numeral.Input is guaranteed to be with

2016-03-20 11:07:12 265

原创 fgets函数和gets函数

请找出下面代码里的问题:#include int main(void) { char buff[10]; memset(buff,0,sizeof(buff)); gets(buff); printf("\n The buffer entered is [%s]\n",buff); return 0; }答:先看看fg

2016-03-02 20:41:36 515

pil-handbook.pdf

Python PIL的工具书,PDF英文版

2016-11-08

冰点文库下载器

冰点文库下载器,可以免费下载百度文库的文章,很方便

2015-06-20

C语言经典算法100例

很好的练习C语言的材料,比较简单,基础性的资料,希望对大家有帮组

2015-06-15

设计模式之禅

如果说“四人帮”的《设计模式》是设计模式领域的“圣经”,那么之后出版的各种关于设计模式的书都可称之为“圣经”的“注释版”或“圣经的故事”。《设计模式之禅》是得道者对“圣经”的“禅悟”,它既不像“圣经”那样因为惜字如金、字字珠玑而深奥、晦涩和难懂,又比“圣经”的“注释版”更深刻和全面、更通俗和生动、更接近开发者遇到的实践场景,更具指导性。

2015-04-23

空空如也

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

TA关注的人

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