自制低B計數機-Palpulator 1.2.6 beta

软件和网站开发以及相关技术探讨
回复
asqew
帖子: 25
注册时间: 2007-10-05 19:04

自制低B計數機-Palpulator 1.2.6 beta

#1

帖子 asqew » 2008-11-17 22:16

"sq" X的Y次方
"cos" "sin" "log" "logx"
"fac" 階乘
"bb" 或 "quit" 離開
"sqe" 解一元二次方程
"sle" 解二元一次方程組
xPy 排列(x>y)
xCy 組合(x>y)
"sugt" 解 s = ut + 0.5 gt**2
"suat" 解 s = ut + 0.5 at**2
預設的g是 9.8, "def g" 或 "defg" 更改成另一個值
預設向下為正,要設成向上為正,設g為-9.8
palpulator 是為中學生而設計的簡易計算軟件
=================================================
http://palpulator.googlecode.com/files/ ... debug1.zip
=================================================
請先下載Python 2.6 http://www.python.org/ftp/python/2.6/python-2.6.msi
如果你用過Palpulator的舊版 , 則你已經安裝了Python 2.6
回复