搜索资源列表
2DIFS_code_32
- 研究现代科学的绝好东西,由复杂的分形理论跨越到实践-study modern science wonderful things, the complexity of fractal theory to practice leap
rqjs
- 给定一个年,月,日的值,1998年4月7日,计算这天属于该年的第几天.写出计算闰年的函数和日期的函数-a given year, month, day value, on April 7, 1998. This calculation, the days of the first few days. write calculated leap year date of the function and the function
Leap_year
- 通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
判断闰年1
- 判断闰年用c++写的,我也才学-judgment leap year with c write, and I barely
新建 文本文档 (8)
- MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮\"Open MP3 File\"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、
charge
- c++实现的对电话进行计费的系统,涉及到闰年平年的判断及夏时制冬时制的转换问题-c achieve the right telephone billing system, which involves non-leap year of a leap year in the judgment and daylight saving time in winter when the system conversion,
计算机日历程序
- 计算机日历程序 (包括判别是否闰年)-computer calendar (including discriminant whether a leap year)
LEAP
- 用C语言编写一个能计算当前日期是本年第几天的程序(可区分闰年问题哦)-C language one can calculate the date of the current year is the first few days of proceedings (which can distinguish between a leap year problem oh)
leap
- 判断是否闰年,判断某一天是此年的第几天, 计算一年的每月最后一天是该年的第几天
LeapYear
- 一个用来计算每年1月1号星期几的c小程序!实现比较简单,其实就是计算闰年的小程序,不过小程序可能有点小bug,希望大家包含!-one used to calculate the annual January 1 several weeks of c small program! Achieving a relatively simple calculation of leap year is actually a small, but a small program might have a s
monthall
- 自己编的万年历,输入任意一年,判断是否是闰年,并打印该年的日历-own series of the hefty almanac, the importation of any year, to determine whether it is a leap year, and print the annual calendar
wangnianlidesuanfa
- 关于多工能数字时钟的年月日及闰年和平年的算法-On the multi-tasking digital clock date and the leap year algorithm Year of Peace
asdaf
- 案例1判断闰年程序 微机原理课程设计 重要-Case 1 to determine leap year program microcomputer important principle of curriculum design
ch11soft
- 蛙跳差分方法,精华分(ˇˍ ˇ) 想~ 蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
PanDuanRunNian
- 两种判断闰年的方法,其中一种运用DateValue函数,独创。-Two methods to determine leap year, the use of one of the DateValue function, original.
LEAP-FROG
- fortran code for LINEAR_WAVE PROPAGATION by leap-frog method.-fortran code for LINEAR_WAVE PROPAGATION by leap-frog method.
Determine-whether-a-leap-year
- 判断是否为闰年, 判断是否为闰年, -Determine whether a leap year, to determine whether a leap year, leap year to determine whether the judge is a leap year,
C-program-to-check-leap-year_37
- C program to check leap year: c code to check leap year, year will be entered by the user.
leap
- 输入年号和月份,输出这一年该月的天数(一个月份,先判断是否闰年)。-Input: and in the output this year, the number of days of the month (a month, to determine whether a leap year).
leap-year
- CHECKING LEAP YEAR USING C PROGRAM Definition of leap year: Rule 1: A year is called leap year if it is divisible by 400. For example: 1600, 2000 etc leap year while 1500, 1700 are not leap year. Rule 2: If year is not divisible by 400 as