0% found this document useful (0 votes)
21 views

V I y V I y V I y V I y V I y A H V I y H: "%d. Iterasyon Degerlerinden, V (%D) ? /N"

The document appears to be code in C programming language that is performing iterative operations like iteration and calculation on arrays to find the solution. It is using arrays like A, B, C to store values and performing calculations by accessing elements and storing results back in the arrays. It is also checking if the arrays match after each iteration and performing additional steps based on the match or mismatch.

Uploaded by

gogogo65
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

V I y V I y V I y V I y V I y A H V I y H: "%d. Iterasyon Degerlerinden, V (%D) ? /N"

The document appears to be code in C programming language that is performing iterative operations like iteration and calculation on arrays to find the solution. It is using arrays like A, B, C to store values and performing calculations by accessing elements and storing results back in the arrays. It is also checking if the arrays match after each iteration and performing additional steps based on the match or mismatch.

Uploaded by

gogogo65
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

{

V [ i ] [ y ] = ( V [ i 1 ] [ y ] + V [ i ] [ ( y 2 ) ] + V [ i ] [ ( y + 2 ) ] + V [ ( i + 1 ) ] [ y ] ) / 4 ; A [ h ] = V [ i ] [ y ] ; h + + ;

f o r ( r = 0 ; r < 4 1 ; r + + )/ * a r d ki t e r a s y o n l a ra r a s n d a k ik a r l a t r m a n ny a p l d d n g * / { B [ r ] = A [ r ] * 1 0 0 ;/ * v i r g l l k a ns o n u l a rt a ms a y y a e v r i l d i * / } i f ( e = = 1 )/ * i l kd u r u m d ay a l n z c ab ud n g a l a c a k .a r d ki k ii t e r a s y o na r a s n d ak a r l a t r m ay a p a r k e n . . . b i r n c e k ii t e r a s y o n u ne l d eb u l u n m a s d r . * / { f o r ( r = 0 ; r < 4 1 ; r + + ) { C [ r ] = B [ r ] ; } e + + ; } e l s e { d = 0 ; f o r ( r = 0 ; r < 4 1 ; r + + ) { i f( C [ r ] = = B [ r ] )/ * C( n c e k ii t e r a s y o n )v eB( ua n k ii t e r a s y o nb i r b i r i e n ee i t s e ) . . . da r t r l a c a k * / { d + + ;/ * w h i l ed n g s n s o n l a n d r m a ki i nk u l l a n l d * / } e l s e/ * d i z i n i n4 0 .e l e m a n n ak a d a rh e rh a n g ib i ry e r d ee i t l i kb o z u l m u s a . . . b uk o m u ta k t i f o l a c a kv eBn i nb t ne l e m a n a l r Cy ea k t a r l a c a k n k e i t l i kb i ry e r d eb o z u l u r s ad i e re l e m a n l a r n nk o n t r o l n eg e r e ky o k * / { f o r ( r = 0 ; r < 4 1 ; r + + ) { C [ r ] = B [ r ] ; } } } } f o r ( i = 0 ; i < h ; i + + )/ * b t ni t e r a s y o ns o n u l a r y a z d r l d * / { g = i + 1 ; f p r i n t f ( f p , " % d .i t e r a s y o nd e g e r l e r i n d e n ,V ( % d ) = % 3 f\ n " , l , g , A [ i ] ) ; l + + ; i f ( d = = 4 1 ) b r e a k ; }

} f c l o s e ( f p ) ; / * y a z d r l a nt e x tk a p a t l d * / s y s t e m ( " P A U S E " ) ;

You might also like