码迷,mamicode.com
首页 >  
搜索关键字:median of two sor    ( 12209个结果
POJ1060 Modular multiplication of polynomials解题报告 (2011-12-09 20:27:53)(转)
Time Limit:1000MSMemory Limit:10000KTotal Submissions:3239Accepted:1459Consider polynomials whose coefficients are 0 and 1. Addition of two polynomial...
分类:其他好文   时间:2014-08-13 12:58:06    阅读次数:247
HDU-2437-Jerboas(BFS+优先队列)
Problem Description       Jerboas are small desert-living animals, which resemble mice with a long tufted tail and very long hind legs. Jerboas shelter in well-hidden burrows. They create two types o...
分类:其他好文   时间:2014-08-13 10:33:25    阅读次数:259
tcpdump抓包脚本
由于最近服务器流量异常所以写了一个简单的shell抓包脚本,每间隔10分钟进行一次抓包分别保存在不同的文件当中,脚本如下:#!/bin/sh#Thisistcpdumpscriptone=1two=2while(($one!=$two))dosleep1TIME=`date+%F"-"%H:%M:%S`tcpdump-ieth0-s0-wtcpdum.$TIME&sleep600ps-ef|gr..
分类:其他好文   时间:2014-08-13 03:46:36    阅读次数:182
POJ 2738 Two Ends(记忆化)
Description In the two-player game "Two Ends", an even number of cards is laid out in a row. On each card, face up, is written a positive integer. Players take turns removing a card from either end...
分类:其他好文   时间:2014-08-13 01:18:05    阅读次数:209
HDU 3874 Necklace (线段树单点更新+区间查询+离线操作)
Problem Description Mery has a beautiful necklace. The necklace is made up of N magic balls. Each ball has a beautiful value. The balls with the same beautiful value look the same, so if two or more ...
分类:其他好文   时间:2014-08-12 17:29:44    阅读次数:253
SDUT--Pots--BFS
Pots Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描述 You are given two pots, having the volume of A and B liters respectively. The following operations can be performed...
分类:其他好文   时间:2014-08-12 17:21:24    阅读次数:281
View 的绘制流程
1:项目完工,不忙,闲来整理资料,对于View的绘制流程很想去了解,其实想了解View 的绘制流程还是从安卓官网的文档开始的,   1):Drawing begins with the root node of the layout.     2):Drawing the layout is a two pass process: a measure pass and a layout...
分类:其他好文   时间:2014-08-12 17:04:54    阅读次数:339
HDU-1067-Gap(BFS+HASH)
Problem Description Let's play a card game called Gap. You have 28 cards labeled with two-digit numbers. The first digit (from 1 to 4) represents the suit of the card, and the second digit (from 1 ...
分类:其他好文   时间:2014-08-12 10:24:14    阅读次数:379
hdu 3832 Earth Hour
StatusEach street light can be viewed as a point in a plane,which casts flash in a circular area with certain radius.What's more,if two illuminated ci...
分类:其他好文   时间:2014-08-12 02:58:43    阅读次数:289
Circle 树状数组
DescriptionYou are given n points and two circles. The radius of the circle will be dynamical. Your task is to find how many points are under both cir...
分类:其他好文   时间:2014-08-12 02:57:33    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!