登录
首页 » 操作系统 » some classics of the hash function and test data.

some classics of the hash function and test data.

于 2022-03-19 发布 文件大小:46.84 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

一些经典的HASH函数及测试数据-some classics of the hash function and test data.

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

发表评论

0 个回复

  • 课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…
    操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process
    2022-10-08 23:30:03下载
    积分:1
  • 模拟一个页式虚拟存储,用FIFO和LRU置换算法,计算所发生的缺页次数。
    1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5  0  1  0  2  0  1  4  0  2  5  1  2  3  5   (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-07 13:05:33下载
    积分:1
  • 用C语言编写程序,模拟二级目录的文件 建立一个模拟文件,能实现建立、打开、删除、关闭、复制、读、写、查询等功能...
    用C语言编写程序,模拟二级目录的文件系统 建立一个模拟文件系统,能实现建立、打开、删除、关闭、复制、读、写、查询等功能-use C language write programmes,simulate two-level directory file systems,create a simulated file systems in order to realize the functions such as create,open,delete,close,copy,read,write,find.
    2022-04-20 07:20:51下载
    积分:1
  • 讲的很详细,希望对大家有用,一共有三部分
    讲的很详细,希望对大家有用,一共有三部分-Talked about in great detail and hope for all of us, a total of three parts
    2022-02-25 14:04:31下载
    积分:1
  • 教职工管理实现信息输入,信息显示,信息更改,信息添加,信息删除和信息查询功能 有方便,快捷的优点的一个实用程序....
    教职工管理系统实现信息输入,信息显示,信息更改,信息添加,信息删除和信息查询功能 有方便,快捷的优点的一个实用程序.-Staff Management System importing information, information, information changes, the information added. delete information inquiries and information functions and efficient advantages of a utility.
    2023-08-17 05:40:03下载
    积分:1
  • A user
    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
    2022-11-28 07:20:03下载
    积分:1
  • 时间轮转法
    时间轮转法-time rotate France
    2023-06-12 09:40:02下载
    积分:1
  • r&s1.10版本+文档是国内一个自主开发的还在升级完善中...
    r&s1.10版本+文档是国内一个自主开发的操作系统还在升级完善中-+ document is an internal self-development of the operating system upgrade is still perfect
    2022-07-04 06:26:41下载
    积分:1
  • 1, to obtain special permission 2, the implementation of/bin/sh 3, bound to th...
    1、获取特殊权限 2、执行/bin/sh 3、绑定到端口。 4、反向连接。 5、躲避IDS的过滤 -1, to obtain special permission 2, the implementation of/bin/sh 3, bound to the port. 4, reverse connection. 5, to avoid filtering IDS
    2023-04-01 20:30:03下载
    积分:1
  • minix分析
    minix操作系统分析-Minix operating system analysis
    2022-05-18 17:13:24下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载