代码搜索结果
找到约 743 项符合
Solar 的代码
solar.cpp
//SOLAR.CPP--Example from Chapter 3, "An Introduction to C++"
#include
#include
#include
struct planet {
char name[10];
float distance;
float radius;
solar89
# @(#)solar89 1.3
# Apparent noon times below are for Riyadh; they're a bit off for other places.
# Times were computed using a formula provided by the U. S. Naval Observatory:
# eqt = -105.8 * sin(l
solar88
# @(#)solar88 4.2
# Apparent noon times below are for Riyadh; they're a bit off for other places.
# Times were computed using formulas in the U.S. Naval Observatory's
# Almanac for Computers 1988; th
solar87
# @(#)solar87 4.1
# So much for footnotes about Saudi Arabia.
# Apparent noon times below are for Riyadh; your mileage will vary.
# Times were computed using formulas in the U.S. Naval Observatory's
solar.cpp
//SOLAR.CPP--Example from Chapter 3, "An Introduction to C++"
#include
#include
#include
struct planet {
char name[10];
float distance;
float radius;