Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~228 People Reached
Favorite Tags
Member Avatar for callie

Hey. I need a method that creates a matrix from an array, for instance: ({10, 11, 12, 13}, 2) should return {{10, 11, 12}, {13}}. [code]public class Matrix{ public static int[][]toM(int[] array, int a){ int[][]matrix = new int [(array.length)/a][a]; for (int i = 0; i < array.length; i++){ int value …

0
65
Member Avatar for callie

Hi! After I start my computer everything is fine until the [URL="http://www.computing.net/windowsme/wwwboard/forum/46887.html#"]desktop[/URL] is supposed to appear. Nothing happens the mousepointer works but the screen is all black. I think i accedently uninstalled [URL="http://www.computing.net/windowsme/wwwboard/forum/46887.html#"]intel[/URL]. Has anyone any suggestions..?

Member Avatar for The Dude
0
163