搜索资源列表
数据转换图文并茂
- 今天翻了一本计算机基础的书籍,其中十进制、二进制、八进制、十六进制之间的转换挺有意思的,也容易犯糊涂,特温故而知新。
c
- 将键盘接受到的四位十六进制数据转换位等值的二进制数,再显示在终端上-Will receive the keyboard data into the 4-bit hexadecimal equivalent of the binary number, and then displayed in the terminal
format
- 二进制、十进制和十六进制及其相互转换的公式-Binary, decimal and hexadecimal and their mutual conversion formula
jsjzcyl
- 1. 通过对一个简单模型机的设计与实现,对计算机的基本组成、部件的设计、部件间的连接、微程序控制器的设计、微指令和微程序的编制与调试等过程有更深的了解,加深对理论课程的理解。 2. 熟悉五条机器指令的功能、操作码、字节数、微程序流程图以及计算机各部件的基本功能,熟练掌握计算机内部信息流、数据流的传送。 3. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。 4. 掌握新增指令及设计机器指令程序转换成十六进制格式文件的内容。 5. 掌握按照系统建议的微指令流程图
a
- vb编写的进制转换程序源码,可以实现十六进制转换为二进制、二进制转化为十六进制、十六进制转化为十进制、八进制转化为十进制、二进制转化为十进制、十进制转化为十六进制、十进制转化为八进制、十进制转化为二-vb prepared by the hex conversion program source code, can be achieved hex conversion to binary, binary into hexadecimal, converted to hex decimal, oc
VB--Various-binary-conversion
- VB源码,关于二进制、八进制、十进制和十六进制之间的转换。-VB source code, on the binary, octal, decimal and hexadecimal conversion between.
daozhi
- 编译工具:VC6 功能描述:从键盘输入一个8位十六进制数,把一个8位十六进制(unsigned char 型)的数据转换成二进制,再把得到的二进制数的每一位倒置,最后再转为8位十六进制(unsigned char 型)的数据。 应用:对单片机IO操作时,外部器件和IO口的连接正好相反,可用该程序内的子函数。-Compilation Tools: VC6 Function Descr iption: Enter a 8 hexadecimal number from the keyb