码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
python 类库
http://www.numpy.org/The core functionality of NumPy is its "ndarray", for n-dimensional array, data structure.NumPy's arrays must be views on contigu...
分类:编程语言   时间:2015-02-01 17:35:15    阅读次数:243
UVa679:Dropping Balls
Dropping BallsA number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball ...
分类:其他好文   时间:2015-02-01 00:26:17    阅读次数:175
POJ 1308 Is It A Tree? (并查集)
Is It A Tree? Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 23006   Accepted: 7898 Description A tree is a well-known data structure that is either emp...
分类:其他好文   时间:2015-01-31 17:54:14    阅读次数:161
XPS 工程目录下各文件内容
XPS Project DirectoriesTo view the XPS directory structure, refer to XPS Directory Structure Outline.__xpsContains intermediate files generated by XPS...
分类:其他好文   时间:2015-01-31 17:48:23    阅读次数:166
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...
分类:系统相关   时间:2015-01-31 17:43:36    阅读次数:158
Leetcode:LRUCache四个版本实现
题目Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the va...
分类:系统相关   时间:2015-01-30 17:19:54    阅读次数:162
The Lost Art of C Structure Packing
对齐要求首先需要了解的是,对于现代处理器,C编译器在内存中放置基本C数据类型的方式受到约束,以令内存的访问速度更快。在x86或ARM处理器中,基本C数据类型通常并不存储于内存中的随机字节地址。实际情况是,除char外,所有其他类型都有“对齐要求”:char可起始于任意字节地址,2字节的short必须...
分类:其他好文   时间:2015-01-30 17:09:13    阅读次数:329
hdu 2572 优先队列
#include #include #include #include #define max_one 100#define max_two 50#define max_three 50using namespace std;struct node //structure must sign fir...
分类:其他好文   时间:2015-01-29 14:17:44    阅读次数:184
structure light depth sensing (零星)
双目视觉深度检测的关键之一在于建立两张图之间的对应性。sturctured light 在时间(或者空间上)对projection image plane(双目视觉中的一张image,一组projection patterns构成一张图)的每个pixel(或者一个block)赋予一个id(encod...
分类:其他好文   时间:2015-01-27 12:35:59    阅读次数:172
计算机外语收集
nested condition statement 嵌套条件语句Interpreter 解释器branching programs 分支程序syntax 语法semantic语义code structure 代码结构piece of code 代码段constant time 常数时间
分类:其他好文   时间:2015-01-22 12:35:24    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!