代码搜索结果
找到约 743 项符合
Solar 的代码
access-nbody.js
/* The Great Computer Language Shootout
http://shootout.alioth.debian.org/
contributed by Isaac Gouy */
var PI = 3.141592653589793;
var SOLAR_MASS = 4 * PI * PI;
var DAYS_PER_YEAR = 365.24;
fu
strcat.c
/* $Id: strcat.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* strcat( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to
strcpy.c
/* $Id: strcpy.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* strcpy( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to
strtok.c
/* $Id: strtok.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* strtok( char *, const char * )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to
_exit.c
/* $Id: _Exit.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* _Exit( int )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and /
atexit.c
/* $Id: atexit.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* atexit( void (*)( void ) )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use
strtoull.c
/* $Id: strtoull.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* strtoull( const char *, char * *, int )
This file is part of the Public Domain C Library (PDCLib).
Permission is
abs.c
/* $Id: abs.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* abs( int )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or
abort.c
/* $Id: abort.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* abort( void )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and
rand.c
/* $Id: rand.c 262 2006-11-16 07:34:57Z solar $ */
/* Release $Name$ */
/* rand( void )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and /