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 Mike Lewis 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: *

  1. jeclow

    Question about improving the efficiency of Fast Fourier Transform

    XWB, justice41. Thank you so much for your reply. I'm actaully expecting to improve it by 80%. If it can get the job done, the size of the program wouldn'y really matter. xwb, This is basically all my data. I'm trying to use your mod to see if there's big improvement or not. I'll let you...
  2. 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...
  3. jeclow

    Keyboard interupt

    Thank you. The reply is very helpful. I have another code here. If possible, could you please take a look at it and explain it a little bit to me?( doesn't have to be very very detailed. I also tried to put some comments in the code. if you found anything wrong, please feel free to correct...
  4. jeclow

    Keyboard interupt

    Thanks for Lionelhill's advice. Just another question. The part where I'm confused is the order of the execution. in the program, it compare flag1 to 10 in the main code, but flag1 is incremented in the keyisr proc. How do they effect each other? I thought when CPU execute the code, it...
  5. jeclow

    Keyboard interupt

    Thanks a lot man!!! Totally answer my question, and even better. U the best!!!!
  6. 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