Shell 07-06-2023, 14:18
Buenas!.

Más para los aficionados de la electrónica y la programación que no se contentan solo con jugar.
Aprender jugando. Desde luego no es un juego para cualquiera.


 
Cita: 
  • Build circuits using a variety of components from different manufacturers, like microcontrollers, memory, and logic gates.
  • Write code in a compact and powerful assembly language where every instruction can be conditionally executed.
  • Read the included manual, which includes over 30 pages of original datasheets, reference guides, and technical diagrams.
  • Get to know the colorful cast of characters at your new employer, located in the electronics capital of the world.
  • Get creative! Build your own games and devices in the sandbox.
  • Engineering is hard! Take a break and play a brand-new twist on solitaire.

Shezhein I/O

Saludos
Shell 06-06-2023, 20:21
Buenas!.

Con este juego ( de pago ) en versión beta  (aún) se aprende a crear circuitos lógicos usando puertas. Ejemplo, puertas NANDs.
El juego pide unos resultados y se debe crear un esquema para que la función de salida sea la solicitada por este.
Pero hace más cosas. Es multiplataforma y la interfaz está en inglés.


 
Cita:What you learn

LOGIC GATES
Logic gates are the fundamental building blocks of computation. Given only a nand gate you create the rest.

COMPONENTS
Building on logic gates and introducing memory, more complex constructions are possible.

ARCHITECTURE
Assemble your components into real computers. Turing complete computers are the gold standard, Turing complete meaning a computer that is capable of computing the same algorithms as a Turing machine.

ASSEMBLY
Computers are programmed with binary codes. Create assembly instructions to simplify this and solve programming puzzles on your own hardware.

Turing Complete

Saludos
alberto-moyano 05-06-2023, 05:53
Hola colisteros, estoy tratando de hacer funcionar la siguiente función, no entiendo que puede estar mal, no obtengo error desde el ide y tampoco desde el formulario en prueba, simplemente no hace nada (ni siquiera un mensaje de error).

Código:
Public Sub Menu81_Click() 'borrar todos los espacios >1

  Dim s As String

  s = File.Name(editorTexto.Tag[sPath])
  s = CustomTrim(s)

End

Public Function CustomTrim(s As String) As String

  Dim sOut As String

  sOut = Trim(RTrim(s))
  While InStr(sOut, "  ")
    sOut = Replace(sOut, "  ", " ")
  Wend

  Return sOut

End
Páginas (557):    1 161 162 163 164 165 557   
Bienvenido, Invitado
Tienes que registrarte para poder participar en nuestro foro.
Recordarme?
Miembros: 286
Último miembro: ZandorPetrov
Temas del foro: 1,719
Mensajes del foro: 8,923
Últimos temas
Un sistema de ayudas cont...
Foro: Videotutoriales
Último mensaje por: guizans, 22-06-2025, 19:55
Respuestas: 3 - Vistas: 217
Publicidad
Foro: Sobre gambas-es.org
Último mensaje por: Shordi, 18-06-2025, 07:35
Respuestas: 5 - Vistas: 220
Web con gambas, a ver si ...
Foro: WebApp/WebForms
Último mensaje por: jackrobot, 16-06-2025, 17:11
Respuestas: 40 - Vistas: 32,147
Crear una aplicación para...
Foro: Bases de Datos
Último mensaje por: Shell, 29-05-2025, 20:11
Respuestas: 11 - Vistas: 1,337
Paso de parámetros a una ...
Foro: General
Último mensaje por: guizans, 29-05-2025, 19:27
Respuestas: 9 - Vistas: 820
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.