登录
首页 » C# » 因为日常工作中可能有各种各样的流程,步骤和处理过程都不一样,如何在引擎中描述这么多步骤和处理过程都未知的流程?我们想到了模板技术,不同的流程,定义不同的模板,处...

因为日常工作中可能有各种各样的流程,步骤和处理过程都不一样,如何在引擎中描述这么多步骤和处理过程都未知的流程?我们想到了模板技术,不同的流程,定义不同的模板,处...

于 2022-03-04 发布 文件大小:1.11 MB
0 83
下载积分: 2 下载次数: 1

代码说明:

因为日常工作中可能有各种各样的流程,步骤和处理过程都不一样,如何在引擎中描述这么多步骤和处理过程都未知的流程?我们想到了模板技术,不同的流程,定义不同的模板,处理过程和步骤都在模板中定义好,实际应用中开始一个新的流程时,按模板定义生成流程的步骤就可以了。-Daily work because there may be a variety of processes, steps and the process is different, how the engine is described in so many steps and process flow are unknown? We think of the template technology, different processes, different definitions of the templates, processes and steps in the template definition of good, practical application of a new process began when, according to the template definition process steps to generate it.

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

发表评论

0 个回复

  • yuanma
    对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。(For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.)
    2009-04-09 12:55:48下载
    积分:1
  • CEI-x30-User-Manual
    ARINC 429 bus Contorl and set
    2015-03-10 13:58:08下载
    积分:1
  • Ethernet
    这个是LPC1788开发板的测试用例 都已经试过可以编译通过(This is the LPC1788 development board test cases have been compiled through)
    2015-07-06 20:40:53下载
    积分:1
  • CIIP-master
    CIIP是基于XAF开发的开源信息系统框架。CIIP最常见的应用场景是基于数据库的企业级应用程序,例如供应链系统,ERP系统,MRP系统,CRM系统等。(CIIP is an open source information system framework based on XAF. The most common application scenarios for CIIP are based enterprise applications, such as supply chain systems, ERP systems, MRP systems, CRM systems, etc..)
    2020-10-21 20:57:25下载
    积分:1
  • easyui 工作流设计器设计 例子源码
    easyui 工作流设计器设计 例子源码
    2014-11-04下载
    积分:1
  • code-fy
    N79E814+pan3020c 433无线收发例程(N79E814+pan3020c DEMO CODE)
    2020-09-03 10:38:08下载
    积分:1
  • C# 根据路径使用DirectoryInfo创建文件夹
    C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。   在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:   if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空   {    MessageBox.Show("文件夹名称不能为空!");   }   else   {    DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象    if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在    {    MessageBox.Show("该文件夹已经存在");    }    else    {    dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹    }   }
    2023-02-21 06:20:03下载
    积分:1
  • DateTimePicker的增强控件,支持为空值。可以编译为用户自定义控件,支持text及value值的设置。
    DateTimePicker的增强控件,支持为空值。可以编译为用户自定义控件,支持text及value值的设置。-DateTimePicker control enhancements, support for the null value. Can be compiled for the user custom control to support the text and value value settings.
    2022-05-12 16:41:16下载
    积分:1
  • Visual C#2017 范例程序.rar
    【实例简介】
    2021-07-18 00:32:28下载
    积分:1
  • SinglePointPosition
    卫星导航定位的标准单点定位算法,可实现界面化操作(Standard single point positioning satellite navigation and positioning algorithm can achieve the interface of operation)
    2015-01-18 10:16:57下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载