//Calculul determinantilor cu metoda condensarii pivotale #include <conio.h> #include <iostream> #include <math.h> #include <stdlib.h> using namespace std; double a,b,c; int…
Read More

//Calculul determinantilor cu metoda condensarii pivotale #include <conio.h> #include <iostream> #include <math.h> #include <stdlib.h> using namespace std; double a,b,c; int…
Read More
Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to…
Read More
Towers of Hanoi problem – Method Divide et impera BRIEF three rods A, B, C being located in the rod…
Read More
EURO INFORMATICA – Corel Draw: Use 2 Point Line and Shape Tool 9,589 total views, no views today
Read More
DirectX engine for support version 9, 10, 11 libraries Microsoft SDK. Features: camera view, lighting, load mesh, animation, skinning, hierarchy…
Read More
List with students: #include <stdio.h> #include <string.h> #include <malloc.h> #include <ctype.h> #include <conio.h> typedef struct elev{ char* nume; char* prenume;…
Read More
// Afisarea a doua multimi #include<stdio.h> #include<conio.h> void main(void) { int a,b,i,j,n,m ; char c='f'; clrscr(); printf("Nr de elemente din…
Read More
An algortithm with apartments persons repartisation: #define _CRT_SECURE_NO_DEPRECATE #include<stdio.h> #include<values.h> #define MAX_APART 20 int n; //nr persoane int pref;//preferinta pers…
Read More