ccccourse / wp111b

網頁設計課程 -- 習題專案
MIT License
3 stars 62 forks source link

習題 6 -- JavaScript 練習 2 #13

Open ccckmit opened 1 year ago

ccckmit commented 1 year ago
  1. 寫出向量相加 vadd(a,b) 的函數並測試
  2. 寫出向量內積 vdot(a,b) 的函數並測試
  3. 寫出矩陣相加 madd(a,b) 的函數並測試
  4. 寫出矩陣相乘 mmul(a,b) 的函數並測試
  5. 寫出 repeat(f,n) 函數,將 f 呼叫 n 次的結果放入一個陣列後傳回
    • 然後用 repeat(Math.random, 10) 傳回 10 個隨機數
wrr606 commented 1 year ago

資工一 111110517 范揚玄 https://github.com/wrr606/wp111b/tree/main/homework/6

o5xNo commented 1 year ago

資工一 111110508 吳丞恩 https://github.com/o5xNo/wp111b/tree/main/homework6

yang930208 commented 1 year ago

資工一 111110529 楊智鈞 https://github.com/yang930208/wp111b/tree/main/homework06

Gavinhsu0512 commented 1 year ago

資工一 111110501 許元承 https://github.com/Gavinhsu0512/wp111b/tree/main/homework5

dsjisd57 commented 1 year ago

https://github.com/dsjisd57/wp111b-1/tree/main/homework6 資工一 111110504 李宥榆

karta9630 commented 1 year ago

資工一 111110503 戴嘉豪 https://github.com/karta9630/wp111b/tree/main/javascript/0324

lkhagvaa2444 commented 1 year ago

資工一 111110544 李荷葦 https://github.com/lkhagvaa2444/wp111b/tree/main/homework6

yc0123 commented 1 year ago

資工一 111110507 陳穎辰 https://github.com/yc0123/wp111b/tree/main/homework%2006

921006vicky commented 1 year ago

資工一 111110505 劉思妤 https://github.com/921006vicky/wp111b/tree/main/homework/06

jm123u commented 1 year ago

资工二 111010577 史煜疏 https://github.com/jm123u/wp111b/tree/main/hw6

111010557 commented 1 year ago

資工二 111010557 楊欣潔 https://github.com/111010557/wp111b/tree/main/homework/hw5

ctfpanda17 commented 1 year ago

https://github.com/ctfpanda17/wp111b/tree/main/javascript/hw2 電子二甲 111010148 林晏霆

Siling5304 commented 1 year ago

https://github.com/Siling5304/wp111b/tree/main/homework/06 資工一 111110525 林思伶

KiuBios commented 1 year ago

資工一 111110519 胡劭家 https://github.com/KiuBios/wp111b/tree/main/hw6

sealbrother commented 1 year ago

資工一/111110556/蔡杰叡 https://github.com/sealbrother/wp111b/tree/main/JavaScript2

Kruez0 commented 1 year ago

https://github.com/Kruez0/wp111b/tree/main/W6-Javascript%20Homework 資工一/111110541/劉佩芬

blackmingnuo commented 1 year ago

https://github.com/blackmingnuo/wp111b-/tree/main/homework%205 資工一/111110552/陳郁祁

Yangforrok commented 1 year ago

https://github.com/Yangforrok/wp111b/tree/main/homework/06 資工一/111110514/羊柏宇

Astridtu commented 1 year ago

https://github.com/Astridtu/wp111b/tree/main/Java 資工一/111110543/凃玫妮

liu99002 commented 1 year ago

https://github.com/liu99002/mainly/tree/master/homework%2006 資工一 111110506 劉銓旭

XaioYue commented 1 year ago

資工一 董翔宇 111110555 https://github.com/XaioYue/wp111b/tree/main/Homework/06

sam00002135 commented 1 year ago

資工二 白和鑫 111010574 https://github.com/sam00002135/wp111b/tree/main/2-javascript

s111111520 commented 1 year ago

工管一 黃薏安 111111520 https://github.com/s111111520/wp111b/tree/main/homework06

mikeychen1205 commented 1 year ago

資工二 111010523 陳彥辰 HW6

Leng-Jin commented 1 year ago

資工一 111110554 陳稜瑾 https://github.com/Leng-Jin/wp111b/tree/main/homework/javascript/practice2

ouhanchen commented 1 year ago

資工一 111110515 歐漢宸 https://github.com/ouhanchen/wp111b/tree/main/homework/0324

Candy96551 commented 1 year ago

資工一 111110502 蔡雨軒 https://github.com/Candy96551/wp111b/tree/main/homework6

ruoxin030704 commented 1 year ago

資工二 111010576 王若馨 https://github.com/ruoxin030704/wp111b/tree/main/hw6

a920217 commented 1 year ago

資工二 111010538 陳紹恩 https://github.com/a920217/wp111b/tree/main/HW6

nicoakuang commented 1 year ago

資工一 鄭石光 111110534

Math below: MatrixAddition, MatrixMultiplication, RepeatExecution, VectorAddition, VectorDotProduct

Link below: https://github.com/nicoakuang/wp111b/tree/main/SchoolAssignment/WDHW/HW6

patrick0516 commented 1 year ago

資工二 周辰恩 111010575 https://github.com/patrick0516/wp111b/tree/main/javascript%E7%A8%8B%E5%BC%8F%E8%A8%AD%E8%A8%88%E7%B7%B4%E7%BF%922

ceen123 commented 1 year ago

資工三 吳鑛山 110910237 https://github.com/ceen123/wp111b/tree/main/HW6

nogamenolife1234567 commented 1 year ago

資工一李佳勳111110549

https://github.com/nogamenolife1234567/wp111b/tree/main/html/6

Steventanardi commented 1 year ago

資工一 111110542 林源茂 https://github.com/Steventanardi/wp111b/tree/main/homework/javascript2

QAQ897 commented 1 year ago

資工一 111110553 周奕呈 https://github.com/QAQ897/wp111b/tree/main/homework/%E7%BF%92%E9%A1%8C%E5%85%AD

alan198731520 commented 1 year ago

資工一 111110524 范祐綸 https://github.com/alan198731520/wp111b/tree/main/%E7%BF%92%E9%A1%8C6

nnnnnnn1266 commented 1 year ago

資工三 110910559 潘其恩 https://github.com/nnnnnnn1266/wp111b/tree/main/homework6

pado35 commented 1 year ago

資工一 111110511 李明洋 https://github.com/pado35/wp111b/tree/main/homework/06

mienweng commented 1 year ago

資工一 111110523 翁敏恩 https://github.com/mienweng/wp111b/tree/main/homework/homework6

2001wei commented 1 year ago

110910520姜禹詩 https://github.com/2001wei/wp111b/blob/12e14c52f18d272021c846071bc615fac99cc9d5/hw6-1.js 作業內容為hw6-1~hw6-5

Remilia517 commented 1 year ago

資工二 111010532 李昱宏 https://github.com/Remilia517/wp111b/tree/main/homework/06

abc644 commented 1 year ago

資工三 110910521 張展睿 https://github.com/abc644/wp111b/tree/main/HW/HW6

chen02648 commented 1 year ago

资工二 111010539 陈文茜 https://github.com/chen02648/wp111b/tree/main/06