中国占世界gdp的比例:在VB中如何实现这个算法

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/06 06:50:00
A=(B的C次方)MOD N

public function
a=(b^c) mod n
end fuction
commond_(click)'增加一个命令按钮
dim x,y,z
x=input(the first number)
y=input(the second number)
z=input(the third number)
应该是这个样子,我也好久没有用VB编程了