代码搜索:WeekDay
找到约 663 项符合「WeekDay」的源代码
代码结果 663
www.eeworm.com/read/356799/10221245
txt 万年历星期的算法.txt
万年历星期的算法(C语言)
#include
code unsigned char WeekTab[] = {//闰年月星期表
(3
www.eeworm.com/read/355913/10241641
cpp 4_32.cpp
# include
# include
void printmonth(int m);
void printhead(int m);
int daysofmonth(int m);
int firstday(int y);
int year,weekday;
void main()
{
int i;
printf("请输入年份:")
www.eeworm.com/read/274573/10863719
java calendar.java
/**
* @version 1.20 27 Mar 1998
* @author Cay Horstmann
*/
import corejava.*;
public class Calendar
{ public static void main(String[] args)
{ int m;
int y;
if (ar
www.eeworm.com/read/417350/10993548
txt 10-35.txt
%例10-35 MATLAB中显示当前日期和时间。
%ATLAB 7.1中输入上述时间函数,并按Enter键确认。
>> T=clock
>>
%以上是以向量形式表示的本书这一部分编写时所处的时间,即2004年9月16号14时58分第9.2秒。
>>date
%以上是编写本身这一部分的日期。
>> now
%以上是以双精度数据表示的当前的日期和时间。
>>calen