问题标签 [page-replacement]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
70 浏览

javascript - 重定向到页面加载 JavaScript 上的特定 URL?

我有重定向问题。我想要做的是:“当加载一个网站的特定页面时,它应该重定向到同一窗口中的另一个页面/URL”。

我有这个代码

但问题是我要把我应该重定向的旧 URL 放在哪里,因为我只将特定页面重定向到另一个网站。

请帮我解决这个问题。

0 投票
0 回答
22 浏览

c - 我已经为最佳页面替换算法编写了代码。我正在接受对页面数组的引用字符串。但是页面的值正在改变

我已经为最佳页面替换算法编写了代码。我正在接受对页面数组的引用字符串。但是页面的值在结束事件时正在改变,尽管我没有修改页面数组。我不知道它为什么会改变。请提供一些帮助。我首先在页面中显示了值,最后两者都不同。

0 投票
0 回答
14 浏览

page-replacement - Paging Replacement Algorithm - worst case reference string

I have a question regarding page replacement algorithms and their worst case reference strings. I want to find a single 20 elements long reference strings that has a worst case performance on all of these scheduling policies.

The scheduling policies: FIFO, LRU, CLOCK and OPT (all with cache size 4).

example reference string: 0,1,2,3,4,0,1,2,3,4,0,1,2,3,4,0,1,2,3,4