代码搜索:WeekDay
找到约 663 项符合「WeekDay」的源代码
代码结果 663
www.eeworm.com/read/445693/7591901
c rtc.c
Void RTC_Init(void)
{
rRTCCON = 0x01;
rBCDYEAR = TESTYEAR;
rBCDMON = TESTMONTH;
rBCDDAY = TESTDAY;
rBCDDATE = TESTDATE;
rBCDHOUR = TESTHOUR;
rBCDMIN = TESTMIN;
rBCDSEC = TEST
www.eeworm.com/read/140501/13078233
c main.c
#include
#include
//#include "44b.h"
#include "inc\common.h"
#include "inc\44blib.h"
#include "inc\rtc.h"
TIME_STRUC t;
extern char *WeekDay[7] ;
unsigned char Int
www.eeworm.com/read/206022/7088796
h calendar_font_res.h
#ifndef CALENDAR_FONT_RES_H
#define CALENDAR_FONT_RES_H
// WARNING: DO NOT MODIFY THIS FILE
// AUTO-GENERATED BY BREW Resource Editor
#define CALENDAR_FONT_RES_FILE "calendar_font.bar"
#d
www.eeworm.com/read/346269/3187754
lua allrun.lua
year,mon,day,weekday=macro_Data()
hour,minute=macro_Time()
if(weekday==1) and (hour==20) then
macro_SetTaskTimeType(1)
elseif(weekday==2) and (hour==20) then
macro_SetTaskTimeType(2)
elseif(
www.eeworm.com/read/229812/4744728
c scanf_s.c
#define __STDC_WANT_LIB_EXT1__ 1
#include
void main( void )
{
int day, year;
char weekday[10], month[10];
scanf_s( "%s %s %d %d",
weekday, sizeof( weekday
www.eeworm.com/read/132641/5916205
tpl calendar.tpl
{config_load file="$skin_config"}
{$lng.lbl_calendar}
{literal}
.calendar_currentdateOff { backgroun
www.eeworm.com/read/479942/6684558
cs monthdayrenderevent.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace MonthCalendar
{
public delegate void MonthDayRenderEventHandler(object sender, MonthDayRe
www.eeworm.com/read/479942/6684566
cs weekdayrenderevent.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace MonthCalendar
{
public delegate void WeekDayRenderEventHandler(object sender, WeekDayRend
www.eeworm.com/read/168845/5433201
cpp testfrom_facet.cpp
/* Copyright (c) 2004 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http://ww