Skip to content

Instantly share code, notes, and snippets.

@ksss
Created November 8, 2013 15:19
Show Gist options
  • Save ksss/7372492 to your computer and use it in GitHub Desktop.
Save ksss/7372492 to your computer and use it in GitHub Desktop.
struct neuron {
bool status; // on or off
float e; // 電位
struct neuron* esy // 興奮性シナプス
struct neuron* isy // 抑制性シナプス
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment