給你個葫蘆,自己去畫吧

來源: ntfs 2003-11-16 15:02:00 [] [舊帖] [給我悄悄話] 本文已被閱讀: 次 (318 bytes)
本文內容已被 [ ntfs ] 在 2004-02-06 15:24:48 編輯過。如有問題,請報告版主或論壇管理刪除.
這個函數是自己定義用來計算學習曲線累積指數的:



Public Function sumlearn(factor, units)

' factor: learning percentage, 輸入值
' units: total units 輸入值


i = 1
x = 0

Do While i <= units

x = x + factor ^ (Log(i) / Log(2))
i = i + 1

Loop

sumlearn = x '輸出

End Function




--文學城www.wenxuecity.com--
請您先登陸,再發跟帖!

發現Adblock插件

如要繼續瀏覽
請支持本站 請務必在本站關閉/移除任何Adblock

關閉Adblock後 請點擊

請參考如何關閉Adblock/Adblock plus

安裝Adblock plus用戶請點擊瀏覽器圖標
選擇“Disable on www.wenxuecity.com”

安裝Adblock用戶請點擊圖標
選擇“don't run on pages on this domain”