码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
FILE_OBJECT
https://msdn.microsoft.com/en-us/library/windows/hardware/ff545834(v=vs.85).aspx The FILE_OBJECT structure is used by the system to represent a file o ...
分类:其他好文   时间:2016-09-12 19:05:39    阅读次数:260
IaaS, PaaS, SaaS
IaaS, PaaS, SaaS (Explained and Compared) SaaS: Software as a Service Cloud application services, or Software as a Service (SaaS), represent the large ...
分类:其他好文   时间:2016-09-10 20:49:38    阅读次数:254
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 ...
分类:其他好文   时间:2016-09-09 16:53:45    阅读次数:106
【HDU 4940】Destroy Transportation system(数据水/无源无汇带上下界可行流)
Description Tom is a commander, his task is destroying his enemy’s transportation system.Let’s represent his enemy’s transportation system as a simple ...
分类:其他好文   时间:2016-08-21 21:20:27    阅读次数:227
sum-root-to-leaf-numbers-LeetCode
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 ro ...
分类:其他好文   时间:2016-08-14 07:16:36    阅读次数:155
LeetCode17 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 tel ...
分类:其他好文   时间:2016-08-12 23:29:20    阅读次数:191
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 telepho ...
分类:其他好文   时间:2016-08-12 11:27:28    阅读次数:135
Base64
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 re ...
分类:其他好文   时间:2016-08-05 19:39:18    阅读次数:171
设计模式之组合模式---Composite Pattern
模式的定义组合模式(Composite Pattern)定义如下: Compose objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly。将对象组合成树...
分类:其他好文   时间:2016-08-05 16:14:00    阅读次数:185
[LintCode] Scramble String 爬行字符串
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representati ...
分类:其他好文   时间:2016-07-31 00:01:28    阅读次数:335
1045条   上一页 1 ... 65 66 67 68 69 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!