码迷,mamicode.com
首页 >  
搜索关键字:processor    ( 1200个结果
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
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
C# 并行开发总结
本文内容 均参考自 《C#并行高级编程》 TPL 支持 数据并行(有大量数据要处理,必须对每个数据执行同样的操作, 任务并行(有好多可以并发运行的操作),流水线(任务并行和数据并行的结合体) 在.net 4.0 引入新的 Task Parallel Library 处理 并行开发 。 Paralle ...
分类:Windows程序   时间:2016-12-06 13:58:43    阅读次数:278
发一份shiro标准配置,特此记录
主要还是整合了本地ehcache,集群session管理过段时间放出 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"xmlns:context="http ...
分类:其他好文   时间:2016-12-06 03:20:40    阅读次数:495
.Net多线程编程—System.Threading.Tasks.Parallel
System.Threading.Tasks.Parallel类提供了Parallel.Invoke,Parallel.For,Parallel.ForEach这三个静态方法。 1 Parallel.Invoke 尽可能并行执行所提供的每个操作,除非用户取消了操作。 方法: 1)public sta ...
分类:编程语言   时间:2016-12-04 11:20:57    阅读次数:330
架构设计:系统存储(13)——MySQL横向拆分与业务透明化(1)
之前文章中我们介绍了如何使用MyCat进行读写分离,类似的关系型数据库的读写分离存储方案可以在保持上层业务系统透明度的基础上满足70%业务系统的数据承载规模要求和性能要求。但是这个方案也有一个明显的问...
分类:数据库   时间:2016-11-30 17:27:47    阅读次数:229
url下载网页的三种方法
...
分类:Web程序   时间:2016-11-30 01:46:10    阅读次数:251
Android图表库MPAndroidChart(十)——散点图的孪生兄弟气泡图
Android图表库MPAndroidChart(十)——散点图的孪生兄弟气泡图 起泡图和散点图如出一辙,但是个人认为要比散点图好看一点,我们来看下实际的演示效果 这个和散点图的实现很相似,我们...
分类:移动开发   时间:2016-11-23 16:54:03    阅读次数:369
PHP就业班心得:PHP的基本含义与功能特点
PHP的含义 PHP的原始含义:Personal Home Page 个人主页 最开始是加拿大的一哥们,开发了一个在线脚本工具,用来记录有多少人访问过他的在线简历,很受欢迎,于是他就开始开发自己的工具集! PHP现在的含义:Hypetext Perprocessor 超文本预处理语言 说明了PHP是 ...
分类:Web程序   时间:2016-11-23 07:11:48    阅读次数:228
1200条   上一页 1 ... 81 82 83 84 85 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!