class BOTConstants : public AllStatic { static uint _log_card_size; static uint _log_card_size_in_words; static uint _card_size; static uint _card_size_in_words;
public: // entries "e" of at least N_words mean "go back by Base^(e-N_words)." // All entries are less than "N_words + N_powers". staticconst uint LogBase = 4; staticconst uint Base = (1 << LogBase); staticconst uint N_powers = 14;
// Initialize bot size based on card size staticvoid initialize_bot_size(uint card_shift);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.