第二章 地线干扰与接地技术为什么要地线地环路问题与解决方法公共阻抗耦合问题与解决方法各种接地方法电缆屏蔽层的接地 安全地信号地地线引发干扰问题的原因导线的阻抗导线的阻抗金属条与导线的阻抗比较地线问题-地环路隔离变压器光隔离器共模扼流圈的作用平衡电路对地环路干扰的抑制地线问题-公共阻抗耦合单点接地对噪声的抑制接地方式种类单点接地串联单点、并联单点混合接地线路板上的地线长地线的阻抗多点接地混合接地
上传时间: 2013-10-15
上传用户:u789u789u789
介绍了轮胎爆胎预警系统的原理、发展及应用,重点分析了在爆胎预警系统硬件设计中的两个重要环节:一是通过改进电池设计以及LF低频唤醒技术来延长系统总的工作时间,二是通过检测端天线的设计来加强数据的传输效率。与传统技术相比,这些改进在系统功能、实物尺寸和运行成本上都有所改善,具有一定的实用价值,为爆胎预警系统的广泛应用打下一定基础。
上传时间: 2014-01-15
上传用户:几何公差
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
05嵌入式大会的部分演讲稿,行业发展方向的前瞻与核心技术的探讨,不错。
上传时间: 2015-04-22
上传用户:h886166
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni 请输入每时段间隔的时间dt
上传时间: 2015-06-13
上传用户:it男一枚
此源码功能是捕获网页中的链接并进行分析,可以说属于Web信息检索的相关技术。
上传时间: 2014-11-23
上传用户:gundan
基于RSS的新闻阅读器 什么是RSS?比较普遍的说法有两种,一种是“Rich Site Summary”或“RDF Site Summary”,另一种是“Really Simple Syndication”,中文分别称作“丰富站点摘要”,“RDF站点摘要”和“简易信息聚合”。RSS是某一站点用来和其它站点之间共享和同步信息内容的一种简易方式。网络用户只要使用支持RSS的新闻聚合工具软件,就能在不打开某个网站页面的情况下阅读支持RSS输出的网站内容,并可以方便地实现对某类信息的全程跟踪、即时更新以及网上搜索。在不远的将来,RSS作为一种全新的资讯传播方式,势必对互联网上的信息接收与发布、新闻出版、电子商务、互动交流等领域产生难以估量的影响。 ++++++外文
上传时间: 2013-12-03
上传用户:gyq