cp2025 計算機程式

  • Home
    • SMap
    • reveal
    • blog
  • About
    • cs101
    • Computer
      • llama
      • nginx
    • AI
      • QandA
      • Teams
    • Homework
  • Topics
    • Git
      • Git_ex1
      • Git_ex2
    • Python
      • SE
      • CL
      • Loops
      • Recursion
      • SA
      • SST
      • Maze
      • Collect
      • GT
      • Python_ex1
    • Javascript
      • HTML and CSS
    • Project
      • Waitress
      • API
  • Brython
    • Brython_ex
    • Robot_ex
  • Ref
    • Reeborg
      • ex1
      • Otto_ninja
    • tkinter
    • Pyodide
    • Pyodide_ex
    • Pyodide2
      • robot.py
      • Example2
    • Pyodide3
      • png_files
      • Harvest
Pyodide << Previous Next >> Pyodide2

Pyodide_ex

Pyodide 機器人巡邏 - 由於網頁載入場景圍牆與 Pyodide 執行機器人行走模擬的速度差異,機器人巡邏畫面的圍牆無法及時顯示。

經過場景圍牆多次 (目前為 3 次) 載入 (必須配合瀏覽器 Client 端執行速度與網路傳輸速度進行調整),Pyodide 機器人巡邏2 可以正確載入圍牆圖檔。

Pyodide 導入客製化模組:

const code = `
# 定義一個模組內容
def hello():
    print("Hello from custom module!")
`;
pyodide.runPython(code);

Volume_max_pyodide_de_short.py

Volume_max_pyodide_de.py


Pyodide << Previous Next >> Pyodide2

Copyright © All rights reserved | This template is made with by Colorlib