1) methodologic system
方法系统
1.
Three methdologic systems of searching for consealed ore deposits have been realized: geophysical methodologic system for detecting the geophysical anomalies of the ore bodies, geochemical one for detecting the geochemical haloes in the rocks overlaying ore deposits and comprehensive one used to study and solve the geologic problems in the process of exploration.
寻找隐伏的有色、稀有及贵金属矿床有三个方法系统,即以观测矿体引起的物探异常为目的的物探方法系统,以观测矿体或矿床上部地球化学晕为目的的化探方法系统及以研究解决找矿过程中的地质问题为目的的综合方法系统。
2) system method
系统方法
1.
he general principle of system method is introduced.
介绍了系统方法的一般原理,运用科学事实和社会现象,论述了系统结构与系统功能之间的辩证关系,结合科学研究成果,论证了通过调整结构获取新功能的结构方
2.
The paper elaborates system idea and system method in detail.
对系统思想和系统方法进行了较为详细的阐述 ,介绍了系统方法就是分析和研究这些独立变量的变化过程。
3.
This paper studies the insufficiency of the relevant concept and method adopted by the present business management and decision making, introduces the concept of direct value added, puts forward the system method of manufacturing enterprise management and decision making, and conducts the application research in combining with case analysis.
研究了现行企业经营决策所采用的有关概念和方法的不足 ,引入了直接增值 ( Direct Value-Added)概念 ,提出了制造企业经营决策的系统方法 ,并结合案例分析进行了应用研究。
3) systematic method
系统方法
1.
Theoretical probe into applying systematic methods to unfold training for nurses;
应用系统方法开展护士培训的理论探讨
2.
Discussion on Systematic Method of Triple Performance Comprehensive Evaluation of Enterprise Clusters;
企业集群三重绩效综合评价系统方法论纲
3.
In order to meet the figuration demands of the complex mobile parts,several influence factors were analyzed synthetically by systematic method to put forward the system aim of assuring geometric size with low cost.
为保证复杂汽车零部件精度焊接成形的要求 ,运用系统方法综合分析了各方面的影响因素 ,提出了精度焊接成形在低成本情况下保证产品几何尺寸的系统目标 ,借助计算机数值模拟技术构造了精度焊接成形系统 ,建立了精度焊接成形的数学模型 ,并结合焊接生产的实际情况对模型的简化求解进行了讨论 ,实现了精度焊接成形从定性到定量分析和控制的过渡。
4) System approach
系统方法
1.
On the usage of system approach in higher tourism education;
系统方法在旅游高等教育中的应用
2.
The Meaning of System Approach to Constructing Socialist Legal System;
试论系统方法对构建社会主义法律体系的意义
3.
System approach to watershed development is very important.
系统方法对流域开发十分重要。
5) systematic approach
系统方法
1.
Therefore, it will be efficient to introduce the systematic approach to study of national culture.
把系统方法引入文化研究领域,用系统观点考察文化问题是一种新的有益思路。
6) systematic methods
系统方法
1.
Although the systematic characteristics in the history of science and technology are more and more being observed,so far rarely are the systematic methods input and applied in the study for the history of science and technology both inland and abroad.
尽管人们已经越来越多地注意到科技史的系统特征 ,但将系统方法引入和应用到科技史的研究中 ,目前在国内外都还是一项没有广泛开展起来的工作。
2.
The former refers to the systematic methods of optimizing teaching process; the later refers to the design, process and adoption of software and hardware including media of printing,TV,computer,etc.
前者为实现教育、教学过程最优化的系统方法;后者则为印刷媒体、广播电视媒体、计算机网络媒体等多种媒体的软硬件设计、制作及使用。
补充资料:Jackson系统开发方法
Jackson系统开发方法
Jackson system development method
Jacksonx一tong ka*fa fangfaJackS0n系统开发方法(Jac瓦沁n systemds·vel0Pment method)一种面向数据结构的软件开发方法,该方法是以数据结构为基础,通过一组映射或转换过程来建立程序的结构。 JSD是Jae址刃nsysteln块velopment的缩写。JSD方法是由M.A.杰克逊提出的。他首先于1972一1974年间提出了JSP,这是一种结构化程序设计方法,后来在 1978一1981年间将其扩充为JSI)o JSI〕方法把系统开发分为描述和实现两个阶段。描述阶段建立一个与系统相关的客观世界的模型,并在此基础上确定系统功能。实现阶段在具体的软硬件环境下实现系统功能。 JSD方法有6个步骤: (1)实体动作步骤:列出客观世界中与系统有关的原始实体和实体动作表,以及每一动作的属性表。这些表规定了系统功能的范围。 (2)实体结构步骤:用结构图来表达每一个实体的诸动作间有序约束,得到一个结构图集。结构图中包括顺序、选择及重复等三种构造。 实体动作步骤和实体结构步骤的结果是一个客观世界的抽象描述。为了模拟客观世界,客观世界中的每一个实际进程需要有一个对应的模型进程。 (3)初始模型步骤:说明模型进程是如何与其相应的实际进程进行联系的。JS】〕方法支持数据流联结与状态向量联结两种方式,结果得到一个系统说明图。此外,软件开发人员还需写出模型进程的结构文本以便进一步说明模型进程。结构文本实质上是结构图的文本形式,它包含了从外界输人信息的操作,以及根据输人信息确定模型进程中操作执行的条件。 (4)功能步骤:指明系统功能。指明的方式有3种:①以初始模型中的术语为基础,用自然语言按规定的形式陈述功能。这种方式有利于软件开发人员与用户之间的通信。②在初始模型的系统说明图中加人功能规约。③用结构文本给出细化的功能规约。这3种方式一般要结合使用。 (5)系统时序步骤:在时间上系统总是延迟于客观世界,而根据系统功能的需要,系统的不同部分在延迟的程度上总是有所区别的。为了完善系统规约,在本步骤中考虑这些延迟,并和系统用户一起讨论系统中各个不同部分的延迟程度。结果得到非形式的描述时序约束的文件。 以上5个步骤为描述阶段。 (6)实现步骤:在具体的软硬件环境下实现系统功能。实现步骤的基本任务有3:①确定有多少真实或虚拟的处理器用于执行系统;②当处理器的数量小于进程的数量时,确定如何在进程间分配处理器;③在一个拥有多个进程的处理器上确定如何由多个进程共享处理器时间,即进行进程调度。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条