Recherche

Voici les résultats de votre recherche. Si vous n'avez pas trouvé ce que vous cherchiez, vous pouvez créer ou modifier la page correspondante à votre requête en cliquant sur le bouton approprié.

Résultats


casesTondues.cpp: 20 Occurrences trouvées
tre : +(cas par état)/8 ou + 0 */ if (boolArbre) idx = casparEtat/2; // on commence par chercher arbre ou pas if (boolMur) idx = idx + casparEtat/4; // on affine si pres du bord ou pas if (boolVide) idx = idx + casparEtat/8; /* * on finit en tenant compte ... : verifier pour (x-1,y) et (x-1, y+cote) if ((xOtto < 1)||(map[xOtto-1][yOtto]==TREE_COLOR)||
TD 2 : Analyse Syntaxique Descendante: 16 Occurrences trouvées
expr result, other; result = read_T(); if (result!=NULL){ while (read_char('+') ){ other = read_T(); if (other==NULL) error(1); result = new Add(result,other); }... expr result, other; result = read_F(); if (result!=NULL) { while (read_char('*')){ other = read_F(); if (other==NULL) error(1); result = new Mult(result, other);
Enoncé: 12 Occurrences trouvées
ugmente k:=k+1 et on poursuit une itération. * if lecture==' ' then return "n"; puisque <jsm>a^0 \neq a </jsm> * else right(1); * if lecture==' ' then return "y"; puisque <jsm>a^{1^2} = a </js... R1R€L_€</jsm> * S1: <jsm>L_\sqcup </jsm>R * if lecture=='€' then return "n"; * else [lecture... '] <jsm>\sqcup R_€ R_{\bar{\sqcup}}</jsm> * if lecture==1 <jsm>\sqcup</jsm> goto S1. * S2:
Sémantique Dénotationnelle d'un langage de programmation: 11 Occurrences trouvées
séquence : ''A;B'' * la conditionnelle : ''if b then A'' * l'alternative : ''if b then A e... ructions : * conditionnelle : <jsm> \left[\!| if\;b\;then\;A |\!\right]\left(s\right) =</jsm> ... t{faux} </jsm> * alternative | <jsm> \left[\!| if\;b\;then\;A\;else\; B |\!\right]\left(s\right) =<... le } b \text{ do } A |\!\right] = \left[\!| \text{if } b \text{ then } \left\{A; \text{while } b \text
Frozen spinach with potatoes: 11 Occurrences trouvées
==== Ingredients ==== Serves 4-6, but only 2-3 if mussels are added to make a one-dish meal. | 550... e stay-firm type, like Charlottes, or cauliflower if you want a more "vegetable" (i.e. less starchy) v... of pepper flakes or paprika you think appropriate if you want a milder dish) | | 1 tsp (5 g) | salt |... they are __shelled__ they have no shell). Thawed if using frozen mussels. Alternatives are possible,
Formatting Syntax: 10 Occurrences trouvées
s page// button at the top or bottom of the page. If you want to try something, just use the [[playgro... ll. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragra... without it. You should use forced newlines only if really needed. ===== Links ===== DokuWiki suppo... can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. * When a
genJardin.cpp et son testeur: 9 Occurrences trouvées
= hautJardin; resteCote = coteObjet-1; if (combien>MAXOBJECTS) { cout<<combien<<" obj... lac�s"<<endl; combien=MAXOBJECTS; } if ((coteObjet>largeur)|(coteObjet>hauteur)){cout<<"... e terrain!" << endl; combien=0;} if ((coteObjet*coteObjet*combien)>(hauteur*largeur*2... que l'objet reste dans le terrain */ if ((x+resteCote>largeur)|(y+resteCote>hauteur))auqu
Détermination de la sémantique de Programmes: 7 Occurrences trouvées
ique (w<sub>i</sub>) ^ i+1 | W<sub>i+1</sub> = | if n>0 then | ^ i | | { n:= n-1; if n>0 then { | ^ i-1 | | { n:= n-1; if n>0 then { | ^ ... | | | ^ 0 | | { n:... end{eqnarray} </jsmath> * W<sub>i+1</sub> = if k<n then * {k:=k+1;x:=x+k; if k<n then * {k:=k+1;x:=x+k; if k<n then * {k:=k+1;x:=x+k; if k<n then * ... i-3 imbrications d
VI. Optimisation du Code Intermédiaire: 7 Occurrences trouvées
prod + T7 11 prod := T8 12 I := I + 1 13 if I <= N goto(3) 14 ... Ici nous identifions un ... | | 12 | I := I+1 | I := I+1 | I := I+1 | | 13 | if I <= 5 goto(3) | if I <= 5 goto(3) | if I <= 5 go... rod + T7 | | 10 | I := I+1 | I := I+1 | | | 11 | if I <= 5 goto(3) | if I <= 5 goto(5) | if T1 <= 16
Optimisation de Code: 7 Occurrences trouvées
t) | | 06 | T2 = 4*i | | 07 | T3 = a[T2] | | 08 | if T3 < v goto 5 | fin de bloc (car branchement) | |... 2 | | 10 | T4 = 4*j | | 11 | T5 = a[T4] | | 12 | if T5 > v goto 9 | | 13 | if i >= j goto 23 | fin de... nsuite, on note que 04 v = a[T1] 08 if a[T2] < v... 12 if a[T4 > v ... pourrait... de v jusqu'à ces lignes, 04 noop 08 if a[T2] < a[T1]... 12 if a[T4 > a[T1] ...
Projet Tondeuse: 6 Occurrences trouvées
x[i]=(float)random(_,_) | ''alea = random(_,_);\\ if (alea < 0.2) {Genome.actions[i][0]=0;Genome.actions[1]=-1;}\\ else if alea>=0.2 & alea < 0.4 Genome.actions[i][0]=-1;Genome.actions[i][1]=0;\\ else if (alea >=0.4 & alea < 0.6) {Genome.actions[i][0]=0;Genome.actions[i][1]=0;}\\ else if (alea >=0.6 &... e.actions[i][0]=1;Genome.actions[i][1]=0;}\\ else if (alea >=0.8) {Genome.actions[i][0]=0;Genome.actio
Color Contrast: 6 Occurrences trouvées
ust that conversion for some non-linearity: * If <jsm>R_{sRGB} \leq 0.03928</jsm> then <jsm>R = R_... should be greater than 3 for type 14pt or larger if boldface, or 18pt or larger even if plain, greate... uestion, "can blue be used on a black background? If so, what range of blues can?" If we take [0,0,0]... green to be bright enough to show well on black. If we use equal amounts of red and green to achieve
visite du code de pcbo: 6 Occurrences trouvées
; ===== ===== print_context_info (); ===== * if (verbosity_level >= 2) * fprintf (stderr, "(:... = 0, y = j; x < objects; x++, y += int_count_a) if (context[y] & mask) { ptr[x / (ARCHBIT + 1)] |... * { memset (intent, 0xFF, BYTE_COUNT_A); * if (atr_extent) ... else (le case initial), chercher... l'attribut. Si le résultat n'est pas null, if (extent[k]) for (l = 0; l <= ARCHBIT; l++) if
Friday XIII: 6 Occurrences trouvées
, than January 1. January will have a Friday XIII if and only if the 1st falls on Sunday. * When a m... in non-leap years August 13th does (instead). So if January 1st falls on a Friday, there will be a Fr... way : * "+1" will correspond to a Friday XIII if January 1 fell on Thursday. * "+2" will correspond to a Friday XIII if January 1 fell on Wednesday. * etc. ===== Further Reading ===== An earli
Hopping John: 6 Occurrences trouvées
Fuzzy Concept Extractor: 6 Occurrences trouvées
Raisonner pour programmer: 5 Occurrences trouvées
SQL Warehousing Tutorial: 5 Occurrences trouvées
Php Classes of Possible Interest: 5 Occurrences trouvées
JSM Markup Button: 4 Occurrences trouvées
Advice Snippets & Resources: 4 Occurrences trouvées
rsync Overwrote a Newer File!: 4 Occurrences trouvées
what year might that have been?: 3 Occurrences trouvées
QuadDble: 3 Occurrences trouvées
nanoweb installation in Ubuntu 10.10: 3 Occurrences trouvées
Sémantique des Programmes Récursifs: 3 Occurrences trouvées
mvcReader: 3 Occurrences trouvées
Génération de code intermédiaire: 3 Occurrences trouvées
Fondements de la programmation: 3 Occurrences trouvées
Aile de Raie - Sauce au Sauternes: 2 Occurrences trouvées
Close by One: 2 Occurrences trouvées
How to Write a World Class Paper: 2 Occurrences trouvées
Transactions: 2 Occurrences trouvées
TP MBI: 2 Occurrences trouvées
Ages of Parents Chart: 2 Occurrences trouvées
One-Bowl Dinner Rolls: 2 Occurrences trouvées
Chicken Marengo/Chasseur: 2 Occurrences trouvées
Include Plugin: 2 Occurrences trouvées
Analyse Descendante: 2 Occurrences trouvées
Civet de Canard: 2 Occurrences trouvées
Eggnog Recipes: 2 Occurrences trouvées
Interactions controller-model: 2 Occurrences trouvées
Pita Bread: 2 Occurrences trouvées
Compte Rendu: 2 Occurrences trouvées
Raffinement de Programmes: 2 Occurrences trouvées
FAIN TD 1: 2 Occurrences trouvées
Ramequin forestière (et alii): 1 Occurrences trouvées
Spicy Baked Chicken: 1 Occurrences trouvées
Formats for Contexts and Concepts: 1 Occurrences trouvées
comment_debug: 1 Occurrences trouvées
Formal Concept Analysis: 1 Occurrences trouvées
DokuWiki: 1 Occurrences trouvées
III. Complexité: 1 Occurrences trouvées
Joe's Special: 1 Occurrences trouvées
morph: 1 Occurrences trouvées
Adding Buttons to DokuWiki: 1 Occurrences trouvées
JSMath Debug: 1 Occurrences trouvées
FuzzyIntent: 1 Occurrences trouvées
Code assembleur MIPS: 1 Occurrences trouvées
rsync utility: 1 Occurrences trouvées
Visitor: 1 Occurrences trouvées
Shoes: 1 Occurrences trouvées
LaTeX Math Symbols: 1 Occurrences trouvées
Public Holidays in France: 1 Occurrences trouvées
Macaroni Casserole: 1 Occurrences trouvées
Three-Bean Salad: 1 Occurrences trouvées
Concombres au Yaourt: 1 Occurrences trouvées
SuitableStuff: 1 Occurrences trouvées
IV. Raffinement de Programmes: 1 Occurrences trouvées
emacs-build: 1 Occurrences trouvées
College Rankings: 1 Occurrences trouvées
Recognizing and Counting Squares: 1 Occurrences trouvées
French-Toasted Tuna Melts: 1 Occurrences trouvées
Red Snapper Veracruz Style: 1 Occurrences trouvées
Honey-Ginger Grilled Salmon: 1 Occurrences trouvées
Preuves de correction (suite): 1 Occurrences trouvées
Theories of Action: 1 Occurrences trouvées
 
 
Sauf mention contraire, le contenu de ce wiki est placé sous la licence suivante :CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki