《计算机组成及汇编语言原理》学习第 13 天,p177-p177 总结,总计 1 页。
一、技术总结
1.real mode
A programming model where the program has access to the entire capability of the machine, bypassing security and memory management. Useful primarily for operat…
判断方法的使用范围20250102package com.oop.demo01;public class Student {public static int add(int a, int b) { //public 类下的public的静态方法return a+b;}static int sub(int a, int b) { //public类 非public的静态方法return a-b;}public int devide(int a, int…
1. 下载QT6.4.3源码,并解压
Index of /archive/qt/6.4/6.4.3/singlehttps://download.qt.io/archive/qt/6.4/6.4.3/single/
2.安装环境
* CMake 3.18 or later* Perl 5.8 or later* Python 2.7 or later* C++ compiler supporting the C++17 standard
3.打开windows的cmd
cd…