SHENZHEN I/O

SHENZHEN I/O

155 lượt đánh giá
CROSSOVER
3
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Kích cỡ file
Đã đăng
5.277 KB
4 Thg12, 2016 @ 11:49am
1 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
CROSSOVER

Mô tả
Simply redirect the inputs to the corresponding outputs.
76 bình luận
MrSnowman 1 Thg05 @ 4:32pm 
Took me a while to recognize that I couldn't simply cross. And then the swap was clear. Good puzzle.
Deployer 17 Thg12, 2023 @ 1:26pm 
Good one indeed! :steamthumbsup:
Verdammte Heinz 2 Thg07, 2023 @ 7:45am 
Nice puzzle. Found solution 6 / 360 / 6 and after some trial and error the 3 / 0 / 0 one.
Braden 24 Thg05, 2023 @ 9:50am 
I believe this puzzle showcases a genuine bug in the simulation. The obvious solution is to just wire two DX300s to the inputs and outputs and let them do the work, but this inexplicably doesn't work, and for no reason. The whole point of the DX300 is that it acts like a composite adapter for simple I/O and xbus. Saying that a microcontroller is actually needed to get it to spit out the value when spitting out a value is exactly what it's supposed to always be doing is like saying a human being needs to put their hand on the valve of their faucet in order for water to manifest inside it, and that if they leave the valve open and walk away, water will suddenly and magically stop flowing through the faucet. I've heard of solipsism, but this is ridiculous! (and then the seinfeld theme plays)

Anyways this is either unrealistically contrived or a bug.
greeble 11 Thg05, 2023 @ 1:23pm 
@raisemanface You need to play the main game until you unlock "conceptSPEC" then you can play custom specs from the workshop.
radheshiam16 9 Thg01, 2023 @ 12:19pm 
For humour )) Trys to deal with random on DX300
Almost solved with 4 MC4000X + DX300 (one for input one for output)
MC 4000X all connected to single wire moved between 2 DX300
every has unified code:
```
nop
nop
nop
mov x0 acc
tgt acc 0
+ mov acc x0
+ mov acc x0
+ mov acc x0
slp 1
```
nops - balances input
multiples movs - try to push value to required DX300
it ALMOST working )) - in my case just 5 points of verification was fail. Sad, but challenge to do it not with xors fails )))
raisemanface 23 Thg10, 2021 @ 8:52am 
How can I use the mod in game? Please help me, thanks!:steamsad:
Unchangeling 24 Thg07, 2020 @ 12:04am 
(I added a screenshot (tagged as a spoiler) in my screenshots if anyone wants to see it)
Unchangeling 23 Thg07, 2020 @ 11:58pm 
my solution was ¥3, but I confess I didn't actually plan it, I just slapped down three xor gates in a likely configuration, given the limits of the board size , then connected the outputs and looked at what came out on the verification tab (they were reversed at first)
Neekow 16 Thg02, 2020 @ 7:26am 
For the ¥3 solution: 3 xor gate:
- the first one has inA and inB as input, normal output
- top one, inA and 1st xor output as input, normal output to output B
- top one, inB and 1st xor output as input, normal output to output A