Memory Systems: Cache, DRAM, Disk is the fi rst book that takes on the whole hierarchy in a way that is consistent, covers the complete memory hierarchy, and treats each aspect in signifi cant detail. This book will serve as a defi nitive reference manual for the expert designer, yet it is so complete that it can be read by a relative novice to the computer design space. While memory technologies improve in terms of density and performance, and new memory device technologies provide additional properties as design options, the principles and methodology presented in this amazingly complete treatise will remain useful for decades. I only wish that a book like this had been available when I started out more than three decades ago. It truly is a landmark publication. Kudos to the authors.
2022-03-09 19:54:04 30.75MB Cache
1
FastAPI缓存 将简单的轻量级缓存系统实现为FastAPI中的依赖项。 安装 pip install fastapi-cache 用法示例 from fastapi import Depends , FastAPI from fastapi_cache import caches , close_caches from fastapi_cache . backends . redis import CACHE_KEY , RedisCacheBackend app = FastAPI () def redis_cache (): return caches . get ( CACHE_KEY ) @ app . get ( '/' ) async def hello ( cache : RedisCacheBackend = Depends ( redis_cache
2022-03-09 16:32:43 14KB python redis cache pyton3
1
里面的文件完整,如下所示: ade data ffmpeg ippicv nvidia_optical_flow xfeatures2d .gitignore
2022-03-08 16:14:24 113.59MB opencv cuda gpu
1
Caché数据库非常齐全的文档资料,用浏览器打开压缩包里的index.html翻译下
2022-03-05 11:23:51 77.18MB Caché HIS数据库
1
InterSystems公司培训教材(中文)
2022-03-05 10:31:51 2.79MB Caché DBA
1
Caché数据库,在医疗领域使用广泛的数据库管理系统,这是jdbc驱动包,kettle数据采集正常使用,java开发没有试,理论上没有问题。
2022-03-02 16:50:24 1.7MB cache db cache jdbc
1
在分析Cache性能的基础上介绍了当前低功耗Cache的设计方法,提出了一种可重构Cache模型和动态可重构算法。Cache模型能够在程序运行过程中改变相联度和大小,动态可重构算法能够在运行时针对不同的应用程序对可重构Cache进行配置。
2022-02-25 14:54:42 87KB Cache 低功耗 可重 构体系结构
1
以新西兰1:50,000的地形图数据库为例,将其中一些图层通过ArcGIS Server发布出来使用,打算的是将此服务作为底图为其他项目服务,顺便测试一下ArcGIS Server的Cache能力。
1
用于解决CMake无法下载OpenCV4.5.5依赖的问题 解压到{你的源码目录}\.cache(比如我是E:\OpenCV-source\opencv-4.5.5\.cache)使用 其中包含子文件夹:ade、data、ffmpeg、ippicv、nvidia_optical_flow、wechat_qrcode、xfeatures2d
2022-02-23 21:07:22 112.69MB opencv cmake
1
清华大学电子系微机原理课程设计题目。4人合作完成。\n包含CPU的VHDL、Verilog源代码、仿真文件、波形结果、系统框图、实验报告、以及一个简易汇编器的源代码和可执行文件。\nQuartus仿真实现了32位RISC微处理器,支持数据处理(包括乘除法),数据传送,子程序调用,中断及跳转。时序仿真主频可达70MHz。\n采用Tomasulo算法处理指令流水中的数据相关,并提出了一种对Tomasulo就够的改进。设计了Cache结构提高访存效率。
2022-02-19 22:55:28 3.42MB RISC
1