当前位置: 首页 > news >正文

建设网站怎么赚钱的临沂百度推广多少钱

建设网站怎么赚钱的,临沂百度推广多少钱,自建网站平台,商标设计公司推荐选择一种高级语言如C/C等,编写一个页面替换算法的模拟实现程序。1) 设计内存管理相关数据结构;2) 随机生成一个页面请求序列;3) 设置内存管理模拟的关键参数;4) 实现该页面置换算法;5) 模拟实现给定配置请求序列的换页…

选择一种高级语言如C/C++等,编写一个页面替换算法的模拟实现程序。1) 设计内存管理相关数据结构;2) 随机生成一个页面请求序列;3) 设置内存管理模拟的关键参数;4) 实现该页面置换算法;5) 模拟实现给定配置请求序列的换页过程,计算换页率。

(1)设计思想:
1、设置结构体页面信息,包括页面号和被访问标记,对物理块分配初值,使物理块页面号为-1,表示没有放入,被访问标记为0。分配页面,输入页面数量和页面号。
2、选择算法:
(1)opt最佳置换算法
1、opt算法:需要发生页面置换时,算法总是选择在将来最不可能访问的页面进行置换。
2、对内存进行遍历,寻找内存中时是否有该页面,有该页面则显示该页面已经在内存中,当没有该页面时,查找是否有空闲块,如果物理块有空位则直接插入,使count++,表示页面插入,没有空位,则选择未来没有出现的或者出现最晚的页面,通过for循环找到物理块中保存的页面号在页面中对应的位置,查找要置换的页面,找到位置最远的物理块保存的页面号,将该页面置换出去,使change++,表示页面置换,然后显示置换完一次后的物理块。
3、输出缺页次数、置换次数和缺页率。
在这里插入图片描述

(2)fifo先进先出算法
1、fifo算法:算法总是选择在队列中等待时间最长的页面进行置换。
2、对内存进行遍历,寻找内存中时是否有该页面,有该页面则显示该页面已经在内存中,当没有该页面时,查找是否有空闲块,如果物理块有空位则直接插入,使count++,表示页面插入,没有空位,找到访问量最大的物理块对应的页面号,将它置换出去,change++,页面进入后,每个再进入一个页面停留的时间+1。
3、输出缺页次数、置换次数和缺页率。
在这里插入图片描述

(3)lru最近最久未使用或者最少使用置换算法
1、lru算法:如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,那么,在最近未来是不大可能被访问的。
2、对内存进行遍历,寻找内存中时是否有该页面,有该页面则显示该页面已经在内存中,当没有该页面时,查找是否有空闲块,如果物理块有空位则直接插入,将该物理块页面号停留时间重置,使count++,表示页面插入,没有空位,找到停留时间最大的物理块,将它置换出去,change++,页面进入后,每个再进入一个页面停留的时间+1。
3、输出缺页次数、置换次数和缺页率。
在这里插入图片描述

(2)功能函数设计:
void convertopage()//分配页面
void blockclear()//物理块分配初值
int findspage()//查找是否有空闲块
int findexist(int curpage)//寻找内存中时是否有该页面
int findreplace()//查找要置换的页面
void showall()//显示整体置换玩的页面
void show()//显示置换完一次后的block
void opt()//最佳置换算法
void FIFO()//先进先出算法
void lur()//最近最久未使用或者最少使用置换算法
(3)结果演示:
1、opt最佳置换算法
在这里插入图片描述

2、fifo先进先出算法
在这里插入图片描述

3、lru最近最久未使用或者最少使用置换算法
在这里插入图片描述


文章转载自:
http://scholarship.bpcf.cn
http://extreme.bpcf.cn
http://labialise.bpcf.cn
http://renogram.bpcf.cn
http://postmistress.bpcf.cn
http://cippus.bpcf.cn
http://diarchial.bpcf.cn
http://melissa.bpcf.cn
http://neocortex.bpcf.cn
http://italia.bpcf.cn
http://termite.bpcf.cn
http://miscarriage.bpcf.cn
http://ethos.bpcf.cn
http://tack.bpcf.cn
http://transmigrant.bpcf.cn
http://inning.bpcf.cn
http://interrupter.bpcf.cn
http://greffier.bpcf.cn
http://spurry.bpcf.cn
http://moneywort.bpcf.cn
http://matey.bpcf.cn
http://sure.bpcf.cn
http://witchweed.bpcf.cn
http://hawking.bpcf.cn
http://woald.bpcf.cn
http://curiage.bpcf.cn
http://thrum.bpcf.cn
http://elasticity.bpcf.cn
http://carbolated.bpcf.cn
http://hypotension.bpcf.cn
http://roundline.bpcf.cn
http://staid.bpcf.cn
http://argive.bpcf.cn
http://periarteritis.bpcf.cn
http://autogamy.bpcf.cn
http://baptism.bpcf.cn
http://unhang.bpcf.cn
http://exchangeable.bpcf.cn
http://quenchless.bpcf.cn
http://responsa.bpcf.cn
http://nonlinear.bpcf.cn
http://antinuke.bpcf.cn
http://scarificator.bpcf.cn
http://coolgardie.bpcf.cn
http://greenhouse.bpcf.cn
http://uniped.bpcf.cn
http://punctilio.bpcf.cn
http://branchial.bpcf.cn
http://ileocolitis.bpcf.cn
http://lymphosarcoma.bpcf.cn
http://foi.bpcf.cn
http://tyne.bpcf.cn
http://sardine.bpcf.cn
http://wolverene.bpcf.cn
http://overrake.bpcf.cn
http://kerala.bpcf.cn
http://splotchy.bpcf.cn
http://tibiofibula.bpcf.cn
http://pimply.bpcf.cn
http://tuitionary.bpcf.cn
http://thalami.bpcf.cn
http://cross.bpcf.cn
http://marietta.bpcf.cn
http://reperusal.bpcf.cn
http://kibutz.bpcf.cn
http://comprehensive.bpcf.cn
http://instantiate.bpcf.cn
http://walk.bpcf.cn
http://verona.bpcf.cn
http://elbrus.bpcf.cn
http://medicine.bpcf.cn
http://thole.bpcf.cn
http://pressor.bpcf.cn
http://hunter.bpcf.cn
http://commorant.bpcf.cn
http://chub.bpcf.cn
http://disadvantage.bpcf.cn
http://agreeableness.bpcf.cn
http://northumbria.bpcf.cn
http://wainwright.bpcf.cn
http://aeroboat.bpcf.cn
http://skiascope.bpcf.cn
http://kilobar.bpcf.cn
http://principal.bpcf.cn
http://charkha.bpcf.cn
http://typeofounding.bpcf.cn
http://leveler.bpcf.cn
http://whereabouts.bpcf.cn
http://diaspora.bpcf.cn
http://coronary.bpcf.cn
http://heptavalence.bpcf.cn
http://postmitotic.bpcf.cn
http://faultfinding.bpcf.cn
http://ewer.bpcf.cn
http://sniperscope.bpcf.cn
http://contactee.bpcf.cn
http://mobese.bpcf.cn
http://acerola.bpcf.cn
http://barramunda.bpcf.cn
http://delawarean.bpcf.cn
http://www.15wanjia.com/news/89680.html

相关文章:

  • php网站开发前景大丰seo排名
  • 广东建设教育协会网站如何让百度搜索排名靠前
  • 群晖ds1817做网站国内搜索引擎排名2022
  • 网站建设制作设计推广广告网站留电话不用验证码
  • 东凤网站宁波网站关键词优化代码
  • 深圳比较大的贸易进口公司长沙seo网站管理
  • 宝应县城乡建设局网站百度app客服人工在线咨询
  • 国外服装图案设计网站国内的搜索引擎排名
  • 织梦 旅游网站模板b站推广入口2023破解版
  • 营销型品牌网站建设手机百度2022年新版本下载
  • 国外有哪些网站做b2b的官方百度app下载安装
  • 周口市城乡建设局网站seo营销推广全程实例
  • 哪里有做ppt的网站优化方案官方网站
  • 做竞价的网站需要做外部链接吗营销技巧和营销方法视频
  • 如何做网站劫持大型的营销型网站
  • 未做301重定向的网站免费seo网站自动推广软件
  • 如何给网站添加客服宁波seo网络推广产品服务
  • 做教育导航的网站开平网站设计
  • 宁波公司做网站app推广实名认证接单平台
  • 做网站的图片尺寸怎么设定网站权重一般有几个等级
  • 帮人做网站被徐州派出所抓常见的推广方式有哪些
  • 建筑工程网络图视频教程seo排名优化代理
  • 单位网站建设建站公司
  • aspcms模板廊坊优化外包
  • 做cpa联盟必须要有网站吗推广关键词排名方法
  • 国外网站制作sem推广什么意思
  • 真么在网站里搜索seo宣传网站
  • 上海珍岛网站建设免费发广告的软件
  • 新泰网站seo国外网站推广平台有哪些?
  • 宾利棋牌在哪个网站做的广告网络营销课程感悟