Search:

Type: Posts; User: dreamvig

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    784

    Thank you for this information, i will download...

    Thank you for this information,
    i will download it
  2. Replies
    10
    Views
    784

    thanks i will see my question was , the...

    thanks i will see
    my question was , the function in above (using chrono or boost) is it the unique idea of solution to resolve my problem of calculating the time.
  3. Replies
    10
    Views
    784

    The re is no solution, just to upgrade? because...

    The re is no solution, just to upgrade?
    because i don't have visual 2012 , and i can't update my visual 2010
  4. Replies
    10
    Views
    784

    Yes , i tried to do that adding this include ...

    Yes , i tried to do that adding this include



    #include <boost/chrono.hpp>

    but it give me fatal error, maybe because i use Ogre3d that have file "boost" too
  5. Replies
    10
    Views
    784

    claculate time of function

    Hi,
    it was time i put my problem with calculating time of function
    http://cboard.cprogramming.com/cplusplus-programming/167118-claculate-time-function-2.html
    after progress with the code the...
  6. Replies
    10
    Views
    1,215

    Hi, i want to garantie that i good understand...

    Hi,
    i want to garantie that i good understand the code
    so, In the main()
    - length : is it the distance between the point and the traget ?

    prev.x = (double)rand() / (double)RAND_MAX * 2.0 -...
  7. Replies
    10
    Views
    1,215

    Thank you i am reading it carefully, and i will...

    Thank you
    i am reading it carefully, and i will come back
    thanks again
  8. Replies
    10
    Views
    1,215

    Hi thanks very much for your repling Yes ,...

    Hi
    thanks very much for your repling

    Yes , it will be very usefull if you give me an exemple with c function
    i will excute it step by step to more understand.

    thanks a lot you saved my...
  9. Replies
    10
    Views
    1,215

    when you say iit's simple i say oh i am stupid or...

    when you say iit's simple i say oh i am stupid or what:biggrin:
    i read it many times (the first time in 2011!!!) and always i could not understand it
  10. Replies
    10
    Views
    1,215

    Really? are you talking about the algoeithme 2...

    Really? are you talking about the algoeithme 2 and 3 :confused:, because it's true the first algorithm -the principle algorithm- is very simple and i implement it

    i am speaking about the second...
  11. Replies
    10
    Views
    1,215

    geometric algebra algorithm

    Hi,
    i am not very good in geometric algebra and i have to implement an algorithme that i have her description and her pseudo code
    i will put it here an if somone can help me -not doing the code...
  12. no it's not but we can use it in mechanical...

    no it's not but we can use it in mechanical engineering
  13. In fact i get the answer as i see , i must apply...

    In fact i get the answer
    as i see , i must apply the "joint limits algorithm" in ech iteration and in each time i calculate new joint
  14. Replies
    27
    Views
    1,944

    With this code i can get the "real" time? can...

    With this code i can get the "real" time?
    can you please explain to me why without loop it does not work, and why i must use loop and excute many time the same code
  15. Replies
    27
    Views
    1,944

    what you mean here ? did you mean i run my app...

    what you mean here ?
    did you mean i run my app several time ? because i made that and always i get "0.000"
  16. Replies
    27
    Views
    1,944

    but i what i need is just the run time of my...

    but i what i need is just the run time of my function , if i get 0 many time
    i can't write it
  17. Replies
    27
    Views
    1,944

    I used this clock_t start, stop; ...

    I used this


    clock_t start, stop;


    start = clock();
    //
    // block of instruction that i want calculate it's running time
    //
  18. Replies
    27
    Views
    1,944

    Hi, i used the clock_t to calculate the run...

    Hi,
    i used the clock_t to calculate the run time of another function
    i get "0 seconde"?
    i say maybe it's in millysecond
    i used

    cout << (double(clock() - timestart) / CLOCKS_PER_SEC) *...
  19. Replies
    27
    Views
    1,944

    Thanks for the reply, but how we disable this...

    Thanks for the reply, but how we disable this frequency ?
  20. joint limits in Inverse kinematcic question

    Hi,
    in fact my question not exactelly in c++, but i want idea in algorithm
    i have kinematic chain with 5 joints
    i apply specific IK, that claculate new position if the joints (and not tge angle...
  21. Replies
    3
    Views
    954

    Tahnks for your reply

    Tahnks for your reply
  22. Replies
    3
    Views
    954

    distance between two vectors

    Hi,
    i have two object while
    whe have the position of object1, pos1=(0,-42,0)
    for the object2 we have it's displacement vector relative to object1
    (0,-43,0)
    how we get the distance between...
  23. Replies
    27
    Views
    1,944

    Ah ok thank

    Ah ok thank
  24. Replies
    27
    Views
    1,944

    sorry i did not understand what you mean here ?

    sorry i did not understand what you mean here ?
  25. Replies
    27
    Views
    1,944

    understood thank you i thought that my problem...

    understood thank you
    i thought that my problem is resolved

    just i have remark ,i am not sure if it's normal or no
    when i run my example i get 2.80 sec
    when i run it again (just after the first...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4