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 (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
题目: 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
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 题目描述 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
题意: 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
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 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)定义如下: 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
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