uva 11039 Building designing
An architect wants to design a very high building. The building will consist of some floors, and each floor has a certain size. The size of a floor must be greater ...
分类:
编程语言 时间:
2015-01-31 12:39:51
阅读次数:
140
作者:zhanhailiang 日期:2015-01-30
原文链接:Building Web Apps in WebView
基于Android视图类WebView,可以直接在Activity Layout中展示Web页面,这样可以增强更新的灵活性。简单理解,WebView展示HTML页面,但是其本身并不支持浏览器的常用功能,诸如浏览进度控制,地址栏等。
使用场景&实现...
分类:
移动开发 时间:
2015-01-31 00:27:40
阅读次数:
269
uva 539 The Settlers of Catan
Within Settlers of Catan, the 1995 German game of the year, players attempt to dominate an island by building roads, settlements and cities across its uncharted wilder...
分类:
其他好文 时间:
2015-01-29 12:45:04
阅读次数:
149
1.先配置一下 mex -setup>> mex -setupPlease choose your compiler for building external interface (MEX) files:Would you like mex to locate installed compiler...
分类:
其他好文 时间:
2015-01-28 17:41:51
阅读次数:
400
Problem Description
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified ...
分类:
其他好文 时间:
2015-01-28 09:55:48
阅读次数:
148
题意:给你n个球 坐标 半径。球若相互覆盖或接触就算相连 让你求出最小的长度使得从任意一球出发能到达任意球;
思路:最小生成树
代码用g++交WA 用c++就A 无语。。。
#include
#include
#include
#include
#include
#include
#include
#include
#define N 110
#de...
分类:
其他好文 时间:
2015-01-27 18:33:30
阅读次数:
152
题目链接:点击打开链接
又是一发 G++ WA , C++ AC.
简单题:给出基站的三围坐标及半径 。若球面距离小于 0 距离为 0 ,否则为 圆心距离减去2个半径
#include
#include
#include
#include
#include
#define INF 10000000
using namespace std;
double map[110]...
分类:
其他好文 时间:
2015-01-27 16:33:31
阅读次数:
120
104. Highways
Problem code: HIGH
In some countries building highways takes a lot of time... Maybe that's because there are many possiblities to construct a network of highways and engineers can't ...
分类:
其他好文 时间:
2015-01-27 15:03:25
阅读次数:
122
水题Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which f...
分类:
其他好文 时间:
2015-01-27 12:59:41
阅读次数:
109
题目:UVA-11039-Building designing根据绝对值排序。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 int a[500010.....
分类:
其他好文 时间:
2015-01-26 20:53:38
阅读次数:
199