Friday 14 September 2012

Best Example for SWOT Analysis


2 comments:

  1. Aloha,


    Such vivid info on the Best Example for SWOT Analysis ! Flabbergasted! Thank you for making the read a smooth sail!



    Can anyone help me figure out the logic in this pseudo C code? This is part of a calculation for a message check value. I am racking my brain but still can't understand it.

    I have also attached a jpg of a sample packet as an example of a working packet stream.


    Header Check Value is a 2 byte high/low binary number computed using the following algorithm (in pseudo C programming language notation):

    unsigned check_value, temp1, temp2, temp3;
    check_value=Oxa55a;
    temp1=temp2=0

    for every byte in the order of their appearance in the packet not including the Header check Value itself

    {
    temp3 = (byte 11 temp1 ++) & OxFF;
    temp2 = (temp2 + temp3) & OxFFFF;
    check_value = (check_value + temp2) & OxFFFF;
    check_value = ((check_value&1) << 15) I ((check_value >> 1) & Ox?FFF);
    }



    I look forward to see your next updates.


    Many Thanks,

    ReplyDelete
  2. Hi There,



    In total awe…. So much respect and gratitude to you folks for pulling off such amazing blogs without missing any points on the knowledge guide . Kudos!

    I think the Linux phenomenon is quite delightful, because it draws so strongly on the basis that Unix provided. Linux seems to be the among the healthiest of the direct Unix derivatives, though there are also the various BSD systems as well as the more official offerings from the workstation and mainframe manufacturers

    Anyways great write up, your efforts are much appreciated.


    Kind Regards,
    Samuel

    ReplyDelete