登录
首页 » Visual C++ » a

a

于 2013-07-04 发布 文件大小:7067KB
0 114
下载积分: 1 下载次数: 1

代码说明:

说明:  进程死锁.资源分配图的绘制 建立所需数据结构;  使用题目21存成的资源分配图的文件作为输入;  编写资源分配图化简算法;  每化简一步,在屏幕上显示化简的当前结果;  最后给出结论,是否死锁,如思索给出死锁的进程及资源; (Process deadlock. Resource allocation mapping  establish the required data structures  Use title 21 deposit into resource allocation graph file as input  writing resource allocation map simplification algorithm  Each simplification step, on-screen display simplification of the current result  Finally, the conclusion of a deadlock, deadlock is given as thinking processes and resources )

文件列表:

进程死锁.资源分配图的绘制
.........................\12345.txt,73,2012-06-24
.........................\Debug
.........................\.....\.txt,74,2012-06-19
.........................\.....\LaodDlg.obj,13540,2011-06-17
.........................\.....\LaodDlg.sbr,0,2011-06-17
.........................\.....\MainFrm.obj,20486,2012-06-20
.........................\.....\MainFrm.pdb,25600,2012-06-19
.........................\.....\MainFrm.sbr,0,2012-06-20
.........................\.....\OsTest2.bsc,6218752,2012-06-24
.........................\.....\OsTest2.exe,168018,2012-06-24
.........................\.....\OsTest2.ilk,774368,2012-06-24
.........................\.....\OsTest2.obj,26760,2011-06-19
.........................\.....\OsTest2.pch,7131572,2011-06-07
.........................\.....\OsTest2.pdb,754688,2012-06-24
.........................\.....\OsTest2.res,7344,2012-06-20
.........................\.....\OsTest2.sbr,0,2011-06-19
.........................\.....\OsTest2.suo,3072,2011-06-04
.........................\.....\OsTest2Doc.obj,14696,2011-06-07
.........................\.....\OsTest2Doc.sbr,0,2011-06-07
.........................\.....\OsTest2View.obj,187953,2012-06-24
.........................\.....\OsTest2View.sbr,0,2012-06-24
.........................\.....\ResourceDlg.obj,11695,2012-06-20
.........................\.....\ResourceDlg.sbr,0,2012-06-20
.........................\.....\SaveDlg.obj,13980,2011-06-17
.........................\.....\SaveDlg.sbr,0,2011-06-17
.........................\.....\SelectDlg.obj,20346,2012-06-20
.........................\.....\SelectDlg.sbr,0,2012-06-20
.........................\.....\StdAfx.obj,105568,2011-06-07
.........................\.....\StdAfx.sbr,1374950,2011-06-07
.........................\.....\Test1.exe,553019,2011-06-05
.........................\.....\Test1.ilk,799160,2011-06-05
.........................\.....\Test1.pch,2247428,2012-06-19
.........................\.....\Test1.pdb,1131520,2011-06-05
.........................\.....\vc60.idb,361472,2012-06-25
.........................\.....\vc60.pdb,561152,2012-06-24
.........................\LaodDlg.cpp,1031,2011-06-17
.........................\LaodDlg.h,1177,2011-06-17
.........................\MainFrm.cpp,2926,2012-06-20
.........................\MainFrm.dsp,3413,2012-06-19
.........................\MainFrm.dsw,522,2012-06-19
.........................\MainFrm.h,1543,2011-06-14
.........................\MainFrm.ncb,33792,2012-06-19
.........................\MainFrm.opt,48640,2012-06-19
.........................\MainFrm.plg,920,2012-06-19
.........................\OsTest2.aps,29804,2012-06-24
.........................\OsTest2.clw,3982,2012-06-25
.........................\OsTest2.cpp,4423,2011-06-16
.........................\OsTest2.dsp,5025,2011-06-15
.........................\OsTest2.dsw,522,2011-06-03
.........................\OsTest2.h,1371,2011-06-05
.........................\OsTest2.ncb,140288,2012-06-25
.........................\OsTest2.opt,53760,2012-06-25
.........................\OsTest2.plg,248,2012-06-25
.........................\OsTest2.rc,13495,2012-06-20
.........................\OsTest2Doc.cpp,1762,2011-06-03
.........................\OsTest2Doc.h,1486,2011-06-03
.........................\OsTest2View.cpp,21161,2012-06-24
.........................\OsTest2View.h,2656,2011-06-19
.........................\ReadMe.txt,4019,2011-06-03
.........................\res

.........................\...\OsTest2.rc2,399,2011-06-03

.........................\resource.h,1328,2011-06-15
.........................\ResourceDlg.cpp,1745,2012-06-20
.........................\ResourceDlg.h,1254,2012-06-20
.........................\SaveDlg.cpp,1060,2011-06-17
.........................\SaveDlg.h,1198,2011-06-17
.........................\SelectDlg.cpp,2745,2012-06-20
.........................\SelectDlg.h,1491,2011-06-16
.........................\StdAfx.cpp,209,2011-06-03
.........................\StdAfx.h,1054,2011-06-03

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

发表评论

0 个回复

  • Map-four-staining
    用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。(With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a backtracking algorithm on a given mapstaining. The application of the stack data structure.)
    2012-12-05 13:20:37下载
    积分:1
  • delete
    数据结构 实验练习 删除相同的节点 希望会对大家有所帮助(Data structures lab exercises to remove the same node want to be helpful to everyone)
    2012-11-14 12:59:15下载
    积分:1
  • beipaowenti
    背包算法的c++简单实现,很有用的,可以看看(Knapsack algorithm)
    2012-04-10 19:32:41下载
    积分:1
  • tree
    二叉树的先序遍历。采用递归实现。释放资源时用了后序遍历。(Preorder traversal of a binary tree. Recursive implementation. Release resources used after preorder.)
    2013-07-09 13:39:31下载
    积分:1
  • shu
    大学软件工程数据结构课程设计二叉树实验三种遍历方法(curriculum design,structure data)
    2017-11-10 13:44:35下载
    积分:1
  • HEAP
    poj 实现堆结构的源代码。。。话说其实没什么实际功能好么(poj achieve heap structure of the source code. . . In fact, the actual function of saying okay nothing)
    2013-11-21 23:03:15下载
    积分:1
  • exp2-1
    数据结构(第四版)第二章上机实验题源程序答案详解(Data structure (fourth edition) chapter on lab answer questions Detailed source)
    2014-12-31 09:14:51下载
    积分:1
  • red-tree
    红黑树 二叉树 性能比较分析 红黑树 二叉树(Red-black tree binary tree performance analysis,)
    2013-03-22 16:57:32下载
    积分:1
  • 9
    说明:  任意给定输入的一个小写英文字符串a1a2a3…an-1an (n≥5) 输出:字符串Ana1An-1a2An-2a3…A2an-1A1an,其中Ai为ai的大写形式 例如,输入aybdx,则递归程序输出XaDyBbYdAx (Any given input of a lowercase string a1a2a3 ... an-1an (n ≥ 5) Output: the string Ana1An-1a2An-2a3 A2an-1A1an, which Ai ai uppercase for example, input aybdx recursive program output XaDyBbYdAx)
    2012-05-30 10:59:39下载
    积分:1
  • route-planning
    遗传算法实现飞机在三维空间的航迹规划 C代码(Genetic Algorithm Route Planning C code)
    2012-04-20 09:23:18下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载