码迷,mamicode.com
首页 >  
搜索关键字:openmax il    ( 622个结果
C# to IL 18 Glossary(术语)
...
分类:Windows程序   时间:2017-04-15 23:46:10    阅读次数:359
C# to IL Reference and Value Types(引用类型和值类型)
An interface is a reference type, in spite of the fact that it has no code at all. Thus, wecannot instantiate an interface. We can use it as a constru ...
分类:Windows程序   时间:2017-04-12 11:07:32    阅读次数:270
C# to IL 5 Operator Overloading(操作符重载)
Every operator overload that we use in C#, gets converted to a function call in IL. Theoverloaded > operator translates into the function op_GreaterTh ...
分类:Windows程序   时间:2017-04-12 01:40:18    阅读次数:341
C# to IL 4 Keywords and Operators(关键字和操作符)
Code that is placed after the return statement never gets executed. In the first programgiven below, you will notice that there is a WriteLine functio ...
分类:Windows程序   时间:2017-04-11 12:58:25    阅读次数:248
C# to IL 2 IL Basics(IL基础)
This chapter and the next couple of them will focus on and elicit a simple belief of ours,that if you really want to understand C# code in earnest, th ...
分类:Windows程序   时间:2017-04-10 16:43:40    阅读次数:178
IL指令详细表
名称 说明 Add 将两个值相加并将结果推送到计算堆栈上。 Add.Ovf 将两个整数相加,执行溢出检查,并且将结果推送到计算堆栈上。 Add.Ovf.Un 将两个无符号整数值相加,执行溢出检查,并且将结果推送到计算堆栈上。 And 计算两个值的按位“与”并将结果推送到计算堆栈上。 Arglist ...
分类:其他好文   时间:2017-04-07 17:59:01    阅读次数:163
IL 学习笔记
先上几篇博客链接: ...
分类:其他好文   时间:2017-04-03 18:08:06    阅读次数:108
法语学习笔记--第四课(家庭)
第四课 La famille 您 vous 您,你们 是 être je suis nous sommes tu es vous êtes il est ils sont elle est elles sont 有 avoir je -> j'ai nous avons tu as vous ave ...
分类:其他好文   时间:2017-03-31 20:54:17    阅读次数:130
转:android中多媒体解码openmax的实现
转自:http://blog.csdn.net/hellofeiya/article/details/8601168 每个AwesomePlayer 只有一个OMX服务的入口,但是AwesomePlayer不一定就只需要1种解码器。有可能音视频都有,或者有很多种。这个时候这些解码器都需要OMX的服务 ...
分类:移动开发   时间:2017-03-27 23:03:42    阅读次数:362
if 和case
select case 'O' when 'O' then (1*5-6) when 'C' then (1*5-6) when 'EC' then (1*5-6) --else null --end --case @loanStatus when 'IL' then case when (15-1 ...
分类:其他好文   时间:2017-03-16 19:10:46    阅读次数:164
622条   上一页 1 ... 26 27 28 29 30 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!