说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 构件软件
1)  Component-based software
构件软件
1.
The Research on Reliability Testing of Component-Based Software;
构件软件可靠性测试技术研究
2.
Compared with traditional component-based software testing an AOP(Aspect-oriented Programming) solving framwork of component-based testing was put forward.
研究构件的可测试问题,给出了一个面向方面的构件软件测试解决方案。
3.
This paper introduces the features of software components techniques and the concept, characteristics of component and component-based software, and its induced testing problems,then introduces the current development of testing methods of component-based software.
描述了构件技术的特点,介绍了构件及构件软件的概念、特点和由此引发的测试问题,以及现有构件软件测试方法的研究情况。
2)  Component software
构件软件
3)  component based software
构件软件
1.
When the reliability sensitivity of each component based software is given and the testing- resource constrained, optimization problem in determining the test allocation is studied.
探讨了软件测试中每个构件软件的可靠性灵敏度已知,而测试资源受约束时,如何合理分配测试用例以提高构件软件可靠性的最优化问题。
4)  software component
软件构件
1.
Research on the Development of Software Component Composition Technology;
软件构件组装技术发展研究
2.
Research on Domain Oriented Software Component Technology;
面向领域的软件构件技术研究
3.
Metrics on software components based on information entropy;
基于信息熵的软件构件度量方法
5)  software components
软件构件
1.
For field working status of electrical automatic testing system application,in view of all three aspects about flow,data and operation,some advanced technologies like software components,software bus,database and so on are applied to breaking down,packing up and data separating of electrical experiment routines.
针对电机自动测试系统应用的现场工况,运用软件构件、软件总线和数据库等技术,从流程、数据和操作3个方面对电机试验规程进行分解、封装和数据分离,实现了试验规程的现场添加、组合和分拆,满足了工程上对电机自动测试系统软件的柔性需求。
2.
Component-based software development methodology for building large and complex applications an ideal solution,software component technology to support software reuse is the core technology,the definition of a good through the reuse of software components to develop application software,can significantly improve software productivity.
基于构件的软件开发方法为构筑大型复杂应用提供了一种理想的解决方案,软件构件技术是支持软件复用的核心技术,通过重用具有良好定义的软件成分来开发应用软件,可以大大提高软件生产率。
3.
As the effective means to compose the expert system,the software components and the platform of expert system have got access to application.
软件构件和专家系统平台作为构造专家系统的有效手段已经进入应用阶段。
6)  soft component
软件构件
1.
In view of the interoperation and reuse problem in the large distributed information system, this paper promotes a strategy of using CORBA and soft component technology to devel- op ERP.
针对大型分布式信息系统异构环境下存在的互操作和复用问题,利用CORB A标准和软件构件技术,提出了将软构件与中间件技术相结合的开发策略。
补充资料:利用UG软件后置处理由MAX-5软件生成的刀位文件
  MAX-5是叶轮专用的编程软件,UG则是在国内应用较广的CAD/CAM系统。MAX-5后置处理的通用性较差,而UG则具有灵活的后置处理功能,本文作者将二者巧妙地结合在了一起,不仅实现了二者的优势互补,而且为成功解决生产中遇到的实际问题开拓了思路。


一、前言


    对于直纹面叶轮的5轴铣削加工,熟悉的人都清楚叶轮专用编程软件MAX-5有着明显的优势。该软件加工轨迹的定义方式丰富、刀具选择面广,加工效果非常好。但由于是专用软件,它的后置处理程序是由软件公司根据实际机床结构编写的,不具有通用性和可编辑性。实际的工作中,我们可能会碰到各种不同运动关系和结构的机床,是否可以提取MAX-5生成的刀位文件而通过其他的软件去实现灵活后置呢?如果这样的方式能够实现,将带给我们极大的方便,同时也增强了MAX-5软件的适应性。


    UG是一款高端的一体化软件,其CAM功能中的可变轴铣削方式就能够实现多轴加工。同时该软件还有一个很大的好处,它对自身的刀位文件可以灵活地后置,通过用户定义的后置处理程序就可生成实际机床所需的代码文件。由此,我们尝试通过UG软件去后置MAX-5软件生成的刀位文件,并成功地在双旋转工作台5轴机床上得以实现。本文就该方式的具体实现过程介绍如下。


二、UG软件多轴加工后置处理程序的用户自定义


    UG软件中的Post-Builder是提供给用户定制后置处理程序的功能模块。该模块如图1所示,不仅可以对程序结构和代码进行定义,同时也可以对机床的运动关系进行定义,这就为我们创造了条件。在这里,考虑多轴加工的后置,我们主要介绍定义机床的运动关系部分,其余的不作叙述。



图1 UG的Post-Builder功能模块


    先探讨一下UG软件提供的机床定义功能。如图2所示,在Create New Post Processor界面里,机床的定义包括了所有的5轴运动关系,这里需要定义与实际相符的机床运动关系,在本文中定义为5-Axis with Dual Rotary Tables方式,然后明确其他选项,进入后续的定置。在5—Axis  Mill的定义中 ,有General Parameters 、Fourth Axis、Fifth Axis共三个部分需要定义,可参照UG的培训教程,这里不作详述。如图3所示,值得注意的是各旋转轴同机床零点之间的相互几何关系和各旋转轴的旋转角度偏移定义,对于后置处理的正确性影响较大。


说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条