blah blah blah is here! blah blah » Close

0
votes
2 answers

moving mean on a 2D array in c#

Hi There, I have a big 2D array . Can someone please help for each elemnt A[i,j] in the array take a window of n by n (80*80) elemnts with the A[i,j] in the middle, and calculate the mean and save it back to another array Mean[,]. thank ...

0
votes
3 answers

Moving ListBox Items

sanjib
226

Can I move items of one ListBox to another by a single command? Is there any property of ListBox that I may use in a loop?

Feedback