<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Funciones Auxiliares</title>
		<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/-t1.htm</link>
		<description>Porque no vamos a ser tan boludos como para definir cada vez lo mismo, lean bien si alguien ya definio el auxiliar que están a punto de crear!!</description>
		<lastBuildDate>Wed, 10 Sep 2008 18:32:02 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Funciones Auxiliares</title>
			<url>http://i36.servimg.com/u/f36/12/96/02/27/pag_co14.jpg</url>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/-t1.htm</link>
		</image>
		<item>
			<title>aux ListaDeEtiquetasDeTemasDelSA</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-listadeetiquetasdetemasdelsa-t45.htm</link>
			<dc:creator>caro</dc:creator>
			<description><![CDATA[aux ListaDeEtiquetasDeTemasDelSA (s:SA) =[etiquetas (t) | t &lt;-- [ t | en (t,temas(s), (<span><strike>Y</strike></span> i &lt;-- [0.. |etiquetas(t)|) menorT (t[i], t[i+1]) ]]
<br />

<br />
quiero agarrar las etiquetas de los temas en temas del sa, ordenados de manera creciente.]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Wed, 10 Sep 2008 18:32:02 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-listadeetiquetasdetemasdelsa-t45.htm#107</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-listadeetiquetasdetemasdelsa-t45.htm</guid>
		</item>
		<item>
			<title>aux mismos Y aux cuenta</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-mismos-y-aux-cuenta-t44.htm</link>
			<dc:creator>caro</dc:creator>
			<description><![CDATA[esta definida de la teorica y/o de la practica...
<br />

<br />
pero pongamosla porque la usamos. esta definida asi en el apunte de especificacion
<br />

<br />
aux cuenta (x: T, a: [T]) :Int =long ( [y | y &lt;---a, y==x]];
<br />

<br />
aux mismos (a, b :[T]) : Bool = |a| == |b| y (<span><strike>Y </strike></span>[/strike]  c (perteneciente a ) a) cuenta (c,a) == cuenta (c,b);]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Wed, 10 Sep 2008 13:00:05 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-mismos-y-aux-cuenta-t44.htm#99</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-mismos-y-aux-cuenta-t44.htm</guid>
		</item>
		<item>
			<title>tubin o tubito. AUX ToBin</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/tubin-o-tubito-aux-tobin-t41.htm</link>
			<dc:creator>mariano!!</dc:creator>
			<description>aux ToBin (l:[etiqueta], t:Tema) :[Int] =

    [&#946;( ( Existe e &lt;- etiquetas(t) )e == l[i])| i &lt;-[0...|l|) ]



aux &lt;bin(b1,b2:[Int]):Bool =

    if ( (¥ h &lt;- b1 ) h == 1 o h == 0) y ( (¥ h &lt;- b2 ) h == 1 o h == 0 ) 

    then (ToDecimal (b1) &lt; ToDecimal (b2))



aux &lt;bin(b1,b2:[Int]):Bool =

    if ( (¥ h &lt;- b1 ) h == 1 o h == 0) y ( (¥ h &lt;- b2 ) h == 1 o h == 0 ) 

    then (ToDecimal (b1) == ToDecimal (b2))



aux ToDecimal (b:[Int]) :Int =

    if  ...</description>
			<category>Funciones Auxiliares</category>
			<pubDate>Tue, 09 Sep 2008 14:48:14 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/tubin-o-tubito-aux-tobin-t41.htm#96</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/tubin-o-tubito-aux-tobin-t41.htm</guid>
		</item>
		<item>
			<title>aux Union   (general)</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-union-general-t29.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Como son muy parecidas van las 3 juntas: 
<br />

<br />
aux Union (t,t’:: [T]) =
<br />
t ++ [x | x &#8592; t’, ¬en(x,t)];
<br />

<br />
Descr: Concatena dos listas, pero filtrando los repetidos de la segunda. Lo use para el ultimo ejercicio.]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Sun, 07 Sep 2008 07:07:39 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-union-general-t29.htm#54</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-union-general-t29.htm</guid>
		</item>
		<item>
			<title>aux OrdenEtiqueta (solo 18)</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenetiqueta-solo-18-t32.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[aux OrdenEtiqueta (e: Etiqueta, s: SA) =
<br />
	cab[i | i &#8592; [0.. |etiquetas(s)|), eitquetas(s)[i]  == e];
<br />

<br />
Este se indefine en otro ejercicio asi que va a tener q ir adentro del 18. Basicamente te tira la posicion que ocupa una etiqueta en un SA en ese momento.]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Sun, 07 Sep 2008 07:16:25 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenetiqueta-solo-18-t32.htm#57</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenetiqueta-solo-18-t32.htm</guid>
		</item>
		<item>
			<title>aux PrimerTemaDeLaListaDeRep</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-primertemadelalistaderep-t28.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[aux PrimerTemaDeLaListaDeRep (l:ListaDeReproduccion, r:Reproductor) = 
<br />
cab [ x | x &#8592; temas(archivos(r)), OrdenEnListaDeRep == 1]
<br />

<br />
Desc: Devuelve el tema ubicado en la primer posición (segun indice maestro) de acuerdo a la lista de reproduccion del estado.]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Sun, 07 Sep 2008 07:00:27 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-primertemadelalistaderep-t28.htm#53</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-primertemadelalistaderep-t28.htm</guid>
		</item>
		<item>
			<title>aux OrdenEnListaDeRep</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenenlistaderep-t27.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[aux OrdenEnListaDeRep (t:Tema, r:Reproductor) = 
<br />
| [t’ | t’ &#8592; temas(archivos(s), mismos (etiquetas(t), sgd(estado(r)) , menorT (etiquetas(s), t’,t) ¬TemasIguales (t,t’)] | + 1;
<br />

<br />

<br />
Descripción: Este auxiliar te devuelve el orden en la lista de reproduccion del estado, del tema ingresado.]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Sun, 07 Sep 2008 06:58:00 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenenlistaderep-t27.htm#52</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-ordenenlistaderep-t27.htm</guid>
		</item>
		<item>
			<title>Mayor(z,[z])</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/mayorzz-t12.htm</link>
			<dc:creator>ezequiel</dc:creator>
			<description>aux Mayor(a: Z ,b:[Z]) Bool = result = = (¥ x&#8592;b)a&gt;=x;</description>
			<category>Funciones Auxiliares</category>
			<pubDate>Fri, 05 Sep 2008 02:19:29 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/mayorzz-t12.htm#25</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/mayorzz-t12.htm</guid>
		</item>
		<item>
			<title>aux Incluido</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-incluido-t10.htm</link>
			<dc:creator>mariano!!</dc:creator>
			<description><![CDATA[aux Incluido (a,b :[T]): Bool == 
<br />
( ¥  i &lt;-[0...|a|) ) ( existe j &lt;- [0...|b|) ) a[i]==b[j]]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Thu, 04 Sep 2008 18:03:17 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-incluido-t10.htm#22</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-incluido-t10.htm</guid>
		</item>
		<item>
			<title>aux TemasIguales</title>
			<link>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-temasiguales-t9.htm</link>
			<dc:creator>caro</dc:creator>
			<description><![CDATA[aux TemasIguales ( t, t' : Tema) : Bool = (datos (t) ==datos (t'))
<br />

<br />
Descripción: Determina si dos temas son iguales o no de acuerdo a si tienen los mismos datos.
<br />

<br />

<br />

<br />
EDIT: Caro, te puse la I con mayuscula para q este igual que en otros lados... y una descripción para que buscar sea más rapido.)]]></description>
			<category>Funciones Auxiliares</category>
			<pubDate>Thu, 04 Sep 2008 16:58:34 GMT</pubDate>
			<comments>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-temasiguales-t9.htm#19</comments>
			<guid>http://malditotp.foroactivo.net/funciones-auxiliares-f3/aux-temasiguales-t9.htm</guid>
		</item>
	</channel>
</rss>