星期一, 11月 25, 2024
星期三, 10月 09, 2024
Quantum Olfaction Simulation
Quantum Olfaction Simulation 嗅覺量子模擬
星期二, 10月 08, 2024
星期六, 9月 28, 2024
Black hole-star binary system simulation
我自己最近在做一些物理模型,其中一個是黑洞與恆星雙星系統,一開始是這樣
simulate a binary star system with perspective the small star is a blackhole, sucking particles from its companion. particle flux from the companion star to blackhole.
結果 得到
simulate a binary star system with perspective the small star is a blackhole, sucking particles from its companion. particle flux from the companion star to blackhole. Particles flow obeys Hamilton dynamics.
結果改善很多,但是只能模擬恆星和黑洞擦身而過,模擬互相繞行公轉還需要繼續努力。
星期三, 9月 25, 2024
Simulate Photosynthesis Process at Quantum Level
光合作用是地球上最重要的化學反應,也是最大的奧秘。透過量子力學的工具,人們開始對光合作用有些初步的了解,目前科學家仍然在繼續探索這個主題,尤其是對於為什麼植物能夠百分之百的利用太陽光能,而人類太陽能電池的效率至今連兩成都不到。
電子領域服務學習
星期四早上電子領域服務學習
是我和電機系專攻AI的王佳盈老師合開的咪聽課,
這門課會研讀AI論文在理論與實務以及場域服務學習的應用,
星期四, 9月 19, 2024
星期三, 9月 18, 2024
Learning Evolution of Technical English
科普傳播
Laser weapons protect aircraft from surface- and air-launched threats. (Video Credit: Lockheed Martin)
protect, pro+tect, forward+ cover(shield), Latin
detect: de +tect, off/away, cover, La.
defeat: de + feat, away + make, undo, unmake, La.
- Timeline of English Language History (interactive version) ( video )
- Latin Influence on the Development of English (interactive version)
- Greek Influence on the English Language
- The Influence of Christianity on the English Language
- French Influence on the English Language (word pair games)
- The Evolution of Scientific Vocabulary in English (interactive version)
- The Impact of British Colonialism on English Language Development
- The Evolution of Engineering Vocabulary in English
DominoAD, Anno Domini
What's your name?
星期一, 9月 16, 2024
Lecture 2: Classic Games Theme
Tetris Game
Game terminology
- Illustrate, Compared to Draw, See also Illuminate
- Animate, Origins
- Visualize (QuickSort), Compared to Vision
- Simulate (Solar System), Origins
- React, see also agent (REACT for web browsers, compared to command line)
- In SVG (Scalable Vector Graphics)
- Time (Timer bar), Compare to Temporal
- Score (Score counter)
星期日, 9月 15, 2024
Computer Algorithms
- computers
- algorithms
- AI (Artificial Intelligence) illustration
甚麼是演算法(Algorithm)
以下介紹著名的電腦演算法,在AI的協助下,即使不懂程式語言,也可以藉由AI 視覺化求解過程來觀察演算法如何解決一些常見的問題,像是找到兩個地點之間的最短距離,推銷員的最佳拜訪路徑等等。
最大公約數 (GCD, Greatest Common Divisor)
Visualize QuickSort (數字排序最常用的演算法之一)
Visualize TSP (Traveling Salesman Problem) by A* search (一個推銷員要拜訪所有客戶城市,每個城市只能拜訪一次,最後要回到出發城市,請為他/她計算最短的拜訪路徑)
Add editing on canvas by click and drop. (在網頁畫布上直接增加刪除城市)