This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i do this?

hi, n e bod know how i can refrag the data in memory?

thx

ow btw, i have the 51 compiler.

Parents
  • perceived_iq = 100 * (num_words - num_sms_words) / num_words
       + 10 * have_capital_at_start_of_sentences
       + 17 * sentence_terminations
       - 23 * more_than_tripple_terminated_sentences
       - 19 * digits_in_words
       - 2 * lower_case_I;
    

    Might give something like:
    perceived_iq = 100 * (42-14 / 42) + 0 + 0 - 0 - 19 - 2 = 46

    The probability of receiving a good answer is of course affected by the perceived intelligence of the poster.

Reply
  • perceived_iq = 100 * (num_words - num_sms_words) / num_words
       + 10 * have_capital_at_start_of_sentences
       + 17 * sentence_terminations
       - 23 * more_than_tripple_terminated_sentences
       - 19 * digits_in_words
       - 2 * lower_case_I;
    

    Might give something like:
    perceived_iq = 100 * (42-14 / 42) + 0 + 0 - 0 - 19 - 2 = 46

    The probability of receiving a good answer is of course affected by the perceived intelligence of the poster.

Children