What is the application of the same OR operation?

What is the application of the same OR operation?

"Same" is a mathematical operator that is applied to logical operations. The algorithm is a or b=ab+a'b' (a' is not a).

The result of the true "same or" false is false, and the false "same or" true result is also false. The true "same or" true result is true, and the false "same or" false result is true. That is to say, if the two values ​​are the same, the same or the result is true. On the contrary, it is false. - Short name is true and false. That is, the same or: the same is one, the difference is zero.

Same or arithmetic symbol and formula

The same or symbol is ⊙. (The point inside the circle), the same or the XOR is non-operation.

Same or formula:

What is the application of the same OR operation?

Same OR operation truth table
What is the application of the same OR operation?
Logic circuit
What is the application of the same OR operation?
Implementation of the same OR operation in java language
What is the application of the same OR operation?

XOR operation: the same is 0, the difference is 1;

The same OR operation: the same is 1, the difference is 0;

Summarize the law: the same OR operation = XOR operation ^1

(A^B)^1

The procedure is as follows:

importjava.util.Scanner;

Publicclassproblem7{

/**

*@paramargs

*/

Publicstaticvoidmain(String[]args){

//TODOAuto-generatedmethodstub

Scannersc=newScanner(System.in);

StringstrA=sc.nextLine();

StringstrB=sc.nextLine();

Byte[]byteA=strA.getBytes();

Byte[]byteB=strB.getBytes();

For(inti=0;i"byteA.length;i++){

Intad=((byteA[i]-'0')^(byteB[i]-'0'))^1;

System.out.print(ad);

}

}

}


Inverter Thyristor

Fast thyristors (Inverter Thyristor)are used for higher frequency rectification. Inverter and inverter circuit appliances.

Rectifiers have many uses, but are often found serving as components of DC power supplies and high-voltage direct current power transmission systems. Rectification may serve in roles other than to generate direct current for use as a source of power. As noted, detectors of radio signals serve as rectifiers. In gas heating systems flame rectification is used to detect presence of a flame.

Inverter Thyristor,Power Inverter Thyristor,Frequency Inverter Thyristor,Electronic Component Inverter Thyristor,Bi-directional Controlled Thyristors (BCT)

YANGZHOU POSITIONING TECH CO., LTD. , https://www.pst-thyristor.com

Posted on