代码搜索结果

找到约 10,000 项符合 5 的代码

5_5.prj

; Wedit project file. Syntax: Name = value [5_5] PrjFiles=1 File1=5_5.C UserCount=1 User1=110 CmsDirectory=C:\lcc\c\c_tan\5_5\CMS PutOptions=4 GetOptions=0 FileOptions=0 LockOptions=1 Users

5_5.c

# include main() { int year,leap; printf("请输入一个年份,输入0结束"); scanf("%d",&year); do { if ((year%4==0 && year%100!=0) || (year%400==0)) leap = 1; else leap = 0; if(leap == 1

5_5.cpp

//5_5 #include void main() { int n; long a=1, b=1, temp; cout n; for(int i=3; i

5-5.txt

/* 范例:5-5 */ #include void main(void) { printf("13>>1=%d\n",13>>1); /* 将13的二进制表示式向右位移1个位 */ printf("13

5-5.txt

/* 范例:5-5 */ #include void main(void) { printf("13>>1=%d\n",13>>1); /* 将13的二进制表示式向右位移1个位 */ printf("13