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

    Question about improving the efficiency of Fast Fourier Transform

    Hi, Can somebody please take a look at the following code and give me some hints on how to improve the efficiency of this code, like making it several times faster? I've tried to modify it many times, but none of them seemed to give me any significant improvement. Thank You very much...
  2. jeclow

    Keyboard interupt

    Can somebody explain briefly explain to me how this code works and which part of the code asks for hitting cap once and 'A' 11 times? Thank you!! .model small .stack 10H .data flag2 db 0 flag3 db 0 rahul db 0 try db 'we can print out strings of any length up to 2^16-1=65535\' numtry dw 0...

Part and Inventory Search

Back
Top