码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
android widget 开发实例 : 桌面便签程序的实现具体解释和源代码 (上)
如有错漏请不吝拍砖指正,转载请注明出处,很感谢 桌面便签软件是android上经常使用软件的一种,比方比較早的Sticky Note,就曾很流行,Sticky Note的介绍能够參见 http://www.tompda.com/c/article/11778/而实际上使用android平台对widg...
分类:移动开发   时间:2014-12-27 11:16:24    阅读次数:226
leetcode 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-12-27 06:42:02    阅读次数:127
SSL证书请求文件(CSR)生成指南 - Tomcat
SSL证书请求文件(CSR)生成指南 - Tomcathttp://www.zhenssl.com/support/CSRgen/tomcat_CSR.htm重要注意事项An Important Note Before You Start在生成CSR文件时同时生成您的私钥,如果您丢了私钥或忘了私钥密...
分类:其他好文   时间:2014-12-26 21:36:02    阅读次数:204
Python module
1. module name     fibo.__name__     # file fibo.py    def f(x):          return x*x    import fibo    fibo.f(10) # module name then function name    fl = fibo.f # to make it call like locally ...
分类:编程语言   时间:2014-12-26 16:53:37    阅读次数:183
Codeforces Round #284 (Div. 2) b
/** ?*?@brief?Codeforces?Round?#284?(Div.?2)?b ?*?@file?b.cpp ?*?@author?mianma ?*?@created?2014/12/26?11:51 ?*?@edited??2014/12/18?11:51 ?*?@type?brute ?*?@note ?*/ #i...
分类:其他好文   时间:2014-12-26 14:59:15    阅读次数:201
Codeforces Round #284 (Div. 2) a
/** ?*?@brief?Codeforces?Round?#284?(Div.?2)?a ?*?@file?a.cpp ?*?@author?mianma ?*?@created?2014/12/26?11:51 ?*?@edited??2014/12/18?11:51 ?*?@type?brute ?*?@note ?*/ #i...
分类:其他好文   时间:2014-12-26 13:10:45    阅读次数:173
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 ...
分类:其他好文   时间:2014-12-26 11:12:15    阅读次数:117
leetcode之找光棍数
题目: Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without ...
分类:其他好文   时间:2014-12-25 23:43:28    阅读次数:450
uva 11078
/** ?*?@brief?uva?11078 ?*?@file?11078 ?*?@author?mianma ?*?@created?2014/12/23?16:40 ?*?@edited??2014/12/23?16:40 ?*?@type? ?*?@note ?*/ #include?<string> #include?<ve...
分类:其他好文   时间:2014-12-25 18:52:51    阅读次数:189
Leetcode 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-12-25 16:13:13    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!