登录
首页 » 数据结构 » Page

Page

于 2022-09-15 发布 文件大小:428.02 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 聊天工具
    本程序是一个了聊天工具  用mfc编写  可以多人同时聊天,用tcp协议编写                     
    2022-10-28 00:00:04下载
    积分:1
  • 药品信息管理系统
    药品信息管理系统   随着计算机技术的不断发展,数据库方面的应用也显得越来越重要,特别是在当前的一些十分重要领域,如银行的账目管理、公司的财政管理等。   医院或医疗机构往往需要对药品进行有效的管理。当前一些小的医疗机构在药品管理上仍然采用人工管理的方法,不仅浪费大量的人力、物力,而且还在很大程度上制约了这些机构的发展,因此有必要采用一种快速高效的管理手段。“药品信息管理系统”就是在这种前提下提出的。   本药品信息管理系统只实现了简单的药品管理功能,读者可以在此基础上进行一步的开发与完善。重点内容:l基于ODBC数据源的VC数据库编程l基于用户的权限分配l 基本的数据库操作
    2023-07-24 14:55:05下载
    积分:1
  • 课程实验中所编的判断哈夫曼编码.参考可用
    数据结构课程实验中所编的判断哈夫曼编码.参考可用-experimental data structure courses, which include the judgment Huffman coding. Reference available
    2022-05-25 18:23:03下载
    积分:1
  • 编程 实现的插入
    数据结构编程 实现数的插入-data structure programming several of the insert, etc.
    2022-12-21 23:25:03下载
    积分:1
  • K路归并算法 * 本程序用来实现K路归并算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * K由用户输入 * 用...
    K路归并算法 * 本程序用来实现K路归并算法 * 在Turbo C2.0编译器下编译通过 * 算法过程中 * K由用户输入 * 用户选择需要归并的数据的个数 * 由程序生成随机数据,数据结构为链表,并展示给用户 * 然后程序告诉用户需要增加的虚节点的个数 * 并把虚节点加入到链表中去,最后进行归并 -K Road merge algorithm* This procedure used to realize the way merging algorithm for K* in Turbo C2.0 compiler compiler under the process through the* algorithm* K* by the user input the user select the number of merging the data* generated by the random data , data structure for the list, and display to the user* and then the procedure to tell the user the need to increase the number of virtual nodes and virtual nodes* added to the list going, and finally to merge
    2023-07-07 22:05:03下载
    积分:1
  • 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable...
    网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
    2023-02-02 01:20:03下载
    积分:1
  • vb做的
    vb做的-教学计划安排与排课系统-vb do-teaching plans and Timetable
    2022-05-08 11:59:26下载
    积分:1
  • 遗传算法C
    很好用的c 注:前两个文件存储为m文件并放在工作目录下,运行结果为 p = 0.0000 -0.0000 0.0055 大家可以直接绘出f(x)的图形来大概看看f(x)的最值是多少,也可是使用优化函数来验证。matlab命令行执行命令: fplot("x+10*sin(5*x)+7*cos(4*x)",[0,9]) evalops是传递给适应度函数的参数,opts是二进制编码的精度,termops是选择maxGenTerm结束函数时传递个maxGenTerm的参数,即遗传代数。xoverops是传递给交叉函数的参数。mutops是传递给变异函数的参数。
    2023-05-18 06:50:04下载
    积分:1
  • Schools to write their own web site framework, the use of struts, hibernte frame...
    自己写的学校网站框架,使用struts,hibernte框架,数据库使用的是mssql2005!-Schools to write their own web site framework, the use of struts, hibernte framework, database using mssql2005!
    2023-06-07 19:25:03下载
    积分:1
  • 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函,是一个安全的类。例程是一个MD5的MFC程序,...
    这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
    2022-07-10 22:20:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载