ChatGPT 3.5 国内中文镜像站免费使用啦
猿说编程-猿说编程-第37页
OpenGL ES EGL eglGetDisplay-猿说编程

OpenGL ES EGL eglGetDisplay

EGLNativeDisplayType - 系统显示类型,标识你所开发设备的物理屏幕,DX/OPenGL ES/Metal/Vulkan.... EGLNativeWindowType - 系统窗口,渲染显示的窗口句柄 EGLDisplay - 关联 EGLNativeDisplay...
Python str 函数-猿说编程

Python str 函数

Python str 函数 - 作为一个内置函数,可以直接将其他数据类型强制转为字符串类型 ''' 参数: object — python数据类型对象; 返回值: 返回一个str类型的变量; ''' str(object)
Python 进程 Process 模块-猿说编程

Python 进程 Process 模块

Python 进程 Process 模块 - 进程 Process 是对各种资源管理的集合,包含对各种资源的调用、内存的管理、网络接口的调用;一个进程 Process 可以包含多个子进程,启动一个进程的时候会自动创建...
设置 Visual Studio 文件版权信息-猿说编程

设置 Visual Studio 文件版权信息

设置 Visual Studio 文件版权信息 - /************************************************************************/ /*@File Name : $FILE_BASE$.$FILE_EXT$ /*@Created Date : $YEAR$/$MONTH$/...
Python print 函数-猿说编程

Python print 函数

Python print 函数 - ‘’‘ 参数介绍: objects — 复数,表示可以一次输出多个对象。输出多个对象时,需要用 , 分隔; sep — 用来间隔多个对象,默认值是一个空格 end — 用来设定以什么结尾...
Python max 函数-猿说编程

Python max 函数

python max函数 - max 函数返回给定参数的最大值,参数可以为序列语法: # 返回值:返回参数中的最大值; max( x, y, z, .... )
IOS OpenGL ES GPUImage 图像旋转 GPUImageTransformFilter-猿说编程

IOS OpenGL ES GPUImage 图像旋转 GPUImageTransformFilter

GPUImage - GPUImageTransformFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关. 3、Blending m...
Python bytearray 函数-猿说编程

Python bytearray 函数

Python bytearray 函数 - Python 除了 bytes 字节序列 之外,还有 bytearray 可变的字节序列,具体区别在哪呢?顾名思义,bytes 是不可变的,而 bytearray 是可变的 返回值 : 返回一个新的可变...
AVFoundation - AVAssetImageGenerator 获取多帧图片-猿说编程

AVFoundation – AVAssetImageGenerator 获取多帧图片

AVAssetImageGenerator 获取多帧图片 - AVAssetImageGenerator 是用来提供视频的缩略图或预览视频的帧的类.可以用AVAsset 来初始化,例如: + (instancetype)assetImageGeneratorWithAsset:(AVA...
AVFoundation – AVCompositionTrackSegment 可变轨道片段-猿说编程

AVFoundation – AVCompositionTrackSegment 可变轨道片段

AVFoundation – AVCompositionTrackSegment 可变轨道片段 - AVCompositionTrackSegment 继承自AVAssetTrackSegment,AVAssetTrack的一个片段,由URL,轨道标识符和从源轨道到合成轨道的时间映...

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