這個影片說明如何在Anaconda中安裝OpenCV以及在Spyder開發環境中寫一個如圖片的程式。
- Feb 13 Sat 2021 08:26
-
[第1期] Install and use OpenCV to read image/安裝與使用OpenCV讀取圖片
This video shows how to install OpenCV in Anaconda and write program to read image in the Spyder IDE.
這個影片說明如何在Anaconda中安裝OpenCV以及在Spyder開發環境中寫一個如圖片的程式。
這個影片說明如何在Anaconda中安裝OpenCV以及在Spyder開發環境中寫一個如圖片的程式。
- Nov 29 Sun 2020 15:05
-
[Colab][Python]define function定義函數
- Nov 21 Sat 2020 10:56
-
[Python] Update and delete data with SQLite in Colab/在Colab中更新與刪除SQLite資料庫
This example shows how to use python to comunicate with SQLite in Colab.
這個範例說明如何在Colab中使用python來與SQLite溝通。
這個範例說明如何在Colab中使用python來與SQLite溝通。
- Oct 22 Thu 2020 21:37
-
[Python][Colab][SQlite] Wite and read data with SQLite in Colab在Colab中讀寫SQLite資料庫
This example shows how to use python to comunicate with SQLite in Colab.
這個範例說明如何在Colab中使用python來與SQLite溝通。
1. Mount Google drive for Colab use 在Colab中掛載Google硬碟
2. Ceate database in Google drive 在Google硬碟建立資料庫
3. Create Table and add header 建立表單與加入表頭
4. Insert the single row data to table 加入單列資料到表單中
5. Read data from the table 從表單中讀取資料
6. Insert the muliti rows of data to table 加入多列資料到表單中
- Oct 10 Sat 2020 08:11
-
[Colab][python]Install and use yfinance in Colab/在Colab上安裝與使用yfinance函式庫
- Oct 02 Fri 2020 13:07
-
[ESP IDF][VS Code]Install, set up ESP IDF and build example in VS Code/在VS Code中安裝,設定ESP IDF與建立範例說明
This video shares how to install, set up ESP IDF and build example in VS Code
這個影片分享如何在VS Code中安裝,設定ESP IDF與建立範例說明
這個影片分享如何在VS Code中安裝,設定ESP IDF與建立範例說明
- Oct 02 Fri 2020 13:02
-
[LabVIEW] Get stock data from yahoo finance by LabVIEW/使用LabVIEW獲取yahoo財經上的股票資料
This example shows how to use LabVIEW to get stock data from yahoo finance
這個範例說明如何使用LabVIEW擷取yahoo財經上的股票資料
這個範例說明如何使用LabVIEW擷取yahoo財經上的股票資料
- Sep 19 Sat 2020 12:25
-
[FreeRTOS][Arduino] Data transmission between tasks by using queue/使用佇列來傳遞任務間的資料fre
This example shows how to use the queue to transmit data from one task to another task.
這個範例說明如何使用佇列將資料從一個任務傳到另一個任務。
這個範例說明如何使用佇列將資料從一個任務傳到另一個任務。
- Aug 22 Sat 2020 14:18
-
[Arduino] Acquisition of MPU6050 raw data by using Mega2560/使用Mega2560擷取MPU6050原始資料
This example shows how read the raw data of MPU6050 by using Arduino Mega2560.
There are several steps:
There are several steps:
- Aug 15 Sat 2020 18:43
-
[Arduino][FreeRTOS]Use vTaskDelay to implement tasks running in different priorities/使用延時函數實現不同優先順序的任務執行
This example explain what are tick, tick ISR, task states (Running, Ready, Blocked, and Suspended) and how to use two task delay functions (vTaskDelay and vTaskDelayUntil) to elimanate starving state while two tasks are called with different priorities .
這個範例說明什麼是時脈、時脈中斷服務、任務狀態(執行、就緒、阻塞與掛起),以及如何使用任務延時的函數(相對延時vTaskDelay與 絕對延時vTaskDelayUntil)去消除呼叫兩個不同優先順序的任務時產生的餓死狀態。
這個範例說明什麼是時脈、時脈中斷服務、任務狀態(執行、就緒、阻塞與掛起),以及如何使用任務延時的函數(相對延時vTaskDelay與 絕對延時vTaskDelayUntil)去消除呼叫兩個不同優先順序的任務時產生的餓死狀態。
- Aug 15 Sat 2020 10:51
-
[FreeRTOS][Arduino]Create FreeRTOS task in Arduino with VS Code/使用VS code在Arduino中創建任務
This example shows how to create FreeRTOS task, call scheduler and implement task function in Arduin.
這個範例說明如何在Arduino中創建FreeRTOS的任務、呼叫調度器,以及實現任務函數。
這個範例說明如何在Arduino中創建FreeRTOS的任務、呼叫調度器,以及實現任務函數。
- Aug 15 Sat 2020 10:48
-
[Arduino] Edit Arduino code to control RGB LED in VS code/使用VS code編輯Arduino程式碼來控制RGB LED
This video show the blinking of RGB LED controlled by Mega2560.
本影片展示用Mega2560控制RGB LED閃爍的狀況。
本影片展示用Mega2560控制RGB LED閃爍的狀況。
