peter91015

@peter91015

Joined on Oct 22, 2021

  • contributed by < peter91015 > 實驗環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ lscpu 架構: x86_64
     Like  Bookmark
  • contributed by < peter91015 > 開發環境 $ gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 $ lscpu 架構: x86_64 CPU 作業模式: 32-bit, 64-bit Address sizes: 39 bits physical, 48 bits virtual Byte Order: Little Endian
     Like  Bookmark
  • contributed by < peter91015 > 題目 測驗一 解釋程式碼 原來的程式碼如下: uint64_t next_pow2(uint64_t x) {
     Like  Bookmark
  • contributed by < peter91015 > 題目 測驗一 AAA = item BBB = list CCC = list_for_each_entry_safe DDD = list_move EEE = list_move
     Like  Bookmark