上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 156 下一页

2015年5月8日

leetcode 165 Compare Version Numbers

摘要: Compare two version numbers version1 and version2. If version1 > version2 return 1, if version1 22; return 1.Example2: version1==”11.22.33”... 阅读全文

posted @ 2015-05-08 11:28 吴一达 阅读(183) 评论(0) 推荐(0)

2015年5月7日

“基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统"已被《计算机时代》录用

摘要: 今天收到《计算机时代》编辑部寄来的稿件录用通知,本人撰写的论文“基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统”,已被《计算机时代》录用,拟在2015年第7/8期刊出。 本论文基于的是本人开发的基于数据仓库的广东省高速公路一张网过渡期通行数据及异常分析系统。近一年来,该系... 阅读全文

posted @ 2015-05-07 09:29 吴一达 阅读(103) 评论(0) 推荐(0)

2015年5月6日

leetcode 169 Majority Element 冰山查询

摘要: Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.You may assume ... 阅读全文

posted @ 2015-05-06 15:40 吴一达 阅读(165) 评论(0) 推荐(0)

2015年5月5日

leetcode 19 Remove Nth Node From End of List

摘要: Given a linked list, remove the nth node from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2... 阅读全文

posted @ 2015-05-05 22:31 吴一达 阅读(120) 评论(0) 推荐(0)

也是枉然

摘要: 想想最近一篇博客更新是2014年7月16日,好久好久没有更新博客了,很多原定的计划也没有去实现,计划赶不上变化啊。2014的事情还真是很多,也在这一年,订婚,领证,今年的婚礼也即将到来。慢慢地觉得自己真的不像以前那样,可以肆无忌惮,可以为所欲为,想干嘛就去干嘛。毕业也快要3年了,... 阅读全文

posted @ 2015-05-05 19:42 吴一达 阅读(203) 评论(0) 推荐(0)

2015年5月4日

leetcode 172 Factorial Trailing Zeroes

摘要: Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.解决思路: 决定阶乘末尾零的个数其... 阅读全文

posted @ 2015-05-04 23:49 吴一达 阅读(99) 评论(0) 推荐(0)

leetcode 189 Rotate Array

摘要: Rotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3... 阅读全文

posted @ 2015-05-04 20:28 吴一达 阅读(114) 评论(0) 推荐(0)

leetcode 190 Reverse Bits

摘要: Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as 00000010100101000001111010011100... 阅读全文

posted @ 2015-05-04 15:46 吴一达 阅读(132) 评论(0) 推荐(0)

2015年5月1日

vs2010 单文档MFC 通过加载位图文件作为客户区背景

摘要: 实现效果:这个其实是一个非常常见的功能,大家都会考虑给自己简单的工程做一个背景界面。其实只要在view类中重载OnEraseBkgnd()这个函数就好了。代码如下:BOOL CdddView::OnEraseBkgnd(CDC* pDC){ // TODO: 在此添加消息处理... 阅读全文

posted @ 2015-05-01 11:48 吴一达 阅读(169) 评论(0) 推荐(0)

2015年4月30日

leetcode 198 House Robber

摘要: 今天看了一个华为西安研究院的一个女生代码大神的总结很有感悟,下面这句话送给大家:只有好的程序员才能写出人类可以理解的代码You are a professional robber planning to rob houses along a street. Each house h... 阅读全文

posted @ 2015-04-30 16:40 吴一达 阅读(118) 评论(0) 推荐(0)

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 156 下一页

导航