码迷,mamicode.com
首页 >  
搜索关键字:search    ( 12380个结果
解决libc.so.6(GLIBC_2.14)(64bit)等之类的没有问题
http://rpm.pbone.net/index.php3/stat/3/limit/2/srodzaj/1/dl/40/search/libc.so.6%28GLIBC_2.14%29%2864bit%29/field[]/1/field[]/2...
分类:其他好文   时间:2014-06-11 06:55:40    阅读次数:554
OpenJDK 源代码阅读之 Collections
通过阅读 java.util.Collections 学习与操作 Collections 相关算法的实现,例如 sort, search, shuffle. 以及如何实现不可变 collection,如何将普通 collection 包装成线程安全的 collection。...
分类:其他好文   时间:2014-06-11 06:18:18    阅读次数:362
【点击模型学习笔记】A survey on click modeling in web search_Lianghao Li_ppt
是一篇综述性质的ppt。 主要内容: 对搜索中的广告点击预测,总结学术界的研究成果。 搜索广告主要展示位为:1. 搜索结果页面最上侧;2. 搜索结果右侧。 研究意义:广告点击次数直接影响收入 问题抽象:对于某个query q,和某个广告ad,预测用户对它们的点击率。 主要内容: 对搜索中的广告点击预测,总结学术界的研究成果。 搜索广告主要展示位为:1. 搜索结果页面...
分类:Web程序   时间:2014-06-11 00:22:14    阅读次数:418
Leetcode::Longest Common Prefix && Search for a Range
一次总结两道题,两道题目都比较基础Description:Write a function to find the longest common prefix string amongst an array of strings.分析: 这道题目最重要的知道什么叫prefix前缀, 否则一不小心就做...
分类:其他好文   时间:2014-06-09 21:08:16    阅读次数:224
[leetcode]Search in Rotated Sorted Array @ Python
原题地址:https://oj.leetcode.com/problems/search-in-rotated-sorted-array/题意:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e...
分类:编程语言   时间:2014-06-09 18:43:14    阅读次数:273
js获取url参数值
方法一:正则分析法function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).m...
分类:Web程序   时间:2014-06-09 16:03:15    阅读次数:293
Project Browser & Inspector
【Project Browser】 You can drag items from the project structure list to the Favourites and also save search queries there. The filters work by add...
分类:其他好文   时间:2014-06-09 15:25:46    阅读次数:282
[leetcode]Search for a Range @ Python
原题地址:https://oj.leetcode.com/problems/search-for-a-range/题意:Given a sorted array of integers, find the starting and ending position of a given target ...
分类:编程语言   时间:2014-06-08 21:03:21    阅读次数:297
Unique Binary Search Trees
题目 Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a total of 5 unique BST's. 1 3 3 2 ...
分类:其他好文   时间:2014-06-08 17:06:58    阅读次数:235
Recover Binary Search Tree
题目 Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty straight forward. Cou...
分类:其他好文   时间:2014-06-08 15:32:45    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!