软件程序,software Program
1)software Program软件程序
1.Compared the experimental results processed by software program and the one processed by hardware phasemeter in the HT-7 tokamak,and summarized the characteristics of the phase difference calculated by software,and then derived the true plasma density.对比了软件程序与硬件相位计在HT-7实验中的处理结果,总结了软件处理所得相位差的特征,并在此基础上求出了真实的等离子体密度。
2.Developing the signal generator simulating the skating time control and the software program is the emphases in a question for discussion, this research solves the debugging need in the control mainboard of skat.研制模拟速滑计时控制器的信号发生器及其软件程序,是课题研究阶段的重点,研究解决了对速滑记圈器主控制板的调试需要。
英文短句/例句

1.macroassembler software library catalog宏汇编程序软件程序库目录表
2.Software Process Improvement Programme [Hong Kong Productivity Council]软件程序改善计划〔香港生产力促进局〕
3.critical software clock routine关键性软件时钟程序
4.microprogramming support微程序设计辅助软件
5.How does a programmer go about modifying a software package?程序如何修改软件包呢?
6.network supervisor software system网络管理程序软件系统
7.configuration utilization evaluator software monitor应用鉴别软件监督程序
8.real-time monitor software package实时监督程序软件包
9.software driver软件驱动器软件驱动程序
10.PLC sequence panel including program software and weld programming terminal.PLC程序控制柜,包括程序软件和焊缝程序终端。
11.Large Scale System Software Timing Analysis Based on Software Reverse Engineering应用软件逆向工程开展大系统软件时序分析
12.Application in the Course of DSP Procedure Making of MATLAB Software;MATLAB软件在DSP程序开发过程中的应用
13.The driver software you are installing for:正在为下列设备安装的驱动程序软件:
14.Click the Software Updates or Driver Updates tab.单击“软件更新”或“驱动程序更新”选项卡。
15.A software robot is a which can simulate the operation of an operator.软件机器人是模拟操作员操作的程序。
16.An interruption of a program that is initiated by a software instruction.由软件指令发起的的一个程序的中断。
17.They are also responsible for installing software patches and reconfiguring the application.安装软件补丁和重新配置应用程序。
18.The Software Licensing Agreement file is missing. The installation will stop.缺少软件许可协议。安装程序将终止。
相关短句/例句

software programme软件程序
3)software[英]['s?ftwe?(r)][美]['s?ft'w?r]软件程序
1.The paper describes the dominant factor that influenced PLC control system reliability and gives methods and measures from PLC working environment,power requirement,grounding and connecting mode,redundancy design and operation degradation design,the input and output circuits of control system and PLC programming software,and so on.本文简述了影响PLC控制系统可靠性的主要因素,并就PLC的工作环境、电源的要求、接地和连接线的方式、冗余设计和降级操作设计、控制系统的输入电路和输出电路与PLC的软件程序编制等多个方面,提出了一些可行的方法和措施。
4)VB software programVB软件程序
5)microprogram software微程序软件
6)microprogramming software微程序编程软件
延伸阅读

利用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所示,值得注意的是各旋转轴同机床零点之间的相互几何关系和各旋转轴的旋转角度偏移定义,对于后置处理的正确性影响较大。