收藏 分享(赏)

进制转换代码.doc

上传人:HR专家 文档编号:11819309 上传时间:2021-01-31 格式:DOC 页数:2 大小:81.50KB
下载 相关 举报
进制转换代码.doc_第1页
第1页 / 共2页
进制转换代码.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、Public Class Form2 Function TranDec$(ByVal m%, ByVal r%) Dim c% TranDec = Do While m 0 c = m Mod r If c 9 Then TranDec = Chr(c - 10 + 56) & TranDec Else TranDec = c & TranDec End If m = m r Loop End Function Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handle

2、s Button1.Click Dim m0%, r0% m0 = Val(TextBox1.Text) r0 = Val(TextBox2.Text) If r0 16 Then MsgBox(数制超出范围) End If TextBox3.Text = TranDec(m0, r0) End Sub Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged End Sub Private Sub Butto

3、n2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click TextBox4.Text = Oct(TextBox1.Text) End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click TextBox5.Text = Hex(TextBox1.Text) End Sub Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load TextBox1.Focus() End SubEnd Class

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 中等教育 > 小学课件

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报