Input and MAR Below the program counter is the input and MAR block. It includes the address and data switch registers. These switch registers are pa.....
分类:
其他好文 时间:
2015-06-18 23:30:15
阅读次数:
192
Program counter The program is stored in memory with the first instruction at binary address 0000, the second instruction at address 0001, the thir...
分类:
其他好文 时间:
2015-06-18 19:12:27
阅读次数:
93
Simple-As-Possible computer introduces all the cruicial ideas behind computer operation without burying you in unnecessary detail. The figure show...
分类:
其他好文 时间:
2015-06-18 18:39:58
阅读次数:
173
前几天用 openstack-Nova 创建虚拟机捣鼓了一下,结果今天重启以后
nova boot 创建虚拟机实例一直出错,创建出来的虚拟机状态 都是 error
查看 openstack 服务状态 发现原来是openstack-nova-computer 服务没有启动
用 systemctl service restart openstack-nova-computer.server...
分类:
其他好文 时间:
2015-06-18 15:23:42
阅读次数:
196
接口的使用我绝的主要是代码的分散特点,但是分散的基础是几种的,也就是所谓的“高内聚,低耦合”的特点,从代码维护的角度去考虑,得到哦了很大的提高,下面是我的一小段典型的接口使用实例代码:package com_5;
interface Computer{
public void open();
public void close();
}
public class inter {
/**
...
分类:
编程语言 时间:
2015-06-18 13:38:59
阅读次数:
99
接触计算机十多年了,看了这个才算了解了计算机启动的一个基本过程是个什么情况...http://www.oschina.net/news/37824/how-computer-start-uphttp://www.ruanyifeng.com/blog/2013/02/booting.html2013...
分类:
其他好文 时间:
2015-06-18 07:07:04
阅读次数:
92
常用语句。安装好后,1. 生成 APP 脚本, cordova run android。 和 cordova emulate android前提: Building for iOSYou need the iOS SDK installed on your computer to bui...
分类:
其他好文 时间:
2015-06-17 21:11:38
阅读次数:
144
1.使用mavlink based软件 没有ROS2.使用无线连接,没有ROS3.Onboard computer + ROS + WiFi link (recommended)Control Methods 有下面两种方式1. Offboard Control with Custom Code参考...
分类:
其他好文 时间:
2015-06-17 16:36:54
阅读次数:
636
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:
其他好文 时间:
2015-06-16 21:07:10
阅读次数:
140
2005年,IBM Watson研究中心的Reiner Sailer等人在21st Annual Computer Security Applications Conference (ACSAC 2005)会议上发表文章《Building a MAC-basedsecurity architecture for the Xen open-source hypervisor》,第一次提出了Xen的安全架构sHype/ACM,该框架将强制访问控制(MAC)机制加入到Xen中,实现虚拟机之间的信息隔离,并尽可能降...
分类:
其他好文 时间:
2015-06-16 14:45:26
阅读次数:
297