搜索资源列表
1.rar
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。
getDay
- 根据给定时间判断星期几,例如 “2006/07/02”可得出是星期日-according to the scheduled time to judge a few weeks, for example, "2006/07/02" can be drawn is Sunday
wanfeng1
- 任何一天的日期判断该天的星期数并进行输出;有良好的操作界面与提示-date any day of the judgment a few days of the week and output; A good interface with the presentation
computedaybydate
- C++输入年月日,判断星期几?-C + + input date, the judge what day? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
esong
- 根据给定时间判断星期几 C语言 根据给定时间判断星期几,例如 “2006/07/02”可得出是星期日 (2006-07-02,VC++,1KB,0次) -according to the scheduled time to judge what day under the C language to take time to judge what day. For example, "2006/07/02" is to be drawn Sunday (2006-07
WEEK
- 输入一个日期,判断出是星期几的一个星期程序
puanduanxingqiji
- 语言根据日期判断星期几(使用基姆拉尔森计算公式) 算法如下: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。
weeks
- 该程序可以用于判断星期几,是一个 用C来描写的程序
calendric
- 日历的编排是每400年一个大循环周期,即今年的月、日、星期几和400年前的完全一样。现行天文历法根据天体运行规律,取每年365.2425天。这样,每400年共有365.2425×400=146097天。如果以365天作为一年,每400年就少了0.2425×400=97天。这97天要靠设置闰年(每年366)天来凑齐,所以,每400年要设置97个闰年。 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的
program1
- 请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。
date_search_system
- 这是一个日期查询系统,它的功能有:判断闰年,查询星期功能。
PCF8563的驱动程序
- PCF8563的驱动程序,使用stm32硬件I2C口线实现。含日期时间有效性判断函数,星期计算函数。,PCF8563 driver to use the hardware I2C port stm32 Line. Time to judge the effectiveness of including the date of function, function of weeks.
1
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, then continue to determine the
Day
- 我们可以通过记事本的日期,来进行判断它的星期,以及所输入的时间是否正确.-We can, through the date of Notepad to judge its weeks, as well as the importation of the time is correct.
calendar
- 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordance with the above background kn
TicketWeb(1)
- 在线订票系统用asp.net2.0的web控件及自定义模板进行界面设计,排版,同时以C#语言,javascr ipt脚本结合客户端无刷新技术实现各个分系统的功能,并与数据库连接整合为一个完整的学生注册系统 [TicketSys.rar] - 采用asp.NET and Sql Server 2005 实现航空公司售票系统 [wlyx.rar] - 一个网络营销软件,包括源码,使用说明,安装说明,模板数据库。使用C#.NET [plane.rar] - 我用java jsp 编写
ex5-3
- 基于51单片机开发的数字时钟,特点在于可以通过内部计算当前的年月日来知道今天是星期几。以及可以判断是否闰年。-Based on the development of 51 single-chip digital clock, characterized by internal calculation of the current date to know that today is the day of the week. And to determine whether a leap year
判断一下是星期几
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样, 则继续判断第二个字母。 -Topic: please enter a few weeks the first letter of the judge is the week, if the first alphabet, Continues to judge the second letter.
判断是星期几
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样, 则继续判断第二个字母。 -Topic: please enter a few weeks the first letter of the judge is the week, if the first alphabet, Continues to judge the second letter.
星期判断
- 可以通过简单的方法判断星期,cpp文件直接用记事本查看代码。(You can judge the week in a simple way, and the cpp file looks at the code directly with a notepad.)