码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
C语言的观察者模式
/*hdr ** Copyright ... ** AUTHOR MichaelMa ** DATE 4-May-2014 ** DESCRIPTION implement a mode of observer in C ** NOTE may be some bugs ...
分类:编程语言   时间:2014-05-10 09:53:03    阅读次数:679
note:开源许可证之间的区别
最近接触开源项目比较多,关注一下许可证的问题。 饱受诟病的病毒式copyleft就是GPL了。。ref:http://code.csdn.net/news/2819582ref:http://www.openfoundry.org/LicenseWizard/index.htm,真实的使用效果需要....
分类:其他好文   时间:2014-05-09 17:28:00    阅读次数:261
Jython中链接Oracle数据库
实际操作环境为:Eclipse+Pydev中使用Jython链接Oracle数据库。方法有二,如下所示。(注意:将要使用的.jar文件路径加入系统变量classpath中)一:Note:使用ojdbc.jar库from oracle.jdbc.driver import OracleDriverfr...
分类:数据库   时间:2014-05-09 00:20:23    阅读次数:348
LDA学习总结
1. What is the LDA?LDA(latent dilichlet allocation) is a method to assign the topic (distribution) of a given document. However, note that this model ...
分类:其他好文   时间:2014-05-08 13:16:49    阅读次数:289
LeetCode——Single Number(II)
Single Number  Total Accepted: 19800 Total Submissions: 44027My Submissions Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algor...
分类:其他好文   时间:2014-05-08 11:01:40    阅读次数:298
note: Spanner: Google’s Globally-Distributed Database
1. Abstract & introductionref:http://static.googleusercontent.com/media/research.google.com/zh-CN//archive/spanner-osdi2012.pdfSpanner是google为了弥补bigta...
分类:数据库   时间:2014-05-08 06:46:57    阅读次数:640
Leetcode | Subsets I & II
Subsets IGiven a set of distinct integers, S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set m...
分类:其他好文   时间:2014-05-07 11:13:33    阅读次数:299
CareerCup之1.3字符串去重
【题目】 原文: 1.3 Design an algorithm and write code to remove the duplicate characters in a string without using any additional buffer. NOTE: One or two additional variables are fine. An extra copy of...
分类:其他好文   时间:2014-05-07 08:48:12    阅读次数:372
【LeetCode】Binary Tree Preorder Traversal
题目 Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 return [1,2,3]. Note: Recursiv...
分类:其他好文   时间:2014-05-07 03:30:19    阅读次数:254
【Leetcode】3Sum
【Question】 Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: Elements in ...
分类:其他好文   时间:2014-05-06 14:57:29    阅读次数:318
7358条   上一页 1 ... 732 733 734 735 736 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!