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

    XP fails to see JMicron IDE drive: Asus p5w DH

    I hope someone can point me to a solution. On my Asus P5W DH board, I have an IDE drive connected to the JMicron IDE port and the JMicron chip mode set to BASIC. On the Matrix controller I have 2x SATA drives and BIOS set to Standard IDE. XP is loaded on the IDE JMicron drive, (at least it...
  2. bluenut

    Fortan snippet conversion to C, C++ or C#

    I ran accross this piece of code with what appears to be range notation which I need to convert to C. beta = 0:2*pi/Np:2*pi; xc = 0.5*(1+cos(beta)); yt = acoef(1)*sqrt(xc)+xc.*(acoef(2)+xc.*(acoef(3)+xc.*(acoef(4)+acoef(5)*xc))); yt(Np/2+2:Np+1) = -yt(Np/2:-1:1); * Np is interger * acoef...

Part and Inventory Search

Back
Top