Category: Introduction
Programare C++ Lectia 3
public class INEX : MonoBehaviour
{
float pasy = 0.05f;
float pasz = 0.01f;
float pasx = 0.01f;
Vector3 pos1 = new Vector3(8.2657f, 91.61992f, 1);
// Start is called before the first frame update
void Start()
{
transform.localScale = pos1;
}
// Update is called once per frame
void Update()
{
if (pos1.x > 8.2657f)
{
pasx= -0.025f;
}
if (pos1.x < 0)
{
pasx= 0.025f;
}
if (pos1.y > 91.61992)
{
pasy= -0.025f;
}
if (pos1.y < 0)
{
pasy= 0.025f;
}
if (pos1.z > 1)
{
pasz= -0.025f;
}
if (pos1.z < 0)
{
pasz= 0.025f;
}
pos1.x += pasx;
pos1.z += pasz;
pos1.y += pasy;
transform.localScale = pos1;
}
}
public class gigeluextrem5 : MonoBehaviour
{
float pas = -0.0085f;
float pas1 = -0.0085f;
float pas2 = -0.0085f;
Vector3 pos1 = new Vector3(9, 9, 9);
// Start is called before the first frame update
void Start()
{
transform.localScale = pos1;
}
// Update is called once per frame
void Update()
{
if (pos1.x > 9)
{
pas+= -0.0085f;
}
if (pos1.x < 0)
{
pas+= 0.0085f;
}
pos1.x+= pas;
if (pos1.y > 9)
{
pas1 += -0.0085f;
}
if (pos1.y < 0)
{
pas1 += 0.0085f;
}
pos1.y += pas1;
if (pos1.z > 9)
{
pas2 += -0.0085f;
}
if (pos1.z < 0)
{
pas2 += 0.0085f;
}
pos1.z += pas2;
transform.localScale = pos1;
}
}
Programare C++ pentru copii
Cursurile incep in ultima saptamana din luna septembrie.
Destinat copiilor din clasele 5-7 .
Locatie: str. Borsec nr 1
Durata modul : 10 saptamani
Tarif: 400 lei
Copiii isi vor alege una din cele doua zile de curs: joi (intre orele 17 si 18.30) sau sambata (intre 11 si 12.30)
Numarul de copii intr-o grupa : intre 2 si 4
Grupa de joi: Gavrisan Ionut, Handra-Calugar Mihnea, Blaga Denis si Luca Alex.
Grupa de sambata: Pop Marius, Bejinaru Alin, Frunza Patrick, Costea Flaviu
Grupa de marti: Filimon Cristian, Gligor Miriana, Zonga Andrei
Grupa de miercuri: Mocan Raul, Trif Andrei, Boanca Adelina, Iuhos Andrei
Echipa SITAS First Lego League 2021
Digital Fashion
Concurs Robotica Lego 2021
Cursuri gratuite de roboti Lego
Incepand cu data de 21 aprilie 2021 organizam cursuri gratuite de robotica Lego.
Inscrieri si informatii suplimentare la danimihut@gmail.com
Automobile si Roboti Lego
Minecraft Project Activity 2
- Build the dog house with only 7 wooden blocks.
- Build a bigger dog house (luxury) with 20 gold blocks.
Equations
- The price of a stone block is 1 euro, the same for the glass block . Build a stone and glass house with 150 euros .
- The price of a gold block is 3 euros. Build a golden house with 300 euros, using 60 glass blocks .
- The price of a diamond block is 5 euros. Build a diamond and glass house with 300 euros. You have to use the same number of glass and diamond blocks.
Clasament Concurs Online Matematica
- Boanca Adelina 32715
- Zonga Andrei 27500
- Pop Victor 26754
- Handra-Calugar Mihnea 25118