码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
leetcode 330. Patching Array
传送门 330. Patching Array My Submissions QuestionEditorial Solution Total Accepted: 8597 Total Submissions: 29516 Difficulty: Medium Given a sorted posi ...
分类:其他好文   时间:2016-05-01 11:02:01    阅读次数:164
【转】一个java页游服务器框架
源地址:http://www.cnblogs.com/metoy/p/4305326.html?utm_source=tuicool&utm_medium=referral 一、前言 此游戏服务器架构是一个单服的形式,也就是说所有游戏逻辑在一个工程里,没有区分登陆服务器、战斗服务器、世界服务器等。此 ...
分类:编程语言   时间:2016-05-01 11:00:43    阅读次数:153
以太网之物理层
这一节来学习一下以太网的物理层,IEEE802.3标准就给出了以太网的物理层结构,如下图所示红色框内所标注的。     我们可以看到物理大致可以分为: GMII介质无关接口、 PCS物理编码子层,PMA物理介质连接层,PMD物理介质相关层、MDI接口 、MEDIUM物理介质。     我们从下往上看,首先看物理介质层。          1、物理介质层      ...
分类:其他好文   时间:2016-05-01 01:13:51    阅读次数:425
以太网之物理层
这一节来学习一下以太网的物理层,IEEE802.3标准就给出了以太网的物理层结构,如下图所示红色框内所标注的。 我们可以看到物理大致可以分为: GMII介质无关接口、 PCS物理编码子层,PMA物理介质连接层,PMD物理介质相关层、MDI接口 、MEDIUM物理介质。 我们从下往上看,首先看物理介质... ...
分类:其他好文   时间:2016-05-01 01:09:24    阅读次数:277
<LeetCode OJ> 129. Sum Root to Leaf Numbers
Total Accepted: 74843 Total Submissions: 229553 Difficulty: Medium Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the...
分类:其他好文   时间:2016-04-29 19:08:19    阅读次数:168
<LeetCode OJ> 199. Binary Tree Right Side View
Total Accepted: 40438 Total Submissions: 117654 Difficulty: Medium Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered...
分类:其他好文   时间:2016-04-29 18:57:13    阅读次数:184
LTE-TDD资源调度(3)-测量GAP
参考文献 (1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description (2)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification (3)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC) (4)3GPP TS 36.133 V9.15.0 (2013-03) Requirem...
分类:其他好文   时间:2016-04-29 15:30:13    阅读次数:324
delphi.memory.分配及释放---New/Dispose, GetMem/FreeMem及其它函数的区别与相同,内存分配函数
来自:http://www.cnblogs.com/qiusl/p/4028437.html?utm_source=tuicool&utm_medium=referral 我估摸着内存分配+释放是个基础函数,有些人可能没注意此类函数或细究,但我觉得还是弄明白的好。 介绍下面内存函数前,先说一下MM的 ...
分类:Windows程序   时间:2016-04-27 12:56:43    阅读次数:325
<LeetCode OJ> 199. Binary Tree Right Side View
Total Accepted: 40438 Total Submissions: 117654 Difficulty: Medium Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered...
分类:其他好文   时间:2016-04-26 21:10:16    阅读次数:192
<LeetCode OJ> 129. Sum Root to Leaf Numbers
Total Accepted: 74843 Total Submissions: 229553 Difficulty: Medium Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the...
分类:其他好文   时间:2016-04-24 12:49:47    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!