Tags:
tag this topic
create new tag
view all tags
<H1>Fondamenti di Programmazione a.a. 2011-2012 <SMALL>(canale M-Z)</SMALL></H1> <H2>Diario delle lezioni e delle esercitazioni</H2> <DIV style="margin-left:5%; margin-right:5%"> <!-- <DIV ALIGN="justify"> <B>Lunedì 3 ottobre 2011</B> <BLOCKQUOTE> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture01.html">Lezione 1</a> </BLOCKQUOTE> </DIV> --> <DIV ALIGN="justify"> <B>Lunedì 3 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture01.html">Lezione 1</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 5 ottobre 2011</B> Laboratorio: [[%ATTACHURL%/Oct5_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 7 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture02.html">Lezione 2</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 10 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture03.html">Lezione 3</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 12 ottobre 2011</B> Laboratorio: [[%ATTACHURL%/Oct12_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Giovedì 13 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture04.html">Lezione 4</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 17 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture05.html">Lezione 5</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 19 ottobre 2011</B> Laboratorio: [[%ATTACHURL%/Oct19_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 21 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture06.html">Lezione 6</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 24 ottobre 2011</B> Rispetto a quanto scritto nella <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture07.html">Lezione 7</a> non sono stati spiegati i <em>puntatori</em> e quindi gli esercizi sono sostituiti dai seguenti.<br> <b>Esercizio 7.1</b> Scrivere una funzione, <code>int parola(char A[], int n, int k)</code>, che ritorna la posizione della <code>k</code>-esima parola contenuta nell'array <code>A</code> (di dimensione <code>n</code>). Se il numero di parole contenute nell'array <code>A</code> è minore di <code>k</code>, la funzione ritorna -1. Ad esempio, se A contiene la sequenza di caratteri <code>"La seconda parola"</code> (quindi <code>n</code> = 17) e <code>k</code> = 2, allora la funzione ritorna 3. <br> <b>Esercizio 7.2</b> Scrivere un programma (usando la funzione dell'esercizio precedente ed eventualmente altre funzioni) che legge dall'input due linee di testo e stampa tutte le parole della prima linea che appaiono anche nella seconda. Ad esempio, se le due linee di testo sono <code>"Le cose non sono solo cose"</code> e <code>"sono tante cose"</code>, allora il programma stampa: <pre> cose sono cose </pre> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 26 ottobre 2011</B> Laboratorio: [[%ATTACHURL%/Oct26_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 28 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture08.html">Lezione 8</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 31 ottobre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture09.html">Lezione 9</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 2 novembre 2011</B> Laboratorio: [[%ATTACHURL%/Nov2_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 4 novembre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture10.html">Lezione 10</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 7 novembre 2011</B> Soluzione esercizi 10.1, 10.2, 20 e 21. Esercizi di preparazione alla prova intermedia: esercizio 1 in <a href="http://twiki.di.uniroma1.it/pub/Programmazione1/FP_EO/eserciziIntermedia1.html">esempio 1</a> e esercizi 1 e 2 in <a href="http://twiki.di.uniroma1.it/pub/Programmazione1/FP_EO/eserciziIntermedia2.html">esempio 2</a>. </DIV> <DIV ALIGN="justify"> <B>Mercoledì 9 novembre 2011</B> Laboratorio: [[%ATTACHURL%/Nov9_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 11 novembre 2011</B> Simulazione prova intermedia: [[%ATTACHURL%/eserciziIntermedia3.html][testo]] e [[%ATTACHURL%/eserciziIntermedia3sol.html][soluzioni]]. </DIV> <DIV ALIGN="justify"> <B>Venerdì 18 novembre 2011</B> Prova intermedia: <a href="http://twiki.di.uniroma1.it/pub/Programmazione1/FPes1011/intermedia2011nov18.html">testo</a> e <a href="http://twiki.di.uniroma1.it/pub/Programmazione1/FPes1011/intermedia2011nov18sol.html">soluzioni</a>. </DIV> <DIV ALIGN="justify"> <B>Lunedì 21 novembre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture12.html">Lezione 12</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 23 novembre 2011</B> Laboratorio: [[%ATTACHURL%/Nov23_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 25 novembre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture13.html">Lezione 13</a> </DIV> <DIV ALIGN="justify"> <B>Lunedì 28 novembre 2011</B> <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture14.html">Lezione 14</a> </DIV> <DIV ALIGN="justify"> <B>Mercoledì 30 novembre 2011</B> Laboratorio: [[%ATTACHURL%/Nov30_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 2 dicembre 2011</B> <!-- <a href="http://pellacini.di.uniroma1.it/teaching/fondamenti11/lecture15.html">Lezione 15</a> --> [[%ATTACHURL%/lezione15.html][Lezione 15]] </DIV> <DIV ALIGN="justify"> <B>Lunedì 5 dicembre 2011</B> [[%ATTACHURL%/lezione16.html][Lezione 16]] </DIV> <DIV ALIGN="justify"> <B>Mercoledì 7 dicembre 2011</B> Laboratorio: [[%ATTACHURL%/Dec7_2011_fond.pdf][esercizi]] </DIV> <DIV ALIGN="justify"> <B>Venerdì 9 dicembre 2011</B> [[%ATTACHURL%/lezione17.html][Lezione 17]] </DIV> <DIV ALIGN="justify"> <B>Lunedì 12 dicembre 2011</B> [[%ATTACHURL%/lezione18.html][Lezione 18]] </DIV> <DIV ALIGN="justify"> <B>Mercoledì 14 dicembre 2011</B> Laboratorio </DIV> <DIV ALIGN="justify"> <B>Venerdì 16 dicembre 2011</B> [[%ATTACHURL%/lezione19.html][Lezione 19]] </DIV> <DIV ALIGN="justify"> <B>Lunedì 9 gennaio 2012</B> [[%ATTACHURL%/lezione20.html][Lezione 20]] </DIV> <DIV ALIGN="justify"> <B>Mercoledì 11 gennaio 2012</B> Laboratorio </DIV> <DIV ALIGN="justify"> <B>Venerdì 13 gennaio 2012</B> [[%ATTACHURL%/lezione21.html][Lezione 21]] </DIV> <DIV ALIGN="justify"> <B>Lunedì 16 gennaio 2012</B> [[%ATTACHURL%/lezione22.html][Lezione 22]] </DIV> <DIV ALIGN="justify"> <B>Mercoledì 18 gennaio 2012</B> Laboratorio </DIV> <DIV ALIGN="justify"> <B>Venerdì 20 gennaio 2012</B> [[%ATTACHURL%/lezione23.html][Lezione 23]] </DIV> </DIV>
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r64
<
r63
<
r62
<
r61
<
r60
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r64 - 2012-01-20
-
RiccardoSilvestri
Log In
or
Register
Programmazione1 Web ...
Programmazione1 Web
Programmazione1 Web Home
Users
Groups
Index
Search
Changes
Notifications
Statistics
Preferences
User Reference ...
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
ChangeEmailAddress
ChangePassword
ResetPassword
Prenotazioni esami
Laurea Triennale ...
Laurea Triennale
Algebra
Algoritmi
Introduzione agli algoritmi
Algoritmi 1
Algoritmi 2
Algoritmi per la
visualizzazione
Architetture
Prog. sist. digitali
Architetture 2
Basi di Dati
Basi di Dati 1 Inf.
Basi di Dati 1 T.I.
Basi di Dati (I modulo, A-L)
Basi di Dati (I modulo, M-Z)
Basi di Dati 2
Calcolo
Calcolo differenziale
Calcolo integrale
Calcolo delle Probabilitą
Metodi mat. per l'inf. (ex. Logica)
canale AD
canale PZ
Programmazione
Fond. di Programmazione
Metodologie di Programmazione
Prog. di sistemi multicore
Programmazione 2
AD
EO
PZ
Esercitazioni Prog. 2
Lab. Prog. AD
Lab. Prog. EO
Lab. Prog. 2
Prog. a Oggetti
Reti
Arch. di internet
Lab. di prog. di rete
Programmazione Web
Reti di elaboratori
Sistemi operativi
Sistemi Operativi (12 CFU)
Anni precedenti
Sistemi operativi 1
Sistemi operativi 2
Lab. SO 1
Lab. SO 2
Altri corsi
Automi, Calcolabilitą
e Complessitą
Apprendimento Automatico
Economia Aziendale
Elaborazione Immagini
Fisica 2
Grafica 3D
Informatica Giuridica
Laboratorio di Sistemi Interattivi
Linguaggi di Programmazione 3° anno Matematica
Linguaggi e Compilatori
Sistemi Informativi
Tecniche di Sicurezza dei Sistemi
ACSAI ...
ACSAI
Computer Architectures 1
Programming
Laurea Magistrale ...
Laurea Magistrale
Percorsi di studio
Corsi
Algoritmi Avanzati
Algoritmica
Algoritmi e Strutture Dati
Algoritmi per le reti
Architetture degli elaboratori 3
Architetture avanzate e parallele
Autonomous Networking
Big Data Computing
Business Intelligence
Calcolo Intensivo
Complessitą
Computer Systems and Programming
Concurrent Systems
Crittografia
Elaborazione del Linguaggio Naturale
Estrazione inf. dal web
Fisica 3
Gamification Lab
Information Systems
Ingegneria degli Algoritmi
Interazione Multi Modale
Metodi Formali per il Software
Methods in Computer Science Education: Analysis
Methods in Computer Science Education: Design
Prestazioni dei Sistemi di Rete
Prog. avanzata
Internet of Things
Sistemi Centrali
Reti Wireless
Sistemi Biometrici
Sistemi Distribuiti
Sistemi Informativi Geografici
Sistemi operativi 3
Tecniche di Sicurezza basate sui Linguaggi
Teoria della
Dimostrazione
Verifica del software
Visione artificiale
Attivitą complementari
Biologia Computazionale
Design and development of embedded systems for the Internet of Things
Lego Lab
Logic Programming
Pietre miliari della scienza
Prog. di processori multicore
Sistemi per l'interazione locale e remota
Laboratorio di Cyber-Security
Verifica e Validazione di Software Embedded
Altri Webs ...
Altri Webs
Dottorandi
Commissioni
Comm. Didattica
Comm. Didattica_r
Comm. Dottorato
Comm. Erasmus
Comm. Finanziamenti
Comm. Scientifica
Comm Scientifica_r
Corsi esterni
Sistemi Operativi (Matematica)
Perl e Bioperl
ECDL
Fondamenti 1
(NETTUNO)
Tecniche della Programmazione 1° modulo
(NETTUNO)
Seminars in Artificial Intelligence and Robotics: Natural Language Processing
Informatica generale
Primo canale
Secondo canale
II canale A.A. 10-11
Informatica
Informatica per Statistica
Laboratorio di Strumentazione Elettronica e Informatica
Progetti
Nemo
Quis
Remus
TWiki ...
TWiki
Tutto su TWiki
Users
Main
Sandbox
Home
Site map
AA web
AAP web
ACSAI web
AA2021 web
Programming web
AA2021 web
AN web
ASD web
Algebra web
AL web
AA1112 web
AA1213 web
AA1920 web
AA2021 web
MZ web
AA1112 web
AA1213 web
AA1112 web
AA1314 web
AA1415 web
AA1516 web
AA1617 web
AA1819 web
Old web
Algo_par_dis web
Algoreti web
More...
Programmazione1 Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Questo sito usa cookies, usandolo ne accettate la presenza. (
CookiePolicy
)
Torna al
Dipartimento di Informatica
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback