代码搜索结果

找到约 667 项符合 Solar 的代码

solar.dsp

# Microsoft Developer Studio Project File - Name="Solar" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

solar.java

//:Solar.java 处理阳历 import java.util.Calendar; import java.util.Date; class Solar { protected int todayYear;//当前年份 protected int todayMonth;//当前月份 protected int todayDay;//当前多少号 protec

solar.m

%SOLAR Solar irradiance spectra % % p = SOLAR(lambda) % % Return solar irradiance in W/m2/nm for wavelength specified. % Lambda maybe a vector. % % Data from http://www.asdi.com/apps/arm.html, figu

solar.m

%SOLAR Solar irradiance spectra % % p = SOLAR(lambda) % % Return solar irradiance in W/m2/nm for wavelength specified. % Lambda maybe a vector. % % Data from http://www.asdi.com/apps/arm.html, figu

solar.plg

Build Log --------------------Configuration: Solar - Win32 Release-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Owner

solar.c

// Solar.c // OpenGL SuperBible // Demonstrates OpenGL nested coordinate transformations // and perspective // Program by Richard S. Wright Jr. #include "../../Common/OpenGLSB.h" // System and

solar.dsp

# Microsoft Developer Studio Project File - Name="Solar" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Con

mincore.c

/* * Distributed under the terms of the GNU General Public License v2 * $Header: /var/cvs/uClibc/libc/sysdeps/linux/common/mincore.c,v 1.1 2004/12/20 00:10:51 solar Exp $ * * This file provides t

solar.cpp

//SOLAR.CPP--Example from Chapter 3, "An Introduction to C++" #include #include #include struct planet { char name[10]; float distance; float radius;