-
本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的...
本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and computer component assembly language is a definite help in the
- 2022-07-13 03:08:07下载
- 积分:1
-
LADER program for WATER COUNTER
LADER program for WATER COUNTER
- 2023-06-05 18:40:03下载
- 积分:1
-
这是一个简单的进位制转换程序,它的功能是可以把任何进位制的数字转换成十进位制。...
这是一个简单的进位制转换程序,它的功能是可以把任何进位制的数字转换成十进位制。-This is a simple binary system for the conversion process, its functions can be any binary system have been converted into ten binary system.
- 2022-08-09 14:53:14下载
- 积分:1
-
电机,矢量模型可用于电机模型的建立,是矢量控制的函数
电机,矢量模型可用于电机模型的建立,是矢量控制的函数-i am sorry,my englis poor
- 2022-01-25 20:32:38下载
- 积分:1
-
挂接WH_CALLWNDPROC(WM_IME_COMPOSITION),WH_GETMESSAGE(WM_CHAR和WM_KEYUP),前者记录中文,后者记特...
挂接WH_CALLWNDPROC(WM_IME_COMPOSITION),WH_GETMESSAGE(WM_CHAR和WM_KEYUP),前者记录中文,后者记特殊按键和字母符号.-articulated WH_CALLWNDPROC (WM_IME_COMPOSITION) , WH_GETMESSAGE (WM_CHAR and WM_KEYUP), the former Chinese records, the latter in mind the special keys and alphabet symbols.
- 2022-05-19 04:07:23下载
- 积分:1
-
This is a PDA
这是个PDA的数据备份盘程序,程序中使用了CRC校验法,是笔者过去的一个得意之作。可供学习串口通讯编程使用CRC校验的朋友参考。-This is a PDA-disk data backup procedures, procedures for the use of the CRC checksum method, is the author of a past finest creations. Serial Communication programming for learning to use reference CRC checksum friends.
- 2022-01-25 19:56:18下载
- 积分:1
-
Student information system for students to display more information
学生信息系统为学生显示更多的信息
- 2022-03-22 01:06:05下载
- 积分:1
-
it can help you use C++ program we
it can help you use C++ program we
- 2023-01-31 04:20:03下载
- 积分:1
-
用C++实现矩阵连乘问题
用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
- 2022-02-13 16:03:36下载
- 积分:1
-
输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后...
输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program analysis: We think of a way to put x number of the smallest, the first comparison of x and y, if x> y will be the value of x and y exchange and then to compare x and z, if x > z will be x and z values of the exchange, which will enable x minimum.
- 2022-08-11 02:17:41下载
- 积分:1