/* 如下代码指定文本选中的样式 */ ::selection { background-color: #518fe2; color: #ffffff; } ::-moz-selection { background-color: #518fe2; color: #ffffff; } ::-webkit-selection { background-color: #518fe2; color: #ffffff; } body { margin: 0px; padding: 0px; } .allshowdiv { width: 460px; margin: 0 auto; overflow: hidden; height: 400px; } .showdiv { width: 260px; padding-bottom: 5px; border-right: 1px dashed #518fe2; float: left; } .smb { color: #518fe2; border: 1px solid #518fe2; background-color: #ffffff; height: 24px; width: 48px; } .textbox { text-align: center; border: 1px solid #518fe2; color: #518fe2; width: 128px; height: 16px; } .textbox input:hover, input:active, input:focus { color: #000000; } .combox { border: 1px solid #518fe2; } .notestage { color: #518fe2; } .setalink { color: #518fe2; text-decoration: none; } .notestage2 { color: #518fe2; } .calcreturndiv { width: 180px; padding-left: 10px; color: #69b076; float: left; } .footer { padding: 5px 0px; border-top: 1px solid #518fe2; text-align: center; color: #518fe2; } .footer a { margin-right: 3px; color: #518fe2; text-decoration: none; } .footer a:hover { text-decoration: underline; }

电感,电容,频率互算

在文本框中输入已知的两个参数,点击需要计算的参数的按钮,即可计算出所需参数。

比如测得频率为50KHz,谐振电容为0.47uf,那么就将“50”填写到频率的文本框,将“0.47”填写到电容的文本框,将后面的单位换成uf,然后点击计算电感,即可获得相应的电感量。