Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kostalibe
  • Content: Threads
  • Order by date
  1. kostalibe

    sorting numbers in increasing order...

    Hi, I have this code for sorting N numbers X(I) in increasing order. DIMENSION X(100) READ (*,*) N, (X(I),I=1,N) N1=N-1 DO 15 I=1,N1 AMIN=X(I) M=I+1 DO 25 K=M,N IF (AMIN.LE.X(K)) GO TO 25 Z=AMIN AMIN=X(K) X(K)=Z 25 CONTINUE 15 X(I)=AMIN...
  2. kostalibe

    random read from file...HELP!

    Hi, I am new with fortran and i face a problem with reading a file with a huge number of rows. I want to read this file randomly and not read the data as they are stored in file. The file is like this... U[m/s] Dir[deg] Usdv[m/s] Umax[m/s] Time Date 7.8 233.6 0.5...

Part and Inventory Search

Back
Top