码迷,mamicode.com
首页 >  
搜索关键字:processor    ( 1200个结果
A trip through the Graphics Pipeline 2011_03
At this point, we’ve sent draw calls down from our app all the way through various driver layers and the command processor; now,finallywe’re actual...
分类:其他好文   时间:2014-08-05 00:37:18    阅读次数:343
Next Instruction Access Intent Instruction
Executing a Next Instruction Access Intent instruction by a computer. The processor obtains an access intent instruction indicating an access intent. ...
分类:数据库   时间:2014-08-05 00:25:58    阅读次数:424
nios ii software develop handbook
1.The Nios II processor’s JTAG debug module provides a single, consistent method to connect to the processor using a JTAG download cable.2.Altera BSPs...
分类:移动开发   时间:2014-07-31 09:41:55    阅读次数:285
Multi-processor having shared memory, private cache memories, and invalidate queues having valid bits and flush bits for serializing transactions
Multi-processor systems are often implemented using a common system bus as the communication mechanism between CPU, memory, and I/O adapters. It is al...
分类:其他好文   时间:2014-07-31 02:17:25    阅读次数:432
Understanding Linux /proc/cpuinfo
http://www.richweb.com/cpu_infoA hyperthreaded processor has the same number of function units as an older, non-hyperthreaded processor. It just has t...
分类:系统相关   时间:2014-07-27 22:56:19    阅读次数:518
Data Center手册(4):设计
基础架构 拓扑图 Switching Path L3 routing at aggregation layer L2 switching at access layer L3 switch融合了三种功能: RP, router processor, 处理路由协议 SP, switch process...
分类:其他好文   时间:2014-07-26 01:18:36    阅读次数:459
Linux下判断cpu物理个数、几核
自己服务器的输出1. 查看物理CPU的个数#cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l12. 查看逻辑CPU的个数#cat /proc/cpuinfo |grep "processor"|wc -l83. 查看CPU是几核#cat /...
分类:系统相关   时间:2014-07-26 00:48:06    阅读次数:383
Network Function Virtualization for a Network Device
An apparatus for performing network function virtualization (NFV), comprising: a memory, a processor coupled to the memory, wherein the memory include...
分类:Web程序   时间:2014-07-25 03:19:44    阅读次数:422
Shell tips
获得计算机cpu的个数:cat /proc/cpuinfo | grep processor | wc -l
分类:其他好文   时间:2014-07-24 22:22:12    阅读次数:209
待处理数据的两种模型
在业务处理时,经常会存在待处理的业务数据,在处理这部分数据时,有如下的处理方式。 Worker模型:包含Worker处理类(Processor),调度处理框架,时间规则配置。 Worker处理类,待处理业务数据的处理类。 调度处理框架,根据时间配置的规则,在指定的时间点内,...
分类:其他好文   时间:2014-07-22 23:13:32    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!