代码搜索:WeekDay
找到约 663 项符合「WeekDay」的源代码
代码结果 663
www.eeworm.com/read/120710/14792269
lst suanfa.lst
C51 COMPILER V3.20, SN-0 SUANFA 10/29/04 17:31:34 PAGE 1
DOS C51 COMPILER V3.20, COMPILATION OF MODULE SUANFA
OBJECT MODULE PLACE
www.eeworm.com/read/120254/14808897
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/120231/14809295
cpp 打印年历.cpp
// 打印年历.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
//....................................
i
www.eeworm.com/read/119773/14822639
cpp exam10-12.cpp
/*文件名:exam10_12.cpp*/
#include
main()
{
int n;
enum {sun,mon,tue,wed,thu,fri,sat} day;
char weekday[7][7]={"星期天","星期一","星期二","星期三",
"星期四","星期五","星期六"};
printf("输入间隔天数:");
sca
www.eeworm.com/read/119773/14822706
cpp exam7-9.cpp
/*文件名:exam7_9.cpp*/
#include
void printmonth(int m); /*函数声明*/
void printhead(int m); /*函数声明*/
int daysofmonth(int m); /*函数声明*/
int isleap(int y); /*函数声明*/
int fir
www.eeworm.com/read/217636/14956558
cs enumapp.cs
using System;
class EnumApp
{
// 声明一个枚举类型Weekday,基类为int,访问范围为public
public enum Weekday
{
Sun, Mon, Tue, Wed, Thu, Fri, Sat
}
public static void Main()
www.eeworm.com/read/216389/15015556
txt 10-35.txt
%例10-35 MATLAB中显示当前日期和时间。
%ATLAB 7.1中输入上述时间函数,并按Enter键确认。
>> T=clock
>>
%以上是以向量形式表示的本书这一部分编写时所处的时间,即2004年9月16号14时58分第9.2秒。
>>date
%以上是编写本身这一部分的日期。
>> now
%以上是以双精度数据表示的当前的日期和时间。
>>calen