码迷,mamicode.com
首页 >  
搜索关键字:cube    ( 828个结果
stm32cube生成工程 串口发送和接收
1.printf函数重定向①以stm32f103rct6的usart1为例,打开cube,配置好RCC和USART1,生成mdk程序。②打开工程,在main.c中/* USER CODE BEGIN Includes */下面添加#include“stdio.h” /* USER CODE BEGI...
分类:其他好文   时间:2015-07-30 18:37:00    阅读次数:961
POJ1988 并查集的使用
Cube StackingTime Limit: 2000MSMemory Limit: 30000KTotal Submissions: 21157Accepted: 7395Case Time Limit: 1000MSDescriptionFarmer John and Betsy are p...
分类:其他好文   时间:2015-07-26 22:25:28    阅读次数:151
c4d python插件编写2
import c4d#Welcome to the world of Pythondef main(): op = c4d.BaseObject(c4d.Ocube) doc.InsertObject(op)创建一个cube,插入到objects面板内.import c4d#Welcom...
分类:编程语言   时间:2015-07-26 12:20:57    阅读次数:168
HDU 4801 Pocket Cube(模拟题——转魔方)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4801 题面: Pocket Cube Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 882    Accepted...
分类:其他好文   时间:2015-07-25 12:25:35    阅读次数:180
Project Euler:Problem 90 Cube digit pairs
Each of the six faces on a cube has a different digit (0 to 9) written on it; the same is done to a second cube. By placing the two cubes side-by-side in different positions we can form a variety of...
分类:其他好文   时间:2015-07-24 22:42:52    阅读次数:231
Project Euler:Problem 87 Prime power triples
The smallest number expressible as the sum of a prime square, prime cube, and prime fourth power is 28. In fact, there are exactly four numbers below fifty that can be expressed in such a way: 28...
分类:其他好文   时间:2015-07-23 21:50:50    阅读次数:210
hdu Pocket Cube(结论题)
题意:给出一个二阶魔方的状态,求是否能还原;参考:http://blog.csdn.net/squee_spoon/article/details/46990969(郑大cuber)思路:一个二阶魔方的相邻角块交换情况如下图; 将终状态的每个方块赋值,旋转后权值不会变化; 考虑题干中黄白...
分类:其他好文   时间:2015-07-22 10:34:44    阅读次数:90
SSAS Cube 维度成员关系Rigid 和 Flexible
维度成员关系指示成员关系是否随时间而更改。 值为 Rigid 和 Flexible,前者表示成员之间的关系不随时间而更改,后者表示成员之间的关系随时间而更改。 默认值为 Flexible。 如果您将关系定义为 Flexible(柔性),则将删除聚合并作为增量更新的一部分重新计算(如果只添加了新成员,...
分类:其他好文   时间:2015-07-22 08:07:39    阅读次数:410
Powershell查看SSAS Cube占用磁盘空间
以下是用powershell查看Cube占用磁盘空间大小的方式。可以编译成函数也可以直接把参数改成需要的服务器名称。 Param($ServerName="SERVERNAME") $loadInfo = [Reflection.Assembly]::LoadWithPartialName("Mic...
分类:系统相关   时间:2015-07-17 00:06:26    阅读次数:309
SQL处理代码的顺序
SQL代码并不是按照编码顺序进行处理,而是按照如下顺序进行:(8)SELECT (9)DISTINCT(1)FROM (3)JOIN(2)ON(4)WHERE(5)GROUP BY(6)WITH{CUBE|ROLLUP}(7)HAVING(10)ORDER BY(11)LIMIT每个操作都...
分类:数据库   时间:2015-07-16 11:33:37    阅读次数:129
828条   上一页 1 ... 54 55 56 57 58 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!