特点(FEATURES) 精确度0.1%满刻度 (Accuracy 0.1%F.S.) 可作各式数学演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A| (Math functioA+B/A-B/AxB/A/B/A&B(Hi&Lo)/|A|/etc.....) 16 BIT 类比输出功能(16 bit DAC isolating analog output function) 输入/输出1/输出2绝缘耐压2仟伏特/1分钟(Dielectric strength 2KVac/1min. (input/output1/output2/power)) 宽范围交直流两用电源设计(Wide input range for auxiliary power) 尺寸小,稳定性高(Dimension small and High stability)
上传时间: 2013-11-24
上传用户:541657925
电能表专用6kvac高隔离防静电dc/dc电源模块的详细介绍 wrh 电力仪表专用6kvac高隔离防静电系列模块电源,具有输出稳压自恢复过载短路保护及8kv抗静电保护功能。 输入电压 5, 12, 15, 24 vdc 输出电压 3.3, 5, 9, 12, 15 ,18v, 24 vdc 如需其它规格,请咨询顺源科技公司 电气特性 以下数据除特殊说明外,均是在ta=25° c, 标称输入电压, 额定输出电流时测得. 输入特性 电压范围 +/- 5% 滤波 陶瓷电容 隔离特性 额定电压 6000 vac 泄漏电流 1 ma 电阻 109 ohm
上传时间: 2013-10-23
上传用户:zgu489
在一般开关电源电路中,L-N之间通常会设计放置一个X电容,此电容的作用一般都是为了抑制电磁干扰。然而,从安全的角度出发,在电路工作时,该电容会储存电荷,而当电源插头从插座中拔出时,如果人体触摸到插头,该电容则会通过人体放电,有可能产生触电危险。因此,GB8898-2001标准中,第9.1.6章专门对电路的拔出电源插头放电情况进行了测试。
上传时间: 2013-10-28
上传用户:zwei41
#include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
上传时间: 2013-10-21
上传用户:13788529953
HT49R30A-1八位单片机特点工作电压3.0V ~ 5.5V6 位输入口8 位双向输入/输出口2 个外部中断输入带PFD 可编程分频器功能的一个8 位可编程定时/计数器带19 3 或19 4 段 的LCD 驱动器2K 14 位的程序存储器EPROM96 8 位的数据存储器RAM实时时钟RTC实时时钟RTC 的8 位前置分频器
上传时间: 2013-11-20
上传用户:GeekyGeek
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换按“q”键退出。使用时,需将7个文件分别汇编,连接的方法为:5+1+2+3+4+6+7生成可执行文件“5” 即可运行。
上传时间: 2015-02-27
上传用户:hn891122
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
标签: person_key RSA 算法
上传时间: 2013-12-14
上传用户:zhuyibin
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
这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中: 模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。
上传时间: 2015-06-14
上传用户:许小华