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

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

于 2022-04-13 发布 文件大小:889.79 kB
0 132
下载积分: 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 个回复

  • Ssimmple_jpegu
    简易的JPEG压缩程序源码(MMatlab实现) (Easy JPEG compression program source (MMatlab implementation))
    2012-09-15 14:17:31下载
    积分:1
  • ISD1790C
    ISD1790-C程序,用于ISD1790芯片开发的人进行参考。(ISD1790-C procedures for ISD1790 chips were developed by reference.)
    2008-12-25 16:47:19下载
    积分:1
  • CListCtrl 的用法
    void CListBackgroundDlg::SetListInit(){    //属性设置    m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL);    DWORD dwStyle = m_list1.GetExtendedStyle();    m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES);    //设置行宽    CImageList image;    image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0);    m_list1.SetImageList(&image,LVSIL_SMALL);    //设置字体和大小    CFont font;    font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体");    m_list1.SetFont(&font);    m_list1.GetHeaderCtrl()->SetFont(&font);    //设置标题头   &n
    2022-11-29 03:15:03下载
    积分:1
  • pavntbrush
    说明:  一个使用MS VC++ 6,0编写的一个画笔程序实用程序(A paintbrush program utility written in MS VC 6 0)
    2018-12-30 09:34:53下载
    积分:1
  • 20224853717
    说明:  c#做的音乐播放器~不直到大家做过没有,提供上来大家参考下(c# doing music player ~ not until we did not, to provide up under your reference)
    2008-10-20 17:44:50下载
    积分:1
  • calcultor
    用C++编写的科学计算器,功能比较齐全实用。(Written in C++ scientific calculator, function more complete and practical.)
    2015-03-03 16:29:50下载
    积分:1
  • MyListBoxTest
    智能水平scrollbar的CListBox。 在MFC中,用列表框(CListBox)来显示多个字符串是一种很方便的方法。但缺 省的列表框水平滚动条不够智能——这里智能的含义是:在应该出现的时候出 现,不应该出现的时候消失,而且应能自动调节自己的大小。(intelligent level of 9x15 CListBox. In MFC, with the list box (CListBox) to show that the number of strings is a very convenient way. But the default horizontal scrolling list box, not smart-- smart here is the meaning : should the time and should not disappear in time, but should be able to adjust their size.)
    2007-04-04 15:53:03下载
    积分:1
  • 带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
    使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
    2013-09-19下载
    积分:1
  • dodes
    说明:  LDPC码在基于BP (Belief Propagation) 的迭代译码相结合的条件下具有逼近Shannon 限的性能,(Under the condition of combining iterative decoding based on BP (Belief Propagation), LDPC codes have the performance of approximating the Shannon limit.)
    2019-04-01 08:54:14下载
    积分:1
  • Baidu
    用VS编写的一个百度杀毒的界面,采用了贴图的方式,没有使用皮肤(A written in VS baidu antivirus interface, with the method of the map, don t use the skin )
    2014-05-26 22:16:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载