码迷,mamicode.com
首页 >  
搜索关键字:streams    ( 382个结果
C头文件之<stdio.h>
(stdio.h)该头文件主要是执行输入输出操作。文件中重要的概念是“流”(streams)。“流”在函数库中用FILE表示,用指针类型FILE *来操作。有三个标准流:stdin, stdout,和stderr。这三个都是FILE*变量。他们被编译器自动创造。在下面的函数中,strean形参都可以...
分类:其他好文   时间:2014-05-03 23:31:35    阅读次数:387
android MediaPlayer
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:移动开发   时间:2014-05-03 21:36:21    阅读次数:568
382条   上一页 1 ... 37 38 39
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!