CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2014
    Posts
    3

    Question solar poition algorithm

    Dear all.

    I am just beginner in C. I wanted to implement below algorithm.Let me know what are point need to consider fr below calculation
    http://pveducation.org/pvcdrom/prope.../suns-position
    I wanted to how to calculate LSTM.TC , LST above. How to consider these time formats.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: solar poition algorithm

    Quote Originally Posted by AJITnayak View Post
    I wanted to how to calculate LSTM.TC , LST above. How to consider these time formats.
    Well, "how to calculate LSTM.TC , LST" is very good explained in the site you refer to.
    You just have to learn c/c++ and then implement the algorithm in the code.
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured