摘要:
学习MNIST,github大神给的代码中有%matplotlib inline,但不太理解,一番研究终于弄明白了👇 import numpy import matplotlib.pyplot as plt from pandas import read_csv import math from 阅读全文
摘要:
- boot/boot.S 该文件的目的: start CPU, switch to 32-bit protected mode(启动CPU 并且最终转到32-bit 保护模式) BIOS loads code from first sector of the hard disk into memo 阅读全文