CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 界面编程 其它

资源列表

« 1 2 ... .26 .27 .28 .29 .30 1631.32 .33 .34 .35 .36 ... 1751 »
  1. 死锁的模拟与检测

    0下载:
  2. 程序运行时,首先提示“请输入资源分配表文件的文件名:”;再提示“请输入进程等待表文件的文件名:”。 输入两个文件名后,程序将读入两个文件中的有关数据,并按照死锁检测算法进行检测。-running, first suggested "Please enter resource allocation table file name in the paper :"; another suggested "Please wait for the process to i
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2466
    • 提供者:王国强
  1. C++实现二叉树很好的例子

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:王国强
  1. 银行家算法的一解

    0下载:
  2. 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3122
    • 提供者:王国强
  1. 银行家算法 2

    0下载:
  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)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家算法的二解

    0下载:
  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)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 装备盒问题

    0下载:
  2. 装备盒问题。 大意是给出一个矩形地板,你有一个底面为矩形的盒子必须放在上面而不超过地板边界。 现在给出地板的长(X)和宽(Y),以及盒子的长(a)和宽(b),问是否可能达到要求(即放上去不超过边界)-equipment box problem. The effect is given a rectangular floor, you have a rectangular bottom of the box must be on the top floor and not over the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1376
    • 提供者:王国强
  1. 6muisc

    0下载:
  2. 六首唱歌的音乐程序循环,是在单片机学习板子上开发的,按一个键(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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:朴凡
  1. vb下载软件

    0下载:
  2. 一个简单的VB下载软件,希望给大家提供帮助,也希望我和大家能多多交流,-a simple VB download software, we hope to provide help, and I hope we can interact more, thank you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:51159
    • 提供者:刘富
  1. phpcms网站管理系统

    0下载:
  2. 一个简单的网站管理系统,他能实现你所需要的功能,是个值得一看的系统-a simple website management system, you can achieve the required functions, it is worth looking at the system
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3282180
    • 提供者:刘富
  1. 雷驰新闻系统 v2.0

    0下载:
  2. 一个实用的雷池新闻系统,里面有你所需要实现的功能,值得一瞧,-a practical perimeter news system, and they realize you need the function, it is worth saying that a thank you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:499886
    • 提供者:刘富
  1. server and client

    0下载:
  2. 这是数据报方式进行无连接的客户/服务交互-This is the data reported no way connected to the client / interactive services
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:大阳
  1. TIdFTP实现文件上传

    0下载:
  2. 一个小的ftp程序,用dephi实现供大家参考 ,我是专发这个程序,-a small ftp program, dephi achieve for your reference, I was specifically made for the process,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:303830
    • 提供者:luyu
« 1 2 ... .26 .27 .28 .29 .30 1631.32 .33 .34 .35 .36 ... 1751 »
搜珍网 www.dssz.com