码迷,mamicode.com
首页 >  
搜索关键字:all    ( 23290个结果
poj2196
Specialized Four-Digit NumbersTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 7238Accepted: 5285DescriptionFind and list all four-digit numbe...
分类:其他好文   时间:2014-05-26 19:18:49    阅读次数:250
[leetcode]Path Sum @ Python
原题地址:https://oj.leetcode.com/problems/path-sum/题意:Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all...
分类:编程语言   时间:2014-05-26 18:37:11    阅读次数:295
笔试算法题(39):Trie树(Trie Tree or Prefix Tree)
出题:TRIE树 (Trie Tree or Prefix Tree);分析:又称字典树或者前缀树,一种用于快速检索的多叉树结构;英文字母的Trie树为26叉树,数字的Trie树为10叉树;All the descendants of a node have a common prefix of t...
分类:其他好文   时间:2014-05-26 18:31:06    阅读次数:297
如何使用地图的注解功能
如何使用地图的注解功能实现了协议MKAnnotation的对象才能够被用地图上的注解对象,一般都是如下定义的.DisplayMap.h + DisplayMap.m//// DisplayMap.h// MoreMapInfo//// Copyright (c) 2014年 Y.X. All ...
分类:其他好文   时间:2014-05-26 18:16:15    阅读次数:335
The primary models
The primary models offer hydraulically adjusted wedges for quick and easy adjustments to closed side settings. All sizes incorporate a fixed jaw die c...
分类:其他好文   时间:2014-05-26 18:15:58    阅读次数:344
maven安装for eclipse kepler
最近打算在Eclipse Kepler 下安装Maven。按照网上guide安装的时候好多都提示there is nothing to install。后来发现可能是版本问题。找了个帖子,解决方法如下,记录在此:Help->Install New Software. 选择All Available ...
分类:系统相关   时间:2014-05-26 18:04:25    阅读次数:367
BackgroundWorker源码
BackgroundWorker.cs//------------------------------------------------------------------------------// // Copyright (c) Microsoft Corporation. All...
分类:其他好文   时间:2014-05-26 17:55:36    阅读次数:268
单链表
单链表是一种链式存储结构,它可以通过一组任意的存储单元来存储线性表中的数据元素。头文件 声明//// linklist.h// Datastructure//// Created by zhou on 14-5-25.// Copyright (c) 2014年 zhou. All righ...
分类:其他好文   时间:2014-05-25 20:06:02    阅读次数:227
hdu4336 Card Collector
Problem DescriptionIn your childhood, do you crazy for collecting the beautiful cards in the snacks? They said that, for example, if you collect all t...
分类:其他好文   时间:2014-05-25 14:05:37    阅读次数:214
HDU-1007-Quoit Design
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encircled awarded. In the field of Cyberground, the ...
分类:其他好文   时间:2014-05-25 11:13:53    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!