码迷,mamicode.com
首页 >  
搜索关键字:perspective    ( 361个结果
instruction-set architecture Processor Architecture
Computer Systems A Programmer's Perspective Second Edition We have seen that a processor must execute a sequence of instructions, where each instructi ...
分类:其他好文   时间:2016-12-07 14:16:56    阅读次数:148
improve performance whilemaintaining the functionality of a simpler and more abstract model design of processor hardware
Computer Systems A Programmer's Perspective Second Edition In this chapter, we take a brief look at the design of processor hardware. We study the way ...
分类:其他好文   时间:2016-12-07 14:12:23    阅读次数:135
buffer overflow
Computer Systems A Programmer's Perspective Second Edition We have seen that C does not perform any bounds checking for array references, and that loc ...
分类:其他好文   时间:2016-12-06 14:28:46    阅读次数:131
simplify the design of the hardware forming the interface between the processor and thememory system
Computer Systems A Programmer's Perspective Second Edition Many computer systems place restrictions on the allowable addresses for the primitive data ...
分类:其他好文   时间:2016-12-06 14:16:21    阅读次数:172
256 terabytes random-access memory
Computer Systems A Programmer's Perspective Second Edition As we will discuss, the extension of IA32 to 64 bits, termed x86-64, was origi- nally devel ...
分类:数据库   时间:2016-12-05 14:21:39    阅读次数:223
word size
Computer Systems A Programmer's Perspective Second Edition Running throughout the system is a collection of electrical conduits called buses that carr ...
分类:其他好文   时间:2016-12-03 07:49:42    阅读次数:445
4 bytes (32 bits) or 8 bytes (64 bits)
Computer Systems A Programmer's Perspective Second Edition BusesRunning throughout the system is a collection of electrical conduits called busesthat ...
分类:其他好文   时间:2016-12-01 14:49:47    阅读次数:180
buffer overflow vulnerabilitie
Computer Systems A Programmer's Perspective Second Edition Avoiding security holes.For many years,buffer overflow vulnerabilitieshave accounted for th ...
分类:其他好文   时间:2016-12-01 03:49:06    阅读次数:146
myeclipse连接数据库sql server
1、打开数据库Microsoft sql server2008,输入以下命令: 此时可是看到端口号为1619,记住此端口号,等会儿会用到。 2、打开myeclipse2014,找到最上方的myeclipse->open perspective->myeclipse database exploer, ...
分类:数据库   时间:2016-11-30 21:52:51    阅读次数:256
CSS3教程:Transform的perspective属性设置
1 2 <div id="animateTest" style="-webkit-transform: perspective(400px) rotateY(40deg);"> <div id="animateTest" style="-webkit-transform: perspective(4 ...
分类:Web程序   时间:2016-11-30 11:32:39    阅读次数:290
361条   上一页 1 ... 14 15 16 17 18 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!