<?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; Implementare</title>
	<atom:link href="http://www.itcsolutions.eu/tag/implementare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:34:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to: Implement Interfaces in VB.NET</title>
		<link>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/</link>
		<comments>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 09:45:22 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Structura]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=1430</guid>
		<description><![CDATA[Implementing an interface in VB.NET is done by specification Implements. Interfaces can be implemented by classes [...] and structures [...]. A class or structure can implement one or more interfaces, separated by the operator , in VB.NET. List of interfaces implemented by class/structure is given by their associated names at defining time [...]. In below [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2010/03/23/how-to-implement-interfaces-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Implement Sparse Matrix Data Structure in C++ Using Array</title>
		<link>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/</link>
		<comments>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:08:40 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Matrice rara]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=733</guid>
		<description><![CDATA[The sparse matrix represents a special type of two-dimensional array consisting of a large number of elements from out of which a very high proportion is occupied by null elements. Thus, the classical declaration of a two-dimensional array in the C++ programming language leads to unnecessary use of memory by storing null values and of [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/11/02/how-to-implement-sparse-matrix-data-structure-in-the-c-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementarea structurii de date Matrice Rara in C++ utilizand masive de date</title>
		<link>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/</link>
		<comments>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 15:07:03 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Limbaj de programare]]></category>
		<category><![CDATA[Matrice rara]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=704</guid>
		<description><![CDATA[Matricea rara reprezinta in tip special de masiv dimensional format dintr-un numar foarte mare de elemente din care o pondere foarte mare o ocupa elementele nule. Astfel, declararea clasica a unui masiv bidimensional in limbajul C++ conduce la utilizarea inutila a memoriei prin stocarea valorilor nule si a capacitatii de procesare. Declararea unei structuri de [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/10/30/implementarea-structurii-de-date-matrice-rara-in-limbajul-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementarea interfetelor in VB.NET</title>
		<link>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/</link>
		<comments>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:08:46 +0000</pubDate>
		<dc:creator>marius.popa</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Aplicatie]]></category>
		<category><![CDATA[Clasa de obiecte]]></category>
		<category><![CDATA[Cod sursa]]></category>
		<category><![CDATA[Eveniment]]></category>
		<category><![CDATA[Implementare]]></category>
		<category><![CDATA[Interfata]]></category>
		<category><![CDATA[Metoda]]></category>
		<category><![CDATA[Procedura]]></category>
		<category><![CDATA[Structura]]></category>

		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=191</guid>
		<description><![CDATA[Implementarea unei interfete in limbajul VB.NET se realizeaza prin cuvantul rezervat Implements. Interfetele pot fi implementate de catre clase de obiecte [...] si structuri [...]. O clasa de obiecte sau o structura pot implementa una sau mai multe interfete, separate prin operatorul , in VB.NET. Lista de interfete implementate de clasa de obiecte/structura este data [...]]]></description>
		<wfw:commentRss>http://www.itcsolutions.eu/2009/06/16/implementarea-interfetelor-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
