This shows you the differences between two versions of the page.
programare:laboratoare:lab11 [2019/12/01 08:59] george.pirtoaca [Referinţe] |
programare:laboratoare:lab11 [2022/12/12 17:12] (current) robert.stoica2205 [Noţiuni teoretice] |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Structuri. Uniuni. Aplicaţie: Matrice rare ===== | ===== Structuri. Uniuni. Aplicaţie: Matrice rare ===== | ||
- | **Responsabil:** | + | **Resposabili:****Responsabili:** |
- | * [[ion_dorinel.filip@cti.pub.ro|Dorinel Filip]] (2016) | + | * [[ion_dorinel.filip@cti.pub.ro|Dorinel Filip (CA 2016-2020)]] |
+ | * [[neatudarius@gmail.com|Darius Neațu (CA 2019-2020)]] | ||
* [[mihaela.vasile@gmail.com|Mihaela Vasile]] | * [[mihaela.vasile@gmail.com|Mihaela Vasile]] | ||
Line 187: | Line 188: | ||
struct exemplu *p2; | struct exemplu *p2; | ||
p1 = &s1; | p1 = &s1; | ||
- | p2 = &s2; | + | p2 = &s1; |
</code> | </code> | ||
Line 243: | Line 244: | ||
Address of Temperature = 165496 | Address of Temperature = 165496 | ||
Address of temp = 165496, feels_like = 165500 | Address of temp = 165496, feels_like = 165500 | ||
- | Wind_Chill = 165500, Heat_Index= 16550 | + | Wind_Chill = 165500, Heat_Index= 165500 |
</code> | </code> | ||
Line 256: | Line 257: | ||
**Următoarele două probleme vă vor fi date de asistent în cadrul laboratorului.** | **Următoarele două probleme vă vor fi date de asistent în cadrul laboratorului.** | ||
- | |||
- | [[https://drive.google.com/drive/folders/0BworQDqcRK0yd205cE1qamZ5bEU|Checker laborator 11]] | ||
- | [[https://drive.google.com/file/d/12W-iRnk6wfyDzcPtrKNxPJAY_pgonGuL/view?usp=sharing | Teste problema 1]] | ||
- | [[https://drive.google.com/file/d/1d_8mBJVVhY-kEVYVDg_e-M6NDDuI7Taq/view?usp=sharing | Teste problema 2]] | ||
[[ https://ocw.cs.pub.ro/courses/programare/checker | Tutorial folosire checker laborator ]] | [[ https://ocw.cs.pub.ro/courses/programare/checker | Tutorial folosire checker laborator ]] | ||
Line 337: | Line 334: | ||
* [[http://crasseux.com/books/ctutorial//Data-structures.html#Data%20structures|The GNU Programming Tools - Data structure]] | * [[http://crasseux.com/books/ctutorial//Data-structures.html#Data%20structures|The GNU Programming Tools - Data structure]] | ||
* [[http://publications.gbdirect.co.uk/c_book/chapter6/unions.html|The C Book - Unions]] | * [[http://publications.gbdirect.co.uk/c_book/chapter6/unions.html|The C Book - Unions]] | ||
- | |||
- | |||
- | [[https://drive.google.com/open?id=1DdnXnY0VURSNevNpDVTJNmfTxza0JnBg|Probleme laborator 14 - 16]] |