40 lines
1,019 B
Java
40 lines
1,019 B
Java
|
|
package ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᐪᓫᕽᐪ;
|
||
|
|
|
||
|
|
import java.lang.annotation.ElementType;
|
||
|
|
import java.lang.annotation.Retention;
|
||
|
|
import java.lang.annotation.RetentionPolicy;
|
||
|
|
import java.lang.annotation.Target;
|
||
|
|
|
||
|
|
import ᒢᐩᐩ.ᔆʸᔆᐪᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注;
|
||
|
|
|
||
|
|
@DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
|
||
|
|
@Retention(RetentionPolicy.RUNTIME)
|
||
|
|
@Target({ElementType.TYPE})
|
||
|
|
public @interface LinguaNodeContainer注 {
|
||
|
|
|
||
|
|
// In his later years, Stibitz "turned to non-verbal uses of the computer"
|
||
|
|
// And while being dead, Stibitz "keyed the vocal dialect used by the computer"
|
||
|
|
|
||
|
|
boolean stibitzA0();
|
||
|
|
boolean stibitzA1();
|
||
|
|
boolean stibitzA2();
|
||
|
|
boolean stibitzA3();
|
||
|
|
|
||
|
|
boolean stibitzB0();
|
||
|
|
boolean stibitzB1();
|
||
|
|
boolean stibitzB2();
|
||
|
|
boolean stibitzB3();
|
||
|
|
}
|
||
|
|
/*
|
||
|
|
# BCD Stibitz
|
||
|
|
0 0000 0011
|
||
|
|
1 0001 0100
|
||
|
|
2 0010 0101
|
||
|
|
3 0011 0110
|
||
|
|
4 0100 0111
|
||
|
|
5 0101 1000
|
||
|
|
6 0110 1001
|
||
|
|
7 0111 1010
|
||
|
|
8 1000 1011
|
||
|
|
9 1001 1100
|
||
|
|
*/
|