登录
首页 » Windows开发 » 银行家算法的各种实现,里面包括源代码和报告

银行家算法的各种实现,里面包括源代码和报告

于 2022-10-19 发布 文件大小:8.31 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

银行家算法的各种实现,里面包括源代码和报告-A variety of banker" s algorithm implementation, which includes source code and reports

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

发表评论

0 个回复

  • NET编写规范,一本非常好的电子书,值得推荐一看,
    NET编写规范,一本非常好的电子书,值得推荐一看,-NET preparation of specifications, a very good book, it is worth to recommend a look
    2022-03-22 19:19:59下载
    积分:1
  • Visual C++ 6.0应用编程150例
    Visual C++ 6.0应用编程150例-Visual C 6.0 Application Programming 150 cases
    2022-03-15 06:03:17下载
    积分:1
  • 网络变成的基础篇系列,是学习网络变成的基础教程
    网络变成的基础篇系列,是学习网络变成的基础教程-the basic series of network programming is the basic course of learnning net work programming
    2022-05-11 01:53:32下载
    积分:1
  • own definition of the interface is the interface to achieve ddfd
    自己定义的接口 是接口的实现 ddfd-own definition of the interface is the interface to achieve ddfd
    2022-02-28 10:10:36下载
    积分:1
  • 应用程序在选定的硬盘中搜索MP3文件,我..
    这个应用程序在选定的硬盘中搜索MP3文件,在一个列表视图控件中显示搜索的文件和它们的信息,并在双击时播放它。 -the application procedures in the selection of drives to search for MP3 files, in a ClistCtrl shows search of documents and their information and double-click it for broadcast.
    2022-05-17 11:44:36下载
    积分:1
  • 送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及...
    在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treatment. Will be heard in the receiver to decode the data. A complete system should have the following functions: (1) initialization. Read from the terminal character set size, as well as the characters and the right values, the establishment of Huffman trees, and save. (2) coding. used to build the Huffman tree to encode the text and then save it. (3) decoding. the use of the Huffman tree has been built will document the code decoding, the results print out.
    2022-02-10 10:40:46下载
    积分:1
  • vc++编程实例
    vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例vc++编程实例
    2023-01-20 16:10:05下载
    积分:1
  • 0-1背包问题
    给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。 在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
    2022-01-25 23:07:45下载
    积分:1
  • 一个创建快捷菜单的类
    一个创建快捷菜单的类-create an efficient menu of categories
    2022-01-22 05:26:05下载
    积分:1
  • AES算法代码
    根据AES算法原理而实现的代码,出处来自国内某高校老师密码学课程授课,在源代码的基础上做出一定修改,增加可读性。运用群的性质实现,并给出相关的测试。
    2023-07-28 22:50:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载