About 57 results
Open links in new tab
  1. 衰减的单位dB是什么意思? - 知乎

    Oct 3, 2013 · 如果我们用dB来表示的话,第一种情况增大了3dB,而第二种情况增大了10.4dB,更能客观地反映出人的感官的感觉特性。 而在电子工程技术领域,dB是国际上统一使用的电信 …

  2. 什么是dBm,与dB、dBW的区别? - 知乎

    dB定义为任意两个给定点之间的功率或信号强度之差,而dBm则定义为功率的绝对值或强度,用于确定特定点的信号强度。 与dB不同,dBm是绝对测量单位。 dB代表一个相对数字,表示信号 …

  3. db是什么意思? - 知乎

    Sep 18, 2021 · dB和dBm的计算 dB的意义在于把一个很大或很小的数比较简短地表示出来,即数值变小,读写方便。 当一个高频线性放大器的输入功率为10W,输出功率为40W时,功率的 …

  4. *.db是什么文件,如何打开? - 知乎

    后缀是.db的文件是数据库文件,db是datebase的缩写,datebase的意思就是数据库。 数据库类型包括: 关系数据库、 非关系型数据库 (NoSQL) 关系型的有:Oracle,MySQL, …

  5. File extension .DB - What kind of database is it exactly?

    12 If you're on a Unix-like platform (Mac OS X, Linux, etc), you could try running file myfile.db to see if that can figure out what type of file it is. The file utility will inspect the beginning of the …

  6. database - How to open this .DB file? - Stack Overflow

    I have a few database files with .db extension and I want to take a peek. However I don't know what program should I use to open the files. I've found a similar quesiton that says checking …

  7. What is the difference between *.sqlite and *.db file?

    May 1, 2011 · 24 A .sqlite file is as the name implies a file that contains an SQLite database. The .db file extension is used by Oracle, Paradox and XoftSpySE databases. [1] As Christian noted …

  8. 噪声测量中dB 和 dBA 有什么区别? - 知乎

    做一下搬运工 dB,只是理论上的值。在现bai实中,必须要通过一du定的设施进行zhi测量才知道结果。为了照顾人的感觉,分别设计了dao三种计量(实际就是计权)方式,并按此方式设计了 …

  9. sqlite数据库的三种后缀(.db .db3 .sqlite)有什么区别? - 知乎

    Aug 23, 2020 · SQLite数据库可以使用不同的后缀来命名文件,常见的后缀有.db、.db3和.sqlite。 这些后缀没有实质性的区别,只是用于标识文件的类型。

  10. How to create a DB link between two oracle instances

    Nov 7, 2012 · How to create a DB link between two Oracle instances. Let's say A and B are two instances. I want to access the data in instance B from the instance A.