http://acm.hdu.edu.cn/showproblem.php?pid=4811
因为看到ball[0]>=2 && ball[1]>=2 && ball[2]>=2 ans=(sum-6)*6+15 sum是三种颜色的球个数的和,然后就想到分类讨论,因为情况是可枚举的,
发现整数如果不加LL直接用%I64d打印会出问题
//#pragma comment(lin...
分类:
其他好文 时间:
2014-09-30 21:52:20
阅读次数:
192
用BitmapFactory获取适合屏幕大小的图片 和自带的图片裁剪工具package com.lin.image; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap....
分类:
移动开发 时间:
2014-09-30 19:43:10
阅读次数:
298
CPPUTest 虽然名称上看起来是 C++ 的单元测试框架, 其实它也是支持测试 C 代码的.本文主要介绍用CPPUTest来测试 C 代码. (C++没用过, 平时主要用的是C) C++相关的内容都省略了.本文基于 debian v7.6 x86_64.1. CPPUTest 安装现在各个Lin...
分类:
其他好文 时间:
2014-09-29 13:36:50
阅读次数:
461
Aspects of the invention relate to improvements to the Least Recently Used (LRU) cache replacement method. Weighted LRU (WLRU) and Compact Weighted LR...
分类:
其他好文 时间:
2014-09-26 19:37:08
阅读次数:
147
adadmin算是EBS DBA在常用不过的命令啦,下面我就简单介绍一下adadmin里面的常用的功能1.change maintenance mode这个是开启和关闭维护默认,当我们adpatch的时候一定要enable,正常运行EBS的时候disable.2.maintain multi-lin...
分类:
其他好文 时间:
2014-09-25 12:42:48
阅读次数:
959
Flow Problem
Problem Description
Network flow is a well-known difficult problem for ACMers. Given a graph, your task is to find out the maximum flow for the weighted directed graph....
分类:
其他好文 时间:
2014-09-24 18:35:37
阅读次数:
272
花了好几个小时,详细规划出了整个过程,包括所有基本操作。。。有什么疑问请下方留言
#include
using namespace std;
#define ElemType char
#define ERROR 0
#define OK 1
typedef struct Node
{
ElemType data;
struct Node *next;
}Node,*Lin...
分类:
其他好文 时间:
2014-09-24 00:20:15
阅读次数:
315
【概述】nginx是种跟apache类似的web服务器。但其做为新兴事物,所以借鉴和融合了很多新技术。最为常用的除了web服务器,就是做为负载均衡使用的反向代理和缓存服务器。所以根据其功能和需求,大致的网络架构也分为LNMP、LNNMP和LNNNMP。LNMP是和LAMP同样的平台结构。是由L(Lin..
分类:
其他好文 时间:
2014-09-23 03:34:04
阅读次数:
349
os.Stdout.Write(row[0].([]byte)) //往标准输出时写入必须是二进制 fmt.Println(row[0].([]byte)) //输出结果 一个显示正常值 一个显示二进制值 astaxie6 [54] php json 时总会出现乱码 头六个字符? 但是在lin...
分类:
编程语言 时间:
2014-09-22 15:50:02
阅读次数:
257
用‘grep’搜索文本文件如果您要在几个文本文件中查找一字符串,可以使用‘grep’命令。‘grep’在文本中搜索指定的字符串。举个例子:假设您正在‘/usr/src/linux/Documentation’目录下搜索带字符串‘magic’的文件:$ grep magic /usr/src/lin....
分类:
其他好文 时间:
2014-09-22 15:46:13
阅读次数:
219