• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    math.vbs 自然数n的n次方的的和或积的级数
    复制代码 代码如下:

    dim n,m
    n=inputbox("input a number:","recursion")
    m=factorial ( n )
    if n0 then msgbox "must be input a number bigger 0."
    elseif n=0 then msgbox "0""!""is:""0"
    elseif n>0 then msgbox n"is:"m
    rem how to done not input and press sure case.
    end if
    Function Factorial (N)
    If N = 1 Then Factorial = 1
    Else Factorial = Factorial(N - 1)*n^n
    End If
    End Function
    上一篇:清除垃圾的VBS文件 自动查找多个盘
    下一篇:encrypt.vbs 内容加密vbs实现代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    math.vbs 自然数n的n次方的的和或积的级数 math.vbs,自然数,的,次方,