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

原创 程序中堆和栈增长方向以及大小端问题

借鉴: http://midautumn.bokee.com/7005452.html http://www.cnblogs.com/xkfz007/archive/2012/06/22/2558935.html 对于栈的增长方向,由于c++中局部变量与函数参数的地址与编译器有一定依赖关系,在此通过函数调用函数,从而确保比较地址不依赖编译器。 对于堆的话,直接分配在比较地址即可

2014-02-25 15:04:17 1203

原创 Maximum Subarray

Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1,2,1,−5,4], the contiguous subarray [4,−1,2,1] ha

2014-02-18 13:07:08 654

原创 Palindrome Partitioning

Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For example, given s = "aab", Return [ ["aa","b"],

2014-02-17 21:02:03 594

原创 Letter Combinations of a Phone Number

Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone buttons) is given below. Input:Digit st

2014-02-17 15:42:13 685

原创 Regular Expression Matching

Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input st

2014-02-14 16:11:51 785

Visual+C+++课程设计桉例精编 附书代码

Visual+C+++课程设计桉例精编(附书代码)

2013-08-05

Qt实现的玻璃界面效果

Qt实现的玻璃界面效果(反光、半透明。投影

2013-08-05

VC编程小技巧20个

VC编程小技巧20个---最好放到word中看看吧

2010-10-03

VC++基础数据库操作完成学生成绩管理软件

VC++ 基础数据库 操作完成学生成绩管理软件--好东西值得学习

2010-10-03

vc++写的 数字电子钟

vc++写的 数字电子钟 绝对好东西 改造成成自己的时钟

2010-10-03

国人的图书管理系统源码

vc++ 国人的图书管理系统源码---好东东 啊

2010-09-29

排课vc++毕业设计

排课vc++毕业设计,不下不要后悔哦,也是我找了好久的

2010-09-29

空空如也

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

TA关注的人

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