mickey30606

@mickey30606

Joined on Sep 8, 2020

  • 測驗 1 先將原本的程式碼改寫成比較簡短的形式 uint64_t next_pow2(uint64_t x) { x |= x >> 1; x |= x >> 2; x |= x >> 4; x |= x >> 8; x |= x >> 16;
     Like  Bookmark
  • contributed by < mickey30606 > 目前 make test 分數 95/100 :::danger HackMD 筆記不是讓你張貼完整程式碼的地方,此處著重於「開發紀錄」,亦即你的觀察、描述遭遇到的問題,還有如何克服和改進。 :notes: jserv ::: 研讀 Linux 核心原始程式碼的 lib/list_sort.c
     Like  Bookmark
  • 資料整理 import pandas as pd import numpy as np tb = pd.read_excel('./score.xlsx', sheet_name=None) tb.pop('工作表1') tb.keys() tb['湘婷']
     Like  Bookmark
  • 共同編輯者:曾宇弘、林鴻逸(小鳥) 上課內容 Chapter 1 Chapter 2 Microcontroller Basics Chapter 3 Microcontroller Memory and I/O Chapter 4 Programming Languages Chapter 5 PIC18F Architecture and Addressing Modes Chapter 6 Assembly Language Programming for PIC18F: Part 1 Chapter 7 Assembly Language Programming for PIC18F: Part 2
     Like 2 Bookmark