资源列表

« 1 2 ... .71 .72 .73 .74 .75 2576.77 .78 .79 .80 .81 ... 21467 »

[其他小程序银行家算法 2

说明:.数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
<王国强> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序银行家算法的二解

说明:数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
<王国强> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序6muisc

说明:六首唱歌的音乐程序循环,是在单片机学习板子上开发的,按一个键(p3.4)可以换歌曲。-six singing the music program cycle, is studying the way in SCM developed, the press of a button (p3.4) could change songs.
<朴凡> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序小学生加法器设计

说明:java小应用程序开发,小学生加法器实现,包含友好界面,过程简洁,算法详细。-small application development, students achieve Adder, including friendly interface, simple process, the algorithm in detail.
<笨苯> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序zqp05

说明:该程序为你模拟银行驱动系统,要求算出每个窗口顾客等待时间,和工作人员的平均繁忙度。-the procedure for your bank-driven simulation system that requires each window to calculate customer waiting time, and the average peak degrees.
<周子藤> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序5班8号周前平第2题

说明:单源最短路径问题。从文件中读入一个图,求一个顶点到其它所有顶点的最短路径。-single source shortest path problem. Reading from the document into a plan and seek a culmination of all the other vertices in the shortest path.
<周子藤> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序挂机王

说明:用C语言写的QQ挂机王,大家可以看看学学,了解了解-C language written by Wang QQ outboard, we can learn to see and understand understanding
<王三三> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序小车

说明:是用FLASH MX 开发的一小的在FLASH模式下的小游戏```开头制作,适合新手``有需要的可以下载感觉还不错-with Flash MX is the development of a small Flash mode in the game `` `small beginning production, `` suitable for newcomers in need can be downloaded also feeling good
<王良良> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序A星算法

说明:八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A* algorithm. The experiment of the A* algorithm h (n) = p (n), p (n) is defined for each license its goal the distance between the location (not c
<杨秀云霁> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序订票系统1

说明:一个很实用的售票系统,适合初学C++的人学习,也是很多学校的课程设计要求做的 ,供学生下载研究-a very practical ticketing system suitable for beginners to learn C, also a lot of the school curriculum design requirements do for the students to download research
<孙九如> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序汇编七段数码管显示系统时间

说明:双击启动程序。以暗色背景,白色前景的七段数码管显示当前系统时间。 按键。改变七段数码管的前景颜色。 按ESC。退出程序。 -double-click to launch the program. A dark background, the prospect of a white in paragraph 107 of the current digital control system show time. Keys. Changes in paragraph 107 of the
<成朝夕> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[其他小程序用三元组表实现稀疏矩阵的转置运算

说明: 用三元组表实现稀疏矩阵的转置运算 一个阶数较大的矩阵中的非零元素个数S相对于矩阵元素的总个数t很小时,即非 零元素个数s占矩阵元素的总个数t的25%~30%时,称该矩阵为稀疏矩阵称. 由于稀疏矩阵中非零元素的分布没有任何规律,在存储非零元素时,必须保存该非 零元素所对应的行下标和列下标.这样,存储的每个稀疏矩阵中的非零元素都需要(行 下标,列下标,元素值)三个参量来唯一确定,将这种存储结构称为稀疏矩阵的三元组 表示法. 稀疏矩阵中的所有非零元素构成三元组线性表.
<snow> 在 2025-06-20 上传 | 大小:2kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 2576.77 .78 .79 .80 .81 ... 21467 »

源码中国 www.ymcn.org