- 博客(18)
- 资源 (19)
- 问答 (1)
- 收藏
- 关注
原创 LeetCode --- Binary Tree Preorder Traversal
LeetCode --- Binary Tree Preorder TraversalGiven a binary tree, return the preorder traversal of its nodes' values.For example:Given binary tree {1,#,2,3}, 1 \ 2 / 3
2014-08-26 20:59:43 479
原创 LeetCode --- Binary Tree Postorder Traversal
LeetCode---Binary Tree Postorder Traversal后序遍历二叉树:Given a binary tree, return the postorder traversal of its nodes' values.For example:Given binary tree {1,#,2,3}, 1 \ 2
2014-08-26 20:47:01 429
原创 LeetCode --- LRU Cache
LeetCode --- LRU Cache Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the value (will alway
2014-08-19 20:59:08 441
原创 LeetCode---Evaluate Reverse Polish Notation
第二题:Evaluate Reverse Polish Notation
2014-08-09 10:12:01 381
转载 视频转码技术及转码实现详解
来源:21IC电子网发布时间:2011-01-27 本文简单介绍了视频转码技术的定义、分类及实现手段,重点分析了如何在视频工程中使用转码技术,包括转码技术的使用方式及其优势所在。分析了在流方式和文件方式下如何使用转码技术。通过对移动非线性编辑系统远程传输视频数据和节目制作网络素材集中上载两个工程实例的分析,探讨
2013-12-12 17:08:01 1563
转载 FLV文件格式详解
Flash Video(简称FLV),是一种流行的网络格式。目前国内外大部分视频分享网站都是采用的这种格式.一、File Structure从整个文件上开看,FLV是由The FLV header 和 The FLV File Body 组成.1、The FLV header TypeCommentSignatureU
2013-12-12 16:27:14 961
转载 FLV视频格式解码软件开发
( 作者:孙德生 深大硕士研究生 )FLV流媒体格式是一种新的视频格式,全称为Flash Video。Flash MX 2004对其提供了完美的支持,它的出现有效地解决了视频文件导入Flash后,使导出的SWF文件体积庞大,不能在网络上很好的使用等缺点。FLV 是Macromedia 公司开发的属于自己流式视频格式。这种格式是在sorenson 公司的压缩算
2013-12-12 10:51:38 819
转载 Windows消息机制要点
1. 窗口过程 每个窗口会有一个称为窗口过程的回调函数(WndProc),它带有四个参数,分别为:窗口句柄(Window Handle),消息ID(Message ID),和两个消息参数(wParam, lParam), 当窗口收到消息时系统就会调用此窗口过程来处理消息。(所以叫回调函数)2 消息类型 1) 系统定义消息(System-Defined Messages)
2013-12-10 13:49:56 603
原创 xp下使用mingw,msys编译vlc2.0.8,2.0.9,2.1.0
老大布置了一个任务,编译开源的vlc。开源就开源吧, 编译的时候弄得很麻烦。在win7,64位系统下,搞了两天,搜索了各种网页,最后连configure阶段都没过去。这一个悲剧,不知道是电脑问题还是下载的mingw或者是msys版本有问题,最后无奈转到了虚拟机下在linux中编译,这个倒是简单了,照着官网上面敲就ok了,一步一步走下来,最后成功生产了可运行的vlc.我用的是ubuntu,按照官网上
2013-11-07 11:00:34 2458 1
TA创建的收藏夹 TA关注的收藏夹
TA关注的人