码迷,mamicode.com
首页 >  
搜索关键字:geometry    ( 736个结果
Codeforces Gym 100463D Evil DFS
题目连接http://codeforces.com/gym/100463/attachmentsDescriptionRichard is evil. He wants to give another geometry problem to the participants of this cont...
分类:其他好文   时间:2015-08-21 11:09:11    阅读次数:153
uva 12304 - 2D Geometry 110 in 1!(几何)
题目链接:uva 12304 - 2D Geometry 110 in 1! 没什么好说的,根据操作直接处理。 #include #include #include #include #include using namespace std; const double pi = 4 * atan(1); const double eps = 1e-9; inlin...
分类:其他好文   时间:2015-08-17 21:53:41    阅读次数:117
latex中页面距离的设置
1。页面设置a4 会给你一个较小的页面,为了使用更多的控制,可用 geometry宏包和命令 \layout 。2。改变长度在latex里改变长度的命令是 \addtolength 和 \setlength。latex可认的是 cm, mm, in 和 pt. 变量可设为负数。一个例子是 \addt...
分类:其他好文   时间:2015-08-17 15:27:34    阅读次数:233
[转载] iPhone/iOS Core Animation开发总结(CALayer)
目录[-]一重要参数二几何变形Transforming a Layers Geometry三Layer数层结构Layer-Tree Hierarchy四提供Layer内容Providing Layer Content五动画六CALayer的子类们一.重要参数bounds,frame,position...
分类:移动开发   时间:2015-08-16 15:10:54    阅读次数:257
NGUI之UIPanel
原文:http://www.tasharen.com/forum/index.php?topic=6705.0 概述UIPanel用来收集和管理它下面所有widget的组件。通过widget的geometry创建实际的draw call。没有panel所有东西都不能够被渲染出来。如果你对Unity熟...
分类:其他好文   时间:2015-08-13 11:54:51    阅读次数:213
ArcGIS API for Silverlight 使用GeometryService求解线与线的交点
///画线void btn_MouseLeftButtonDown(object sender, MouseButtonEventArgs e) { Button btn = sender as Button; var geometry = ...
分类:Windows程序   时间:2015-08-07 12:58:58    阅读次数:221
HDU 5020 Revenge of Collinearity(枚举)
Revenge of Collinearity Time Limit: 8000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Problem Description In geometry, collinearity is a property of a set of points, s...
分类:其他好文   时间:2015-08-07 00:29:30    阅读次数:132
虚拟机的安装和使用
一、硬盘及其工作原理 3D参数 很久以前,硬盘的容量还非常小的时候,人们采用与软盘类似的结构生产硬盘。也就是硬盘盘片的每一条磁道都具有相同的扇区数。由此产生了所谓的3D参数(Disk Geometry),即磁头数(Heads),柱面数(Cylinders),扇区数(Sectors),以及相应的寻址方式。 其中: 磁头数(Heads)表示硬盘总共有几个磁头,也就是有几...
分类:其他好文   时间:2015-08-06 22:34:35    阅读次数:266
OpenGL: What is MatrixMode?
OpenGL uses several matrices to transform geometry and associated data. Those matrices are:Modelview – places object geometry in the global, unproject...
分类:其他好文   时间:2015-08-04 12:40:58    阅读次数:92
HDU 3572 【最大流 && 时间区间建图】
Task Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5398    Accepted Submission(s): 1742 Problem Description Our geometry pri...
分类:其他好文   时间:2015-08-04 00:47:34    阅读次数:139
736条   上一页 1 ... 50 51 52 53 54 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!