码迷,mamicode.com
首页 >  
搜索关键字:hardware    ( 890个结果
【2014-11-22】《The Hardware/Software Interface》– Section 6
Buffer Overflows IA32 Linux Memory Layout Stack Runtime stack (8MB limit) Heap Dynamically allocated storage Allocated by malloc(), calloc(), new()...
分类:其他好文   时间:2014-11-23 13:06:18    阅读次数:207
【2014-11-22】《The Hardware/Software Interface》– Section 5
Stack-Based Languages Need some place to store state of each instantiation(实例) Arguments Local variables Return pointer
分类:其他好文   时间:2014-11-22 20:15:20    阅读次数:167
【2014-11-22】《The Hardware/Software Interface》– Section 4
Moving Data: IA32 movx Source, Dest x is one of {b(1-byte), w(2-byte), l(4-byte)} Operand Types Immediate: Constant integer data Example: $0x400, $-53...
分类:其他好文   时间:2014-11-22 18:51:31    阅读次数:201
【2014-11-22】《The Hardware/Software Interface》– Section 3
The time required to execute a program depends on: The program The compiler The instruction set architecture(ISA) The hardware implementation The ISA ...
分类:其他好文   时间:2014-11-22 17:25:53    阅读次数:197
TCP/IP Protocol Family
The TCP/IP family consists of the following protocols:Link layer:ARP: Address Resolution Protocol: MapIPto hardware (e.g.Ethernet) addressesRARP: Reve...
分类:其他好文   时间:2014-11-22 10:36:58    阅读次数:424
【2014-11-21】《The Hardware/Software Interface》– Section 2
printf("Signed Max:%d\n", 0x7FFFFFFF); printf("Signed Min:%d\n", 0x80000000); printf("Unsigned Max:%u\n", 0xFFFFFFFF); printf("Unsigned Min:%u\n", 0x0...
分类:其他好文   时间:2014-11-22 01:58:47    阅读次数:292
【2014-11-21】《The Hardware/Software Interface》– Section 1
There are a fixed number of registers in the CPU Registers hold data Data move from Memory to Registers Results move from Registers back to Memory The...
分类:其他好文   时间:2014-11-21 23:08:48    阅读次数:245
nagios监控vsphere ESXi主机硬件状态(CPU风扇、电源模块、硬盘、温度)
nagios监控vsphereESXi主机硬件状态(CPU风扇、电源模块、硬盘、温度)esxi的只读账户和密码(本文以chkhardware/chkreadonly为例)插架下载地址,此地址附有相关说明:http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.phpESXI主机:DELLR410ESXI版本:ESXI4.0配置..
分类:移动开发   时间:2014-11-21 19:01:49    阅读次数:3669
【转载】Hierarchal Temporal Memory (HTM)
最近在看机器学习,看能否根据已有的历史来预测Hardware的故障发生概率。下文是一篇很有意思的文章,转自http://numenta.org/htm.html。NuPIC是一个开源项目,用来实现HTM.-------------------There are many things humans ...
分类:Web程序   时间:2014-11-21 14:07:40    阅读次数:217
虚拟机安装 Centos6
1 虚拟机安装 Centos61.1 前期配置New Virtual Machine———Typical(典型安装)选择镜像文件。设置文件名,用户名和密码。设置系统在虚拟机软件的名称, 设置安装目录。设置 系统占用空间。系统硬件设置。 点击Customize Hardware 更改网卡设置 选择 B...
分类:其他好文   时间:2014-11-20 21:49:20    阅读次数:223
890条   上一页 1 ... 74 75 76 77 78 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!