码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:系统相关   时间:2014-11-26 18:35:59    阅读次数:215
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 ...
分类:其他好文   时间:2014-11-26 13:58:49    阅读次数:255
UVA - 839
Not so MobileBefore being an ubiquous communications gadget, amobilewas just a structure made of strings and wires suspending colourfull things. This ...
分类:其他好文   时间:2014-11-26 12:49:07    阅读次数:222
JDE处理选项
处理选项为JDE的一种数据结构,命名方式如下:The name of a data structure can be a maximum of 10 characters-only 9 if you begin the name with a T and is formatted as Txxxxx...
分类:其他好文   时间:2014-11-24 16:51:16    阅读次数:162
OpenCASCADE Make Primitives-Box
OpenCASCADE Make Primitives-Box eryar@163.com Abstract. By making a simple box to demonstrate the BRep data structure of the OpenCASCADE. The construction method is different from BRepPrimAPI_MakeB...
分类:其他好文   时间:2014-11-23 14:35:50    阅读次数:290
OpenCASCADE Make Primitives-Sphere
Abstract. The sphere is the simplest topology shape of the BRep structure. But there are several import concept of the sphere edges, such as degenerat...
分类:其他好文   时间:2014-11-22 18:41:33    阅读次数:391
Not so Mobile
Not so Mobile Before being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. This kind of mobile is usually found h...
分类:其他好文   时间:2014-11-21 23:21:20    阅读次数:213
Leetcode: LRU Cache 解题报告
LRU CacheDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get...
分类:系统相关   时间:2014-11-21 18:21:45    阅读次数:238
poll_wait
相关结构:http://lxr.free-electrons.com/source/include/linux/poll.h?v=3.8 33 /* 34 * Do not touch the structure directly, use the access functions 35 * p.....
分类:其他好文   时间:2014-11-21 15:47:04    阅读次数:137
A monad tutorial for Clojure programmers (part 3)
Before moving on to the more advanced aspects of monads, let’s recapitulate what defines a monad (seepart 1andpart 2for explanations):A data structure...
分类:其他好文   时间:2014-11-21 12:33:18    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!