码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
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-08-27 21:50:28    阅读次数:210
项目经理应该注意的一些问题
开始接手一个项目之前,项目经理首先自己要明确要求:要干什么,想达到目标,然后再考虑资源问题。制订计划时,最好让项目骨干参与。应该先列出完成项目必需的关键任务,这些任务的确定可以征求骨干的意见。列关键任务时采用WBS( Work-Breakdown Structure )方法,进行目标的分解。项目预算...
分类:其他好文   时间:2014-08-27 20:30:08    阅读次数:286
【RefactoringCode】The description of the refactoring book
Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that book I familize myself with data structure, especi...
分类:其他好文   时间:2014-08-26 01:50:15    阅读次数:231
存储过程之六—存储过程增删改查
对于以下存储过程,表结构如下:-- ------------------------------ Table structure for person-- ----------------------------DROP TABLE IF EXISTS `person`;CREATE TABLE.....
分类:其他好文   时间:2014-08-25 22:31:54    阅读次数:287
2.12 下标脚本(Subscripts)
下标脚本(Subscripts)本页包含内容:下标脚本语法下标脚本用法下标脚本选项下标脚本可以定义在类(Class)、结构体(structure)和枚举(enumeration)这些目标中,可以认为是访问对象、集合或序列的快捷方式,不需要再调用实例的特定的赋值和访问方法。举例来说,用下标脚本..
分类:其他好文   时间:2014-08-23 19:12:11    阅读次数:197
[POJ 1308]Is It A Tree?(并查集判断图是否为一棵有根树)
Description A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the following proper...
分类:其他好文   时间:2014-08-23 17:46:41    阅读次数:218
UVa 620 Cellular Structure(DP)
题意 有A,B两种细胞 A细胞可由空生成 非空细胞链有两种增长方式 设O为原非空细胞链 则O可增长为OAB或BOA 给你一个细胞链 若其是合法分裂的 要求判断最后一次分裂是哪种方式 无法得到的输出MUTANT 若给定的S是以AB结尾的 判断去掉AB的部分是否合法即可 若S是B开始A结束的 判断去掉首尾是否合法即可;...
分类:其他好文   时间:2014-08-23 14:01:10    阅读次数:200
主席树 | | 可持久化线段树
可持久化数据结构(Persistent data structure)就是利用函数式编程的思想使其支持询问历史版本、同时充分利用它们之间的共同数据来减少时间和空间消耗。所以这里讲的可持久化线段树也叫函数式线段树(又叫主席树……因为先驱就是fotile主席Orz……)。先了解一下主席树http://s...
分类:其他好文   时间:2014-08-20 16:05:12    阅读次数:205
【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-08-20 14:04:32    阅读次数:250
How to create a Multi-device Site - some details
Definning the information architecture (commonly known as IA) and structure of the page.Adding design elements to make it responsive and look good acr...
分类:其他好文   时间:2014-08-19 12:39:14    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!