-
该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计...
该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated critical path, that is a judgment to resolve the feasibility of the project. Right through the importation of construction activities, we can establish arbitrary judgment AOE network. The network for the importation can be calculated for each of the earliest start time, the latest starting time and the entire project will be completed in the first time, and identify key and critical path activities.
- 2022-02-28 12:58:50下载
- 积分:1
-
FastReport demonstration program. FastReport VCL library is under a tripartite s...
fastreport演示程序。fastreport是vcl库的下的一个报表三方控件,写的比delphi自带的报表系统好的多。(DELPHI中有bug)可以下载-FastReport demonstration program. FastReport VCL library is under a tripartite statement Control and writing than delphi"s own statements over a good system. (Delphi is bug) can be downloaded to s
- 2022-04-15 18:29:27下载
- 积分:1
-
宾客管理系统一个不错的系统哦,好用的话告诉我
宾客管理系统一个不错的系统哦,好用的话告诉我 -guests management system a good system, oh so handy told me
- 2022-08-20 05:14:17下载
- 积分:1
-
ministack类的实现,数据结构的作业,模拟出类似stack类的ministack,已经通过测试...
ministack类的实现,数据结构的作业,模拟出类似stack类的ministack,已经通过测试-ministack class implementation, data structure operations to simulate a similar stack class ministack, has passed the test! !
- 2022-05-26 17:08:12下载
- 积分:1
-
一个企业的物资管理系统,数据库使用MS SQL,基础课程,等。
一个企业物资管理系统,用MS SQL,数据库课设,-a corporate materials management system, using MS SQL, database based courses, Oh
- 2022-07-12 05:41:27下载
- 积分:1
-
用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。...
用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。-With a list to achieve the management of student achievement management system that is simple, clear.
- 2022-01-26 03:13:41下载
- 积分:1
-
osi的实时数据库pi的api 全部api 这可是实时数据库的编程者梦寐以求的好东西 市面上是没有的 只有pi专家才有哦 实时数据库的发展相当迅速 是将来的高薪...
osi的实时数据库pi的api 全部api 这可是实时数据库的编程者梦寐以求的好东西 市面上是没有的 只有pi专家才有哦 实时数据库的发展相当迅速 是将来的高薪企业哦!1 加油哦 大家-IMAGE_FLIP_VERTICAL pi real-time database of all api- api But this database programmers dream of the good things the market is not the only experts can Oh pi real-time database developed rapidly in future high-enterprises Oh! Oh you a refueling
- 2022-01-31 12:47:26下载
- 积分:1
-
外部合并排序内存分配
应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
- 2023-05-07 15:35:02下载
- 积分:1
-
把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!...
把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
- 2022-02-20 21:25:49下载
- 积分:1
-
模糊查询源码,实现简单的数据库条目查找。
模糊查询源码,实现简单的数据库条目查找。
- 2022-01-26 00:57:19下载
- 积分:1