E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Cubes
UVA 10177 (2/3/4)-D Sqr/Rects/
Cubes
/Boxes
(2/3/4)-DSqr/Rects/
Cubes
/Boxes?
u011217342
·
2013-07-31 00:00
UVa 10051 Tower of
Cubes
DP 简单动态规划题
/** *简单DP,不过要注意记录起始答案。 *思路:这题有点像另外一个入门dp题(题意大概是): *给你个三角形样式的各数,从最上面的顶点开始一直到最底层, *选条路线使得该路线经过的数之和最大。 *其实这题也差不多,从最底层的方块先放好,然后一层一层往上, *只不过这题有可能“断层”(也就是不选某个方块) *现在dp过程就是i从i=n->1这样, *dp[i][j]表示的是第i个方块如果是j面
xuruoxin
·
2013-07-30 18:00
uvalive 3401 poj 2741 Colored
Cubes
///uvalive3401poj2741ColoredCubes //AC //A.myc #include #include #include #include usingnamespacestd; stringcolor[5][7]; introta[24][6]={{0,1,2,3,4,5},{0,2,4,1,3,5},{0,4,3,2,1,5},{0,3,1,4,2,5
Amyc
·
2013-07-29 21:00
动态规划
ACM
uvalive
uva
单调队列
POJ 1543 Perfect
Cubes
Perfect
Cubes
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 
·
2013-07-19 11:00
cube
uva10051 - Tower of
Cubes
( 简单动归)
状态:d[i][j]表示第i个立方体第j个面朝上时塔的最大高度。状态转移:dp[i][j] =max{dp[k][l]]+1|a[i][j^1]==a[k][l]};输出路径用一个next数组记录下就可以了。代码如下:#include #include #defineN505 charans[6][10]={"front","back","left","right","top","bottom"}
shankeliupo
·
2013-06-17 20:00
uva 1352 LA3401 - Colored
Cubes
(模拟,4级)
Thereareseveralcoloredcubes.Allofthemareofthesamesizebuttheymaybecoloreddifferently.Eachfaceofthesecubeshasasinglecolor.Colorsofdistinctfacesofacubemayormaynotbethesame.Twocubesaresaidtobe identically
nealgavin
·
2013-05-15 16:00
uva 1352 - Colored
Cubes
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=456&page=show_problem&problem=4098刘汝佳书上的例题(训练指南P16),感觉这题很好,尤其是生成旋转序列的方法,这也是这题的重点。学习了。#include #include #include #includ
shuangde800
·
2013-03-22 12:00
uva 1352 - Colored
Cubes
链接: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=456&page=show_problem&problem=4098 刘汝佳书上的例题(训练指南P16),感觉这题很好,尤其是生成旋转序列的方法,这也是这题的重点。学习了。 #inclu
king_tt
·
2013-03-22 12:00
color
POJ 1188 Gleaming the
Cubes
题意:给定n个正方体,求他们的交体积。题解:知道两个长方体相交的算法就能很简单的解出这道题,实际上两个长方体交,就是取x1,y1,z1各自的最大值,以及x2,y2,z2各自的最小值就是了。#include #include #include usingnamespacestd; structdata { intx1,y1,z1; intx2,y2,z2; data(){} data(int_x,i
tmeteorj
·
2013-03-12 17:00
CF 243D
Cubes
(线段树)
转载请注明出处,谢谢http://blog.csdn.net/ACM_cxlove?viewmode=contents by---cxlove题目:给出n*n个格子,每个格子上有若干个单位立方体。从无穷远有一片光线,问最多能照到多少个立方体http://codeforces.com/contest/243/problem/D 我们对于每个格子,通过向量求出某个区间,表示这个区间的发射的光线可以
ACM_cxlove
·
2012-11-24 00:00
Colored
Cubes
#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#pragmac
gyarenas
·
2012-11-23 21:00
Businees Intelligence Development Studio 创建 Time Dimension
这样使用原有
Cubes
就不能实现这个复杂的报表了。于是只能另辟蹊径了。
jiudihanbing
·
2012-09-28 17:00
sql
数据库
server
Excel
table
processing
报表
Cubes
设计(完结)
selectthecubenamewhichyouusedwhenyouaddfieldinstep2 add"Amount"and"Location"todataarea Atlast,wecanseethevaluesthere. CAclientside:1/installMSofficewithqueryoption 2/installMScoreXMLserviceSP23/in
jiudihanbing
·
2012-09-20 22:00
poj1022:Packing Unit 4D
Cubes
四维魔方的题意和题解
囧,题意看起来很复杂,故几乎没什么人提交,其实只要看懂了题目的意思再简单不过了,,,这不,因为英语不好花了很久才看懂题意,稍微解释一下吧:定义一个四维的魔方,每个四维的魔方有八个面(类比3维的魔方有六个面),每个面是一个3维的东西(类比3维的魔方的每个面是2维的平面)。然后要把n个四维的魔方包装起来,因为是四维的,所以有四根坐标轴,每个魔方给出9个数据,第一个是此魔方的标识,然后1,2个表示在沿着
atupal
·
2012-09-05 13:00
include
Go
产品
UVA 10601
CUBES
(正方体Polya,有限制)
转载请注明出处,谢谢 http://blog.csdn.net/ACM_cxlove?viewmode=contents by---cxlove题目:有12条边,分别有特定的颜色,组成一个立方体,问有多少种http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&p
ACM_cxlove
·
2012-08-14 18:00
c
UVa 10177 - (2/3/4)-D Sqr/Rects/
Cubes
/Boxes?
曾经放了好久的题,今天A掉了,其实就是推公式了,唯一觉得被坑了就是在windows下longlong占位符是%I64d,而UVa用的貌似是linux,为此WR了一次,查了一下,改成%lld后AC了。题目解法:对于正方形正方块来说,比较好找找规律,比如边长是4的二维下的正方形就是:1+4+9+25=39.即:前面所有边长的平方和,三维四维的相应的就是三次方和四次方。对于边不同长的长方形长方体来说,就
GooMaple
·
2012-08-02 11:00
windows
linux
图形
CodeForces 180E
Cubes
--后续指针--当前个数
题意:大致就是 一串数字中删除k个,是剩下的串中连续数字最长,输出长度贴两个别人的代码,加了注释/* */ #include #include #include #include #include #include #defineoo2000000000 #definelllonglong usingnamespacestd; structnode { intnext,w; }point[200
qq172108805
·
2012-08-01 10:00
c
制造
OO
POJ 2251Dungeon Master
The dungeon is composed of unit
cubes
which may or may not be filled with rock.
java-mans
·
2012-07-31 07:00
master
uva-10177 - (2/3/4)-D Sqr/Rects/
Cubes
/Boxes?
数学公式题:在N边的正方形,正方体,超正方体(4维平面),内分别有多少个正方形(体,超体),长方形(体,超体);对于N边的正方形,所含有依次从1~N边长的正方形为:N*N+(N-1)*(N-1)+…………2*2+1*1;同理可知,正方体,超正方体,依次为从1到N的三次方和,四次方和。对于N边的正方形,所含的矩形的数目为I*J(其中I的范围是1~N,J的范围也是1~N)之和,即为(i*(i+1)/2
rowanhaoa
·
2012-07-18 09:00
nalysis Services 2008 $SYSTEM表
Analysis Services 2008 there are 13 MDSCHEMA Dynamic Management Views (DMVs): $SYSTEM.MDSCHEMA_
CUBES
黑鸟酱
·
2012-07-03 15:00
service
uva 10177 - (2/3/4)-D Sqr/Rects/
Cubes
/Boxes?
ProblemJ(2/3/4)-DSqr/Rects/
Cubes
/Boxes?
Frankiller
·
2012-06-18 17:00
Codeforces Round #116 E-
Cubes
180E
E.Cubestimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLet'simaginethatyou'replayingthefollowingsimplecomputergame.Thescreendisplays n lined-upcubes.Eachcube
sunny606
·
2012-04-23 13:00
算法
equals
delete
input
colors
Numbers
CodeForces Round #116 (180E) -
Cubes
昨天第一次做CF的contest...昨天的Easy题目刷了5道回去睡了..今天的比赛开始还是很顺利的..唰唰两道大水题很快AC..但就没有然后了...A题我看了下没看懂..就专攻E题..比赛结束后才做出来... 本题看数据范围..就只能是O(n)或者O(nlogn)的算法..所以不可能是DP..而O(nlogn)也找不到要二分的理由..所以这题的思路应直奔O(n)的算法...既然是
kk303
·
2012-04-22 20:00
uva 10177 - (2/3/4)-D Sqr/Rects/
Cubes
/Boxes?
uva10177-(2/3/4)-DSqr/Rects/
Cubes
/Boxes? Fig:A4x4Grid Fig:A4x4x4Cube 这是一道数学题吧。
yx
·
2012-04-14 21:00
EOJ 1864 Playing With
Cubes
EOJ1864PlayingWithCubes 1/**//* 2EOJ 1864 Playing With
Cubes
3 4 5----问题描述: 6 7Children are used
coreBugZJ
·
2012-03-30 22:00
Tower of
Cubes
题意为一些重量递增而且各个面都有颜色的立方体,要将这些立方体堆成一个塔,要求两个接触面同色,而且下面的立方体更重。求塔的最大高度。这题其实比较简单,就是数据太多,处理起来比较麻烦。将每个立方体都分解成6个不同面朝上的立方体,这里只需将立方体的上下两面颜色和重量记下就行,然后再dp,在打印路径时递归打印即可。#include #include #include #include usingnames
wangtaoking1
·
2012-03-03 14:00
IM
Mondrian Schema详解
这个逻辑模型实际上提供了这几个概念:
Cubes
(立方体)、维度(Dimensions)、层次(Hierarchies)、级别(Levels)、和成员(Members)。
rudyalwayhere
·
2012-02-26 20:00
JOIN
数据库
schema
table
Integer
hierarchy
枚举与搜寻
例子:求1到n的全部整数的立方和思路:依次枚举数字1到n,在枚举的过程中,累加这些数字的立方代码实现:#include #include intsum_of_
cubes
(intn) { intsum=
wuxiaoer717
·
2012-02-12 22:00
工作
算法
table
System
input
POJ 1543 Perfect
Cubes
(我的水题之路——四重暴力水)
PerfectCubesTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 10707 Accepted: 5739DescriptionForhundredsofyearsFermat'sLastTheorem,whichstatedsimplythatforn>2thereexistnointegersa,b,c>1suchthata^
shiow1991
·
2012-01-30 18:00
c
Integer
input
output
Numbers
Sicily 1114 Food
Cubes
广度优先搜索在三维空间上的扩展,题目本身难度不大,但是在写的时候有个判断条件没有考虑仔细,多刷了好几次提交,几乎崩溃。#include #include #include usingnamespacestd; intdata[105][105][105]; boolis_valid(intx,inty,intz){ if(x>=0&&x=0&&y=0&&ztemp; structcoorqq,pp
Detective_Xin
·
2012-01-26 15:00
qq
struct
System
扩展
zoj 1331 Perfect
Cubes
(水题)
好久没做水题,自己的英语真的存在很大问题。不然很快就能结束的,不过看题目,就能知道的大概,一开始没找到打印的范围。。。。囧题意: 给定a,b,c,d,求出a #include intmain() { inta,b,c,d; for(a=6;a<=200;a++) for(b=2;b
cqlf__
·
2011-11-15 13:00
UVa Problem 10177 (2/3/4)-D Sqr/Rects/
Cubes
/Boxes? (2/3/4-维立方体?)
//(2/3/4)-DSqr/Rects/
Cubes
/Boxes?(2/3/4-维立方体?)
metaphysis
·
2011-11-06 01:00
c
Date
uva 10177 (2/3/4)-D Sqr/Rects/
Cubes
/Boxes?
题意:给你一个长度n,问n*n的矩形里有几个正方形s2,有几个长方形q2,n*n*n里有几个正方体s3,有几个长方体r3...边长为1的正方形有n*n个,边长为2的正方形有(n-1)*(n-1)个。。。。矩形,边长为1的边长有n个可能位置,边长为2的边长有n-1个可能位置,所以矩形所有可能边长个数是n(1+n)/2,从中选出两个组成就可以组成一个矩形。长方形个数用矩形个数减去正方形个数。#incl
shiqi_614
·
2011-10-30 20:00
uva 10051 Tower of
Cubes
题意:给n个六面体,接下去n行,每行有6个数字,表示前,后,左,右,上,下面的颜色。每个六面体自上而下重量都是增加的。叠放的规则是六面体的上面一定要放重量比它小的。并且接触的面的颜色要相同。输出能叠放几个,并且把它们哪一个朝上输出。定义map[i][j]为第i个六面体j面朝上的最大高度。用一个结构体route保存路径。#include #include #include usingnamespac
shiqi_614
·
2011-10-23 00:00
c
struct
ini
fun
UVa Problem 10051 Tower of
Cubes
(立方体之塔)
//TowerofCubes(立方体之塔) //PC/UVaIDs:110906/10051,Popularity:C,Successrate:highLevel:3 //Verdict:Accepted //SubmissionDate:2011-10-01 //UVaRunTime:0.168s // //版权所有(C)2011,邱秋。metaphysis#yeahdotnet // //[问
metaphysis
·
2011-10-02 00:00
c
Date
工作
算法
测试
Path
poj 1543Perfect
Cubes
#include#includeusingnamespacestd;intn;intmain(){inti,j,q,p;while(cin>>n){for(i=3;ii)break;for(q=3;q<=n;++q){if(i<=j)break;for(p=3;p<=n;++p){if(i<=q)break;if(i*i*i==j*j*j+q*q*q+p*p*p&&j
Unimen
·
2011-06-18 18:00
Mondrian Schema详解
这个逻辑模型实际上提供了这几个概念:
Cubes
(立方体)、维度(Dimensions)、层次(Hierarchies)、级别(Levels)、和成员(Members)。
huangzijuan1
·
2011-03-29 16:00
BI--OPENI
1114 Food
Cubes
3D BFS
//3D水广搜搜有几个被立方体围起来的空白部分//直接搜空白部分遇到边界表示空白部分不是hole就可以了//在机子上跑样例10s,那个汗呀,硬头皮交上去。。0.33s//我汗,我机子破了#include#include#include#includeusingnamespacestd;boolvisited[101][101][101];intt,n,x,y,z,result;booladdadd
rptotal
·
2011-03-21 16:00
c
struct
1114 Food
Cubes
TAG 种子染色 Flood Fill 忙于课程的各种projects,好久没写acm,惭愧,写个简单的种子染色都搞得焦头烂额。哎。 3维的跟2维的处理起来没多大区别。 不过直接深度优先居然stack overflow。才 10^6啊!? 所以先求出坐标的取值范围,然后扩大1个单位。最后答案要减1,也就是包围food的那个空间。 #include <stdio.h> #inc
yzd
·
2010-12-02 22:00
cube
1114 Food
Cubes
TAG种子染色 FloodFill忙于课程的各种projects,好久没写acm,惭愧,写个简单的种子染色都搞得焦头烂额。哎。3维的跟2维的处理起来没多大区别。不过直接深度优先居然stackoverflow。才10^6啊!?所以先求出坐标的取值范围,然后扩大1个单位。最后答案要减1,也就是包围food的那个空间。#include#includeconstintN=102;constintnei[6
Dinosoft
·
2010-12-02 22:00
pku 1188 Gleaming the
Cubes
矩形切割
pku1188GleamingtheCubes矩形切割题意是说给出n个正方体,要求求出重叠n次的子长方体体积。这题开始理解错题意了,以为要求重叠的体积,懒得写线段树,就直接矩形切割,最坏复杂度n4,这题数据也水的可以,竟然让我过了,后来想了下,正确的做法应该是枚举长方体的端点,求左下角的点和右上角的点,然后直接算体积。。。贴个水过去的代码吧。。 1 # include 2 using names
yzhw@ujs code my life~
·
2010-11-06 23:00
Mondrian Schema解析
这个逻辑模型实际上提供了这几个概念:
Cubes
(立方体)、维度(Dimensions)、层次(Hierarchies)、级别(Levels)、和成员(Members)。
goustzhu
·
2010-09-29 10:00
mondrion Schema
这个逻辑模型实际上提供了这几个概念:
Cubes
(立方体)、维度( Dimensions )、层次( Hierarchies )、级别( Levels )、和成员( Members )。
xyy_job
·
2009-12-10 16:00
数据结构
sql
cache
Mondrian Schema详解
这个逻辑模型实际上提供了这几个概念:
Cubes
(立方体)、维度( Dimensions )、层次( Hierarchies )、级别( Levels )、和成员( Members )。
jacky6024
·
2009-06-22 16:00
数据结构
sql
cache
poj 1022 Packing Unit 4D
Cubes
/** * FloodFill算法,深度遍历搜索。 */#include #include using namespace std;struct Cube{ bool used; // 是否已经使用 int cood[4]; // 坐标 int neighbor[4][2]; // 相邻标识号};void FloodFill(int row, in
lzm
·
2009-03-18 12:00
Four
Cubes
Puzzle (四色立方体问题) ——纪念已逝的找工作的那些日子
雪灾、地震、奥运、经济危机、...... 构成了二零零八,而我找工作的日子也掺杂在其中,同学都说是我的毕业带 来了经济危机,当然这只是玩笑话 找工作的道路崎岖又坎坷,战线也拉得很长,记得那是2007年冬天的第一块雪:),我就踏上了这条不归路,记得当 时在中科院做项目的同寝哥们“尹健”(此处化名 )给推荐了个地儿实习,不过递交简历的同没时要提交解决此题的 源码,当时在网上找了找,没找到源码
dapeng1525
·
2009-02-06 23:00
C++
c
工作
REST
C#
mondrian之schema,cube,dimension,measure
逻辑模型包含:
cubes
, dimensions, hierarchies, levels, and members.
leo_dream
·
2009-01-07 21:00
schema
cube
mondrian
Grails获得Morph AppSpace云计算托管服务的支持
Morph AppSpace的虚拟计算环境以
cubes
为单位,其中预先配制了为托管web应用量身定制的应用栈。用户只要注册成为Morph AppSpace用户,就可以按需创建
cubes
。
klcwt
·
2008-11-25 03:00
Web
应用服务器
配置管理
云计算
grails
Grails获得Morph AppSpace云计算托管服务的支持
MorphAppSpace的虚拟计算环境以
cubes
为单位,其中预先配制了为托管web应用量身定制的应用栈。用户只要注册成为MorphAppSpace用户,就可以按需创建
cubes
。
Cleve Gibbon
·
2008-07-29 00:00
Grails获得Morph AppSpace云计算托管服务的支持
MorphAppSpace的虚拟计算环境以
cubes
为单位,其中预先配制了为托管web应用量身定制的应用栈。用户只要注册成为MorphAppSpace用户,就可以按需创建
cubes
。
Cleve Gibbon
·
2008-07-29 00:00
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他