User Tools

Site Tools


opus:spring2012:nsano:eoce

HPC project part 1

Trinary logic

possible trinary inputs and out puts A B C

Part 0x0

The idea i am working on is not one output for every input, but two outputs for every input

=Example 0x0=

   /-B

(A)-*

   \-C
Part0x1

However with this method the mutiple combinations are near endless and must be ordered and managed which i have come up with a ordered set in ordered to understand what to do.

=Example 0x1=

    /-B(frist to be processed)

(A)A-*

    \-C(second to be processed)

(B):C is to be processed frist B second (C):both B and C are waiting for the thrid input

Which would indicate a second A which would tell the system to process the B or frist order in order of possible inputs/outputs

Part 0x2

Now we are posed with another problem how to indicate if you want to use the second output at all how to indicate that is such

=Example 0x2=

     /-B(to be processed enterly including potential outcomes of process)

(A)AA-*

     \-C(to be droped from process tree)

(B):C is to be processed entirely including potential outcomes of processand B is to be droped (C):Defualts to process B frist but only section one at a time which means to process Bs frist three outputs then Cs frist three outputs then back to B

so in essance a data stream will look like 3 sets of 3 inputs to get one or Two 1 set of 3 out put

part 0x3

Which brings me to name a set of 3 inputs is to be a Tryte and a single input to be called a Tithe

Possible single Tryte


AAA|BBB|CCC AAB|BBA|CCA AAC|BBC|CCB ABA|BAB|CAC ACA|BCB|CAB ABB|BAA|CBA ABC|BAC|CBC ACA|BCC|CAA ACB|BCA|CBB ACC|

Some may be missing

Other thoughts:

This idea and consept goes agisnt most conventional methods to process data and can be and is confusing to someone who is looking at the standard binary transiter that deals with only two states, but trinary transitor which i have no idea how to implement this

:DISCLAMER: MIND YOU ALL OF THIS IS AN IDEA IN MY HEAD AND I ONLY USE A B AND C TO REPRESENT THIS IDEA, IT COULD BE ANYTHING YOU WISH AND YOU DONT HAVE TO AGREE OR EXCEPT

opus/spring2012/nsano/eoce.txt · Last modified: 2012/04/18 15:44 by nsano