码迷,mamicode.com
首页 >  
搜索关键字:帧    ( 5238个结果
iOS block-base 动画简单用法+关键帧动画设置线性变化速度的问题
本文转载至http://www.tuicool.com/articles/aANBF3m时间2014-12-07 20:13:37segmentfault-博客原文http://segmentfault.com/blog/alan/1190000002411296iOS的各种动画相漂亮,相信这是吸引...
分类:移动开发   时间:2014-12-08 00:31:04    阅读次数:253
交换机VLAN研究
这两天在研究openWRT的网络接口问题,涉及到了交换机的一些概念,主要是跟VLAN相关的,在此总结一下。 VLAN在802.11Q中定义,802.11Q帧格式如下图所示: 交换机示意图如下图所示: 交换机的端口有三种类型,access,trunk,hybrid(其实应该还有一种模式,透传模式..
分类:其他好文   时间:2014-12-07 23:25:49    阅读次数:155
vim常见操作命令
打开多文件vim file1 file2:open/:e 不关闭vim打开文件分帧窗口:new 新窗口:sp 横向:vsp 纵向ctrl+w窗口切换:tabc 关闭当前窗口:tabo 关闭所有窗口:ctrl+w + 纵向扩大(行数增加):ctrl+w - 纵向缩小 (行数减少)文件间切换 Ctrl....
分类:系统相关   时间:2014-12-07 23:07:45    阅读次数:270
Intra Chroma Prediction
帧内预测依赖于当前宏块的相邻宏块,如果任何一个相邻宏块不可用,那么会直接影响到当前宏块的预测方式。 那么宏块怎么才谓之可用? 满足以下几个条件的相邻宏块为不可用:相邻宏块超出边界,即(xPicWidthInMbs),(yPicHeightInMbs) 相邻宏块与当前处理的宏块不在同一slic...
分类:其他好文   时间:2014-12-07 22:59:33    阅读次数:467
交换机VLAN研究
这两天在研究openWRT的网络接口问题,涉及到了交换机的一些概念,主要是跟VLAN相关的,在此总结一下。VLAN在802.11Q中定义,802.11Q帧格式如下图所示:交换机示意图如下图所示:交换机的端口有三种类型,access,trunk,hybrid(其实应该还有一种模式,透传模式,在此不做研...
分类:其他好文   时间:2014-12-07 16:19:31    阅读次数:228
cocos3 动作和帧动画
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:其他好文   时间:2014-12-07 09:01:08    阅读次数:207
cocos3 帧动画
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:其他好文   时间:2014-12-07 09:00:19    阅读次数:206
andorid之帧布局FrameLayout
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:其他好文   时间:2014-12-07 06:52:32    阅读次数:212
andorid之帧布局FrameLayout
FrameLayout(帧布局):layout/activity_main.xml<FrameLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><ImageViewand..
分类:其他好文   时间:2014-12-07 06:52:15    阅读次数:144
struct ethhdr结构体详解
在linux系统中,使用struct ethhdr结构体来表示以太网帧的头部。这个struct ethhdr结构体位于#include之中。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 ...
分类:其他好文   时间:2014-12-06 14:08:10    阅读次数:702
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!