码迷,mamicode.com
首页 >  
搜索关键字:supports    ( 649个结果
Min Stack leetcode
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:其他好文   时间:2016-01-03 22:25:25    阅读次数:248
lettuce--Advanced Redis client
redis官方提供的java client:git地址:https://github.com/mp911de/lettuceAdvanced Redis client for thread-safe sync, async, and reactive usage. Supports Cluster,...
分类:其他好文   时间:2015-12-30 19:05:43    阅读次数:512
同步块中对象级别的锁和类级别的锁 —— Thread synchronization, object level locking and class level locking
Java supports multiple threads to be executed. This may cause two or more threads to access the same fields or objects. Synchronization is a process w...
分类:其他好文   时间:2015-12-26 15:06:54    阅读次数:447
LeetCode OJ:Min Stack(最小栈问题)
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:其他好文   时间:2015-12-24 00:13:36    阅读次数:255
Leetcode: Add and Search Word - Data structure design
Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a regu...
分类:其他好文   时间:2015-12-17 06:58:41    阅读次数:173
I2c
The Exynos 4412 SCP Reduced Instruction Set Computer (RISC) microprocessor supports four multi-masterInter-Integrated Circuit (I2C) bus serial interfa...
分类:其他好文   时间:2015-12-08 00:35:08    阅读次数:354
[CareerCup] 14.6 CircularArray 环形数组
14.6 Implement a CircularArray class that supports an array-like data structure which can be efficiently rotated.The class should use a generic type, ...
分类:编程语言   时间:2015-11-24 14:28:48    阅读次数:195
用Lua写Wireshark插件
Create Wireshark Dissector by Lua东方瀞ylxxwx@gmail.com1. Why Wireshark dissectorWireshark supports thousands of protocols now. But there are still some ...
分类:其他好文   时间:2015-11-22 11:16:58    阅读次数:923
LeetCode OJ:Add and Search Word - Data structure design(增加以及搜索单词)
Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a regu...
分类:其他好文   时间:2015-11-20 22:59:27    阅读次数:174
News: Visual Studio Code support debugging Linux Apps
http://arstechnica.com/information-technology/2015/11/visual-studio-now-supports-debugging-linux-apps-code-editor-now-open-source/--------------------...
分类:移动开发   时间:2015-11-19 22:09:50    阅读次数:205
649条   上一页 1 ... 35 36 37 38 39 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!