码迷,mamicode.com
首页 >  
搜索关键字:cube    ( 828个结果
Unity3d网格合并
几个不同的物体,在Unity3d中可以将网格合并在一起,用于优化。在Unity3d中构建临时场景如下:建一C#脚本名为"CombineMeshes",挂在Cube上。CombineMeshes.cs内容如下:using UnityEngine;using System.Collections;pub...
分类:其他好文   时间:2014-08-19 00:48:03    阅读次数:344
HDU 3584 Cube (三维 树状数组)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3584 CubeProblemDescriptionGivenanN*N*NcubeA,whoseelementsareeither0or1.A[i,j,k]m...
分类:其他好文   时间:2014-08-15 20:50:09    阅读次数:342
[译]MDX 介绍
关于MDXMDX (Multi Dimensional eXpression language) 是非常强大的工具,可以将你的多维数据库/cube 发挥到极致. 本文会覆盖MDX基础,并且希望能使你对MDX查询语法,MDX的强大原因,以及如何在你的B.I. 方案中使用MDX进行计算 有充分的认识 ....
分类:其他好文   时间:2014-08-13 18:28:26    阅读次数:265
SSAS 系列 - 维度的优化,"灌木丛属性关系" 以及自然层次结构与非自然层次结构的概念
维度的优化在 SSAS 开发设计过程中,维度的优化非常重要,因为它在 SSAS 分析服务性能调优的过程中往往能起到一个非常重要的作用。 一般来说,对于 Cube 的性能优化第一步可能考虑的就是查看维度,观察维度中属性关系的设计。 这里有两种最重要的调优方法可以参考:确认属性关系有效的使用用户自定义的...
分类:其他好文   时间:2014-08-13 17:55:26    阅读次数:231
POJ 1988 Cube Stacking(转)
这道题的思路,就是每次记下该点到父结点的个数,并记录下其下的结点个数。之后,每次"C"时,将总的减去它所压的方块,即答案!!!(也是参考别人的~-?)#include#includeusing namespace std;#define max 30010struct node{ int paren...
分类:其他好文   时间:2014-08-13 12:57:16    阅读次数:174
CATransition常用动画及type
CATransition *transition = [CATransition animation]; transition.duration = 1.0f; transition.type = @"cube"; transition.subtype = kCATrans...
分类:其他好文   时间:2014-08-12 21:19:24    阅读次数:146
UVA - 10622 Perfect P-th Powers
Description Problem E: Perfect Pth Powers We say that x is a perfect square if, for some integer b,x = b^2. Similarly, x is a perfect cube if, for some integerb, x = b^3. More generally, x is a ...
分类:其他好文   时间:2014-08-12 13:48:54    阅读次数:280
HDU-3309-Roll The Cube(BFS)
Problem Description This is a simple game.The goal of the game is to roll two balls to two holes each. 'B' -- ball 'H' -- hole '.' -- land '*' -- wall Remember when a ball rolls into a hole, the...
分类:其他好文   时间:2014-08-11 21:22:12    阅读次数:308
课程设计(物体类),图片可能没有加载出来,自己运行一下就行了
一.课程设计题目与要求(包括题目与系统功能要求)A.设计如下类,其功能和部分成员如下:Object:抽象类,所有的物体都有价值(profit)属性;Point:点的位置;Line(线段),Rectangle,Cuboid,Square,Cube,Circle,Cylinder.功能:能够实现上述物体...
分类:其他好文   时间:2014-08-08 23:54:36    阅读次数:420
Light Oj 1211 计算多个立方体重叠部分体积
Intersection of Cubes Time Limit:500MS     Memory Limit:32768KB     64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1211 Description You are given n cubes, each cube is describ...
分类:其他好文   时间:2014-08-07 19:17:30    阅读次数:247
828条   上一页 1 ... 77 78 79 80 81 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!