ChatGPT 3.5 国内中文镜像站免费使用啦
猿说编程-猿说编程-第42页
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令-猿说编程

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
Visual Studio 2019 代码注释快捷键-猿说编程

Visual Studio 2019 代码注释快捷键

Visual Studio 2019 代码注释快捷键-1、选中需要注释的代码 2、CTRL + K + C //注释 3、CTRL + K + U //取消注释 1.安装 Visual Studio 2.安装 Visual Studio 插件 Visual Assist 3.Visual Stud...
IOS OpenGL ES GPUImage 图像溶解 GPUImageDissolveBlendFilter-猿说编程

IOS OpenGL ES GPUImage 图像溶解 GPUImageDissolveBlendFilter

GPUImage - GPUImageDissolveBlendFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关. 3、Blendi...
IOS – OpenGL ES 设置图像黑白噪点 GPUImageLocalBinaryPatternFilter-猿说编程

IOS – OpenGL ES 设置图像黑白噪点 GPUImageLocalBinaryPatternFilter

GPUImage - 设置图像图像黑白化GPUImageLocalBinaryPatternFilter - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters ,...
Python divmod函数-猿说编程

Python divmod函数

divmod 函数也是 Python 的内置函数,它是把除数和余数运算结果结合起来,返回一个包含商和余数的元组 tuple (a // b, a % b); 注意:divmod 函数只能接受整数 int 或浮点数类型 float 参数不能...
Python 线程障碍对象 Barrier-猿说编程

Python 线程障碍对象 Barrier

Python 线程障碍对象 Barrier - Python 线程 Barrier 俗称障碍对象,也称栅栏,也叫屏障。 与之前介绍 互斥锁 Lock / 事件 Event / 定时器 Timer 等不同,多线程 Barrier 会设置一个线程障碍数...
C语言 fopen 函数-猿说编程

C语言 fopen 函数

C语言 fopen 函数 - C 语言 fopen 函数表示以指定的模式,打开一个文件,函数声明如下: /* *描述:使用指定的模式打开或者读写指定的文件 * *参数: * [in] filename:文件路径 * [in] mode:...
AVFoundation – AVPlayerItem 管理资源对象-猿说编程

AVFoundation – AVPlayerItem 管理资源对象

AVPlayerItem 管理资源对象 - AVPlayerItem 作为资源管理对象,它控制着视频从创建到销毁的诸多状态。 //播放状态 status typedef NS_ENUM(NSInteger,AVPlayerItemStatus) { AVPlayerItemStatus...
Python eval 与 exec 函数的区别-猿说编程

Python eval 与 exec 函数的区别

Python eval 与 exec 函数的区别- 1.eval 函数只能计算单个表达式的值,而 exec 函数可以动态运行代码段; 2.exec 函数能直接执行文件中的 Python 代码,eval 函数不能实现这个功能; 3.eval 函...
Object-C ScaleToFill、ScaleAspectFit、ScaleAspectFill 区别-猿说编程

Object-C ScaleToFill、ScaleAspectFit、ScaleAspectFill 区别

ScaleToFill,ScaleAspectFit,ScaleAspectFill,ScaleToFill ScaleAspectFit ScaleAspectFill区别,猿说编程,

ChatGPT 3.5 国内中文镜像站免费使用啦