ช่วยอธิบายการทำงานของโปรแกรมและยกตัวอย่าง#include<stdio.h>
Code (C#)
#include<stdio.h>
#include<stdlib.h>
main()
{
int count=0, i, m, home, record;
char column[10], key[10], temp[1], key_temp[10];
for(i=0;i<10;i=i+1)
{
column[i]='\0';
}
printf("Welcome to Digital Analysis Method!\n\n");
printf("Number of Maximum Record: ");
scanf("%d", &record);
printf("Consitent Frequency Column: ");
scanf(" %[^\n]", &column);
printf("Key Value: ");
scanf("%s", &key);
printf("\n");
for(i=0; column[i]!='\0'; i=i+1)
{
if(column[i]!=' ')
{
temp[0]=column[i];
m=atoi(temp);
key_temp[count]=key[n-1];
count=count+1;
}
}
home=atoi(key_temp);
if(home>=record)
{
while(home>=record)
{
printf("Possible Absolute Address: %d\n\n", home);
printf("Possible Absolute Address: %d-%d\n\n", home, record);
home=home-record;
}
printf("Absolute Address: %d", home);
}
else
{
printf("Absolute Address: %d", home);
}
getch();
return 0;
} Tag : C#
Date :
2011-02-08 23:26:08
By :
w
View :
1606
Reply :
2
ลองเขียนแล้วทดสอบ ก็จะได้ผลลัพธ์ที่อยากรู้ครับ จากตัวอย่างน่าจะรับค่าตัวเลข หาค่า Absolute
Date :
2011-02-11 09:46:10
By :
webmaster
#include<stdio.h>
main()
{
int first,second,third,max;
printf("Enter first number :");
scanf("%d",&first);
printf("Enter seconde number :");
scanf("%d",&second);
printf("Enter third number :");
scanf("%d",&third);
max=first;
if(max<second)
max=second;
else if(max<third)
max=third;
printf("Maxinum number is %d\n",max);
}
ช่วยอธิบายเป็นข้อๆหน่อยเถอะ
Date :
2012-09-17 22:06:06
By :
ซี
Load balance : Server 04