- 1、本文档共26页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
用vb把整数和浮点数与制进数互相转换(Using VB to convert integers and floating points into numbers).doc
用vb把整数和浮点数与16制进数互相转换(Using VB to convert integers and floating points into 16 numbers)
Using VB to convert integers and floating points into 16 numbers
new Notepad, copy the code below:
Type=Exe
Form=Form1.frm
Reference=*\G0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
IconForm= Form1
Startup= Form1
Command32=
Name= project 1
HelpContextID= 0
CompatibleMode= 0
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName= I love my family.
CompilationType=0
OptimizationType=0
FavorPentiumPro (TM) =0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
[MS Transaction Server]
AutoRefresh=1
One cannot be wrong, neither can be more nor less..
Rename the new text document.Txt (project 1.vbp) and pay attention to the suffix name.
create Notepad again, copy the code below:
VERSION 5
Begin VB.Form Form1
BorderStyle = 1Fixed Single
Caption = floating point numbers and integer to 16 Decimal conversions
ClientHeight = 2280
ClientLeft = 8685
ClientTop = 6045
ClientWidth = 7080
LinkTopic = Form1
MaxButton = 0False
ScaleHeight = 2280
ScaleWidth = 7080
StartUpPosition = 1 owner Center
Begin VB.CommandButton C2
Caption = integer conversion
Height = 615
Left = 2160
TabIndex = 6
Top = 1560
Width = 1575
End
Begin VB.TextBox T1
Height = 375
Left = 840
MaxLength = 38
TabIndex = 0
Top = 120
Width = 2985
End
Begin VB.TextBox T3
Height = 375
Left = 840
Locked = -1True
TabIndex = 8
Top = 600
Width = 3015
End
Begin VB.Frame Frame2
Caption = conversion accuracy:
Height = 975
Left = 3960
TabIndex = 12
Top = 1200
Width = 3015
Begin VB.OptionButton O4
Caption = double precision floating point number = 16 16 decimal numbers
Height = 255
Left = 120
TabIndex = 4
Top = 600
Width = 2775
End
Begin VB.OptionButton O3
标题=“单精度浮点数= 8个16进制数”
高度= 255
左= 120
tabindex = 3
= 240
值= 1“真的
宽度= 2775
终点
终点
VB框架支架1
文档评论(0)