Search my blog for homework issues, books, curiosities, Web facts, help and many others. All these just here!
Friday, June 8, 2012
Thursday, June 7, 2012
C++: Descompunerea in factori primi
Categories:
Algorithms
0
comments
Descompunerea in factori primi (sau descompunerea canonica) este un algoritm foarte util, chiar unul dintre cei de baza.
Cu ajutorul algoritmului obtinem fiecare factor din descompunere alaturi de puterea la care apare si, in randurile de mai jos, le afisam:
f=2;
while(n!=1){
p=0;
while(n%f==0){
n/=f;
p++;
}
if(p!=0)
cout<<f<<” “<<p;
f++;
}
“f” reprezinta factorul, iar “p” puterea.
Saturday, June 2, 2012
"Heidi" - summary help / test
Categories:
Books
0
comments
For doing a great summary you need to start from a reading sheet, or from some ideas about the text. Of course that, before writing these, you must put yourself some questions and answer them, for being sure that you have understood the text perfectly.
By solving the excercices below you will see which parts of the book you need to read again and after that you will can do the summary of "Heidi", by Johanna Spyri, with no problems.
By solving the excercices below you will see which parts of the book you need to read again and after that you will can do the summary of "Heidi", by Johanna Spyri, with no problems.
CHAPTERS 1 -> 5
1. Answer these questions:
- What happened to Heidi's parents?
- Why did Dete take Heidi to Grandfather's house?
Friday, June 1, 2012
LA MULTI ANI de 1 IUNIE!!!
Categories:
News
0
comments

In unele orase, in scoli, orele de curs au fost inlocuite cu jocuri, concursuri, ore de lucru manual (olarit etc.) si multe altele, iar primariile au impartit cadouri micutilor.
Deasemenea, pentru cei care se tem de aglomeratii, trebuie spus ca atmosfera de sarbatoare se va prelungi pe intregul week-end!
LA MULTI ANI
TUTUROR COPIILOR!!!
Subscribe to:
Posts (Atom)