|
|
|
说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
|
|
|
1) indicator needle shaft
指针轴
2) axial needle
轴针
1.
Mechanical design of the device for correcting axial needle on kilowatt-hour meter;
电能表轴针校正仪的机械设计
3) pointer
[英]['pɔɪntə(r)] [美]['pɔɪntɚ]
指针
1.
Application of pointer based on C/C++ Programming;
C/C++程序设计中指针的运用
2.
The application of graphs in pointer teaching;
图表法在指针教学中的应用
3.
Array name and pointer calculation for C language;
C语言的数组名与指针运算
4) point
[英][pɔɪnt] [美][pɔɪnt]
指针
1.
In this paper,the relation ships between point and arrays in language C are introduced by the numbers,by summing up all kind of methods that show arrays by point language C.
通过总结C语言中用指针表示数组的各种方法,系统地阐述了C语言中指针与数组的关系。
2.
This paper analyzes the common but confusing relationship between the two-dimensional arrays and the point.
对C的教学和编程中普遍存在的二维数组与指针极易混淆的关系进行了深入的探讨和分析 ,并对实际编程中遇到的一些问题作了阐
5) indicator
[英]['ɪndɪkeɪtə(r)] [美]['ɪndə'ketɚ]
指针
1.
Based on Visual Basic API Indicator Special Use Analysis;
基于Visual Basic API的指针特殊使用分析
2.
The array and the indicator are in the C language animportant knowledge spot, in the C programming, the array and theindicator semantic mistake is most common but inspects also withdifficulty, this article in has wrongly made the system analysis tothe C language array and indicator in concrete programming some commonsemanticses, and proposed some corresponding solution countermeasures.
数组和指针是C语言中一个重要的知识点,在C程序设计中,数组和指针的语义错误是最为常见的而又难以检查的,本文在对C语言的数组和指针在具体程序设计中的一些常见的语义错误作了系统分析,并提出了一些相应解决对策。
6) "this" pointer
this指针
1.
Using "this" pointer,we may understand the process of one object s construction and destruction in C++ programs and know that how to assign memory to one object and free the memory in order to understand the programs better.
this指针是一个指向正在被某个成员函数操作的对象的指针的特殊指针。
补充资料:MasterCAM8.0在四轴、五轴铣床加工中的应用与技巧
MasterCAM8.0新增加了多轴加工模块,但在实际加工应用中数控机床的控制器是不同的,在后置处理时,如果在MasterCAM8.0提供的后置处理文件夹Posts中找不到适合数控机床控制器的后置处理文件,或者经过编辑某通用后置处理文件后,仍不能得到与数控机床控制器相适应的后置处理文件,那么就无法将多轴加工模块得到的NCI文件转化成实际加工中可用的NC程序。 笔者在工作实践中,通过适当的转化使某些常用、典型的四轴、五轴加工在MasterCAM8.0上得以实现,并且成功后置处理成适合加工实际的四轴、五轴数控铣床控制器格式的NC程序。 一、四轴加工的应用 卫生巾切刀成型辊的数控加工主要是通过用平铣刀和锥度成型刀在XK-715M机床(带旋转轴的三坐标数控机床)上实现的。旋转轴上夹持的切刀成型辊相当于第四轴——A轴,刀具在圆柱体上走空间曲线,就得到刀刃的型面。 那么,如何建出这条卷在圆柱体上的空间曲线呢? 首先,在MasterCAM8.0中,根据切刀理论刃口展开图画出不同刀具的中心轨迹展开图,这是二维曲线。 然后,利用主菜单的转换→卷筒→串连,用串连的方式选取刀具轨迹曲线→然后设定卷筒直径、旋转轴X及曲线放置在圆柱体上的位置→确认后再作出与卷筒直径同样大小的圆柱曲面,作为4轴曲线加工的导动曲面,将空间曲线以投影方式投到圆柱面上进行加工。 虽然同样是FANUC系统,但XK-715M机床和加工中心控制器的所使用的格式稍有区别,所以在用MasterCAM后处理产生NC程序之前需修改后置处理文件MPFAN.PST。 方法如下:进入文件→编辑→*.PST→找到系统默认的MPFAN.PST文件,先作备份,如另存为MPFAN-1.PST文件,然后打开,找到下面清单中的变量rot_ccw_pos : 1,将其改为rot_ccw_pos : 0,并存盘。 # Rotary Axis Settings # -------------------------- vmc : 1 #0 = Horizontal Machine, 1 = Vertical Mill rot_on_x : 1 #Default Rotary Axis Orientation, See ques. 164. #0 = Off, 1 = About X, 2 = About Y, 3 = About Z rot_ccw_pos : 1 #Axis signed dir, 0 = CW positive, 1 = CCW positive 之后,进入“NC管理”菜单→更改后置处理文件→选中MPFAN-1.PST文件,再对NCI文件进行后置处理,产生符合XK-715M机床的NC格式。 二、 五轴加工的应用 以在FIDIA系统的T20上加工双角度叉耳内外形为例,说明用MasterCAM8.0实现T20上带固定角度的五轴加工。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条
|