码迷,mamicode.com
首页 >  
搜索关键字:maximum number of format    ( 43533个结果
CIF、QCIF
分辨率:每个像素的存储方式都是YUVQQCIF:88*72QCIF:176*144CIF:352*2882CIF:704*288DCIF:584*3844CIF:704*576QCIF:QCIF: Quarter Common Intermediate Format英文缩写 qcif英文全称 Qua...
分类:其他好文   时间:2014-05-17 00:01:20    阅读次数:301
[LeetCode]Max Points on a Line
题目:Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.算法分析:定义最大直线为符合相同条件的直线中通过点最多的那条直线。对每个点p,计算其它的点与p形成的...
分类:其他好文   时间:2014-05-16 23:26:31    阅读次数:389
C++变长参数
如果C++的变长参数经过了多轮的调用,就可能失去作用 间接引址,但是只能引用到第一个变长参数。 va_list marker;va_start(marker, format);s_loggers[filename]->LoglineF(format, va_arg(marker, va_list))...
分类:编程语言   时间:2014-05-14 06:51:14    阅读次数:288
用Python和FFmpeg查找大码率的视频文件
用Python和FFmpeg查找大码率的视频文件 本文使用Python2.7, 这个工作分两步 遍历文件夹下的视频文件用ffprobe获取是视频文件的码率信息 用ffprobe 获取json格式的视频信息 用ffprobe.exe是FFmpeg自带的查看视频信息的工具,其获取json格式的信息命令如下 ffprobe -v quiet -print_format json -show...
分类:编程语言   时间:2014-05-13 16:26:01    阅读次数:599
ZOJ3673:1729
1729 is the natural number following 1728 and preceding 1730. It is also known as the Hardy-Ramanujan number after a famous anecdote of the British mathematician G. H. Hardy regarding a hospital vis...
分类:其他好文   时间:2014-05-13 14:52:34    阅读次数:314
poj2104(主席树)
K-th Number Time Limit: 20000MS   Memory Limit: 65536K Total Submissions: 35704   Accepted: 11396 Case Time Limit: 2000MS Description You are working for Macrohard com...
分类:其他好文   时间:2014-05-13 14:07:41    阅读次数:203
Configuring Single Number Reach on Cisco CUCM 7.1.3
CiscoCUCMallowsyoutoconfiguresinglenumberreach(alsoknownasmobility)sothatacalldestinedforyourdeskphone‘sextensioncanringonanumberofotherdevicessuchasyourcellphone,blackberry,homephone,etc.Thisfeaturealsoallowsyoutoseamlesslytransferanactivecallfromyourcellp..
分类:其他好文   时间:2014-05-13 12:56:54    阅读次数:618
bootstrap_12菜单栏
<!doctypehtml> <html> <metacharset="utf-8"/> <head> <title>益司CMS-PC与手机建站集成</title> <metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <linkrel="stylesh..
分类:其他好文   时间:2014-05-13 11:58:21    阅读次数:335
[ACM] 1016 Prime Ring Problem (深度优先搜索)
Prime Ring Problem Problem Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacent...
分类:其他好文   时间:2014-05-13 11:54:17    阅读次数:444
printf的实现(不借助stdarg.h中的宏)
实现了%d %x %c %s对变长函数的参数取址有了深刻的理解 ,蒋yy的实验任务其实还是很有帮助的^_^ 1 int printf ( const char * format, ... ) 2 { 3 int Count=0; 4 int index=0; 5 char b...
分类:其他好文   时间:2014-05-13 11:01:59    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!