<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DUcNR30yfyp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497</id><updated>2011-11-27T15:38:16.397-08:00</updated><title>gon</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://slaxigon.blogspot.com/" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/blogspot/kJjM" /><feedburner:info uri="blogspot/kjjm" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CUAGQXo8eyp7ImA9WxBVGEU.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-3465215361264972825</id><published>2010-02-22T16:00:00.000-08:00</published><updated>2010-02-22T16:08:40.473-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-22T16:08:40.473-08:00</app:edited><title>Les Tri (Turbo pascal 1.5):</title><content type="html">&lt;span class="Apple-style-span"  style=" line-height: 15px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;&lt;span class="Apple-style-span"  style="color:#006600;"&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   border-collapse: collapse; font-family:Helvetica, Arial, sans-serif;font-size:12px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; "&gt;&lt;table class="nopad" style="width: 742px; border-collapse: collapse; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; "&gt;&lt;tbody&gt;&lt;tr valign="top"&gt;&lt;td&gt;&lt;table class="contentpaneopen" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; width: auto; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="contentheading" width="100%"  style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  font-weight: normal; vertical-align: bottom; text-align: left; width: 515px; font-family:Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;&lt;span class="Apple-style-span"  style="color:#006600;"&gt;Le Tri Insertion&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;table class="contentpaneopen" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; width: auto; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="contentheading" width="100%"  style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  font-weight: normal; vertical-align: bottom; text-align: left; width: 634px; font-family:Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;&lt;span class="Apple-style-span"  style="color:#006600;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 15px; font-family:Helvetica, Arial, sans-serif;font-size:12px;"&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span"  style=" ;font-size:12px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;const&lt;/strong&gt; MAX = 100;&lt;br /&gt;&lt;strong&gt;type&lt;/strong&gt; tab = &lt;strong&gt;array&lt;/strong&gt; [1..MAX] &lt;strong&gt;of integer&lt;/strong&gt;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Procedure&lt;/strong&gt; TriInsertion(n : integer ; &lt;strong&gt;var&lt;/strong&gt; t : tab);&lt;br /&gt;&lt;strong&gt;var&lt;/strong&gt; i, j, k : integer;&lt;br /&gt;&lt;strong&gt;begin&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;for&lt;/strong&gt; i:=2 &lt;strong&gt;to&lt;/strong&gt; n &lt;strong&gt;do begin&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;   k := t[i]; &lt;em&gt;(* k est la valeur à insérer *)&lt;/em&gt;&lt;br /&gt;              &lt;em&gt;(* dans l'endroit approprié du tableau *)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;   &lt;em&gt;(* On décale toutes les valeurs du tableau &lt;&gt;&lt;br /&gt;   &lt;em&gt;(* à droite pour vider une place pour k        *)&lt;/em&gt;&lt;br /&gt;   j := i - 1;&lt;br /&gt;   &lt;strong&gt;while&lt;/strong&gt; (j &gt;= 1) &lt;strong&gt;and&lt;/strong&gt; (t[j] &gt; k) &lt;strong&gt;do begin&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;       t[j + 1] := t[j];&lt;br /&gt;       j := j - 1;&lt;br /&gt;   &lt;strong&gt;end&lt;/strong&gt;;&lt;br /&gt;&lt;br /&gt;   &lt;em&gt;(* finalement la valeur k est insérée à son emplacement adéquat *)&lt;/em&gt;&lt;br /&gt;   t[j + 1] := k;&lt;br /&gt;&lt;strong&gt;end&lt;/strong&gt;;&lt;br /&gt;&lt;strong&gt;end&lt;/strong&gt;;&lt;/em&gt;&lt;/pre&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;&lt;em&gt;&lt;span class="Apple-style-span"  style="color:#006600;"&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;Le Tri Shell :&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, sans-serif;color:#006600;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 15px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, sans-serif;color:#006600;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 15px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:large;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   font-family:Helvetica, Arial, sans-serif;font-size:12px;"&gt;&lt;strong&gt;&lt;span style="font-family:Palatino Linotype;"&gt;Procedure Tri_Shell_Rec (Var t: TAB; n,h : integer);&lt;br /&gt;Var aux,i : integer;&lt;br /&gt;begin&lt;br /&gt;  If  h &gt; 0 Then&lt;br /&gt;Begin&lt;br /&gt;  If  n &gt; h Then&lt;br /&gt;begin&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, sans-serif;color:#006600;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 15px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:large;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   font-family:Helvetica, Arial, sans-serif;font-size:12px;"&gt;&lt;strong&gt;&lt;span style="font-family:Palatino Linotype;"&gt;      Tri_Shell_Rec (t,n - h,h);&lt;br /&gt;            If t[n] &lt; i =" h)"&gt; t[i - h]);&lt;br /&gt;                  t[i] := aux ;&lt;br /&gt;       End;&lt;br /&gt;End;&lt;br /&gt;          Tri_Shell_Rec (t,n,h Div 3);&lt;br /&gt;End;&lt;br /&gt;End&lt;/span&gt;&lt;/strong&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-3465215361264972825?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xF3N48niMBVpj49nARuPkmzW844/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xF3N48niMBVpj49nARuPkmzW844/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xF3N48niMBVpj49nARuPkmzW844/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xF3N48niMBVpj49nARuPkmzW844/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/_M8pPtZsWdE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/3465215361264972825/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/02/les-tri-turbo-pascal-15.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/3465215361264972825?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/3465215361264972825?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/_M8pPtZsWdE/les-tri-turbo-pascal-15.html" title="Les Tri (Turbo pascal 1.5):" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/02/les-tri-turbo-pascal-15.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYGRHo7eSp7ImA9WxBVGEU.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-4175061754129496576</id><published>2010-02-22T15:55:00.000-08:00</published><updated>2010-02-22T15:58:45.401-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-22T15:58:45.401-08:00</app:edited><title>Utilisation des fichiers type text</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: rgb(51, 51, 51); line-height: 15px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Sur &lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#CC0000;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Pascal&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;, il est possible d'utiliser d'autres fichiers externes :&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span"  style="color:#CC0000;"&gt;La déclaration :&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;var&lt;br /&gt;nom_de_variable : text;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;&lt;span class="Apple-style-span"  style="color:#CC0000;"&gt;Les opérations&lt;/span&gt; possibles sur ce genre de fichiers sont les suivantes :&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;assign (f,'path');&lt;br /&gt;permet de dire que le fichier f se trouve dans le "path" donné&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;reset(f)&lt;br /&gt;Permet d'ouvrir le fichier pour la lecture&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;rewrite(f)&lt;br /&gt;permet d'ouvrir le fichier pour l'écriture (si le fichier n'existait pas avant, un nouveau fichier est crée, si un fichier porte son nom, il est écrasé)&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;close(f)&lt;br /&gt;permet de fermer le fichier (indipensable si on utilise rewrite(f)!!);&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;Enfin, pour pourvoir lire et écrire c'est simple :&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;readln(f,s) ça veut dire : lire depuis le fichier f la variable s&lt;/p&gt;&lt;p style="margin-top: 0px; margin-bottom: 5px; "&gt;writeln(f,s) permet d'écrire dans f la varaible s!!&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-4175061754129496576?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dj40_0Y94-JPqD2NLNnrCxJDfmU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dj40_0Y94-JPqD2NLNnrCxJDfmU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dj40_0Y94-JPqD2NLNnrCxJDfmU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dj40_0Y94-JPqD2NLNnrCxJDfmU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/3g6O3DzUjoY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/4175061754129496576/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/02/utilisation-des-fichiers-type-text.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/4175061754129496576?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/4175061754129496576?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/3g6O3DzUjoY/utilisation-des-fichiers-type-text.html" title="Utilisation des fichiers type text" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/02/utilisation-des-fichiers-type-text.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8CRHs5eip7ImA9WxBWEEk.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-8573605975848811840</id><published>2010-02-01T09:06:00.000-08:00</published><updated>2010-02-01T09:21:05.522-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-01T09:21:05.522-08:00</app:edited><title>Impossible is nothing ( couleur avec TPW 1.5 ):</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;&lt;span class="Apple-style-span"  style="font-family:webdings;"&gt; &lt;span class="Apple-style-span" style="font-weight: bold; "&gt;:&lt;span class="Apple-style-span"  style="color: rgb(0, 0, 0);  font-weight: normal; font-family:Georgia, serif;"&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;&lt;span class="Apple-style-span"  style="font-family:webdings;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;é oui la preuve en images&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt; :&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;                                                &lt;div style="text-align: center;"&gt;   &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_SMPZM-iJypE/S2cLBG3AOQI/AAAAAAAAABY/F6KiTixwe6k/s1600-h/untitled1.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_SMPZM-iJypE/S2cLBG3AOQI/AAAAAAAAABY/F6KiTixwe6k/s320/untitled1.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5433323589094881538" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style=" font-weight: normal; "&gt;&lt;em style="font-weight: bold; font-style: normal; "&gt;&lt;a href="http://www.ziddu.com/download/8400200/godofnetcouleurdeTPW15.txt.html"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Télécharger&lt;/span&gt;&lt;/a&gt;&lt;/em&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; dès maintenant le fichier .txt&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style=" font-weight: bold; "&gt;&lt;span class="Apple-style-span" style=" font-weight: normal; "&gt;&lt;em style="font-weight: bold; font-style: normal; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;   &lt;a href="http://www.ziddu.com/download/8400198/couleurdeTPW.EXE.html"&gt;Télécharger&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; dès maintenant le fichier .exe&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:Georgia, serif;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_SMPZM-iJypE/S2cL79PqbdI/AAAAAAAAABg/VZUBAxQ1Muk/s1600-h/untitled.JPG"&gt;&lt;img src="http://3.bp.blogspot.com/_SMPZM-iJypE/S2cL79PqbdI/AAAAAAAAABg/VZUBAxQ1Muk/s320/untitled.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5433324600126238162" style="cursor: pointer; width: 320px; height: 262px; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"   style="  ;font-family:arial, sans-serif;font-size:small;"&gt;&lt;em style="font-weight: bold; font-style: normal; "&gt;&lt;a href="http://www.ziddu.com/download/8400199/godofnetlescommandegraphiquesurTPW15.txt.html"&gt;Télécharger&lt;/a&gt;&lt;/em&gt; dès maintenant le fichier .txt&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;em style="font-weight: bold; font-style: normal; "&gt;  &lt;a href="http://www.ziddu.com/download/8400197/cadredeTPW.exe.html"&gt;Télécharger&lt;/a&gt;&lt;/em&gt; dès maintenant le fichier .exe&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-8573605975848811840?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BkjYJmw8QSu0-NFXSESX12jVcOc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BkjYJmw8QSu0-NFXSESX12jVcOc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BkjYJmw8QSu0-NFXSESX12jVcOc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BkjYJmw8QSu0-NFXSESX12jVcOc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/MpjEB0bNAZk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/8573605975848811840/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/02/impossible-is-nothing-couleur-avec-tpw.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/8573605975848811840?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/8573605975848811840?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/MpjEB0bNAZk/impossible-is-nothing-couleur-avec-tpw.html" title="Impossible is nothing ( couleur avec TPW 1.5 ):" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_SMPZM-iJypE/S2cLBG3AOQI/AAAAAAAAABY/F6KiTixwe6k/s72-c/untitled1.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/02/impossible-is-nothing-couleur-avec-tpw.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MBRn88fCp7ImA9WxBXFUk.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-1968888703556679659</id><published>2010-01-26T14:18:00.000-08:00</published><updated>2010-01-26T14:37:37.174-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T14:37:37.174-08:00</app:edited><title>COURS DE  JAVASCRIPT</title><content type="html">&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:'lucida grande';"&gt;&lt;span class="Apple-style-span"  style="color:#006600;"&gt;&lt;b&gt;découvrez le meilleur cours javascript sur&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:'lucida grande';"&gt;&lt;a href="http://www.slaxigon.blogspot.com/"&gt;SLAXIGON.BLOGSPOT.COM&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"   style="font-family:'lucida grande';color:#006600;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"  style="font-family:'lucida grande';"&gt;&lt;span class="Apple-style-span"  style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:arial, sans-serif;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#333333;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Exclusive pour BACinfo&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#00CCCC;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"   style="font-family:arial, sans-serif;color:#00CCCC;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0); "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Cours javascript pdf à télecharger :&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:-webkit-xxx-large;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-size:130%;"&gt;&lt;span class="Apple-style-span"  style="font-size:16px;"&gt;&lt;a href="http://www.ziddu.com/download/8338278/lesson_javascript.doc.html"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Click here&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;  &lt;/span&gt;&lt;a href="http://www.ziddu.com/download/8338280/lessonHTML.rar.html"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Click here&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_SMPZM-iJypE/S19sfZ5hScI/AAAAAAAAABA/TL3c_jz24PQ/s1600-h/javascript.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 200px;" src="http://4.bp.blogspot.com/_SMPZM-iJypE/S19sfZ5hScI/AAAAAAAAABA/TL3c_jz24PQ/s320/javascript.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5431178962415995330" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:-webkit-xxx-large;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"    style="font-family:'lucida grande';font-size:130%;color:#006600;"&gt;&lt;span class="Apple-style-span"  style="border-collapse: separate;  white-space: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;font-size:16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-1968888703556679659?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2qyD8mNyegosIU7X6eC_vXZ_iO4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2qyD8mNyegosIU7X6eC_vXZ_iO4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2qyD8mNyegosIU7X6eC_vXZ_iO4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2qyD8mNyegosIU7X6eC_vXZ_iO4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/PTFw02cBWko" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/1968888703556679659/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/cours-de-javascript.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/1968888703556679659?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/1968888703556679659?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/PTFw02cBWko/cours-de-javascript.html" title="COURS DE  JAVASCRIPT" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_SMPZM-iJypE/S19sfZ5hScI/AAAAAAAAABA/TL3c_jz24PQ/s72-c/javascript.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/cours-de-javascript.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08DQHY9cSp7ImA9WxBXFUk.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-5731059261346592018</id><published>2010-01-26T13:24:00.000-08:00</published><updated>2010-01-26T13:37:51.869-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T13:37:51.869-08:00</app:edited><title>Turbo Pascal  TPW 1.5  et  TP 6 :</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_SMPZM-iJypE/S19fcDymuoI/AAAAAAAAAA4/cVkA4fDXa9U/s1600-h/turbotitle.gif"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 152px; height: 200px;" src="http://4.bp.blogspot.com/_SMPZM-iJypE/S19fcDymuoI/AAAAAAAAAA4/cVkA4fDXa9U/s200/turbotitle.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5431164611290643074" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="  border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Remarque &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;: &lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="  border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;les deux versions supporte les commandes graphiques.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;TPW 1.5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   white-space: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 97, 111); font-weight: bold; font-family:Verdana;font-size:12px;"&gt;&lt;b&gt;&lt;a href="http://www.ziddu.com/download/8337951/TPW.zip.html" class="normal12blue" style="font-size: 12px; color: rgb(0, 106, 121); "&gt;http://www.ziddu.com/download/8337951/TPW.zip.html&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Verdana;font-size:100%;color:#00616F;"&gt;&lt;span class="Apple-style-span"  style=" font-weight: 800;font-size:12px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;TP 6&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"   style=" color: rgb(0, 97, 111);  font-weight: bold; font-family:Verdana;font-size:12px;"&gt;&lt;a href="http://www.ziddu.com/download/8337949/TP.zip.html" class="normal12blue" style="font-size: 12px; color: rgb(0, 106, 121); "&gt;&lt;b&gt;http://www.ziddu.com/download/8337949/TP.zip.html&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span"  style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial, sans-serif;"&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:arial, sans-serif;font-size:180%;"&gt;&lt;span class="Apple-style-span"  style="border-collapse: collapse;  white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:17px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-5731059261346592018?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Piyn_6onI1KCbga6bsvr-Rd3QYI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Piyn_6onI1KCbga6bsvr-Rd3QYI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Piyn_6onI1KCbga6bsvr-Rd3QYI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Piyn_6onI1KCbga6bsvr-Rd3QYI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/MZjFGxyJCng" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/5731059261346592018/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/turbo-pascal-tpw-15-et-tp-6.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5731059261346592018?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5731059261346592018?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/MZjFGxyJCng/turbo-pascal-tpw-15-et-tp-6.html" title="Turbo Pascal  TPW 1.5  et  TP 6 :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_SMPZM-iJypE/S19fcDymuoI/AAAAAAAAAA4/cVkA4fDXa9U/s72-c/turbotitle.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/turbo-pascal-tpw-15-et-tp-6.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cCQHs4fSp7ImA9WxBXEk0.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-3614532296468708572</id><published>2010-01-22T16:04:00.001-08:00</published><updated>2010-01-22T16:04:21.535-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T16:04:21.535-08:00</app:edited><title>Calcul des termes Un et Vn (suites croisées) :</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 14px; color: rgb(12, 58, 109); "&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;program suites;&lt;br /&gt;uses wincrt;&lt;br /&gt;var&lt;br /&gt;n:byte;&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;function V(n:byte):word;forward ;&lt;br /&gt;function U(n:byte):word;&lt;br /&gt;begin&lt;br /&gt;if n=0 then U:=1&lt;br /&gt;else U:= 3+ U(n-1)+2 * V(n-1);&lt;br /&gt;end;&lt;br /&gt;function V(n:byte):word;&lt;br /&gt;begin&lt;br /&gt;if n=0 then V:=2&lt;br /&gt;else V:= 2* U(n-1)+ 3 * V(n-1);&lt;br /&gt;end;&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;begin&lt;br /&gt;writeln('Donner n : ');&lt;br /&gt;readln(n);&lt;br /&gt;writeln('U ',n,' = ', U(n));&lt;br /&gt;writeln('V ',n,' = ', V(n));&lt;br /&gt;end.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-3614532296468708572?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AJr8Xgu98rE4Op7mWs-jVKFvkuY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AJr8Xgu98rE4Op7mWs-jVKFvkuY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AJr8Xgu98rE4Op7mWs-jVKFvkuY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AJr8Xgu98rE4Op7mWs-jVKFvkuY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/xox1vpYrHFs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/3614532296468708572/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/calcul-des-termes-un-et-vn-suites.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/3614532296468708572?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/3614532296468708572?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/xox1vpYrHFs/calcul-des-termes-un-et-vn-suites.html" title="Calcul des termes Un et Vn (suites croisées) :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/calcul-des-termes-un-et-vn-suites.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cFR347fSp7ImA9WxBXEk0.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-7306700916653418166</id><published>2010-01-22T16:02:00.000-08:00</published><updated>2010-01-22T16:03:36.005-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T16:03:36.005-08:00</app:edited><title>Supprimer un élément du fichier de données grâce à un accès direct :</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 14px; color: rgb(12, 58, 109); "&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;{Ouverture et accès directe à une valeur dans un fichier de données&lt;br /&gt;à fin de la supprimer. €&lt;br /&gt;cas ou les valeurs ne sont pas triées}&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;program fichier_eleves;&lt;br /&gt;uses wincrt;&lt;br /&gt;type f_eleve = file Of string; {Type fichier de chaînes}&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;var&lt;br /&gt;eleve1 : f_eleve; {instance de f_eleve}&lt;br /&gt;rang, p_fin : byte;&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;procedure ouvrir(var eleve1:f_eleve);&lt;br /&gt;var&lt;br /&gt;chemin : string;&lt;br /&gt;begin&lt;br /&gt;chemin:='c:\fich_el.dat';&lt;br /&gt;assign(eleve1,chemin);&lt;br /&gt;reset(eleve1);&lt;br /&gt;end;&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;procedure saisie(var rang:byte;p_fin:byte);&lt;br /&gt;begin&lt;br /&gt;repeat&lt;br /&gt;writeln('entrer le rang de l''élève à supprimé : (0 --&gt; ',p_fin,')');&lt;br /&gt;readln(rang);&lt;br /&gt;until rang in [0..p_fin];&lt;br /&gt;end;&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;procedure suppression(var eleve1:f_eleve;rang:byte;p_fin:byte);&lt;br /&gt;var&lt;br /&gt;ch : string;&lt;br /&gt;begin&lt;br /&gt;seek(eleve1,p_fin); {récuperation de la dernière valeur du fichier}&lt;br /&gt;read(eleve1,ch);&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;seek(eleve1,rang); {écraser la valeur à supprimée par la dernière valeur}&lt;br /&gt;write(eleve1,ch);&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;seek(eleve1,p_fin); {tronquer le fichier à partir de la dernière valeur}&lt;br /&gt;truncate(eleve1);&lt;br /&gt;end;&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;begin&lt;br /&gt;ouvrir(eleve1);&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;p_fin := filesize(eleve1)-1;&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;saisie(rang,p_fin);&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;suppression(eleve1,rang,p_fin);&lt;br /&gt;&lt;br /&gt;write('L''enregistrement n° : ',rang,' a été supprimé avec succès !');&lt;/p&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;close(eleve1);&lt;br /&gt;end.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-7306700916653418166?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_tC0sBLD0Ds0OY3KTahOqiPN-ik/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_tC0sBLD0Ds0OY3KTahOqiPN-ik/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_tC0sBLD0Ds0OY3KTahOqiPN-ik/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_tC0sBLD0Ds0OY3KTahOqiPN-ik/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/l1qEpIaX_Qs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/7306700916653418166/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/supprimer-un-element-du-fichier-de.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/7306700916653418166?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/7306700916653418166?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/l1qEpIaX_Qs/supprimer-un-element-du-fichier-de.html" title="Supprimer un élément du fichier de données grâce à un accès direct :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/supprimer-un-element-du-fichier-de.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4EQXc8fyp7ImA9WxBXEk0.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-6761675336596643715</id><published>2010-01-22T16:01:00.001-08:00</published><updated>2010-01-22T16:01:40.977-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T16:01:40.977-08:00</app:edited><title>Ajout dans un fichier séquentiel :</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;{Ouverture et ajout dans le fichier}&lt;br /&gt;&lt;/p&gt;&lt;p&gt;program fichier_eleves;&lt;br /&gt;uses wincrt;&lt;br /&gt;type f_eleve = file Of string; {Type fichier chaînes}&lt;/p&gt;&lt;p&gt;var eleve1 : f_eleve; {instance de f_eleve}&lt;br /&gt;ch : string;&lt;/p&gt;&lt;p&gt;begin&lt;br /&gt;&lt;br /&gt;assign(eleve1,'c:\fich_el.dat');&lt;/p&gt;&lt;p&gt;reset(eleve1);{Ouvrir et remettre à zéro le pointeur}&lt;/p&gt;&lt;p&gt;&lt;br /&gt;{lire toutes lignes juste pour attedre la dernière }&lt;br /&gt;{Ce ci nous permettra de faire l'ajout d'une valeur}&lt;/p&gt;&lt;p&gt;while Not(eof(eleve1)) do&lt;br /&gt;begin&lt;br /&gt;read(eleve1,ch);&lt;br /&gt;end;&lt;/p&gt;&lt;p&gt;read(ch);&lt;/p&gt;&lt;p&gt;write(eleve1,ch);&lt;br /&gt;writeln('Ajout effectué avec succès');&lt;/p&gt;&lt;p&gt;close(eleve1);&lt;br /&gt;end.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-6761675336596643715?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/h--DH9_3hDPXoGha4273Z_unM0c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/h--DH9_3hDPXoGha4273Z_unM0c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/h--DH9_3hDPXoGha4273Z_unM0c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/h--DH9_3hDPXoGha4273Z_unM0c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/AkwU3watbws" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/6761675336596643715/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/ajout-dans-un-fichier-sequentiel.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/6761675336596643715?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/6761675336596643715?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/AkwU3watbws/ajout-dans-un-fichier-sequentiel.html" title="Ajout dans un fichier séquentiel :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/ajout-dans-un-fichier-sequentiel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8CQn4_fip7ImA9WxBXEk0.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-5339073802251725726</id><published>2010-01-22T16:00:00.001-08:00</published><updated>2010-01-22T16:01:03.046-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T16:01:03.046-08:00</app:edited><title>Fichier séquentiel, Ouvrir et remettre à zéro le pointeur :</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;&lt;p class="Style44" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); "&gt;{Ouverture et lecture dans un fichier}&lt;br /&gt;&lt;/p&gt;&lt;p&gt;program fichier_eleves;&lt;br /&gt;uses wincrt;&lt;br /&gt;type f_eleve = file Of string; {Type fichier chaînes}&lt;/p&gt;&lt;p&gt;var eleve1 : f_eleve; {instance de f_eleve}&lt;br /&gt;ch : string;&lt;br /&gt;chemin : string;&lt;/p&gt;&lt;p&gt;begin&lt;br /&gt;chemin:='c:\fich_el.dat';&lt;br /&gt;assign(eleve1,chemin);&lt;/p&gt;&lt;p&gt;reset(eleve1);{Ouvrir et remettre à zéro le pointeur}&lt;/p&gt;&lt;p&gt;writeln('Contenu du fichier ',chemin);&lt;br /&gt;while not(eof(eleve1)) do&lt;br /&gt;begin&lt;br /&gt;read(eleve1,ch);&lt;br /&gt;writeln('ligne n°',filepos(eleve1),' : ',ch);&lt;br /&gt;end;&lt;br /&gt;close(eleve1);&lt;br /&gt;end.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-5339073802251725726?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q6mE3J-av9L_NXy16juCTWNHevM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q6mE3J-av9L_NXy16juCTWNHevM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q6mE3J-av9L_NXy16juCTWNHevM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q6mE3J-av9L_NXy16juCTWNHevM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/1mbScc42Ek8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/5339073802251725726/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/fichier-sequentiel-ouvrir-et-remettre.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5339073802251725726?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5339073802251725726?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/1mbScc42Ek8/fichier-sequentiel-ouvrir-et-remettre.html" title="Fichier séquentiel, Ouvrir et remettre à zéro le pointeur :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/fichier-sequentiel-ouvrir-et-remettre.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkADSX4_fSp7ImA9WxBXEk0.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-5524198895027033182</id><published>2010-01-22T15:58:00.000-08:00</published><updated>2010-01-22T15:59:38.045-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T15:59:38.045-08:00</app:edited><title>Fichier séquentiel, création et écriture :</title><content type="html">&lt;span class="Apple-style-span" style="font-family: Tahoma; font-size: 14px; color: rgb(12, 58, 109); "&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;&lt;br /&gt;{création et écriture dans un fichier}&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;program fichier_eleves;&lt;br /&gt;uses wincrt;&lt;br /&gt;type f_eleve = file Of string; {Type fichier de chaînes}&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;var eleve1 : f_eleve; {instance de f_eleve}&lt;br /&gt;ch : string;&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;begin&lt;br /&gt;assign(eleve1,'c:\fich_el.dat'); {associer nom logique du fichier au nom physique}&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;rewrite(eleve1); {Ouvrir et écrire dans le fichier}&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;Readln(ch);&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;writeln('Le fichier a été crée ! ');&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt;write(eleve1,ch);&lt;br /&gt;&lt;br /&gt;close(eleve1);&lt;br /&gt;end.&lt;br /&gt;&lt;/p&gt;&lt;p class="Style45" style="font-family: Tahoma; font-size: 12px; color: rgb(51, 51, 51); font-weight: bold; "&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-5524198895027033182?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SyEVq8kJVZ8FweYL8zoj8SVH9rY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SyEVq8kJVZ8FweYL8zoj8SVH9rY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SyEVq8kJVZ8FweYL8zoj8SVH9rY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SyEVq8kJVZ8FweYL8zoj8SVH9rY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/c-Gg8qAqmPY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/5524198895027033182/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/fichier-sequentiel-creation-et-ecriture.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5524198895027033182?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/5524198895027033182?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/c-Gg8qAqmPY/fichier-sequentiel-creation-et-ecriture.html" title="Fichier séquentiel, création et écriture :" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/fichier-sequentiel-creation-et-ecriture.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UAR3g4cSp7ImA9WxBXEEU.&quot;"><id>tag:blogger.com,1999:blog-8691775743096711497.post-7910760418079038945</id><published>2010-01-20T12:37:00.000-08:00</published><updated>2010-01-21T07:54:06.639-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-21T07:54:06.639-08:00</app:edited><title>WELCOME</title><content type="html">&lt;span class="Apple-style-span"   style="  ;font-family:Verdana, sans-serif;font-size:13px;"&gt;Cette série d'exercices que nous vous proposons à pour but de mettre progressivement en pratique les connaissances que vous avez pu glaner lors de votre découverte du langage pascal. Les exercices proposés se basent sur le compilateur Turbo pascal 1.5&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8691775743096711497-7910760418079038945?l=slaxigon.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XCUnomUirYKmrHttNf3aiCpHfU0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XCUnomUirYKmrHttNf3aiCpHfU0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XCUnomUirYKmrHttNf3aiCpHfU0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XCUnomUirYKmrHttNf3aiCpHfU0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/kJjM/~4/I76hEq5NhB0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://slaxigon.blogspot.com/feeds/7910760418079038945/comments/default" title="Publier les commentaires" /><link rel="replies" type="text/html" href="http://slaxigon.blogspot.com/2010/01/welcome.html#comment-form" title="0 commentaires" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/7910760418079038945?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8691775743096711497/posts/default/7910760418079038945?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/kJjM/~3/I76hEq5NhB0/welcome.html" title="WELCOME" /><author><name>G.O.N the new WORLD</name><uri>http://www.blogger.com/profile/03627898256542097171</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://slaxigon.blogspot.com/2010/01/welcome.html</feedburner:origLink></entry></feed>

