代码搜索:082
找到约 2,549 项符合「082」的源代码
代码结果 2,549
www.eeworm.com/read/273597/10909168
gif 082.gif
www.eeworm.com/read/418731/10934123
txt 082.txt
www.eeworm.com/read/464852/7061146
gif 082.gif
www.eeworm.com/read/463411/7182280
jpg 082.jpg
www.eeworm.com/read/448826/7525120
txt 082.txt
082
题目:八进制转换为十进制
程序源代码:
main()
{ char *p,s[6];int n;
p=s;
gets(p);
n=0;
while(*(p)!='\0')
{n=n*8+*p-'0';
p++;}
printf("%d",n);
}
www.eeworm.com/read/444368/7613474
c 082.c
#include
/**/ void swap(int p1,int p2) /**/
{
int temp;
temp = *p1;
/**/ p1 = p2; /**/
*p2 = temp;
}
void main()
{
int a,b;
printf("please input 2 numbers:\n");
www.eeworm.com/read/441661/7667460
bmp 082.bmp
www.eeworm.com/read/201509/7807830
gif 082.gif
www.eeworm.com/read/245951/12768878
gif 082.gif
www.eeworm.com/read/328584/13019624