readme.sphere
来自「是Computational Geometry in C中的原程序」· SPHERE 代码 · 共 21 行
SPHERE
21 行
To uncompress and untar the files:gunzip sphere.tar.gztar -xvf sphere.tarThis will leave you with three files:README this filesphere.c: generate random points on a sphere (or ellipsoid)cube.c: generate random points in a cube (or box)spiral.c: generate points uniformly distribted on a sphere (or ellipsoid)To compile them under Unix:make sphere: compiles sphere.cmake cube: compiles cube.cmake spiral: compiles spiral.cQuestions to orourke@cs.smith.edu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?