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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HandleOfMe

  1. HandleOfMe

    Data, sorting, picking 10 largest

    Sorry, one more additional info: I need to know the original position of the value in the array. if the value was moved from s[900] to s[9], I need to know that it used to be at 900.
  2. HandleOfMe

    Data, sorting, picking 10 largest

    Ok, here is a rather basic problem. I have 2 sets of data, each containing 1000 floating points. I need to find 10 that changed the most, i.e. data1[1] - data2[1] = s[1] data1[2] - data2[2] = s[2] etc... (repeat 1000 times) and I need to find s[] with the 10 largest numbers. How would you...

Part and Inventory Search

Back
Top