主页

Add_two

Description

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.

You may assume the two numbers do not contain any leading zero, except the number 0 itself.

阅读更多

无参考jpg质量评估算法

概述

图片/视频质量评价算法可以分为两种,一种依赖于原始图片/视频,可以获得更好的结果;一种不依赖于原始图片/视频,结果稍差,但是可以在更多的应用场景工作.

阅读更多

加密简介

概述

在互联网通讯中,加密主要被分为对称加密和非对称加密,其中非对称加密用来建立连接,对称加密用来传输大量数据.

阅读更多

Ffmpeg

简介

FFmpeg是一个自由软件,可以运行音频和视频各种格式的录影 转换 流功能,包含了libavcodec–这是一个用于多个项目中音频和视频的解码器库,以及libavformat–一个音频与视频格式转换库.

阅读更多

Two_sum

Description

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

You may assume that each input would have exactly one solution, and you may not use the same element twice.

阅读更多

Cmake

CMAKE介绍

CMAKE是一种跨平台的编译配置工具,它可以在不同的平台下基于同样的源代码文件生成对应的工程文件.例如Makefile和VS工程.

阅读更多