登录
首页 » C# » 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,...

一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,...

于 2022-04-13 发布 文件大小:889.79 kB
0 42
下载积分: 2 下载次数: 1

代码说明:

一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示――称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任务4开始前完成,同样边( 4 , 6)表示任务4在任务6开始前完成,边(1 , 4)与(4 , 6)合起来可知任务1在任务6开始前完成,即前后关系是传递的。由此可知,边(1 , 4)是多余的,因为边(1 , 3)和(3 , 4)已暗示了这种关系。-a complex project can usually be divided into a group of small tasks set to complete these tasks means that the completion of the whole project. For example, car assembly projects can be divided into the following tasks : to the chassis via the assembly line, armored axis of the seat is installed in the chassis, painting and installing the brakes, armored doors, etc.. Between tasks has, for example, installed in the shaft bottom before they must first be placed on an assembly line. The task order is available to the map-- known as the vertex (Activity On Vertex, AOV) network. A plan to the apex representative tasks, to

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

发表评论

0 个回复

  • VCDatabaseOpraterADO
    说明:  VC操作ADO和datagrid控件的源码,是动态的的。不受目录改变的限制(ADO and VC operation datagrid source control is the dynamic. From the directory to change the restrictions)
    2009-07-30 20:58:21下载
    积分:1
  • smartcard
    SmartCard驱动程序,基于win NT操作系统。SCM Microsystems公司的出品的SCM 488C PCMCIA Smart Card。(SmartCard driver, based on win NT operating system. SCM Microsystems SCM buy the PCMCIA Smart 488C C ard.)
    2006-10-10 10:51:09下载
    积分:1
  • TC0_CTCPWM
    mega128定时器0的CTC模式产生的PWM波形(mega128 timer PWM waveform generated by CTC mode 0)
    2013-12-05 13:32:11下载
    积分:1
  • EVM
    测量EVM的M文件,这是一个很好的程序,适合初学者(evaluate EVM,attribute is M)
    2011-12-17 22:26:42下载
    积分:1
  • 1
    说明:  最好的单片机C语言学习用书,详细的完整版,功能很强,适用于初中级学习者(The best single-chip C language learning books, detailed full version, features a strong)
    2015-08-14 17:13:25下载
    积分:1
  • stm32-uc1698
    stm32F1XX系列uc1698 160160点阵驱动(stm32F1XX uc1698 160160)
    2021-02-25 10:59:38下载
    积分:1
  • GPRS模块,STM32实现移动上网
    GPRS模块代码,可以实现GPRS模块的移动上网。源代码经过试验验证。经证明可行。开发工具keil,编程语言C语言。
    2022-02-28 21:10:49下载
    积分:1
  • Mini-DSO-master
    说明:  51的单片机示波器程序,包括原理图,制作方法。(Microcontroller oscilloscope program, including schematic diagram, production method.)
    2020-09-12 23:26:13下载
    积分:1
  • 基于线段树的同时快速维护区间乘法和区间加法
    主要就是要注意同时维护加法和乘法的lazytag时,加法和乘法的顺序会影响结果,如: x*2+3 != (x+3)*2 因此 维护其中一个tag时 要同时改变另一个tag 以免去顺序的影响。 因此有两种选择 先维护乘法 和 先维护加法 假设 x节点此时乘法tag是2 加法tag是3,之后获得了乘法tag4 以及加法tag5 先维护乘法: x=(x*2)+3 获得后:乘法tag*4 加法tag*4+5    x=(x*8)+3*4+5 先维护加法: x=(x+1.5)*2 显然涉及小数 有精度问题 不继续了 在确定先维护乘法后 就可以开始线段树了...
    2022-01-25 18:39:43下载
    积分:1
  • leafpak-1.1.1.tar
    leafpak: 一个文件打包器的源代码(leafpak: a file package)
    2008-02-16 15:07:42下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载