欢迎来到冰点文库! | 帮助中心 分享价值,成长自我!
冰点文库
全部分类
  • 临时分类>
  • IT计算机>
  • 经管营销>
  • 医药卫生>
  • 自然科学>
  • 农林牧渔>
  • 人文社科>
  • 工程科技>
  • PPT模板>
  • 求职职场>
  • 解决方案>
  • 总结汇报>
  • ImageVerifierCode 换一换
    首页 冰点文库 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

    VB简单计算器编程代码附图.docx

    • 资源ID:346768       资源大小:35.93KB        全文页数:18页
    • 资源格式: DOCX        下载积分:3金币
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    二维码
    微信扫一扫登录
    下载资源需要3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    VB简单计算器编程代码附图.docx

    1、VB简单计算器编程代码附图课程设计说明书正文一、题目:计算器的创作和相应程序的编写二、本题的主要功能:通过计算器的创作熟悉各控件的属性和练习程序的编写。三、程序截图:四、源程序清单:Begin VB.Form Form1 Caption = 计算器 ClientHeight = 3765 ClientLeft = 165 ClientTop = 855 ClientWidth = 5355 Icon = Form1.frx:0000 LinkTopic = Form1 LockControls = -1 True ScaleHeight = 3765 ScaleWidth = 5355 Sta

    2、rtUpPosition = 3 窗口缺省 Begin VB.CommandButton Command4 Caption = = Height = 495 Left = 4470 TabIndex = 28 Top = 3060 Width = 735 End Begin VB.CommandButton Command3 Caption = 1/x Height = 495 Left = 4470 TabIndex = 27 Top = 2520 Width = 735 End Begin VB.CommandButton Command2 Caption = % Height = 495

    3、 Left = 4470 TabIndex = 26 Top = 1980 Width = 735 End Begin VB.CommandButton Command1 Caption = sqrt Height = 495 Left = 4470 TabIndex = 25 Top = 1440 Width = 735 End Begin VB.CommandButton cmbDOT Caption = . Height = 495 Left = 2910 TabIndex = 24 Top = 3060 Width = 735 End Begin VB.CommandButton cm

    4、bZF Caption = +/- Height = 495 Left = 2130 TabIndex = 23 Top = 3060 Width = 735 End Begin VB.CommandButton cmbSign Caption = + Height = 495 Index = 3 Left = 3690 TabIndex = 22 Top = 3060 Width = 735 End Begin VB.CommandButton cmbSign Caption = - Height = 495 Index = 2 Left = 3690 TabIndex = 21 Top =

    5、 2520 Width = 735 End Begin VB.CommandButton cmbSign Caption = * Height = 495 Index = 1 Left = 3690 TabIndex = 20 Top = 1980 Width = 735 End Begin VB.CommandButton cmbSign Caption = / Height = 495 Index = 0 Left = 3690 TabIndex = 19 Top = 1440 Width = 735 End Begin VB.CommandButton cmbNUM Caption =

    6、9 Height = 495 Index = 9 Left = 2910 TabIndex = 18 Top = 1440 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 8 Height = 495 Index = 8 Left = 2130 TabIndex = 17 Top = 1440 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 7 Height = 495 Index = 7 Left = 1350 TabIndex = 16 Top = 1440 Wi

    7、dth = 735 End Begin VB.CommandButton cmbNUM Caption = 6 Height = 495 Index = 6 Left = 2910 TabIndex = 15 Top = 1980 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 5 Height = 495 Index = 5 Left = 2130 TabIndex = 14 Top = 1980 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 4 Height =

    8、 495 Index = 4 Left = 1350 TabIndex = 13 Top = 1980 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 3 Height = 495 Index = 3 Left = 2910 TabIndex = 12 Top = 2520 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 2 Height = 495 Index = 2 Left = 2130 TabIndex = 11 Top = 2520 Width = 735

    9、End Begin VB.CommandButton cmbNUM Caption = 1 Height = 495 Index = 1 Left = 1350 TabIndex = 10 Top = 2520 Width = 735 End Begin VB.CommandButton cmbNUM Caption = 0 Height = 495 Index = 0 Left = 1350 TabIndex = 9 Top = 3060 Width = 735 End Begin VB.CommandButton cmbMa Caption = M+ Height = 495 Left =

    10、 150 TabIndex = 8 Top = 3060 Width = 975 End Begin VB.CommandButton cmbMS Caption = MS Height = 495 Left = 150 TabIndex = 7 Top = 2520 Width = 975 End Begin VB.CommandButton cmbMR Caption = MR Height = 495 Left = 150 TabIndex = 6 Top = 1980 Width = 975 End Begin VB.CommandButton cmbMC Caption = MC H

    11、eight = 495 Left = 150 TabIndex = 5 Top = 1440 Width = 975 End Begin VB.CommandButton cmbC Caption = C Height = 495 Left = 4020 TabIndex = 4 Top = 690 Width = 1155 End Begin VB.CommandButton cmbCE Caption = CE Height = 495 Left = 2670 TabIndex = 3 Top = 690 Width = 1155 End Begin VB.CommandButton cm

    12、bbackspace Caption = Backspace Height = 495 Left = 1380 TabIndex = 2 Top = 690 Width = 1155 End Begin VB.TextBox Text1 Alignment = 1 Right Justify Height = 375 Left = 210 TabIndex = 0 Text = 0. Top = 120 Width = 4935 End Begin VB.Label Label2 Alignment = 2 Center Height = 255 Left = 360 TabIndex = 2

    13、9 Top = 840 Width = 375 End Begin VB.Label Label1 Alignment = 2 Center BorderStyle = 1 Fixed Single BeginProperty Font Name = 宋体 Size = 14.25 Charset = 134 Weight = 400 Underline = 0 False Italic = 0 False Strikethrough = 0 False EndProperty Height = 495 Left = 240 TabIndex = 1 Top = 690 Width = 615

    14、 End Begin VB.Menu edit Caption = 编辑(&E) End Begin VB.Menu look Caption = 查看(&V) End Begin VB.Menu help Caption = 帮助(&H) EndEndAttribute VB_Name = Form1Attribute VB_GlobalNameSpace = FalseAttribute VB_Creatable = FalseAttribute VB_PredeclaredId = TrueAttribute VB_Exposed = FalseOption ExplicitPrivat

    15、e Declare Function ShowCursor Lib user32 (ByVal bShow As Long) As LongDim dotflag As BooleanDim fuhao As StringDim first As DoubleDim second As DoubleDim isEqual As BooleanDim memory As Double 保存显示的数据Dim lianyong As Double 当连续按等号时使用该变量Private Declare Function ShowCursor Lib user32 (ByVal bShow As Lo

    16、ng) As LongDim dotflag As BooleanDim fuhao As StringDim first As DoubleDim second As DoubleDim isEqual As BooleanDim memory As Double 保存显示的数据Dim lianyong As Double 当连续按等号时使用该变量Private Sub cmbDesign_Click(Index As Integer)End SubPrivate Sub cmbbackspace_Click()If Right(Trim(Text1.Text), 1) = . Then T

    17、ext1.Text = Mid(Text1.Text, 1, Len(Text1.Text) - 2) & .Else Text1.Text = Mid(Text1.Text, 1, Len(Text1.Text) - 1)End IfIf Right(Text1.Text, 1) = . Then dotflag = FalseEnd IfIf Len(Text1.Text) = 1 Then Text1.Text = 0.End IfEnd Sub 单击Backspace时删除文本框内最后一个字符Private Sub cmbC_Click()dotflag = FalseText1.Te

    18、xt = 0.first = 0second = 0End Sub 使文本框变成初始状态“0.”Private Sub cmbCE_Click()Text1.Text = 0.End Sub 删除文本框内的所有内容,使文本框变成初始状态“0.”Private Sub cmbDOT_Click()标示点击了点“。” dotflag = TrueEnd Sub 点的点击,Private Sub cmbMa_Click()Text1.Text = Str(Val(Text1.Text) + memory)formatTextEnd Sub 记忆运算数值Private Sub cmbMC_Click(

    19、)memory = 0Label2.Caption = End Sub 清除存储器内容.Private Sub cmbMR_Click() Text1.Text = Str(memory) formatTextEnd Sub 调用存储器内容Private Sub cmbMS_Click() memory = Val(Text1.Text) 保存到内存中 Label2.Caption = MEnd Sub 保存到内存中Private Sub cmbNUM_Click(Index As Integer) 判断是否按过等号键“= If isEqual = True Then Text1.Text =

    20、 0. isEqual = False End If 判断是否点击过“点”按扭,如果未点击过在点前添加,否则在点后添加 If dotflag = False Then Text1.Text = Left(Text1.Text, Len(Text1.Text) - 1) & Index & . Else Text1.Text = Text1.Text & Index End If formatTextEnd SubPrivate Sub cmbSign_Click(Index As Integer)恢复未点击点“。”的状态dotflag = FalseisEqual = False 恢复等号在本

    21、次运算中未单击过状态first = Text1.Textfuhao = cmbSign(Index).CaptionText1.Text = 0.End SubPrivate Sub cmbZF_Click()If Left(Trim(Text1.Text), 1) = - Then Text1.Text = Mid(Text1.Text, 2)Else Text1.Text = - & Trim(Text1.Text)End IfEnd Sub 对文本框进行取负运算Private Sub Command1_Click()Dim isDot As Boolean Dim i As Intege

    22、r For i = 1 To Len(Trim(Text1.Text) If Mid(Trim(Str(Sqr(Val(Text1.Text), i, 1) = . Then isDot = True Exit For End If Next i If isDot = False Then Text1.Text = Str(Sqr(Val(Text1.Text) & . Else Text1.Text = Str(Sqr(Val(Text1.Text) End IfEnd Sub 对文本框的内容进行开方运算Private Sub Command4_Click()second = Val(Tex

    23、t1.Text)If isEqual = False Then lianyong = Val(Text1.Text)Else first = secondEnd IfText1.Text = Str(compute(first, lianyong, fuhao)formatTextisEqual = TrueEnd Sub 等号的运算,并结束此次运算Private Sub Form_Load() dotflag = False isEqual = False lianyong = 0End Sub 判断等号是否连用Public Function compute(f As Double, s A

    24、s Double, fuhao As String) As DoubleSelect Case fuhaoCase + compute = f + sCase - compute = f - sCase * compute = f * sCase / compute = f / sCase Else MsgBox 不明白End SelectEnd Function 对文本框的内容进行加、减、乘、除的运算 Public Sub formatText()Dim i As IntegerDim isDot As BooleanisDot = False For i = 1 To Len(Text1.

    25、Text) If Mid(Trim(Text1.Text), i, 1) = . Then isDot = True Exit For End If Next i If isDot = False Then Text1.Text = Text1.Text + . End If If Left(Text1.Text, 1) = 0 Then Text1.Text = Mid(Text1.Text, 2)End IfIf Left(Trim(Text1.Text), 1) = . Then Text1.Text = 0 & Trim(Text1.Text)End IfIf Left(Trim(Text1.Text), 2) = -. Then Text1.Text = -0 & Mid(Trim(Text1.Text), 2)End IfEnd Sub五、程序调试结果及程序改进意见1)如何判断小数点是否按下?当小数点没有按下是,文本框的内容最后一个字符是:“.”,当小数点按下时,文本框内容最后一个字符是输入的内容。2)如何对按钮添加彩色图形?在画图板上做出所需要彩色图形的图片,再把图片应用到控件按钮上。3)如何判断除数不能为0,当除数为0时如何操作?当除数为0时,单击等于运算时会显示除数不能为0,当除数为0时改变文本框的内容使除数不为0.


    注意事项

    本文(VB简单计算器编程代码附图.docx)为本站会员主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2023 冰点文库 网站版权所有

    经营许可证编号:鄂ICP备19020893号-2


    收起
    展开