陳韋傑

@Jack20000311

Hello there

Joined on Dec 19, 2019

  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 本篇講義尚未完成。 入門介紹 Google Coding Style 甚麼是演算法? 甚麼是資料結構? 來複習一下學習地圖,以臺大資工系必修為例: ![](https://i.imgur.com/Y2AdRO3.png =80%x)
     Like  Bookmark
  • 因為我一直忘記 Git 的指令,所以乾脆做一個常用指令統整,不定期更新,看我遇到啥就更新啥。 好用網站推推:Learn Git Branching image Git 指令 Repo 相關 git clone <url>:複製 repo 到 local-b <branch> or --brach <branch>:指定分支
     Like  Bookmark
  • Author: Wei-Jie (Jack) Chen, NTU CSIE Mail: r12922051@csie.ntu.edu.tw Advisor: Prof. Jane Yung-Jen Hsu This note contains some links / resources to my research. Links to My Studies My notes of paper reading: Github Repo List of papers I read / scanned: Paper ListIn a formal format: Report (Jack)
     Like  Bookmark
  • Tmux 與 Byobu 的指令統整。Tmux 與 Byobu 常用來當作 Server 的 Consistent Session 使用,亦即關閉與 Server 遠端連線後,程式依然會繼續在 Server 運行。 Tmux 指令 Tmux cheatsheet 外部操作 tmux tmux new {Session Name} tmux attach -t {Session Name / ID} tmux ls
     Like  Bookmark
  • Links The 23 well-known GoF design pattern Design Pattern 系列文 Design Pattern 鐵人賽 以下圖片來自 大話設計模式。 UML Class Diagram image
     Like  Bookmark
  • 嗨,這邊會存放我所有公開筆記的連結,這樣應該比較方便。 我是誰? 歡迎來我的 Blog 看看。 教學系列 Python 教學講義 Python 練習題 C++ 教學講義 C++ 練習題
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 Python 練習題 參考官方中文教學文件 Overview 程式語言分為高階語言、組合語言、機器語言等等,Python屬於高階語言的一種。機器語言與組合語言直接控制電腦硬體,但難以閱讀與開發;高階語言易於閱讀與開發,但需要「翻譯」給電腦聽。 來自 Python 官方網站的介紹: Python 是一種易學、功能強大的程式語言。它有高效能的高階資料結構,也有簡單但有效的方法去實現物件導向程式設計。Python 優雅的語法和動態型別,結合其直譯特性,使它成為眾多領域和大多數平臺上,撰寫腳本和快速開發應用程式的理想語言。
     Like 1 Bookmark
  • 本篇筆記為我學習 Java 的一些紀錄,會學 Java 主要是因為 NTU Software Engineering Design by J Lee 所需。 本篇撰寫是建立在已有穩固程式語言基礎上,故只會包含 Java 與其他語言的重要差異,以及一些我認為需要特別紀錄的內容。 Java Java Wiki Java 3hr Basic Tutorial [推薦] Openhome.cc (Java 17) Design Pattern Java设计模式丨图解+框架源码分析23种设计模式
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 C++ 練習題 亦可參考 ZeroJudge、Leetcode 基本語法 參見 C++ 語言自學手冊,此不贅述 #include<iostream> using namespace std;
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 Python 網路爬蟲(靜態) 進階:Python 爬蟲常用技巧 (持續更新) 簡介 什麼是網路爬蟲? 網路爬蟲是一種自動化程式,用於從網路上的網站中提取信息。它們模擬人類在瀏覽網頁時的行為,但可以快速且大規模地提取數據。網路爬蟲通常用於資料探勘、搜索引擎索引、價格比較、新聞整理等各種應用。 為什麼要學習網路爬蟲?
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 Python 教學講義 亦可參考 ZeroJudge If-else 與基本語法練習 BMI 計算機 撰寫一個程式,讀入使用者的身高、體重 並判斷使用者為過輕、正常、或異常 若異常則再判斷為過重、輕度、中度、或重度
     Like  Bookmark
  • Docker 相關的指令與連結統整,不定期隨意更新。 Docker 指令 Basic Operations sudo systemctl (re)start docker sudo docker info sudo docker version Run command & Get into terminal sudo docker run [Image 名稱]:[Image 版本] [執行指令] sudo docker run -i -t [Image Name] /bin/bash
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 本篇講義尚未完成,因為跟我上課的學生落跑了,有空再回來做。 Overview AI(人工智慧) What is AI? What do you think of AI? Artificial intelligence (AI) is intelligence demonstrated by machines, as opposed to intelligence of humans and other animals. Example tasks in which this is done include speech recognition, computer vision, translation between (natural) languages, as well as other mappings of inputs. Is that AI?
     Like  Bookmark
  • This is the instruction for HW0, NTU AI, 2024 Spring. Deadline for HW0 is FEB 27 23:59 (UTC+8, Server Time). Please refer to this slides for more information. Problem Description Capybara, one of the cutest animals in the world, needs to eat a lot of grass every day. You, a capybara guardian, have the sacred duty to herd capybaras. One day, Hashira, the most senior capybara guardian, gave you a map. When you read the map, you find that there are many little islands on the map. Each island is assigned with an integer, starting from 1 (there are no duplicate numbers), which is also the dangerous level of the island. You can also see curves between the islands on the map and those are the symbol of bridges. After you read the map, Hashira commanded you to take care of a herd of capybaras by guiding them to eat grass. They are initially taken to the island with a dangerous level 1 by Hashira.
     Like  Bookmark
  • 本文所有內容與資料皆由本人蒐集與撰寫,轉載請註明出處。 C++ 教學講義 亦可參考 ZeroJudge、Leetcode If-else 與基本語法練習 BMI 計算機 撰寫一個程式,讀入使用者的身高、體重 並判斷使用者為過輕、正常、或異常 若異常則再判斷為過重、輕度、中度、或重度
     Like  Bookmark
  • Introduction 本文將會說明在 Jetson Nano 上,如何僅透過 Terminal 設定開機時自動連上 wifi Requirement: sudo apt-get install wpasupplicant 步驟說明(內部設定) 編輯這個檔案,新增以下幾行在最後面 sudo vim /etc/network/interfaces:auto wlan0 iface wlan0 inet dhcp wpa-driver wext wpa-conf /etc/wpa_supplicant.conf
     Like  Bookmark