photo

Iskander


Last seen: 5개월 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

제출됨


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

3년 초과 전 | 다운로드 수: 1 |

Thumbnail

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

6년 초과 전 | 46

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 7년 전

문제를 풀었습니다


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

거의 8년 전

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변