CariDotMy

 Forgot password?
 Register

ADVERTISEMENT

View: 2714|Reply: 3

nak mintak tolong betulkan c code aku..

[Copy link]
Post time 3-8-2009 07:54 PM | Show all posts |Read mode
nak mintak tolong sesape tolong ringkaskan code aku nie..

void Calculate()
{       
        for (int i=0;i<1;i++)
        {
                for(int j=0;j<3;j++)
                {
                       
                        c[i][j] = x[i][j] * w[i][j];
                        sum1 += c[i][j];
               
                        printf("Output[%d]: %.1f ",i+1,c[i][j]);
                }
                printf("\n");
                printf("Sum: %.1f\n",sum1);
        }
        printf("\n");

        for (int i=1;i<2;i++)
        {
                for(int j=0;j<3;j++)
                {
                       
                        c[i][j] = x[i][j] * w[i][j];
                        sum2 += c[i][j];
               
                        printf("Output[%d]: %.1f ",i+1,c[i][j]);
                }
                printf("\n");
                printf("Sum: %.1f\n",sum2);
        }
        printf("\n");

        for (int i=2;i<3;i++)
        {
                for(int j=0;j<3;j++)
                {
                       
                        c[i][j] = x[i][j] * w[i][j];
                        sum3 += c[i][j];
               
                        printf("Output[%d]: %.1f ",i+1,c[i][j]);
                }
                printf("\n");
                printf("Sum: %.1f\n",sum3);
        }
        printf("\n");

        for (int i=3;i<4;i++)
        {
                for(int j=0;j<3;j++)
                {
                       
                        c[i][j] = x[i][j] * w[i][j];
                        sum4 += c[i][j];
               
                        printf("Output[%d]: %.1f ",i+1,c[i][j]);
                }
                printf("\n");
                printf("Sum: %.1f\n",sum4);
        }
        printf("\n");
}

aku nak display sum of the row.. sum1 sum first row je.. sum2 sum second row je.. and so on.. camne nak bagi ringkaskan code tu ek?? aku nie tak terer programming tu code repeat je.. hehe.. tolong ek sesape.. thanx..
Reply

Use magic Report


ADVERTISEMENT


Post time 3-8-2009 11:31 PM | Show all posts

  1. int n =your limit loop
  2. for ( int c =0;c<n;c++) {   

  3. for (int i=c-1;c<1;i++) {
  4.         {
  5.                 for(int j=0;j<3;j++)
  6.                 {
  7.                        
  8.                         c[i][j] = x[i][j] * w[i][j];
  9.                         sum1 += c[i][j];
  10.                
  11.                         printf("Output[%d]: %.1f ",i+1,c[i][j]);
  12.                 }
  13.                 printf("\n");
  14.                 printf("Sum: %.1f\n",sum1);
  15.         }
  16. }
  17. }
Copy the Code
Reply

Use magic Report

 Author| Post time 4-8-2009 12:59 AM | Show all posts
2# alien3d

wah.. sejak bile forum ade function nie?? da lame tak masuk forum da ubah banyak da.. anyway thanx for the code..
Reply

Use magic Report

Post time 4-8-2009 10:52 PM | Show all posts
3# DaoMing_Si

tu ah! Nice! camne ek?
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

 

ADVERTISEMENT


Forum Hot Topic

 

ADVERTISEMENT


 


ADVERTISEMENT
Follow Us

ADVERTISEMENT


Mobile|Archiver|Mobile*default|About Us|CariDotMy

24-1-2025 05:21 PM GMT+8 , Processed in 0.371604 second(s), 14 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

Quick Reply To Top Return to the list