原文地址:配眼镜时的光学名词:SPH,CYL,AXIS,OD,OS都是什么意思?作者:快乐的庭子Sphere (SPH): the amount of long (+) or short (-) sight your eye has. The farther the number away from...
分类:
其他好文 时间:
2015-01-29 14:06:52
阅读次数:
120650
高斯消元 高斯消元模板题 说实话那个方程组(增广矩阵)怎么搞出来的我还没太弄明白…… 1 /************************************************************** 2 Problem: 1013 3 User: Tunix 4...
分类:
Web程序 时间:
2015-01-24 17:18:33
阅读次数:
144
package com.sphere.gesturetest;
import android.os.Bundle;
import android.app.Activity;
import android.view.GestureDetector;
import android.view.GestureDetector.OnGestureListener;
import android.view....
分类:
移动开发 时间:
2015-01-08 18:01:07
阅读次数:
189
package com.sphere.gesturetest;import android.os.Bundle;import android.app.Activity;import android.view.GestureDetector;import android.view.GestureDet...
分类:
移动开发 时间:
2015-01-08 15:10:20
阅读次数:
167
N-dimensional SphereTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 668Accepted Submission(s): 234...
分类:
其他好文 时间:
2015-01-03 19:49:36
阅读次数:
207
本例呈现一个旋转的地球仪,数据使用的是世界地图简化后的文件:world_605kb.json。完整代码可见:http://www.ourd3js.com/map/demo/worldmap_sphere/worldmap.html文档信息版权声明:署名(BY)-非商业性(NC)-禁止演绎(ND)发表日期:2014 年 12 月 11 日更多内容:OUR D3.JS - 数据可视化专题站 和 CSD...
分类:
其他好文 时间:
2014-12-12 13:25:26
阅读次数:
202
package com.sphere.flashlight;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.content...
分类:
移动开发 时间:
2014-12-09 21:16:00
阅读次数:
260
Java数组
对数组的基本看法是,你可以创建并组装它们,通过使用整型索引值访问它们的元素,并且它们的尺寸不能改变。但有时候你需要在数组上执行更加复杂的操作,并且你可能会评估到底是使用数组还更加灵活的容器。
数组与其它容器之间的区别有三方面:效率,类型和保存基本类型的能力。
import java.util.*;
class Sphere{
private...
分类:
编程语言 时间:
2014-11-23 23:18:34
阅读次数:
294
Abstract. The sphere is the simplest topology shape of the BRep structure. But there are several import concept of the sphere edges, such as degenerat...
分类:
其他好文 时间:
2014-11-22 18:41:33
阅读次数:
391
Sphere对象的构造函数.用来在三维空间内创建一个球体对象.Sphere对象的功能函数采用
定义构造的函数原型对象来实现.
用法: var center = new Vector3(0,0,0),radius = 5; var sphere = new Sphere(center,radius);
创建一个圆心是0,0,0半径是5的球体.
Sphere
中心点坐标值
<pa...
分类:
Web程序 时间:
2014-11-18 11:51:39
阅读次数:
209