代码搜索:WeekDay
找到约 663 项符合「WeekDay」的源代码
代码结果 663
www.eeworm.com/read/102139/15792704
cpp newflight.cpp
// newflight.cpp : implementation file
//
#include "stdafx.h"
#include "airline.h"
#include "newflight.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/229812/4744279
c cprintf.c
#include
void main()
{
char *weekday, *month;
int day, year;
weekday = "Saturday";
month = "April";
day = 18;
year = 1987;
cprintf( "%s, %s %d, %d\
www.eeworm.com/read/229812/4744621
c cscanf.c
#include
void main()
{
int day, year;
char weekday[10], month[12];
cscanf( "%s %s %d %d",
weekday, month, &day, &year );
cprintf( "\n%s, %s %d, %d\
www.eeworm.com/read/223571/4809877
properties jbpm.business.calendar.properties
hour.format=HH:mm
#weekday ::= [ [& ]*]
#daypart ::= -
#start-hour and to-hour must be in the hour.format
#dayparts have to be ordered
weekday.monday= 9:
www.eeworm.com/read/277246/4157241
properties jbpm.business.calendar.properties
hour.format=HH:mm
#weekday ::= [ [& ]*]
#daypart ::= -
#start-hour and to-hour must be in the hour.format
#dayparts have to be ordered
weekday.monday= 9:
www.eeworm.com/read/402224/2326685
properties jbpm.business.calendar.properties
hour.format=HH:mm
#weekday ::= [ [& ]*]
#daypart ::= -
#start-hour and to-hour must be in the hour.format
#dayparts have to be ordered
weekday.monday= 9:
www.eeworm.com/read/402224/2326914
properties jbpm.business.calendar.properties
hour.format=HH:mm
#weekday ::= [ [& ]*]
#daypart ::= -
#start-hour and to-hour must be in the hour.format
#dayparts have to be ordered
weekday.monday= 9:
www.eeworm.com/read/466223/7041201
m get_day_of_week.m
%Get_Day_of_Week.m
%由公历日期求星期数
leap_year=floor((solar_year-1933)/4); %到1936年的闰年数
weekday=rem((solar_year-1936-leap_year)*365+leap_year*366+solar_sumofdays(solar_month)+solar_
www.eeworm.com/read/346269/3187749
lua 1500run.lua
if(macro_GetServerEven()~=1) then
macro_SetServerParam(1,0)
macro_SetServerParam(2,0)
year,mon,day,weekday=macro_Data()
hour,minute=macro_Time()
if(hour==20) then
if(weekday==6)then
ma