码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
POJ 2196 Specialized Four-Digit Numbers
刚开始在POJ上刷题。。。。先水几道题,嘿嘿 Description Find and list all four-digit numbers in decimal notation that have the property that the sum of its four digits equals the sum of its digits when represent...
分类:其他好文   时间:2015-06-17 13:31:53    阅读次数:129
LeetCode之“动态规划”:Scramble String
题目链接 题目要求: Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possib...
分类:其他好文   时间:2015-06-16 16:08:21    阅读次数:120
Leetcode 17 Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2015-06-14 21:13:20    阅读次数:125
Leetcode[129]-Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number.An example is the root-to-leaf path 1->2->3 which represents the number 123.Find the total sum of al...
分类:其他好文   时间:2015-06-12 14:55:41    阅读次数:100
NSLog打印NSInteger老是有warning
zSpecifies that a following [...] conversion specifier applies to asize_tor the corresponding signed integer type argument;size_tis used to represent ...
分类:其他好文   时间:2015-06-11 12:48:40    阅读次数:162
Sum Root to Leaf Numbers
Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3which rep...
分类:其他好文   时间:2015-06-11 06:57:21    阅读次数:90
设计模式之十五:组合模式(Composite)
组合模式: 将对象组合成树形结构来表示部分与整体的关系。组合模式让客户能将单个对象和组合对象统一对待。 Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objec...
分类:其他好文   时间:2015-06-09 20:04:26    阅读次数:136
天题系列: Scramble String -- 三维动态规划
题目:Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representat...
分类:其他好文   时间:2015-06-09 06:13:42    阅读次数:93
转:How MATLAB Represents Pixel Colors
How MATLAB Represents Pixel ColorsBy Steve Eddins, MathWorksWhat colors do these pixel values represent?252 249 246 243 237255 255 250 246 243253 ...
分类:其他好文   时间:2015-06-05 06:07:33    阅读次数:82
ALAssetsLibrary
ALAsset An ALAsset object represent a photo or a video managed by the Photo application. Assets can have multiple representations, for example a pho.....
分类:其他好文   时间:2015-06-04 21:01:56    阅读次数:107
1045条   上一页 1 ... 79 80 81 82 83 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!