VB编写有一个两位正整数数加法计算器

long vb.net2010编写的一个简易的加法练习器,由计算机 产生两个两位正整数 题 Other Riddle games 其他智力游戏 190万源代码下载-
&文件名称: long& & [
& & & & &&]
&&所属分类:
&&开发工具: Visual Basic
&&文件大小: 161 KB
&&上传时间:
&&下载次数: 0
&&提 供 者:
&详细说明:vb.net2010编写的一个简易的加法练习器,由计算机随机产生两个两位正整数的加法练习题,给用户进行加法运行练习,并统计练习结果。-vb.net2010 prepared by the addition of a simple exercise device, two two randomly generated by the computer positive integer addition exercises, an addition to the user running exercises, and statistical practice results.
文件列表(点击判断是否您需要的文件,如果是垃圾请在下面评价投诉):
&&加法练习\LONG\bin\Debug\LONG.exe&&........\....\...\.....\LONG.pdb&&........\....\...\.....\LONG.vshost.exe&&........\....\...\.....\LONG.vshost.exe.manifest&&........\....\...\.....\LONG.xml&&........\....\...\.....\WindowsApplication1.vshost.exe&&........\....\...\.....\WindowsApplication1.vshost.exe.manifest&&........\....\Form1.Designer.vb&&........\....\Form1.resx&&........\....\Form1.vb&&........\....\LONG.vbproj&&........\....\LONG.vbproj.user&&........\....\My Project\Application.Designer.vb&&........\....\..........\Application.myapp&&........\....\..........\AssemblyInfo.vb&&........\....\..........\Resources.Designer.vb&&........\....\..........\Resources.resx&&........\....\..........\Settings.Designer.vb&&........\....\..........\Settings.settings&&........\....\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache&&........\....\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache&&........\....\...\...\.....\GenerateResource.read.1.tlog&&........\....\...\...\.....\GenerateResource.write.1.tlog&&........\....\...\...\.....\LONG.exe&&........\....\...\...\.....\LONG.pdb&&........\....\...\...\.....\LONG.vbproj.FileListAbsolute.txt&&........\....\...\...\.....\LONG.xml&&........\....\...\...\.....\TempPE\My Project.Resources.Designer.vb.dll&&........\....\...\...\.....\WindowsApplication1.Form1.resources&&........\....\...\...\.....\WindowsApplication1.Resources.resources&&........\LONG.sln&&........\LONG.suo&&........\....\obj\x86\Debug\TempPE&&........\....\...\...\Debug&&........\....\...\...\Release&&........\....\bin\Debug&&........\....\...\Release&&........\....\obj\x86&&........\....\bin&&........\....\My Project&&........\....\obj&&........\LONG&&加法练习
&输入关键字,在本站190万海量源码库中尽情搜索:1)用VB编程序实现一个简单的计算器;(能实现正整数的加减乘除即可)
13-04-10 &匿名提问 发布VB 编一个程序 任意产生100个两位整数的加法题
VB 编一个程序 任意产生100个两位整数的加法题
Private Sub Command1_Click() 
Dim a, b As Integer 
Dim s As String 
Randomize 
a = Int(Rnd() * 100) 
b = Int(Rnd() * 100) 
s = CStr(a) 
Label1.Caption = s 
s = CStr(b) 
Label2.Caption = s 

End Sub 

Private Sub Command2_Click() 
Dim a, b, c As Integer 
a = CInt(Label1.Caption) 
b = CInt(Label2.Caption) 
c = CInt(Text1.Text) 
If (a + b = c) Then 
Command2.Caption = &正确& 
Else 
Command2.Caption = &错误& 
End If 

End Sub 

Private Sub Form_Load() 
Label1.Caption = && 
Label2.Caption = && 
Text1.Text = && 

End Sub
相关知识等待您来回答
招生考试领域专家VB加法计算器_百度知道
VB加法计算器
我想编写一个加法计算器。两个文本框各输一个数字,加起来显示在第三个文本框。
代码如下:Private Sub Text1_Change()Dim a, b As Stringa = Val(Text1.Text)b = Val(Text2.Text)Text3.Text = a + bEnd SubPrivate Sub Text2_Change()Dim a, b As Stringa = 珐缉粹垦诔旧达驯惮沫Val(Text1.Text)b = Val(Text2.Text)Text3.Text = a + bEnd Sub
其他类似问题
计算器的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁VB各种例题文本文档_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
文档贡献者
评价文档:
喜欢此文档的还喜欢
VB各种例题文本文档
V​B​上​机​操​作​题​,
把文档贴到Blog、BBS或个人站等:
普通尺寸(450*500pix)
较大尺寸(630*500pix)
大小:31.99KB
登录百度文库,专享文档复制特权,财富值每天免费拿!
你可能喜欢

我要回帖

更多关于 16进制加法计算器 的文章

 

随机推荐