搜索资源列表
-
0下载:
由于cache比主存小很多,为了保证CPU执行指令时可正确访问存储单元,需将用户程序中的逻辑地址转换为运行时由机器直接寻址的物理地址,这一过程称为地址映射,所以必须使用一种机制将主存地址定位到cache中,就构成了地址映射,因为需求不同,也就导致了不同的地址映射方式,主要有直接映射、组相联映射、全相联映射三种地址映射方式-Because cache than main memory small many, to guarantee CPU implementation instruction c
-
-
0下载:
Due to the shortage of ASP.NET paging controls, is proposed to solve the asp.net problem in the out of the ordinary paging scheme, the page navigation function and data display function of completely independent control of the user data acquisition a
-
-
0下载:
C#开源磁盘/内存缓存引擎 业务系统用的是数据库,数据量大,部分只读或相对稳定业务查询复杂,每次页面加载都要花耗不少时间(不讨论异步),觉得可以做一下高速缓存,譬如用nosql那种key/value快速存取结果(The memory cache engine business system by using C# / open source disk is a database, a large amount of data, some read-only or relatively stabl
-