-
C++常用算法程序集
- 2022-07-20 12:07:47下载
- 积分:1
-
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。...
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。
-Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
- 2022-02-07 13:16:03下载
- 积分:1
-
操作vc控制word的表格填写及随时更改填写情况
操作vc控制word的表格填写及随时更改填写情况-operation vc control word and fill in the forms filled out at any time of change
- 2022-03-05 00:43:27下载
- 积分:1
-
一个论坛的原创代码,是不是太多说了自己看啊
一个论坛的原代码,~多的就不说了自己看吧,~-a forum of the original code, was not much said his Behold, O ~
- 2022-05-10 22:12:28下载
- 积分:1
-
一个小游戏,包含一个猜数字的算法
一个小游戏,包含一个猜数字的算法-a small game, including a viewing of the algorithm
- 2022-08-10 03:06:02下载
- 积分:1
-
主题模型,相关主题模型,correlated topic model
主题模型,相关主题模型,correlated topic model -correlated topic model C implementation linux
- 2022-06-21 16:09:46下载
- 积分:1
-
Virtual Host Proxy
虚拟主机代理服务器-Virtual Host Proxy
- 2023-01-17 07:20:03下载
- 积分:1
-
ftp 客户/服务器多线程下载源程序
实现客户端多线程下载功能...
ftp 客户/服务器多线程下载源程序
实现客户端多线程下载功能-ftp client/server multi-threaded download source to achieve client multi-threaded download
- 2022-05-26 09:57:12下载
- 积分:1
-
从底层开发的一个聊天程序
从底层开发的一个聊天程序-development from the bottom of a chat program
- 2022-09-16 19:20:05下载
- 积分:1
-
Abstraction:
This design require me use a most unusual swap algorithm. When swa...
本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction:
This design require me use a most unusual swap algorithm. When swap operation is demanded, this algorithm first swap the least accessed page up to present. To implement this algorithm, only need add a counter variable to eash page of the page table. When one page is accessed, the counter increase one. When page invalid interrupt occur, wash out the page with least count, then reset all the counters to zero.
- 2023-08-21 12:30:03下载
- 积分:1