码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
Is It A Tree?-并查集(3)
B - Is It A Tree? Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription A tree is a well-known data structure t...
分类:其他好文   时间:2015-07-04 11:06:03    阅读次数:97
w3c标准
WEB标准不是某一个标准,而是一系列标准的集合。网页主要由三部分组成:结构(Structure)、表现(Presentation)和行为(Behavior)。对应的标准也分三方面:结构化标准语言主要包括XHTML和XML,表现标准语言主要包括CSS,行为标准主要包括对象模型(如W3C DOM)、E....
分类:其他好文   时间:2015-07-04 09:33:10    阅读次数:124
地图索引 R-tree
http://blog.csdn.net/v_JULY_v/article/details/6530142984年,加州大学伯克利分校的Guttman发表了一篇题为“R-trees: a dynamic index structure for spatial searching”的论文,向世人介绍了...
分类:其他好文   时间:2015-07-03 19:04:57    阅读次数:120
LeetCode208:Implement Trie (Prefix Tree)
Implement a trie with insert, search, and startsWith methods.Note: You may assume that all inputs are consist of lowercase letters a-z.Hide Tags Data Structure Trie实现一棵Trie树以及实现查询的功能,根据上一篇文章中的分析和伪代码可以...
分类:其他好文   时间:2015-07-03 17:35:14    阅读次数:111
IntelliJ IDEA 14.x 与 Tomcat 集成,创建并运行Java Web项目
创建Web项目1、File -> New Project,进入创建项目窗口2、在WEB-INF目录下点击右键,New -> Directory,创建classes和lib两个目录3、File -> Project Structure,进入 Project Structure窗口4、点击Modules...
分类:编程语言   时间:2015-07-02 20:48:19    阅读次数:139
Laravel5.1学习笔记17 数据库3 数据迁移
Introduction Generating Migrations Migration Structure Running Migrations Rolling Back Migrations Writing Migrations Creating Tables Renaming / Dr...
分类:数据库   时间:2015-07-02 15:29:26    阅读次数:164
【LeetCode】211. Add and Search Word - Data structure design
Add and Search Word - Data structure designDesign a data structure that supports the following two operations:void addWord(word)bool search(word)searc...
分类:其他好文   时间:2015-07-02 11:43:59    阅读次数:145
设计模式之二十四:访问者模式(Visitor)
访问者模式: 定义了一个作用于一个类的一些操作,访问者模式允许在不改变类的前提下增加一些操作。 Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the classes of...
分类:其他好文   时间:2015-07-01 16:00:10    阅读次数:157
uva806 Spatial Structures
Spatial StructuresComputer graphics, image processing, and GIS (geographic information systems) all make use of a data structure called a quadtree. Qu...
分类:其他好文   时间:2015-07-01 00:57:29    阅读次数:507
Intellij IDEA 14 @override 下划线
intellij IDEA 14 时代码中@override 下划线 1. In the Project Structure | Project dialog, change the Project language Level to 6.0 - @Override in interfaces. 2. If your project has multiple modules,...
分类:其他好文   时间:2015-06-30 20:32:41    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!