码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
【WeChall 】Stegano Challenges:Training: LSB
Topic request: This?is?a?very?simple,?yet?spectacular?trick. Can?you?see?the?hidden?solution? Note:?The?solution?is?bound?to?your?session?ID?and?consists?of?twelve?letters...
分类:其他好文   时间:2014-10-21 04:42:04    阅读次数:1790
JavaFX开发的2048游戏
自从JavaFX被纳入Java8之后,JavaFX团队决定跳过几个版本,追赶Java8。而如今的JavaFX的与以往的Swing和JavaFX1.2版本已大大不同,为了更加容易理解和开发,JavaFX的改观不容小觑,但仁者见仁,智者见智,对于JavaFX而言,还有多久才能走到大众开发视线,拭目以待。JavaFX开发..
分类:编程语言   时间:2014-10-21 02:26:05    阅读次数:217
redis 学习笔记一
找了半天,发觉还是redis的源码看起来比较舒服。所以决定今年把redis的源码读一遍顺便做个读书笔记。好好记录下。话说现在越来不越不愿意用脑袋来记录东西,喜欢靠note来记。话说这样不爱用脑会不会过早的老年痴呆呢~~~一、redis下载编译这里没什么好说的用的版本是redis-2.8.171).....
分类:其他好文   时间:2014-10-21 01:01:29    阅读次数:282
【LeetCode】Minimum Path Sum 解题报告
【题目】 Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down o...
分类:其他好文   时间:2014-10-19 21:25:37    阅读次数:247
3Sum
Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:Elemen...
分类:其他好文   时间:2014-10-19 19:52:08    阅读次数:148
《python基础教程(第二版)》学习笔记 函数(第6章)
《python基础教程(第二版)》学习笔记 函数(第6章)创建函数:def function_name(params): block return values记录函数:def function_name(params): 'NOTE' #注释 block return valuesfunction...
分类:编程语言   时间:2014-10-19 16:52:40    阅读次数:179
LeetCode Minimum Path Sum
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:其他好文   时间:2014-10-18 19:43:01    阅读次数:179
Preface.Android.Developing.Note
Android Developing 笔记前言从今天起,我将使用 Blog 来记录我的 Android 开发历程,每次都学了什么,学会了什么,存在什么问题及问题解决情况,让每次的学习都有意义,尽快在两个月内掌握 Android Developing。写 note 当然是为了更好地驱动自己去主动学习,...
分类:移动开发   时间:2014-10-18 16:44:01    阅读次数:233
[LeetCode]Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-10-17 23:26:43    阅读次数:231
Pascal's Triangle 2 杨辉三角之二
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2014-10-17 18:24:18    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!