User Profile

Collapse

Profile Sidebar

Collapse
meghla
meghla
Last Activity: Feb 25 '10, 08:20 PM
Joined: Dec 14 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • meghla
    replied to using math opertion
    in C
    i got a solution ;
    it is asin();

    but i found difficulties in finding value=sin(degre e);
    for sin(45) value should be 0.707;
    but its 0.8509; its why???? how can i fix the problem????
    See more | Go to post

    Leave a comment:


  • meghla
    started a topic using math opertion
    in C

    using math opertion

    how can i use math operations in C codes;
    such as i want to calculate sin-1(sin inverse):
    for example
    angle= sin-1(b/a);
    here angle , a ,b, all are float;

    how can i write a C code using this logic;

    plz help me............. .........


    meghla
    See more | Go to post

  • meghla
    started a topic swapping........!!
    in C

    swapping........!!

    i am a nobish pogrammer; i have basic idea on array;
    i want to learn about swapping; plz brief me on this with some C code........... ...
    See more | Go to post

  • meghla
    replied to want to see some example code on bit masking?
    in C
    i can understand for AND
    101001 and 001100 we will get 001000
    (for 101001: 0 ,2and 5 is on)
    using OR
    101001 and 001100 we will get 101101

    but i can not understand how to write a C code using this concept??
    See more | Go to post

    Leave a comment:


  • meghla
    replied to want to see some example code on bit masking?
    in C
    actually; i am very weak in bit masking and boolean operation ; how can i recover this???

    the method of bit masking and combining boolean value seems tough for me; can u suggest me some tutorial ????
    See more | Go to post

    Leave a comment:


  • meghla
    replied to want to see some example code on bit masking?
    in C
    suppose i have a set 2, 4, 6;
    another set 4,7,8;
    can i express them as 0010101(0123456 ) and 000010011(01234 5678); using bit mask???
    See more | Go to post

    Leave a comment:


  • meghla
    started a topic Bit masking in C???
    in C

    Bit masking in C???

    I can not understand how to implement bit masking on a c code?? while working with array it is taking too much time........... ....... so i need help.
    i need some suggestion and sample code of C dealing with bit masking........ ......; its argent......... .... plz help me.
    See more | Go to post
No activity results to display
Show More
Working...