16 relay output channels and 16 isolated digital input channels LED indicators to show activated relays Jumper selectable Form A/Form B-type relay output channel Output status read-back Keep relay output values when hot system reset High-voltage isolation on input channels(2,500 VDC) Hi ESD protection(2,00VDC) High over-voltage protection(70VDC) Wide input range(10~50VDC) Interrupt handling capability High-density DB-62 connector Board ID
標簽: channels indicators activated isolated
上傳時間: 2016-02-15
上傳用戶:dongbaobao
input sever numbers from stdin,and then output them by turn
標簽: numbers output input sever
上傳時間: 2013-12-20
上傳用戶:yimoney
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標簽: Description Calculate integer 101000
上傳時間: 2014-01-25
上傳用戶:tonyshao
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input [15:0] A_in // 輸入A input [15:0] B_in // 輸入B input carryin // 第一級進位 C0
標簽: output look-ahead carryout verilog
上傳時間: 2014-12-06
上傳用戶:ls530720646
verilog code array_multiplier output [7:0] product input [3:0] wire_x input [3:0] wire_y
標簽: input array_multiplier verilog product
上傳時間: 2014-01-04
上傳用戶:wxhwjf
verilog code radix-2 SRT divider input [7:0]Dividend input [3:0]Divisor output [4:0]Quotient output [8:0]Remainder
標簽: input Dividend Quotient verilog
上傳時間: 2014-11-27
上傳用戶:三人用菜
編寫input()和output()函數輸入,輸出5個學生的數據記錄,主要練習使用這兩個函數
上傳時間: 2017-01-17
上傳用戶:qoovoop
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288
ASK function, this is a block that has three input and one output. the input are the two carrier that have different amplitute, and the digital signal representing the information or data to be modulated.
標簽: input the function carrier
上傳時間: 2014-12-20
上傳用戶:Shaikh
Filo Serial-Input to Paralle-output
標簽: Paralle-output Serial-Input Filo to
上傳時間: 2014-01-16
上傳用戶:evil