Hi, I'm Luke!|
Luke's Blog
  • HOME
  • ARCHIVES
  • TAGS
  • ABOUT
  • 在 macOS 使用 <bits/stdc++.h>

    Steps 1234cd /usr/local/includemkdir bitscd bitsvim stdc++.h 在 stdc++.h 的檔案當中寫入下列資訊: 1234567891011121314151617181920212223242...
     2025-07-10 22:28:40
    Read more 
  • Codeforces 暑期特訓:我想成為演算法大師 - Week 2

    From LI2 Contests Group Contest 11. Binary Search Contest Problems C. Street with monuments Problem: C. Street with monu...
     2025-07-08 14:51:32
    Read more 
  • Codeforces 暑期特訓:我想成為演算法大師 - Week 1

    From LI2 Contests Group Contest 09. Prefix sums and countings Contest Problems C. Rectangle Sum Problem: C. Rectangle Su...
     2025-07-05 16:27:23
    Read more 
  • 量子計算基礎 - 從單量子位到多量子位系統

    大一下去修了一門量子計算的課,前面的概念跟線性代數有滿多相似的地方,後半部分才真正開始講量子演算法。 量子計算基礎簡介 量子電腦與傳統電腦的差別,在於傳統電腦儲存資訊的最小單位是位元(bit),量子電腦則是使用量子位元(qubit)。位元可以存在一種...
     2025-04-04 18:48:02
    Read more 
  • Vue Basic Syntax

    Vue Basic Syntax Directives Event Binding: v-on or shorthand @click Attribute Binding: v-bind or shorthand :attribute Examp...
     2025-01-12 11:27:19
    Read more 
  • Docker - Ubuntu SSH Setup

    Docker - Ubuntu SSH Setup Host: Use the same port -> just change to the SSH port that does not conflict with NAS. Environm...
     2024-11-20 20:51:19
    Read more 
  • 設定GitHub SSH金鑰

    Setup 根據email創建一個新的SSH金鑰 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 開啟ssh-agent,將私鑰加入到ssh-agent 12eval "$(ssh-age...
     2024-11-08 15:42:05
    Read more 
© 2024 - 2025    Luke
Powered by Hexo & Theme Keep