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: Alfio75
  • Content: Threads
  • Order by date
  1. Alfio75

    About ordering data

    Hello guys. Does anybody know how to order ascendent a list of data? What i mean is that i got 3 columns of data. What i need is to order them with respect to the first one, but i need all the 2 next colums get order at the same time that one. Example 1 5 4 4 8 9 10 15 4 1 5 8 2 7 9 so...
  2. Alfio75

    I'm trying to get numbers.

    Hello there guys. I got a big problem here. When I get output files these r called for example 1.dat 2.dat 3.dat .. 10.dat ... 600.dat What i need is to get numbers like: 001.dat 002.dat ... 600.dat this in the case i got 600 files, I think that when i"ll get 1000 files or more , this new...
  3. Alfio75

    distance between 2 points

    Hello guys. I got a file and it has numbers on rows x1 y1 z1 x2 y2 z2 what i need is to read this 2 point ( row number one and row number 2) and calculate the distance between them using the next expression: d=square root( (x2-x1)**2 +(y2-y1)**2 +(z2-z1)**2 ) Think about a lot of rows and a...
  4. Alfio75

    just a touch

    Hello there trojan. I'm trying to get a line in this format: #include "background.inc" #declare atomos= union{ sphere{< -3.5400 , 2.8462 , 0.0708 >Re} So i change this line and i get blank lines in the files. What's wrong with that? as well I need to put another lines on the top of...
  5. Alfio75

    Hello..how could i extract this ones?

    I got a big file what is making of 8 lines blocks. What I need is to take one block at a time and print it in a file named, for example, 1.dat, take the second one and put it in a 2.dat file. this is the input file to work: 5.04786152982032E+00 4.23000449311482E+00 8.04732158465680E+00...

Part and Inventory Search

Back
Top