码迷,mamicode.com
首页 >  
搜索关键字:pat    ( 13517个结果
PAT-1018 Public Bike Management (30)
直接用dijkstra求取,只能拿到22,四个case过不了#include#includeusing namespace std;int bike_count[510];int bike_sum[510]; int bike_sum_num[510];int map[510][510];bool ...
分类:其他好文   时间:2014-09-24 18:28:07    阅读次数:228
1010. Radix (25)——PAT (Advanced Level) Practise
题目信息: 1010. Radix (25) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Given a pair of positive integers, for exam...
分类:其他好文   时间:2014-09-24 12:17:46    阅读次数:234
1009. Product of Polynomials (25)——PAT (Advanced Level) Practise
题目信息: 1009. Product of Polynomials (25) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue This time, you are suppose...
分类:其他好文   时间:2014-09-24 12:01:46    阅读次数:159
1007. Maximum Subsequence Sum (25)——PAT (Advanced Level) Practise
题目信息: 1007. Maximum Subsequence Sum (25) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue Given a sequence of K i...
分类:其他好文   时间:2014-09-24 11:12:56    阅读次数:364
1008. Elevator (20)——PAT (Advanced Level) Practise
题目信息: 1008. Elevator (20) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue The highest building in our city has onl...
分类:其他好文   时间:2014-09-24 10:55:26    阅读次数:205
1006. Sign In and Sign Out (25)——PAT (Advanced Level) Practise
题目信息: 1006. Sign In and Sign Out (25) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue At the beginning of every ...
分类:其他好文   时间:2014-09-24 10:39:26    阅读次数:174
1007. 素数对猜想 (20) (ZJUPAT 数学)
1007. 素数对猜想 (20) (ZJUPAT 数学)...
分类:其他好文   时间:2014-09-24 00:38:35    阅读次数:403
1006. 换个格式输出整数 (15)(ZJUPAT)
1006. 换个格式输出整数 (15)(ZJUPAT)...
分类:其他好文   时间:2014-09-24 00:24:35    阅读次数:270
1008. 数组元素循环右移问题 (20) (ZJUPAT 数学)
1008. 数组元素循环右移问题 (20) (ZJUPAT 数学)...
分类:其他好文   时间:2014-09-23 23:46:25    阅读次数:215
白话浅谈MPEG2-TS之demux
TS都是一个TS包组成,每个包都是固定188个字节,每个包都是4个字节包头开始,包头第一个字节是固定的0x47。那其他184个字节是什么呀,里面基本都装的是音频或者视频解码数据。如果给定一个TS文件,怎么去寻找解码音视频解码数据呢?         每个TS包的前4个字节的包头里都有一个PID,首先,一个个遍历TS包,我们找到PID为0的TS包,这个包叫PAT,这个PAT包里包含了PMT的PID...
分类:其他好文   时间:2014-09-23 21:40:55    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!