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

原创 Remove Duplicates from Sorted List II

Given a sorted linked list, delete all nodes that have duplicate numbers, leaving onlydistinct numbers from the original list.For example,Given 1->2->3->3->4->4->5, return 1->2->5.Given 1->1->

2014-09-29 20:10:54 737

原创 Remove Duplicates from Sorted Array II

Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?For example,Given sorted array A = [1,1,1,2,2,3],Your function should return length = 5, and A is now [1,1,2,2,3]

2014-09-29 19:11:47 462

原创 Sqrt(x)

Implement int sqrt(int x).Compute and return the square root of x.原题链接

2014-09-29 18:43:04 551

原创 Evaluate Reverse Polish Notation

Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some examples: ["2", "1", "+",

2014-09-29 16:48:57 456

原创 Reverse Words in a String

Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Clarification:What constitutes a word?A sequence of non-space ch

2014-09-29 16:15:36 629

原创 求100的阶乘结果后面有多少个0(百度面试题)

这个题最简单的办法就是对每个乘数

2014-09-29 10:55:20 5802

Android蓝牙通信代码

Android和HC05蓝牙模块通信代码

2015-03-23

android触摸位置显示

android触摸位置显示,详情见博客http://blog.csdn.net/hongkangwl/article/details/19162883

2014-02-13

STM32编码器程序

STM32 编码器 程序 亲测可用,串口输出

2014-01-06

经典常用ALLEGRO16.3的PCB库

经典常用ALLEGRO16.3的PCB库

2013-11-12

串口通信的类,非常好用

串口通信的类,非常好用

2013-10-09

线性表链式存储结构C语言实现

线性表 链式存储结构 C语言实现 VC6.0

2013-10-04

线性表顺序存储C语言实现

数据结构 C语言 线性表 顺序存储 DEV 代码

2013-10-04

ubuntu下的dnw安装包

ubuntu下的dnw安装包,绝对可用,安装后直接运行sh文件即可

2013-09-16

人民银行招聘考试复习资料计算机类

人民银行招聘 考试 复习资料 计算机类 淘宝买30大洋买的 无偿献给大家

2013-08-27

PUMA560基于Matlab系统仿真

PUMA560 Matlab 系统仿真 测试通过

2013-08-27

MAG3110代码基于stm32

MAG3110 代码 基于stm32 亲测通过

2013-08-25

-LPC1788-SDK Example V1.0 Beta version LPC1788例程

-LPC1788-SDK Example V1.0 Beta version LPC1788例程

2013-08-23

STM32 DMP MPU6050

STM32 DMP MPU6050 测试成功

2013-08-20

平衡小车MPU6050

MPU6050 平衡小车 segway 调试通过

2013-08-17

STM32 MPU6050

STM32 MPU6050 代码调试通过

2013-08-17

Linux_C函数库参考手册_目录

Linux_C 函数库 参考手册_ 目录 嵌入式

2012-10-22

空空如也

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

TA关注的人

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