话不多说,拿来主义,直接上代码!PS:打印最短路径我还不晓得怎么加,如有哪位大神知道,还请mark一下! 1
/*********************************************************************** 2 *
File: Fibonacci...
分类:
其他好文 时间:
2014-05-26 20:10:56
阅读次数:
568
使用最新版ffmpeg-0.11
libx264-125,使用默认编码时,用Eyecard发现profile-idc一直是PROFILE_H264_HIGH
(profile-idc=100),但是项目要求是baseline,设置了AVCodecContext的->profile=FF_PROFIL...
分类:
其他好文 时间:
2014-05-26 10:09:17
阅读次数:
222
关键字:H264 ,base profile, main profile, extend
profile, high
profile。提到HighProfileH.264解码许多人并不了解,那么到底什么是HighProfileH.264解码?其应用效果又是如何呢?作为行业标准,H.264编码体系定义...
分类:
其他好文 时间:
2014-05-26 09:59:01
阅读次数:
249
74LS160
The LS160A / 161A / 162A / 163A are high-speed 4-bit synchronous counters.
74LS160是4位同步计数器。。。不废话了
74LS160 datasheet
个人感觉,数电其实是模电的衍生学科,两者都是IC...
分类:
其他好文 时间:
2014-05-26 05:20:42
阅读次数:
303
图片上传插件一:jQuery File
Upload链接地址:http://blueimp.github.io/jQuery-File-Upload/index.html图片放大插件一:Magnifier.js链接地址:http://mark-rolich.github.io/Magnifier.j...
分类:
Web程序 时间:
2014-05-26 02:17:56
阅读次数:
301
题目如下:
Tree Summing
Background
LISP was one of the earliest high-level programming languages and, withFORTRAN, is one of the oldest languages currently being used. Lists,wh...
分类:
其他好文 时间:
2014-05-25 21:39:51
阅读次数:
276
//二分查找$arr = array(0,1,2,3,4,5,6,7,8,9); function
bin_sch($array, $low, $high, $k){ if ($low <= $high){ $mid =
intval(($low+$high)/2); ...
分类:
Web程序 时间:
2014-05-25 19:05:46
阅读次数:
338
,,杭电把比赛关了代码都找不到了。。
无责任民科还是mark一下好了。。
HDU 4823 Energy Conversion
把式子变换一下发现是一个等比数列,快速幂即可。
HDU 4824 Disk Schedule
开始没注意一个环只有一个点的条件,差点变成NP。。因为要回到起点,就是一个双调dp
跟poj 2677差不多
HDU 4825 Xor Sum
字典树上的贪心,把...
分类:
其他好文 时间:
2014-05-25 10:16:01
阅读次数:
293
function imgto=color_mark(img, diam,color_to )
%UNTITLED2 Summary of this function goes here
% img is input image which is a rgb image
% diam is a pixel scale in image [208,313,375,705]; [208 313...
分类:
其他好文 时间:
2014-05-25 09:46:14
阅读次数:
1632
一. 准备知识:ORACLE的逻辑存储管理. ORACLE在逻辑存储上分4个粒度: 表空间, 段, 区
和 块. 1.1 块:
是粒度最小的存储单位,现在标准的块大小是8K,ORACLE每一次I/O操作也是按块来操作的,也就是说当ORACLE从数据文件读数据时,是读取多少个块,而不是多少行.
每一个...
分类:
数据库 时间:
2014-05-24 14:13:17
阅读次数:
505