搜索资源列表
calender_source
- 通常我们只知道生活当天的前后几天是星期几,即便是翻日历,也只能知道有限日期的星期数。那么有没有一种方法可以让我们知道任何一天是星期几呢?有,下面我将向大家介绍一种方法,用以编写万年历的程序。
Daily
- 利用c语言编写的万年历程序,可以显示某一年的年月日
HFDate
- 日期类,特点包括: 1:提供1901-2049共150年的农历; 2:提供农历年月日时的干支信息; 3:提供24节气信息及计算方法。理论上计算几百几千年的节气还是没什么问题的,甚至可以精确到分/秒。 但对于普通人来说,无非是查查最近几年几十年的节气,并且只需要精确到日,最多精确到时罢了。 另:该程序在.net3.5下编写。编写好之后只做了少量的测试,查万年历对 比,均正确。但也有可能有计算错误的地方。如
ifyear
- 用c#编写的一个简单的万年历查询器,只能查询每个月的一号。无图形输出,那位仁兄有意可以加一个。运行平台为asp.net+iis.-a simple perpetual calendar inquirier developed with c#,it can only query the first day of each month. there is no graphic output, and I hope someone coul
ifyear
- 用c#编写的一个简单的万年历查询器,只能查询每个月的一号。无图形输出,那位仁兄有意可以加一个。运行平台为asp.net+iis.-a simple perpetual calendar inquirier developed with c#,it can only query the first day of each month. there is no graphic output, and I hope someone coul
Cyuyanwannianli
- C语言课程设计万年历 与PC机系统时间相同,随系统时间改变而改变-C language curriculum design calendar and PC systems the same time, as the system time change for the sake of change
calender_source
- 通常我们只知道生活当天的前后几天是星期几,即便是翻日历,也只能知道有限日期的星期数。那么有没有一种方法可以让我们知道任何一天是星期几呢?有,下面我将向大家介绍一种方法,用以编写万年历的程序。-Normally, we only know a few days of life before and after the day of the week, even over the calendar, the date can only kn
Daily
- 利用c语言编写的万年历程序,可以显示某一年的年月日-Use c language calendar program, you can display a one-year date
HFDate
- 日期类,特点包括: 1:提供1901-2049共150年的农历; 2:提供农历年月日时的干支信息; 3:提供24节气信息及计算方法。理论上计算几百几千年的节气还是没什么问题的,甚至可以精确到分/秒。 但对于普通人来说,无非是查查最近几年几十年的节气,并且只需要精确到日,最多精确到时罢了。 另:该程序在.net3.5下编写。编写好之后只做了少量的测试,查万年历对 比,均正确。但也有可能有计算错误的地方。如
www.cnzz.cn
- 精美的万年历 题目2:万年历的编写 第一步:编写一个能读2种格式,并能计算他们之间的相差天数的程序。程序能读懂2种日期格式。<day>/<month>/<year> 和 <day>-<month>-<year>一年为12个月,依次定义的天数分别为 31,28(不计闰变化),31,30,31,30,31,31,30,31,30,31 例如输入:23/11/19
DataWindow
- 用Purebasic 编写的一款万年历,不是体验自己的UI ,透明界面-Written by Purebasic a calendar, not the experience their own UI, transparent interface
wnl
- java编写的一个万年历示范程序,注释详细,基本上每一句都有说明-java sample program written in a calendar, notes in detail, basically every one has that
wannianli
- 万年历,一个简单的应用程序,可以查找任意一年的日历,通过C语言编写-Calendar, a simple application, you can find any calendar year, through the C language
perpetual-calendar
- 自己编写的简单C++万年历程序,里面包含三个程序,另外该程序还可以判断某一年是否为闰年。- have written a simple C++ calendar program, which includes three programs, while the program can determine whether a particular year a leap year.
wannianli
- 本人利用汇编语言编写的一段万年历的小程序。-I have written in assembly language using a calendar applet.
wannianli
- 用C语言编写的万年历,要求输入某一年的年份和月份,程序会自动打印出这个月的日历。-Written in C language, calendar, asks for a particular year and month of the year, the program will automatically print out this month' s calendar.
vcjdys
- VC/C++源码,系统相关,万年历 C++编写的万年历模块源码下载,万年历.cpp : Defines the entry point for the console application. 显示1900年以后任何年份的日历,日历以月份顺序排列,每月以星期顺序排列。 采用一般日历计算方法,先给出一般年份的每月天数,如果是闰年,第二个月天数为29,再计算出制定年份的1月1日是星期几,然后根据这些数据
calendar
- Java编写Android calendar万年历的源代码,多一份android万年历的参考-Java write Android calendar calendar source code, more than a calendar Android reference
wannianli
- 使用C++编写的一款控制台下的万年历程序,算法仅供参考-Written in C++ console under a calendar program, algorithm for reference only.
日历工具
- 用C编写的计算某一天是周几,显示某一年的日历(Calculate the date of a week and show the calendar of a year)