代码搜索结果

找到约 743 项符合 Solar 的代码

solar_system.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

solar_system.cpp

/* 我的第一个openGL程序:璀璨星空 感谢Nehe的框架程序 */ #include "solar_system.h" HDC hDC=NULL; // Private GDI Device Context HGLRC hRC=NULL; // Permanent Rendering Context HWND hWnd=NULL; // Holds Our W

solar_system.h

#include // Header File For Windows #include // Header File For The OpenGL32 Library #include // Header File For The GLu32 Library #include #inclu

solar_system.dsp

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

solar_os.inc

;-------------------------------------------------- ; SOLAR OS include file ; - only what is needed for FASM port to work ;-------------------------------------------------- ;-------------------

solar_input.m

%solar_input %输入公历日期 solar_year=input('请输入一公历个年份:'); while (solar_year-1936)*(solar_year-2032)>0; %输入年份不符合要求 solar_year=input('猪头!年份应在1936至2032之间,请再输一次:'); end solar_month=inp

solar_to_lunar.m

%Solar_to_Lunar.m %将公历日期转化为农历日期 solar_daysofyear=solar_sumofdays(solar_month)+solar_day; %求该日是当公历年的第几天 if solar_daysofyear

lunar_to_solar.m

%Lunar_to_Solar %将农历日期转化为公历日期 lunar_daysofyear=lunar_day; %求该日是当农历年的第几天 if lunar_month~=1 for k=1:lunar_month-1 lunar_daysofyear=lunar_daysofyear+calendar_matri

solar_to_lunar.c

/*C51写的公历转农历和星期 C51写的公历转农历和星期 收集:杨本荣 来源: 网络 发表于 2005-9-3 */ #define uchar unsigned char #define uint unsigned int

solar power.c

#include #include #include //timeout values for each task #define t1 50 #define t2 100 #define timeout_time 36000 // 3 mins at 5ms tick #define LCDwidth 16 //chara