摘要: 1. 题目:Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example... 阅读全文
posted @ 2015-06-08 20:54 zxqstrong 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1. 题目 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a s 阅读全文
posted @ 2015-06-08 17:39 zxqstrong 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1. 题目  Two Sum Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indic 阅读全文
posted @ 2015-06-08 16:47 zxqstrong 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 源码见 FFmpeg Documentationhttp://ffmpeg.org/doxygen/trunk/transcoding_8c-example.html本文介绍一个简单的基于FFmpeg的转码器。它可以将一种视频格式(包括封转格式和编码格式)转换为另一种视频格式。转码器在视音频编解码处... 阅读全文
posted @ 2015-06-08 14:59 zxqstrong 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: 1 术语: 什么是影片?其实就是一组(很多张)图片,时间间隔很小的连续展示出来,人们就觉得画面中的人物在动,这就是影片。那电影的实质就是N多张图片的集合。那 每张图片和帧又有什么关系呢?事实上,如果一部影片里面的图片,我们原封不动的全部存起来,空间会很大很大很大,但是如果通过一定的算法(这里不讲相... 阅读全文
posted @ 2015-06-08 11:59 zxqstrong 阅读(25856) 评论(0) 推荐(0) 编辑