photo

Iskander


Last seen: 5 Monate vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

All
  • First Review
  • Thankful Level 2
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


correlated equilibria
plot set of correlated equilibria and convex hull of Nash equilibria in 2 player normal form game

mehr als 3 Jahre vor | 1 Download |

Thumbnail

Beantwortet
How I could convert matrix (double) to cell array of string
Use undocumented function: sprintfc('%d',A)

mehr als 6 Jahre vor | 46

Gelöst


Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...

fast 7 Jahre vor

Gelöst


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

fast 7 Jahre vor

Gelöst


Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

fast 7 Jahre vor

Gelöst


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

fast 7 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

fast 8 Jahre vor

Frage


How can I set shared memory configuration for NVIDIA graphics card to increase L1 cache?
I need to set the shared memory configuration for NVIDIA graphics card by running the following command in C: cudaDeviceSetCa...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort