代码搜索结果
找到约 667 项符合
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;
solar.cpp
//SOLAR.CPP--Example from Chapter 3, "An Introduction to C++"
#include
#include
#include
struct planet {
char name[10];
float distance;
float radius;
solar.h
/*
* Solar.h
*
* Author: Samuel R. Buss
*
* Software accompanying the book
* 3D Computer Graphics: A Mathematical Introduction with OpenGL,
* by S. Buss, Cambridge University Press,
solar.c
/*
* Solar.c
*
* Program to demonstrate how to use a local
* coordinate method to position parts of a
* model in relation to other model parts.
*
* Draws a simple solar system, with a s
solar.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
soradna1.m
function [z,sorad]=soradna1(yd,yr,long,lat)
% SORADNA1: computes no-sky solar radiation and solar altitude.
% [z,sorad]=SORADNA1(yd,yr,long,lat) computes instantaneous values of
% solar radiati
irradwindow.m
%IRRADWINDOW Calculates the irradiation through window
%
% SYNTAX: E=irrad(Dh,En,iday,LST,gamma,beta)
%
% OUTPUT: vector E
% E(1)= diffuse solar irradiation on an inclined surface
% E(2)= dir
solar.cpp
//SOLAR.CPP--Example from Chapter 3, "An Introduction to C++"
#include
#include
#include
struct planet {
char name[10];
float distance;
float radius;
sample.asm
;Simplest Solar Window
;Compile and run with F5
format binary
use32
xor eax,eax
ret
sample.asm
;Simplest Solar Window
;Compile and run with F5
format binary
use32
xor eax,eax
ret