码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
Lintcode: Hash Function && Summary: Modular Multiplication, Addition, Power && Summary: 长整形long
In data structure Hash, hash function is used to convert a string(or any other type) into an integer smaller than hash size and bigger or equal to zer...
分类:其他好文   时间:2015-02-07 08:03:20    阅读次数:244
poj 2054 Color a Tree 据说是贪心
Bob is very interested in the data structure of a tree. A tree is a directed graph in which a special node is singled out, called the "root" of the tree, and there is a unique path from the root to each of the other nodes. Bob intends to color all the no...
分类:其他好文   时间:2015-02-06 21:55:57    阅读次数:221
[leetcode] Recover Binary Search Tree
Recover Binary Search TreeTwo elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A sol...
分类:其他好文   时间:2015-02-06 14:38:31    阅读次数:133
RT-thread内核之对象管理系统源码分析
一、数据结构1、对象控制块:在include/rtdef.h中定义 1 /** 2 * Base structure of Kernel object 3 */ 4 struct rt_object 5 { 6 char name[RT_NAME_MAX]; /*对象名称,R...
分类:其他好文   时间:2015-02-05 20:06:12    阅读次数:357
[原]JQuery mobile CSS 文件组织
从 JQuery mobile 1.4 开始, CSS 由3个部分组成,分别是 Icons、Theme和Structurejquery.mobile-1.4.x.css: 包括了 、Theme 和 Structure; jquery.mobile.external-png-1.4.x.css: 包扩...
分类:Web程序   时间:2015-02-05 13:09:02    阅读次数:294
java.util.zip - Recreating directory structure(转)
include my own version for your reference. We use this one to zip up photos to download so it works with various unzip programs. It preserves the dire...
分类:编程语言   时间:2015-02-04 20:12:25    阅读次数:218
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 ...
分类:其他好文   时间:2015-02-04 18:03:07    阅读次数:163
IP之routing(二)
接《IP之routing(一)》 Two-level hashing(fib structure)   Routing cache的数据结构叫做rt_hash_table,它是rt_hash_bucket的一个数组,它中的每个数组元素都指向rtable的list,而rt_hash()的参数有3个:source ip、destination ip、服务类型。 如果发生routing ...
分类:其他好文   时间:2015-02-03 11:09:15    阅读次数:171
【转载】[完整]Automatic Audio Segmentation: Segment Boundary and Structure Detection in Popular Music
【转载】[完整]Automatic Audio Segmentation: Segment Boundary and Structure Detection in Popular Music
分类:其他好文   时间:2015-02-02 17:24:32    阅读次数:299
工作中需要用到的一些小技巧
Lambda表达式是Java8的新功能,所以需要下载JDK8以及设置IDE里项目使用的jdk为jdk8和编译level也设置成1.8Intellij IDEA选择菜单File–Project Structure–Project中,修改Project language level为8.0的那个选项.n...
分类:其他好文   时间:2015-02-02 12:06:11    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!