代码搜索:DAYS
找到约 2,754 项符合「DAYS」的源代码
代码结果 2,754
www.eeworm.com/read/10438/186502
c days.c
/***
*days.c - static arrays with days from beg of year for each month
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* contains static arrays used by gmti
www.eeworm.com/read/16273/667268
c days.c
/***
*days.c - static arrays with days from beg of year for each month
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* contains static arrays u
www.eeworm.com/read/251029/4425272
plg days.plg
Build Log
--------------------Configuration: days - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\LIQIN~1.
www.eeworm.com/read/251029/4425273
c days.c
#include
void main()
{
int days;
printf ("\n 请输入天数: ");
scanf("%d",&days);
/* 根据天数计算周数以及剩余的天数 */
printf("\n %d 天等于 %d 周零 %d 天",days,days / 7,days % 7);
printf("\
www.eeworm.com/read/251029/4425274
dsw days.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/251029/4425275
dsp days.dsp
# Microsoft Developer Studio Project File - Name="days" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/292758/3941521
txt days.txt
These are the days of the week:Monday Tuesday Wednesday Thursday Friday Saturday Sunday
www.eeworm.com/read/292758/3941576
pl days.pl
#!/usr/bin/perl
@days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday");
print "Content-type: text/html\n\n";
print "These are the days of the week:";
print "
www.eeworm.com/read/283915/4073511
txt days.txt
These are the days of the week:Monday Tuesday Wednesday Thursday Friday Saturday Sunday
www.eeworm.com/read/283915/4073513
pl days.pl
#!/usr/bin/perl
@days = ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday");
print "Content-type: text/html\n\n";
print "These are the days of the week:";
print "