JasonLiu

@zhu424

https://github.com/jason810496/ https://www.linkedin.com/in/zhe-you-liu/ https://blog.zhu424.dev

Joined on Aug 21, 2020

  • 👉English 如果已經知道 Generic Programming 是什麼 可以直接跳到 Lab 如果我們要寫一個交換兩個變數的 function ... 對於 int 來說,我們可以這樣寫 void my_swap(int *a, int *b) { int tmp = *a;
     Like  Bookmark
  • 👉中文 If you already know what Generic Programming is, you can jump directly to Lab. If we want to write a function to swap two variables... For int, we can write it like this: void my_swap(int *a, int *b) { int tmp = *a;
     Like  Bookmark
  • :::success 接下來我們會用 Scratch (Blocky) 來 寫程式 ! image image ::: 讓我們從 Flappy Bird 進入程式 :::info
     Like  Bookmark
  • 📍 GMJH ⏱ 2023/07/10 ~ 2023/07/13 Contact me 👋 Liu Zhe You (Jason) Github FB Mail
     Like  Bookmark
  • Chapter 2 📍 GMJH ⏱ 2023/07/10 ~ 2023/07/13 Today Topic loopwhile for Before we start ... Slido 線上匿名提問問都問 🫵
     Like  Bookmark
  • Chapter 1 📍 GMJH ⏱ 2023/07/10 ~ 2023/07/13 Today Topic if / elseelif conditional operator logic operator loop
     Like  Bookmark
  • Chapter 0 📍 GMJH ⏱ 2023/07/10 ~ 2023/07/13 Basic Topic syntax containers class function module
     Like  Bookmark
  • :::warning 當作 GCP 的 VPS 教學就好 不要傻傻拿免費額度開 VPS 來寫 code !!! ::: :::info 心得: 真的不要拿香香的 9000 元額度在這個雞毛小事
     Like  Bookmark
  • :::info NCKU GDSC Smart Contact study group ( Week 1 ) ::: reference : 「在 2022 年,我們該如何寫智能合約」 on iThome D1 - D10 Introduction to blockchain ( Ethereum ) D1 : What is block and chain
     Like  Bookmark
  • :::success Quick guide for Vim 🦾 ::: Quit 🏃 :w save file,but don't quit :wq write quit :x same as :wq q! quit without save ZZ save file and quit
     Like  Bookmark
  • :::info NYCU NASA NCKU Moodle Lab ::: Lecture 01 install FreeBSD install Application on FreeBSD
     Like  Bookmark
  • 關於一階志願 先把學習歷程擺一邊,單純來看「學測成績」 採計科目 學測級分檢定標 篩選倍率 篩選順序 ==歷屆最低申請分數==
     Like  Bookmark
  • :::warning Slide 講義 link : https://slides.com/jasonliu424/cpp-stl/ ::: :::info 有地方沒講清楚歡迎來問我 > < Github ⚙️ https://github.com/jason810496
     Like 1 Bookmark
  • 基礎圖論 Grid Graph ocean / land DFS BFS ZJ b701 #include<bits/stdc++.h> using namespace std;
     Like  Bookmark
  • 10/21 武陵資讀 Grid Graph ocean / land DFS BFS ZJ b701 #include<bits/stdc++.h> using namespace std;
     Like  Bookmark
  • 比賽 3月 TOI 初選(二月報名) 4月 YTP(報名) 7月 成大邀請賽 (但不知道為什麼只到2018 ? )
     Like  Bookmark
  • Definition Top trading cycle (TTC) is an algorithm for trading indivisible items without using money 在不使用金錢交易 每人只有一個物品可以交易 How does it work ? & Example The algorithm works as follows : 詢問每個人想交換的志願序
     Like  Bookmark
  • 直線方程式 國中 : 已知通過 (X~1~,Y~1~) , (X~1~,Y~1~) 設兩點通過 Y=aX+b ,其中 a,b為未知數 接者解聯立方程式,求出直線方程式 高一 : 已知 斜率 概念,透過 : 點斜式 : Y-Y~0~ = m(X-X~0~) 截距式 : X/a+Y/b=1
     Like  Bookmark
  • Version ==(如果載了python和rabboni還是不能執行程式,很有可能是版本的問題)== IDE : vscode (記得要將vscode加入path) python : 3.7.5 numpy : 1.19.2 rabboni : 1.73 建議使用虛擬環境做版本管理 這邊是用pipenv來操作
     Like  Bookmark
  • Morse code light sensor Code File final project: identifylist2.ino input_keypad_output_led_45.ino input_serial_output_led_45.ino
     Like  Bookmark