随着现代电子科技的发展, 大规模集成电路迅速普及,芯片逐渐向高速化和集成化方向发展, 其体积越来越小,频率越来越高,电磁辐射随其频率的升高成平方倍增长,使得各种电子设备系统内外的电磁环境愈加复杂,对PCB 设计中的电磁兼容技术要求更高。PCB 电磁兼容设计是否合理直接影响设备的技术指标,影响整个设备的抗干扰性能,直接关系到整个系统的可靠性和稳定性。
上传时间: 2013-10-21
上传用户:透明的心情
数字运算,判断一个数是否接近素数 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
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
词法分析器 对输入一个函数,并对其分析main() { int a,b a = 10 b = a + 20 }
上传时间: 2013-12-20
上传用户:hfmm633
源程序,一个用电磁炉测试式,电流检测,电压检测。及功率自动控制
标签: 源程序
上传时间: 2014-06-03
上传用户:徐孺
汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
标签: the animation Simulate movement
上传时间: 2017-02-11
上传用户:waizhang
PIC16C63单片机UART通信——A机读取时钟芯片DS1302获得当前时间,通过UART通信传给B机,B机使用LCD1602显示当前时间
上传时间: 2013-11-30
上传用户:shanml
本文设计的电子提花机控制器,从纺织发展方 向出发,针对中小型纺织企业的需求,改进了传统 提花机控制器的一些问题。从实际运行效果来看, 控制器运行稳定可靠。差分信号驱动以及反馈校验 使系统具有很强的抗电磁干扰性,误码率很低。电 磁驱动电压低,降低了电源功率,提高了系统的稳r 定性。采用光纤通信进行信号传输与驱动方案,提 高传输距离和可靠性,为电子提花机的升级打下了 良好的基础。设计中芯片选取低功耗节能型芯片, 降低整机功耗,节约成本。使用U盘作为花型文件 的存储介质,大大提高了花型设计的速度,降低了 设计成本。配合以双路复合式电磁选针器和单动式 提针机构,整机造价可降低60%以上¨J。总的来 说,该控制器成本低廉,性能良好,维护方便,为 中小型纺织企业节省成本,提高效益,值得推广。
上传时间: 2015-05-05
上传用户:yezi123
这是朴华荣老先生的经典电磁测深著作,系统的介绍了电磁测深原理和应用,是地球物理工作者的必备参考书!
上传时间: 2016-03-27
上传用户:jiuying
实验十 子程序结构设计实验
上传时间: 2016-05-11
上传用户:txzdll