Number_TO_BITS

所属分类:Windows编程
开发工具:Visual Basic
文件大小:2KB
下载次数:19
上传日期:2008-10-24 20:57:49
上 传 者gongxd
说明:   === === === === Convert decimal value to binary ======================================= This code can be used to convert values to binary format (bits: zeros and ones). Use toBIN_WORD() function to convert integers (16 bits), and toBIN_BYTE() to convert bytes (8 bits). Visit my Homepage: http://www.geocities.com/emu8086/vb/ Last Update: Thursday, July 11, 2002 Copyright 2002 Alexander Popov Emulation Soft. All rights reserved. http://www.geocities.com/emu8086/

文件列表:
Form1.frm (4811, 2002-07-11)
Project1.vbp (645, 2002-07-11)

' ======================================= ' Convert decimal value to binary ' ======================================= ' ' This code can be used to convert ' values to binary format (bits: ' zeros and ones). ' ' Use toBIN_WORD() function to convert ' integers (16 bits), and ' toBIN_BYTE() to convert bytes (8 bits). ' ' Visit my Homepage: ' http://www.geocities.com/emu8086/vb/ ' ' ' Last Update: Thursday, July 11, 2002 ' ' ' Copyright 2002 Alexander Popov Emulation Soft. ' All rights reserved. ' http://www.geocities.com/emu8086/

近期下载者

相关文件


收藏者