搜索资源列表
suanfa.rar
- (3)计算并输出下述各种算法在不同内存容量下的命中率。 ①先进先出算法FIFO ②最近最少使用算法LRU ③最佳淘汰算法OPT:先淘汰最不常用的页地址 ④最少访问页面算法LFU ⑤最近最不经常使用算法NUR ,(3) calculate and output a variety of algorithms in different memory of the percentage of hits. FIFO FIFO ② ① algorithm least recently used
webla
- 链接分析代码,含hits、pagerank等算法-Link analysis code, containing hits, pagerank algorithm, etc.
WebMiningHITS
- Web结构挖掘HITS算法。文件里面包含了详细的说明和示例。-Web structure mining HITS algorithm. The file contains a detailed descr iption and an example.
pagerank_and_hits
- 实现搜索引擎的链接分析子系统中著名的pagerank和hits算法,并且包含有算法的详细文档描述,有助于对算法实现的理解-Implementation of the pagerank algorithm and hits algorithm in the area of search engine. It also contains the detailed descr iption of the algorithm which can help you understand it better
cul-e4005409a41a
- Basic aim of this project is to create an advertisement management server that will be hosted online. Online advertisement management will be carried out using this web server. This system creates software for managing and publishing advertisement wi
adhocsystemstudy
- Basic aim of this project is to create an advertisement management server that will be hosted online. Online advertisement management will be carried out using this web server. This system creates software for managing and publishing advertisement wi
Three-kinds-of-replacement-algorithm
- 本代码有三种操作系统的置换算法,分别是fifo(先进先出算法),lru(最近最少使用算法),opt(最佳置换算法),可根据需要进行选择,并计算出命中次数、缺页率和命中率等。-The code has three operating system replacement algorithm, namely fifo (first in first out method), lru (least recently used algorithm), opt (optimal replacement a
