| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1382 人关注过本帖
标题:各位老师帮我看看为什么?
取消只看楼主 加入收藏
cyl5420
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2016-6-14
结帖率:0
收藏
已结贴  问题点数:20 回复次数:0 
各位老师帮我看看为什么?
text2输入小于1的数就出错


Private Sub Label1_Click() '''''''''谐振频率
If Val(Text2.Text) And Val(Text3.Text) <> 0 Then
Text7.Text = 1 / (6.28318530714 * Sqr(Val(Text3.Text) / 1000 * Val(Text2.Text) / 1000000))
Else: Text7.Text = "请输入正确的数值"
End If
If Val(Text4.Text) And Val(Text3.Text) <> 0 Then
Text7.Text = 1 / (0.0394784176 * Val(Text4.Text) * Val(Text4.Text) * Val(Text3.Text))
Else: Text7.Text = "请输入正确的数值"
End If
If Val(Text4.Text) And Val(Text2.Text) <> 0 Then
Text7.Text = 1 / (0.0394784176 * Val(Text4.Text) * Val(Text4.Text) * Val(Text2.Text))
Else: Text7.Text = "请输入正确的数值"
End If
2016-06-14 07:08
快速回复:各位老师帮我看看为什么?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015273 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved