码迷,mamicode.com
首页 >  
搜索关键字:concise    ( 31个结果
[LeetCode] Ugly Number
No matter what language you use on the OJ, you may refer to Stefan's post for a solution. The C++ is rewritten below, just really concise.1 class Solu...
分类:其他好文   时间:2015-08-19 19:38:23    阅读次数:143
[LeetCode] Jump Game
This problem has a very concise solution in this link, just 4-lines. The code is rewritten below.1 class Solution {2 public:3 bool canJump(vector&...
分类:其他好文   时间:2015-07-15 20:57:01    阅读次数:121
[LeetCode] Median of Two Sorted Arrays
This link has a very concise and fast solution based on binary search. Spend some time reading it and make sure you understand it. It is very helpful....
分类:其他好文   时间:2015-07-04 00:41:54    阅读次数:120
[LeetCode] Kth Smallest Element in a BST
This link suggests a concise C++ recursive solution. The original code may be hard to understand at first and I have rewritten the code below. You may...
分类:其他好文   时间:2015-07-02 13:48:52    阅读次数:97
(原)java扩展语言:.Kotlin实践-基本安装与使用
kotlin是一个新生的基于jvm的语言,可以看成java的扩展语言,由JetBrains开发,初次见到他是之前在公司的安卓团队看到他们使用kotlin开发android,顿时觉得好奇,后来慢慢的研究了这个预言。为什么要开发和使用kotlin这门语言,官方的说法是:Concise SafeVersa...
分类:编程语言   时间:2015-05-19 12:16:57    阅读次数:209
Concise,一款为hexo设计的简约而漂亮的主题
前言您可以先进Demo网站来看看这个主题的样式。Concise概括Concise是一款为Hexo设计的主题。我最早使用的是light主题,因为我非常喜欢light主题简约明朗的风格,之后看到pacman主题,很喜欢pacman的头部和尾部的设计,之间甚至起过要换主题的念头(真是太可怕了)。但pacman的body部分我不是很感冒,还是更喜欢light主题的body部分,两难之下,便产生了将pacma...
分类:其他好文   时间:2015-04-23 21:46:10    阅读次数:183
IOS8 开发之Swift - 自学之路(第一天)
1.1What is Swift “Swift is an innovative new programming language for Cocoa and Cocoa Touch. Writing code is interactive and fun, the syntax is concise yet expressive, and apps run lightning-fast. Sw...
分类:移动开发   时间:2015-02-04 13:04:04    阅读次数:221
[LeetCode#5]Longest Palindromic Substring
The problem: (The code of dynamic programming is very concise and elegant. You must learn it!)Given a stringS, find the longest palindromic substring ...
分类:其他好文   时间:2014-12-30 13:16:09    阅读次数:171
Concise: Compressed ’n’ Composable Integer Set
Word Aligned Hybrid (WAH) bitmap compression下面是:Concise: Compressed ’n’ Composable Integer SetFigure 2 shows an example of CONCISE-compressed bitmapma...
分类:其他好文   时间:2014-10-07 00:38:40    阅读次数:139
Concise - 面向对象的,一致的前端开发框架
官方网站:concise
分类:其他好文   时间:2014-08-04 13:30:38    阅读次数:161
31条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!