码迷,mamicode.com
首页 >  
搜索关键字:codec engine    ( 5563个结果
YUV420 转 RGB 测试
逐像素浮点运算转换的,很慢,目测 1080p 只有 12fps 左右 sws_scale(img_convert_context, (const unsigned char *const *)p_frame->data, p_frame->linesize, 0, p_codec_context-> ...
分类:其他好文   时间:2021-02-26 12:53:55    阅读次数:0
android开发Glide4.12.0源码分析理解简单记录
Glide get,checkAndInitializeGlide,initializeGlide Glide glide = GlideBuilder.build(); new Engine(),new Glide()并在Glide构造函数注册功能模块 new GlideContext()管理并对 ...
分类:移动开发   时间:2021-02-23 14:10:08    阅读次数:0
Codechef February Challenge 2021 Division 1 部分题解
Team Name 留坑。 Prime Game 留坑。 XOR Sums 留坑。 Multiple Games 留坑。 Another Tree with Numb 留坑。 Bash Matrix 留坑。 Cell Shell 留坑。 Cut the Cake (Challenge) 留坑。 Dr ...
分类:其他好文   时间:2021-02-18 13:09:23    阅读次数:0
MySQL的UPDATE或DELETE中子查询不能为同一张表
删除emp_no重复的记录,只保留最小的id对应的记录。CREATE TABLE IF NOT EXISTS titles_test (id int(11) not null primary key,emp_no int(11) NOT NULL,title varchar(50) NOT NULL ...
分类:数据库   时间:2021-02-17 14:01:39    阅读次数:0
CentOS8 安装Docker
官方参考文档 https://docs.docker.com/engine/install/centos/ 1、安装 [root@localhost opt]# yum install -y yum-utils device-mapper-persistent-data lvm2[root@loca ...
分类:其他好文   时间:2021-02-08 12:24:35    阅读次数:0
CentOS7 使用minikube 搭建kubernetes 学习环境
Windows 10 系统 VirtualBox 6.0.x CentOS7启动在虚拟机上 先要安装docker,官网(https://docs.docker.com/engine/install/)有guide,一步步下来很简单,不多说了 按照minikube 官网(https://minikub ...
分类:Web程序   时间:2021-02-05 10:31:39    阅读次数:0
unityZXing二维码的生成与扫描
借鉴自某位大佬不记得了 using System.Collections; using System.Collections.Generic; using UnityEngine; using ZXing; using UnityEngine.UI; /// <summary> /// 二维码扫描识 ...
分类:编程语言   时间:2021-02-02 11:05:42    阅读次数:0
centos7下安装docker
1、卸载旧版本 旧版本的docker叫做docker或者docker-engine。现在docker engine包叫做:docker-ce。调用下面的方法卸载旧版本docker: [java@localhost ~]$ sudo yum remove docker \ > docker-clien ...
分类:其他好文   时间:2021-02-01 11:47:13    阅读次数:0
Zebra ZPL printer command reference for PowerApps
Labelary Engine Documentation ZPL Command Support ZPL Extensions for Simulating Colored Label Stock Configuration via System Properties 1. ZPL Command ...
分类:移动开发   时间:2021-02-01 11:41:41    阅读次数:0
C#生成二维码,返回Base64字符
using ThoughtWorks.QRCode.Codec; public static string GetQrCodeImage() { //二维码生成对象,需引用DLL QRCodeEncoder qrCodeEncoder = new QRCodeEncoder(); qrCodeEnc ...
分类:Windows程序   时间:2021-01-28 12:02:48    阅读次数:0
5563条   上一页 1 ... 5 6 7 8 9 ... 557 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!