<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT&#38;C Solutions &#187; Data Structures</title>
	<atom:link href="http://www.itcsolutions.eu/tag/data-structures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Sun, 16 Oct 2011 21:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tutorial Java 6 &#8211; #4.3 Matrixes and Multidimensional Arrays</title>
		<link>http://www.itcsolutions.eu/2010/12/30/tutorial-java-6-4-3-matrixes-and-multidimensional-arrays/</link>
		<comments>http://www.itcsolutions.eu/2010/12/30/tutorial-java-6-4-3-matrixes-and-multidimensional-arrays/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 14:37:40 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1994</guid>
		<description><![CDATA[In this post we will see what are and how to define multidimensional arrays. The most common multidimensional array is the matrix – a two dimension array. Despite the fact in our mind a two-dimension array is like a table, a matrix is in Java an array of arrays, like in this image (a two-dimension [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/12/30/tutorial-java-6-4-3-matrixes-and-multidimensional-arrays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial Java 6 &#8211; #4 Arrays</title>
		<link>http://www.itcsolutions.eu/2010/12/29/tutorial-java-6-4-arrays/</link>
		<comments>http://www.itcsolutions.eu/2010/12/29/tutorial-java-6-4-arrays/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 14:31:41 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1979</guid>
		<description><![CDATA[In this topic we will see how we define and process arrays data structures in Java. An array is a particular form of Java object that is used to store a homogeneous list of elements (each element of the vector has the same type as vector type – the base type). The number of elements [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/12/29/tutorial-java-6-4-arrays/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial Java &#8211; # 4.1 How to add a new element to a Java array</title>
		<link>http://www.itcsolutions.eu/2010/12/29/tutorial-java-4-1-how-to-add-a-new-element-to-a-java-array/</link>
		<comments>http://www.itcsolutions.eu/2010/12/29/tutorial-java-4-1-how-to-add-a-new-element-to-a-java-array/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 12:03:41 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1975</guid>
		<description><![CDATA[In this post we see what is the solution to the problem of adding a new element to an existing array. As we saw in the Java Tutorial 6 &#8211; #4 Arrays, arrays are objects which manage a homogeneous and compact list of items. Because the list of elements is a compact memory area in [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/12/29/tutorial-java-4-1-how-to-add-a-new-element-to-a-java-array/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial Java 6 &#8211; #4 Vectori</title>
		<link>http://www.itcsolutions.eu/2010/12/24/tutorial-java-6-4-vectori/</link>
		<comments>http://www.itcsolutions.eu/2010/12/24/tutorial-java-6-4-vectori/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 13:03:08 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1936</guid>
		<description><![CDATA[In acest topic vom vedea cum definim si cum prelucram structuri de date de tip vector sau matrice in Java. Un vector reprezinta in Java o forma particulara de obiect ce este utilizat pentru a stoca o lista de elemente omogene (fiecare element din vector are acelasi tip ca si tipul vectorului – tip de [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/12/24/tutorial-java-6-4-vectori/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) – Comparison functions</title>
		<link>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:44:26 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1446</guid>
		<description><![CDATA[The comparison functions used for matrix processing are needed for finding more information about a matrix or group of matrices from the point of view of: the matrix type, its elements type or the apparition number of a key in the matrix. The function symmet checks if a matrix is a square or a symmetrical [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/24/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-comparison-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) – Mathematical functions</title>
		<link>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 20:15:49 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1411</guid>
		<description><![CDATA[Other posts on this topic: C and C++ library of functions and procedures for matrix (bidimensional arrays) processing – Introduction (contains the C/C++ library source code) C and C++ library of functions and procedures for matrix (bidimensional arrays) processing – Read and Write functions The mathematical functions uses the matrices as operands in different math [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/21/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-%e2%80%93-mathematical-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Read and Write functions</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:07:40 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1259</guid>
		<description><![CDATA[To realize a real computation of matrices it must exist in the first place the matrix or the matrices. Having created an inadequate object for work with it, the results would be unexpected. Therefore we must pay the necessary attention to those functions that are creating a matrix. In this way we won&#8217;t have any [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-read-and-write-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C and C++ library of functions and procedures for matrix (bidimensional arrays) processing &#8211; Introduction</title>
		<link>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/</link>
		<comments>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 11:40:58 +0000</pubDate>
		<dc:creator>Catalin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Matrix]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1250</guid>
		<description><![CDATA[Library source: C and C++ library of functions and procedures for matrix processing Language: C / C++ Date: 04.2002 Authors: Catalin Boja si Niculescu Silviu License: Creative Commons Attribution 3.0 License This post main objective is to tackle a series of aspects regarding the creation of a library that contains functions necessary in resolving the [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/02/06/c-and-c-library-of-functions-and-procedures-for-matrix-bidimensional-arrays-processing-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

