display是什么意思,display的中文翻译,含义,读音发音,用法,造句,参考例句
英语频道小编Bess整理了英语单词display的学习资料,关于display是什么意思这个问题进行了详细的讲解,包括display的英语意思解释、正确音标读音及发音、用法,display的英文短句例句含义讲解等与英文单词display相关的信息。 display英[dɪˈspleɪ]美[dɪˈsple]n.展览,陈列;陈列品,展览品;显示器;炫耀vt.显示;陈列;展开,伸展;夸示,炫耀 vi.(计算机屏幕上)显示 网络显示;显示器;展示;陈列 词形变化: 复数:displays 复数:displayed 复数:displayed 复数:displaying 复数:displays 派生词:displayer 双语例句同反义词更多资料 1 . The most pleasurable experience of the evening was the wonderful fireworks display . 这个晚上最让人高兴的就是精彩的焰火表演。 来自柯林斯例句 2 . It was an incredible display of motherly love and forgiveness. 那是慈母般关爱与宽容的了不起的表现。 来自柯林斯例句 3 . Normally, such an outward display of affection is reserved for his mother. 通常,只有在母亲面前他的情感才会如此外露。 来自柯林斯例句 4 . It is not unknown for valuable display items to go, ahem, missing. 贵重的展品,呃哼,丢失的话,会众人皆知。 来自柯林斯例句 5 . She was leaning against a display case of prints of Paris. 她正倚靠在一个展示巴黎照片的陈列柜上。 来自柯林斯例句 同义词vt.1.展示;表现;炫耀”释义下的同义词 flaunt demonstrate parade show exhibit illustrate 反义词vt.1.陈列;展出;显示”释义下的同义词 conceal hide 语源Middle English (in the sense unfurl, unfold): from Old French despleier, from Latin displicarescatter, disperse (in medieval Latin unfold). Compare with deploy英英释义行业释义网络释义noun1.something intended to communicate a particular impression; made a display of strength 2.something shown to the public; the museum had many exhibits of oriental art 3.an electronic device that represents information in visual form 4.a visual representation of something 5.behavior that makes your feelings public; a display of emotion 6.exhibiting openly in public view; a display of courage vern1.to show, make visible or apparent; The Metropolitan Museum is exhibiting Goya's works this month 2.make clear and visible; The article revealed the policies of the government 3.attract attention by displaying some body part or posing; of animals 体育1.示范飞行 2. 飞行表演 动物学1.炫耀 法律1.显示 生态学1.炫耀 2. 个体以表情、动作、鸣叫和气味向同种其他个体发出信息,意在引起其他个体的行为改变。炫耀具有通信功能,包括行为炫耀、声音炫耀和气味炫耀等。 石油1.显示 -display1 . 显示 ...width(顶边框宽度)border-width(边框宽度)clear(清除)clip(剪切)color(颜色)cursor(光标)display(显示)filter(过滤器)float(浮动)font(字体)@font-face(字体字面)Font-family(字体族)font-s. 2 . 显示器 ...百度百科所有内容均应列出参考资料以供查证。欢迎您协助编辑改善该词条。显示器(display)通常也被称为监视器,显示器是属于电脑的I/O设备. 3 . 展示 ... 13. fair (交易会) spend(花费) certainly(当然) 14. goods(货物) display(展示) commodity(商品) 15. silk (丝绸) garment(服装) sample(样品). 4 . 陈列 dislike也不是,那是一个否定词缀display陈列, 展览, 显示daffy 疯狂 相关词条+display (1 . 展示方法 this study was designed to identify a novel testis overexpressed gene related to spermatogenesis strategy of digital differential display ( DDD ) .本研究运用数字差异展示方法克隆一个与生精相关的睾丸高表达基因。 2 . 显示心 the paper deals with a portable analyzing monitor system with liquid crystal display ( LCD ) , which is low in power consumption and suitable for Chinas specific conditions .研究设计出了一种低功耗的便携式液晶显示心电分析监护仪,除了对其总体方案进行了论证外,还完成了硬件和软件的设计。 +display and crystal display1 . 显示器和液晶显示器 there are two types of computer monitors : CRT ( cathode tube ) , which is a block display and crystal display ( LCD ) , is also very thin .电脑显示器有两种类型:CRT(阴极射线管),它是块显示器和液晶显示器(液晶显示器),也非常薄。 +displayed by display terminal1 . 到显示终端 the status information of electric loads was displayed by display terminal , so the long-distance supervision to all the electric loads …用电支路的状态信息反馈到显示终端,实现对所有用电负载的远程监控。 +display device display1 . 显示设备显示 experimental procedure for the three cameras captured video images goal up a video , sent to the display device display to complete the D1 format output example .实验程序为将三个摄像头捕获的视频图像拼成一个目标视频,送显示设备显示,完成D1格式输出的例子。 百科函数名:display 功能:显示输出函数 用法:void display(); 程序例: #include<iostream.h> template <class k1, class k2> void display(k1 x, k2 y); void main() { char c='h',str[]="ok2002"; int n=100; float x=5.5; double z=1.23456; //两个参数类型相同 display(c, char(c+2)); //h j display(x,2*x); //5.5 11 display(n, 2*n); //100 200 display(str, str); //ok2002 ok2002 display(z, 2*z); |