Windows OpenGL ES 图像对比度调节
OpenGL对比度,OpenGL对比度调节,OpenGL对比度设置,图像对比度调节,OpenGL对比度设置,OpenGL教程,OpenGL特效,
AVFoundation – AVAssetImageGenerator 获取多帧图片
AVAssetImageGenerator 获取多帧图片 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化,例如: + (instancetype)assetImageGeneratorWithAsset:(AVA...
C/C++ itoa函数
C/C++ itoa函数 - 在 stdlib.h 中 itoa 函数,可用于将 int 整数类型转为 char 字符串,语法如下: /* *描述:将一个整数转为char类型 * *参数: * [in] value:整数类型 * [in] string:字符串...
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
Object-C ScaleToFill、ScaleAspectFit、ScaleAspectFill 区别
ScaleToFill,ScaleAspectFit,ScaleAspectFill,ScaleToFill ScaleAspectFit ScaleAspectFill区别,猿说编程,
iOS NSString 字符串排序
NSString 字符串的排序 - NSString 字符串的排序 sortedArrayUsingComparator sortedArrayUsingSelector sortedArrayUsingDescriptors
C/C++ error C1083: Cannot open include file: ‘dirent.h’: No such file or directory
C/C++ error C1083: Cannot open include file: 'dirent.h': No such file or directory - 是一个应用程序接口,主要用于文件系统的目录读取操作,主要提供了几个目录数据读取函数,参见 opengrou...
iOS NSString 拼接字符串
iOS NSString拼接字符串,NSString拼接字符串,NSString stringByAppendingString,NSString stringWithFormat,猿说编程,
Windows OpenGL 图像色阶
OpenGL 色阶,OpenGL 色阶调节,OpenGL 色阶设置,图像色阶调节,OpenGL 色阶设置,OpenGL 教程,OpenGL ES特效,
C/C++ void* 和 int 转换
C/C++ void* 和 int 转换 - 在文章 《数据类型/变量类型》 中有做介绍, int 属于整数;int 和 float 转换请参考 《int 和 float 相互转换》,void* 和 int 转换如下: