做技术要:鹰击长空,鱼翔浅底。
发布时间:2015-01-05 12:59:43
U-Boot的常用命令详解U-Boot 还提供了更加详细的命令帮助,通过 help 命令还可以查看每个命令的参数说明。由于开发过程的需要,有必要先把 U-Boot 命令的用法弄清楚。接下来,根据每一条命令的帮助信息,U-Boot还提供了更加详细的命令帮助,通过help命令还可以查看每个命令的参数说明。由于开发.........【阅读全文】
发布时间:2014-12-28 15:15:20
在linux下嵌入式调试,是在虚拟机下安装的linux。使用insight调试mini2440......【阅读全文】
发布时间:2014-12-23 14:06:14
from matplotlib.figure import Figurefig.add_subplot(111) # equivalent but more general fig.add_subplot(1,1,1) # add subplot with red background fig.add_subplot(212, axisbg='r') figure.add_subplot(338, axisbg='r')如上所述“111”,"212","338"的含义:xyz:对fig分割成x行*y列个格,显.........【阅读全文】