- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Do you need just one small Microsoft.Smartdevice.Connectivity.dll (size 60 KB) file ? Do you think it would be easier just to copy and send via email ?
I was designing the strategy for Tic Tac Toe: CHOOSE THE MOVE WITH THE HIGHEST PRIORITY - if you have 2 in a row, get 3 in a row; if the opponent has 2 in a row, get 3 to block him; play the center; if the opponent is in …
Logic is real understanding of what you are trying to accomplish , and the structure of arguments. Analyze a problem, express its essence abstractly, sort through information, make connections, recognize patterns... Your ambitions should comfort you in problem solving.
The quicksort is a comparison sorting algorithm. The shell sort is arranging the data sequence in a two-dimensional array and sorting the columns of the array. The bubble sort algorithm works similar to bubbles finding their own level in water. It compares pair of array elements, moving the larger up. …
I'm trying to implement a simple version of Wari logical board game. My implementation supposes to allow two humans to play the game. I have created array of 12 elements, each element represent the square. Every square has a number of stones. My problem is that I don’t know how …
TCP/IP Sockets in C# Practical Guide for Programmers: [URL="http://www.andzelika.co.uk/TCPsockets.pdf"]http://www.andzelika.co.uk/TCPsockets.pdf[/URL]
Hi kenji, Are you looking for journals only ? You can download programming ebooks via torrents from [URL="http://www.mininova.org/search/?search=programming&cat=0"]http://www.mininova.org/search/?search=programming&cat=0[/URL].
I’m new in C#. My first attempt is a console application for the Noughts & Crosses game. I’m stuck in writing the condition for break if any player wins. Any comments will be appreciated. [code] //Tic Tac Toe using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TTT { class …
The End.