CRT的完整形式是什么?

CRT:阴极射线管 (CRT: Cathode Ray Tube)

CRT is an abbreviation of Cathode Ray Tube. Cathode Ray Tube is a vacuum tube that accommodates one or more than one electron filled guns and a phosphorescent screen, which is used in television and conventional computer display. It operates by transferring electrons from the back of the tube in the direction of the display screen where it comes into collision with the phosphorous. The electrons light up and are projected on the display screen when they collide with the phosphorous inside the tube during the collision.

CRT是Cathode Ray Tube的缩写阴极射线管是一种真空管,可容纳一个或多个电子填充枪和磷光屏,用于电视和常规计算机显示器。 它通过从电子管的背面沿显示屏的方向传输电子来与磷发生碰撞,从而进行操作。 在碰撞过程中,电子与管内的磷碰撞时,电子会发光并投射在显示屏上。

The three lights Red, Green, and Blue produce the color displayed on the screen and frequently alluded to as RGB.

红色,绿色和蓝色这三个灯产生的颜色显示在屏幕上,通常被称为RGB。

Interference occurs, due to the Magnetic charges which are employed to show the way of electrons, when a speaker or other magnetic devices are placed near a CRT monitor. Magnetic charges are not used in LCDs and flat screens and this is the reason why they don't tackle these kinds of interference occurrence problems. In LCDs, the tube is also not present, due to which in comparison to CRT monitors their size looks much leaner. LCDs are superseding CRT monitors from both the markets of consumers as well as professionals because they very nearly match able with the standard of CRT monitors.

当扬声器或其他磁性设备放在CRT监视器附近时,由于用来显示电子方式的磁性电荷而产生干扰。 液晶显示器和平面屏幕中不使用磁性电荷,这就是它们不能解决此类干扰发生问题的原因。 在LCD中,也不存在显像管,因此与CRT显示器相比,它们的尺寸看起来更小。 LCD已取代了来自消费者和专业市场的CRT显示器,因为它们几乎可以与CRT显示器的标准相匹配。

CRT full form


Image source: https://steemit.com/physics/@drifter1/physics-electromagnetism-cathode-ray-tubes-explained-using-electric-potential

图像来源:https://steemit.com/physics/@drifter1/physics-electromagnetism-cathode-ray-tubes-explained-using-potential

特征 (Features)

  • CRT has a huge physical size and a massive weight.

    CRT具有巨大的物理尺寸和巨大的重量。

  • CRT has a much more effective ratio of contrast and in dark images gives more perceptible specific facts. While CRT shortfall to give blazing white intensities in the LCD.

    CRT的对比度要有效得多,而在深色图像中,CRT具有更明显的特定事实。 而CRT不足会在LCD中产生炽烈的白色强度。

  • CRT is completely at a low price and getting disappeared from the market. Almost all the manufacturers have put an end to the CRT production and it is very strenuous to find it in the market.

    CRT的价格完全低廉,并从市场上消失了。 几乎所有制造商都已停止了CRT的生产,因此在市场上找到它非常费力。

  • CRT uses a ratio of 4:3 on the display screen. In conventional televisions, on top and bottom of the screen, a black bar is situated which shows that it is not prepared to use all the space of the screen. Whereas, LCD screens have much extensive width which shows that they have bar either small or not at all.

    CRT在显示屏上使用4:3的比率。 在传统的电视中,在屏幕的顶部和底部,都有一个黑条,表明它没有准备好使用屏幕的所有空间。 而LCD屏幕的宽度要宽得多,这表明它们的条形很小或根本没有。

CRT的基本组成 (Basic Components of CRT)

  • Electron Gun: A beam of electrons is produced by an electron gun.

    电子枪电子枪产生电子束。

  • Anodes: electrons are accelerated by anodes.

    阳极 :电子被阳极加速。

  • Horizontal and Vertical Deflection Plates: To modify the regulation of beam of electrons, these plates generate the low-frequency electromagnetic field which is needed.

    水平和垂直偏转板 :要修改电子束的调节,这些板会产生所需的低频电磁场。

  • Fluorescent Screen: phosphor is used to make the fluorescent screen. When the electrons hit on it, it releases light.

    荧光屏 :磷是用来做荧光屏。 当电子撞击在它上面时,它会释放光。

  • Evacuated Glass Envelope: The whole cathode ray tube is assembled or carried by an evacuated glass envelope.

    真空玻璃外壳 :整个阴极射线管由真空玻璃外壳组装或携带。

CRT的应用 (Applications of CRT)

  • CRT is used in cathode ray oscilloscope.

    CRT用于阴极射线示波器。

  • CRT is used in radar as a display device.

    CRT在雷达中用作显示设备。

  • CRT is used in televisions and monitors.

    CRT用于电视和显示器。

翻译自: https://www.includehelp.com/dictionary/crt-full-form.aspx

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/543773.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Python打包程序

到py2exe的官网下载程序,注意对应的python版本,比如所用的python版本为2.7,那么就下载适配2.7版本的py2exe软件下载完成后安装(与普通软件安装方式相同) 2将要转换的python脚本放到Python文件夹内 在python的目录下面&…

ruby中!!_Ruby反向! 功能

ruby中!!逆转! Ruby中的功能 (reverse! function in Ruby) As the name suggests, reverse! function is used to reverse the elements of an array. Most of the times, we need to reverse an array but if we do it with the help of loops, the program will b…

mcal rtm_RTM的完整形式是什么?

mcal rtmRTM:阅读手册 (RTM: Read The Manual) RTM is an abbreviation of "Read The Manual". RTM是“阅读本手册”的缩写 。 It is an expression, which is commonly used in messaging or chatting on social media networking sites like Facebook,…

mysql悲观锁总结和实践

使用场景举例:以MySQL InnoDB为例商品t_goods表中有一个字段status,status为1代表商品未被下单,status为2代表商品已经被下单,那么我们对某个商品下单时必须确保该商品status为1。假设商品的id为1。 一、如果不采用锁,…

2G的完整形式是什么?

2G:第二代 (2G: Second Generation) 2G is an abbreviation of the "Second-Generation Cellular Network". 2G是“第二代蜂窝网络”的缩写 。 In 1991, 2G cellular networks were commercially introduced on the GSM standard in Finland by Radiolin…

推送证书

2019独角兽企业重金招聘Python工程师标准>>> 推送证书 1 openssl pkcs12 -in CertificateName.p12 -out CertificateName.pem -nodes 转换文件上传 2证书有效期 openssl x509 -in xxx.pem -noout -dates —反馈 notBeforeDec 12 07:42:27 2015 GMT notAfterDec 11…

ruby 覆盖率测试_Ruby方法覆盖

ruby 覆盖率测试Ruby中的方法重写 (Method overriding in Ruby) Method overriding simply means that there are two methods defined within the same scope and they both are used for performing different tasks. This feature is provided in an Object-oriented langua…

iOS 之 UITextField

UITextField 之 失去焦点 收起键盘 UITextField 之 手势收起键盘转载于:https://www.cnblogs.com/SimonGao/p/5106681.html

ruby推送示例_Ruby直到示例循环

ruby推送示例直到循环 (The until loop) The until loop is one of the great features of Ruby which makes it different from other programming languages. The support of until loop specifies how much user-friendly language Ruby is? 直到循环是Ruby的重要功能之一&…

Dubbo学习总结(4)——Dubbo基于Zookeeper实现分布式实例

入门实例解析 第一&#xff1a;provider-提供服务和相应的接口 创建DemoService接口 [java] view plaincopyprint? <span style"font-size:18px;">package com.unj.dubbotest.provider; import java.util.List; /** * 定义服务接口&#xff0c;该…

什么是5g全双工模式_5G的完整形式是什么?

什么是5g全双工模式5G&#xff1a;第五代 (5G: Fifth Generation) 5G is an abbreviation of the "Fifth Generation". 5G是“第五代”的缩写 。 It is the fifth-generation wireless technology for digital cellular networks that started broad operation in 2…

Gmap.net 怎么导入离线地图

我使用【http://www.cnblogs.com/enjoyeclipse/archive/2013/01/29/2882254.html】所提供的方式导出地图数据 但是在【C:\Users\用户名<你的计算机用户名>\AppData\Local\GMap.NET\TileDBv5\en】这个文件夹下看到的Data.gmdb永远是256m 用这个Data.gmdb文件也无法导入 请…

下一个全排列_下一个排列

下一个全排列Problem statement: 问题陈述&#xff1a; Given a permutation print permutation just greater than this. 给定一个排列&#xff0c;打印排列就比这个更大。 Example: 例&#xff1a; Permutation:1 3 2 5 4Output:1 3 4 2 5Solution: 解&#xff1a; What …

[转载]PhotoShop性能优化

现在随着Photoshop版本越来越高功能也越来越强大&#xff0c;而往往强大的功能需要电脑有好的配置运行&#xff0c;比如HDR、图像合成或者3D和视频等类似的功能&#xff0c;还有处理比较大尺寸的图像时&#xff0c;如果电脑配置不够强往往非常卡&#xff0c;这时我们就要好好设…

in-nan(ind)_NaN16 Constant in Julia

in-nan(ind)Julia| NaN16常数 (Julia | NaN16 Constant) NaN16 is a constant of the Float16 type in Julia programming language, it represents "not-a-number" value. NaN16是Julia编程语言中Float16类型的常量&#xff0c;它表示“非数字”值。 Syntax: 句法&…

iOS 架构模式

MVVM指南&#xff08;课程学习&#xff09; iOS 架构模式 iOS 之 依赖注入 Square对iOS App架构的新尝试---Ziggurat 基于彻底解耦合的实验性iOS架构转载于:https://www.cnblogs.com/SimonGao/p/5112299.html

分披萨问题_比萨疯狂问题

分披萨问题Problem statement: 问题陈述&#xff1a; There is a shop which sells pizza of three different sizes- Small, Medium, and Large Pizza. IncludeHelp is crazy for Pizzas. A small Pizza has an area of S unit2, a medium Pizza has an area of M unit2 and …

oracle 10g学习之分组函数

一、 &#xff08;1&#xff09;分组查询语句的顺序 select ... from ... where ... group by ... having ... order by ... 注意&#xff1a; where-->group by分组-->执行组函数-->having筛选->order by 如果select/having语句后面出现了组函数 那么se…

0.1uf与47uf并联_UF是什么形式?

0.1uf与47uf并联UF&#xff1a;超滤 (UF: Ultrafiltration) UF is an abbreviation of Ultrafiltration. It is a kind of membrane filtration which is used in UF water purifiers. Through a hollow fiber threaded semi-permeable membrane, the water is made to proceed…

机器学习相关——协同过滤

在现今的推荐技术和算法中&#xff0c;最被大家广泛认可和采用的就是基于协同过滤的推荐方法。本文将带你深入了解协同过滤的秘密。下面直接进入正题 1 什么是协同过滤 协同过滤是利用集体智慧的一个典型方法。要理解什么是协同过滤 (Collaborative Filtering, 简称 CF)&#x…