Community Profile

photo

Iskander


Last seen: alrededor de 2 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Contacto

Estadísticas

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

Ver insignias

Feeds

Ver por

Enviada


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

más de 3 años hace | 2 descargas |

Thumbnail

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

más de 6 años hace | 46

Resuelto


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

más de 6 años hace

Resuelto


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

más de 6 años hace

Resuelto


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...

más de 6 años hace

Resuelto


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...

más de 6 años hace

Resuelto


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

más de 7 años hace

Pregunta


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...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta