码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
POJ1308——Is It A Tree?
Is It A Tree? Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 22631   Accepted: 7756 Description A tree is a well-known data structure that is either empty (nu...
分类:其他好文   时间:2014-11-20 20:25:15    阅读次数:210
Leetcode 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-20 13:39:25    阅读次数:289
【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-19 20:29:44    阅读次数:289
LRU算法的设计
一道LeetCode OJ上的题目,要求设计一个LRU(Least Recently Used)算法,题目描述如下:Design and implement a data structure for Least Recently Used (LRU) cache. It should support...
分类:编程语言   时间:2014-11-19 13:51:25    阅读次数:222
NSValue NSNumber NSData类
NSValueNSNumberNSData类步骤1 NSValue我们先看看NSValue能做什么:一个NSValue对象是用来存储一个C或者Objective-C数据的简单容器。它可以保存任意类型的数据,比如 int,float,char,当然也可以是指pointer, structure, an...
分类:其他好文   时间:2014-11-18 23:46:30    阅读次数:328
Singly linked list algorithm implemented by Java
Jeff Lee blog: http://www.cnblogs.com/Alandre/ (泥沙砖瓦浆木匠),retain the url when reproduced ! Thanks Linked list is a normal data structure.here I show ho...
分类:编程语言   时间:2014-11-17 09:10:51    阅读次数:169
OpenCASCADE Make Primitives-Box
Abstract. By making a simple box to demonstrate the BRep data structure of the OpenCASCADE. The construction method is different from BRepPrimAPI_Make...
分类:其他好文   时间:2014-11-16 23:02:01    阅读次数:457
HDU1598 find the most comfortable road
题目描述:XX星有许多城市,城市之间通过一种奇怪的高速公路SARS(Super Air Roam Structure---超级空中漫游结构)进行交流,每条SARS都对行驶在上面的Flycar限制了固定的Speed,同时XX星人对 Flycar的“舒适度”有特殊要求,即乘坐过程中最高速度与最低速度的差...
分类:其他好文   时间:2014-11-12 13:44:51    阅读次数:189
Android 布局学习之——Layout(布局)详解一
layout(布局)定义了用户界面的可视化结构(visual structure),如Activity的UI,应用窗口的UI。 有两种方式声明layout: 1.在xml文件中声明UI组件。 2.在运行时,实例化布局元素。我们可以以编码的方式创建View或ViewGroup对象,操纵它们的属性。 ....
分类:移动开发   时间:2014-11-11 22:27:00    阅读次数:318
Android.StructureOfAndroidSourceCodeRootTree
Refference1.How to understand the directory structure of android root tree?http://stackoverflow.com/questions/9046572/how-to-understand-the-directory-...
分类:移动开发   时间:2014-11-11 20:47:13    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!