说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 图形图像显示
1)  displaying of graph and image
图形图像显示
2)  Image Displaying
图像显示
1.
Program technology is discussed through edge extraction from the aspects of image reading,image processing and image displaying.
0与MIL相结合环境下的图像处理软件的开发工作,其中以边沿提取为例,从图像读取、图像处理、图像显示3个方面对编程技术进行了探讨。
3)  Image Display
图像显示
1.
VGA Image Display Control System Based on CPLD;
基于CPLD的VGA图像显示控制系统
2.
A Study of Digital Image Display Technology Via Color TFT-LCD Based on DSP;
基于DSP的彩色TFT-LCD数字图像显示技术研究
3.
A CCD big screen image displaying system with the resolution of 1 micron and the observing field of 160 μm×160 μm is developed successfully on a sputter initiated resonance ionization time of flight mass spectrometer.
研制成功了在溅射原子化共振电离-飞行时间质谱仪上分辨率为1μm、观察范围为160μm×160μm的电荷耦合器件(CCD)大屏幕图像显示系统,利用该系统分析研究了黄铁矿样品中微细粒金的大小及分布情况,并进行了深度分析。
4)  graphics display
图形显示
1.
It also recommends the devising essentials of high speed compiling program for PC serial communication and graphics display,lists examples to explain its effects in using.
主要介绍构成记忆示波器的STC12C5408AD增强型单片机8通道10位模数转换功能的设置、应用和具体的汇编程序设计,以及PC机串行通讯和图形显示的高速汇编程序的设计要点,并列举实例说明其应用效果。
2.
By analyzing general LCD display module 12232F,discusses how to realize text display,graphics display,parallel port control,serial port control and the connection way of control circuit.
通过对通用液晶显示模块12232F的具体分析,阐述了如何实现文本显示和图形显示;介绍了并、串口控制以及具体控制电路的连接方法;给出了该液晶显示模块主控程序的设计方法。
3.
In this paper,two questions that graphics display arithmetic of IAA(instantaneous access area) must resolve are put forward and analyzed.
提出了瞬时覆盖区图形显示算法要解决的2个问题,即像素点的解析计算问题和仿真步长的确定问题,给出了2个问题的解析解。
5)  graph display
图形显示
1.
The paper researches and develops the static, dynamic graph display of two dimensions lasercutting CNC system.
本文研究和开发了二维激光切割数控系统的静态和动态图形显示功能。
2.
The B/S system is becoming the development direction of dam safety monitoring system,and statistical graph display of collecting data is necessary in B/S system.
B/S系统正在成为大坝安全监测系统的开发方向,其中采集数据的统计图形显示必不可少。
3.
This paper bring forward error - planeness display based on graphmethod, deal with method of depicting plane form, among error -- planenessmeasuring, according measuring data choose draw to method and design draw to algorithm,and design graph display algorithm.
本文提出的基于图形方式的平面度误差显示的方法,论述描述平板形状的方法,在平面度误差测量中,根据采样数据选择拟合方法和设计拟合算法,并设计图形显示算法。
6)  graphic display
图形显示
1.
Development of graphic display system for large-scale river networks and its application;
大型河网水力模拟图形显示系统的开发及应用
2.
The grid graphic display of 3D finite element model;
网格图形显示三维有限元模型
3.
The interface between the soft-core processor Nios II and the liquid crystal display module is given, and the programming technique of graphic display is explained at the same time.
文中介绍了一种基于嵌入式Nios II软核处理器的SOPC(System On Pro-grammable Chip)的设计方法,给出了软核处理器Nios II与液晶显示模块的接口和图形显示的编程技术,以及Bresenham画线算法的Nios II应用程序。
补充资料:基于图像空间的数控加工图形仿真
摘要 在数控加工图形仿真验证中,传统的图像空间离散方法提供的观察分析手段较少,限制了它的应用;而物体空间方法计算量大,不具有实时性。介绍一种在基本图像空间离散法的基础上对数据结构和算法作了改进的方法,一方面不会失去仿真实时性,另一方面为用户提供了更多且方便有效的分析观察手段,且具有物体空间方法的优点。
  关键词 数控 CAD/CAM NC验证 NC仿真

 


  使用计算机模拟数控加工,对NC程序的运行进行图形仿真,以此检验NC程序和加工方法的正确性,是一个非常有益的尝试。但是,仿真技术涉及大量的计算,效率低、耗时多,不能用于实际生产中。离散的方法能使计算量大大降低,在物体空间离散毛坯和刀具能获得毛坯切削后的精确表示,有利于对切削结果进行有效的观察分析,更适用于NC程序的验证[1~3];Van Hook[4~6]采用图像空间离散法实现了加工过程的动态图形仿真,他使用Zbuffer消隐思想,将实体按图像空间的像素(pixel)离散,将计算简化为视线方向上的一维布尔运算,较好地解决了实时性的问题。

  但是,传统的图像空间离散方法不能提供有效方便的观察分析手段,限制了它的应用。笔者根据Van Hook图像空间法的思想,对数据结构和算法作了改进,使得在不失去仿真实时性的前提下,为用户提供了更多、更方便有效的分析观察手段,而这些手段原本具有物体空间方法的特点。


1 Van Hook算法的基本思想

    图像空间方法使用类似图形消隐的Zbuffer思想,将工件和刀具按屏幕的像素离散为Zbuffer结构。切削过程简化为沿视线方向上的一维布尔运算。本法将实体布尔运算和图形显示过程合为一体,使图形仿真有很高的实时性。

1.1 Zbuffer方法



图1 Zbuffer方法说明


  见图1,视线方向与屏幕垂直,沿视线方向将毛坯和刀具离散,在每一个屏幕像素上,刀具和毛坯表示为一个长方体,称为Dexel结构(即Zbuffer结构)。刀具和毛坯之关系有7种,此时,刀具切削毛坯的过程就变为两套Dexel结构的比较问题,具体的运算过程用以下的算法说明:
CASE 1:只有刀具,显示刀具;break;
CASE 2:毛坯遮挡刀具,显示毛坯;break;
CASE 3:刀具切削毛坯的后部,显示毛坯;break;
CASE 4:刀具切削毛坯的内部,显示毛坯;break;
CASE 5:刀具切削毛坯的前部,显示刀具;break;
CASE 6:刀具遮挡毛坯,显示刀具;break;

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