Thread: ID Num

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    70

    Unhappy ID Num

    I have a question to ask here.There is a formula to calculate a certain ID num but i don't how to do it? any guidance?

    Example.

    8 7 6 5 4 3 2 1
    ^ ^ V V ^ ^ V ^

    8=^
    7=^
    6=V
    5=V
    4=^
    3=^
    2=V
    1=^
    Easy for you to see.


    if ^ = no value
    if V = value.

    with all the symbol of V= it shows ID num 50 all above.
    how to get it?i heard by using power of 2 to get the id num.
    i can't get it anyway. pls direct me to get a id num of 55.
    thanks.. quite urgent!
    Last edited by Joanna; 10-01-2004 at 01:10 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. a searching tree
    By lindaonline15 in forum C++ Programming
    Replies: 2
    Last Post: 10-15-2008, 06:06 AM
  2. Problem I Can't solve...
    By ferniture in forum C Programming
    Replies: 3
    Last Post: 07-15-2008, 02:51 AM
  3. help! fifo read problem
    By judoman in forum C Programming
    Replies: 1
    Last Post: 08-16-2004, 09:19 AM
  4. Problem Using bsearch
    By Zildjian in forum C Programming
    Replies: 4
    Last Post: 11-13-2003, 08:14 PM
  5. Optimization of code
    By dpro in forum C++ Programming
    Replies: 5
    Last Post: 10-28-2002, 04:01 PM