VB计算n!+……+(n+m)!

来源:百度知道 编辑:UC知道 时间:2024/06/04 03:49:04
各位大哥们帮下忙啦,考试题,哈哈

VERSION 5.00
Begin VB.Form 从零开始软件
Caption = "n!+.....+(n+m)!"
ClientHeight = 6270
ClientLeft = 60
ClientTop = 465
ClientWidth = 9105
LinkTopic = "Form1"
ScaleHeight = 6270
ScaleWidth = 9105
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton clear
Caption = "清除"
Height = 735
Left = 4320
TabIndex = 5
Top = 4680
Width = 1455
End
Begin VB.CommandButton go
Caption = "计算"
Height = 735
Left = 1440
TabIndex = 4
Top = 4680
Width = 1575
End
Begin VB.Frame Frame1
Caption = "计算结果"