码迷,mamicode.com
首页 >  
搜索关键字:formats    ( 142个结果
PixelFormat 像素格式
enum PixelFormatPixel formats available for Format7 modes.Enumerator: PIXEL_FORMAT_MONO88 bits of mono information.PIXEL_FORMAT_411YUV8YUV 4:1:1.PIXEL...
分类:其他好文   时间:2014-10-30 07:05:13    阅读次数:385
C# 6.0 (C# vNext) 新功能之:Numeric Literal Formats
Numeric Literal Formats = Binary literals and separators 个人解释为 「2 位元(2 进位)实字以及分隔符」 以前可以用的,主要就十进位以及十位进位如下: var num1 = 1234; // 10 进位 var num2 = 0x1234; // 16 进位 2 进位实字怎麽宣告? var num3 = 0b1010; //...
分类:Windows程序   时间:2014-10-15 10:11:40    阅读次数:229
linux中man手册的高级用法
Linux提供了丰富的帮助手册,当你需要查看某个命令的参数时不必到处上网查找,只要man一下即可。 Linux 的man手册共有以下几个章节: 1、Standard commands (标准命令) 2、System calls (系统调用) 3、Library functions (库函数) 4、Special devices (设备说明) 5、File formats (文件格式...
分类:系统相关   时间:2014-10-11 18:49:55    阅读次数:177
配置eclipse-颜色主题-代码自动提示
eclipse主题 更改Color Theme http://eclipsecolorthemes.org/下载color theme。 Each theme can be downloaded in two formats, *.xml and *.epf. You can either install the Eclipse Color Theme plugin and ...
分类:系统相关   时间:2014-10-11 14:01:26    阅读次数:266
ffmpeg常用参数一览
基本选项:-formats输出所有可用格式-f fmt指定格式(音频或视频格式)-i filename指定输入文件名,在linux下当然也能指定:0.0(屏幕录制)或摄像头-y覆盖已有文件-t duration记录时长为t-fs limit_size设置文件大小上限-ss time_off从指定的时...
分类:其他好文   时间:2014-09-06 14:49:53    阅读次数:284
Linux -- sudoers文件
ASUDOERS(5) BSD File Formats Manual SUDOERS(5)NAME sudoers — default sudo security policy pluginDESCRIPTION The sudoers policy plugin determines a use...
分类:系统相关   时间:2014-08-30 16:20:20    阅读次数:312
SPF,DSPF,RDPF,SPEF and SBPF.
SPF--Standard Parasitic FormatDSPF--Detailed Standard Parasitic FormatRSPF--Reduced Standard Parasitic FormatSPEF--Standard Parasitic Exchange FormatS...
分类:其他好文   时间:2014-08-12 10:14:03    阅读次数:461
RPMForge——Quick Start build system
How to setup multimedia on CentOS-5CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, includi...
分类:其他好文   时间:2014-08-08 01:37:45    阅读次数:505
java图形图像SVG转PPM程序代写 qq:928900200
Background Many image file formats encode image data as a 2-D matrix or raster of pixel colors. The amount of available color information is fixed by ...
分类:编程语言   时间:2014-08-03 20:33:25    阅读次数:386
How to setup multimedia on CentOS-5(or 6)
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:其他好文   时间:2014-07-22 22:47:33    阅读次数:301
142条   上一页 1 ... 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!