自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (2)
  • 收藏
  • 关注

原创 C++编程学习之LeetCode OJ

LRU Cache : Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) o

2014-06-30 14:52:00 475

原创 C++编程学习之LeetCode OJ

Insertion Sort List : Sort a linked list using insertion sort.

2014-06-26 14:15:26 488

原创 C++编程学习之LeetCode OJ

Sort List: Sort a linked list in O(n log n) time using constant space complexity. 参考:http://blog.csdn.net/jiadebin890724/article/details/21334059 http://blog.csdn.net/worldwindjp/article/details/18

2014-06-25 18:30:56 457

原创 C++编程学习之LeetCode OJ

LeetCode OJ: Max Points on a Line Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.

2014-06-19 19:44:24 592

原创 c++编程学习

LeetCode OJ: Evaluate Reverse Polish Notation Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9

2014-06-17 20:20:56 504

原创 C++编程学习

LeetCode: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the".#include #include using namespace std; class Solution { public

2014-06-17 11:04:12 571

Django学习博客示例代码

Django示例代码。针对初学者,可以了解Django的开发。

2019-01-21

服务器到客户端的单向通信

实现了客户端到服务器的单向通信,在vs2010下运行通过

2015-01-27

空空如也

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

TA关注的人

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