User contributions for Root
15 June 2012
- 12:4012:40, 15 June 2012 diff hist +250 Attribute Grammars/Exercise 9: Text relevance →YACC implementation
- 12:3912:39, 15 June 2012 diff hist +1,151 Attribute Grammars/Exercise 9: Text relevance →YACC implementation
5 June 2012
- 13:2313:23, 5 June 2012 diff hist +3 Attribute Grammars/Exercise 9: Text relevance →Questions
- 13:1313:13, 5 June 2012 diff hist +2,531 N Attribute Grammars/Exercise 9: Text relevance Created page with "{{TOCright}} == Problem (in Portuguese) == (appeared in Teste 2 2011/2012) Pretende-se criar uma gramática atributiva que processe um texto (lista de frases) e calcule no sím..."
- 13:0813:08, 5 June 2012 diff hist +100 Attribute Grammars →Exercises
- 13:0713:07, 5 June 2012 diff hist +33 Code Generation/Exercise 9 →Compiling and Running
- 13:0713:07, 5 June 2012 diff hist −2 Code Generation/Exercise 9 →Compiling and Running
- 13:0613:06, 5 June 2012 diff hist +846 N Code Generation/Exercise 9 Created page with "== The Original Code == Consider the following C code: <c> static unsigned long a = 10; static double *v; extern void *malloc(unsigned long); static double *mkvec(unsigned lon..."
- 13:0413:04, 5 June 2012 diff hist +88 Code Generation →Exercises
- 13:0113:01, 5 June 2012 diff hist +17 Code Generation →Examples
- 12:3512:35, 5 June 2012 diff hist +2 Bottom-Up Parsing/Example 5: LALR(1) →Problem
- 12:3512:35, 5 June 2012 diff hist +38 Bottom-Up Parsing/Example 5: LALR(1) →Problem
- 12:3412:34, 5 June 2012 diff hist +954 N Bottom-Up Parsing/Example 5: LALR(1) Created page with "{{TOCright}} = Problem = Consider the following grammar. C is the start symbold and { w, x, y, z } is the set of terminal symbols. A → y | ε B → C x | x A C → D x B |..."
- 12:3212:32, 5 June 2012 diff hist +95 Bottom-Up Parsing →Examples and Exercises
4 June 2012
- 18:2618:26, 4 June 2012 diff hist +536 Quick topics on compiling and linking in C/C++ No edit summary
2 June 2012
- 16:4516:45, 2 June 2012 diff hist +981 Semantic Analysis/Exercise 01 →The Problem (in Portuguese)
- 16:4416:44, 2 June 2012 diff hist +2,413 N Semantic Analysis/Exercise 01 Created page with "{{TOCright}} == The Problem (in Portuguese) == Considere o analisador sintáctico da linguagem Simple (abaixo). Considere que as variáveis só podem ser utilizadas em expressõe..."
- 16:4316:43, 2 June 2012 diff hist +86 Semantic Analysis No edit summary
- 16:3216:32, 2 June 2012 diff hist +216 Semantic Analysis/The Tiny language: semantic analysis example and C generation No edit summary
- 16:2816:28, 2 June 2012 diff hist +981 Semantic Analysis/The Tiny language: semantic analysis example and C generation No edit summary
- 16:2516:25, 2 June 2012 diff hist +25 Code Generation →Examples
- 16:2216:22, 2 June 2012 diff hist +32 Code Generation/Exercise 8 No edit summary
- 16:2116:21, 2 June 2012 diff hist +13 Code Generation/Exercise 8 No edit summary
- 16:2116:21, 2 June 2012 diff hist +24 Code Generation/Exercise 8 No edit summary
- 16:2016:20, 2 June 2012 diff hist +552 Code Generation/Exercise 8 No edit summary
- 16:1816:18, 2 June 2012 diff hist +42 Code Generation/Exercise 8 No edit summary
- 16:1716:17, 2 June 2012 diff hist +926 N Code Generation/Exercise 8 Created page with "== The Original Code == Consider the following C function: <c> extern int printf(const char *format, ...); int printlist(int lo, int hi) { int ix = lo; while (ix < hi) { ..."
- 16:1516:15, 2 June 2012 diff hist +58 Code Generation →Examples
- 16:1016:10, 2 June 2012 diff hist +242 N Optimization Topics/Exercise 06 Created page with "Considere a seguinte função em C: <c> int main() { int a[10], i = 1; a[0] = 0; while (i < 10) a[i++] = a[i-1] + 2 * i - 1; return 0; } </c> # Identifique os..."
- 16:0916:09, 2 June 2012 diff hist +168 N Optimization Topics/Exercise 05 Created page with "Escreva em código Postfix optimizado uma função que recebe os valores dos três coeficientes de uma equação de 2º grau (ax²+bx+c) e devolve o número de raízes."
- 16:0916:09, 2 June 2012 diff hist +102 Optimization Topics No edit summary
- 16:0916:09, 2 June 2012 diff hist +355 N Optimization Topics/Exercise 04 Created page with "Considere a seguinte função em C: <c> int find(int tab[], int max, int val) { int i; for (i = 0; i < max; i++) if (tab[i] == val) break; return i; } </c..."
- 16:0716:07, 2 June 2012 diff hist +748 N Optimization Topics/Exercise 03 Created page with "Considere a seguinte função em C: # Que optimizações independentes da máquina são possíveis? # Traduza-a para Postfix optimizado. <c> int fun(int a, int b) { int i = 10..."
- 16:0616:06, 2 June 2012 diff hist +759 N Optimization Topics/Exercise 02 Created page with "Considere a seguinte função em C: # Que optimizações independentes da máquina são possíveis? # Traduza-a para Postfix optimizado. <c> int *fun(int *a, int *b, int len) { ..."
- 16:0516:05, 2 June 2012 diff hist −5 Optimization Topics/Exercise 01 No edit summary
- 16:0216:02, 2 June 2012 diff hist +794 N Optimization Topics/Exercise 01 Created page with "Considere a seguinte função em C: (i) Que optimizações independentes da máquina são possíveis? (ii) Traduza-a para Postfix optimizado. <c> int *fun(int *a, int *b) { in..."
- 16:0216:02, 2 June 2012 diff hist +222 Optimization Topics No edit summary
30 May 2012
- 22:1422:14, 30 May 2012 diff hist +734 Tópicos sobre Construção de Compiladores No edit summary
- 22:0622:06, 30 May 2012 diff hist 0 Tópicos sobre Construção de Compiladores No edit summary
26 May 2012
- 15:4515:45, 26 May 2012 diff hist +83 Attribute Grammars/Exercise 4: Expressions with bases (1) →Solution
18 May 2012
- 06:5806:58, 18 May 2012 diff hist +3 Postfix Reference Guide →Starting a function
- 06:5606:56, 18 May 2012 diff hist +2 Postfix Reference Guide →Floating point comparison operator
- 06:5106:51, 18 May 2012 diff hist +3 Postfix Reference Guide →Segment choices
- 06:4806:48, 18 May 2012 diff hist −1 Postfix Reference Guide No edit summary
- 06:4706:47, 18 May 2012 diff hist −1 Postfix Reference Guide No edit summary
16 May 2012
11 May 2012
9 May 2012
8 May 2012
- 22:3522:35, 8 May 2012 diff hist +25 Semantic Analysis No edit summary
- 22:2722:27, 8 May 2012 diff hist 0 Actividades Lectivas No edit summary