Cool C/C++

Programacion en C/C++

Home Descargas Fuentes Matemáticas análisis de algoritmos

análisis de algoritmos
 
Esta área es solamente para Usuarios Registrados.
Por favor entrar o Regístrate.

Descripción:
Un interesante programa en el cual se puede ver gráficamente como se comportan los algoritmos de ordenamiento comunes tales como: burbuja, selección, quicksort y mergesort. Se presentan tiempos de respuesta y se puede hacer una análisis de los mismos.
Versión del archivo:
1.0
Tipo de archivo:
C/C++
Tamaño del archivo:
57.31 KB
Descargas:
107
Enviado por:
adrianvaca (adrianvaca)
Enviado el:
18 Mar 2011
Valoración:
stars/5.gifVotos Totales:2
Comentarios:
Moxyz 2011-05-04 11:24:22 Compilador: Default compiler Ejecutando g++.exe... g++.exe "Clasificaciones.cpp" -o "Clasificaciones.exe" -g3 -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" -g3 4:21: Graphics.h: No such file or directory 5:23: StrStream.H: No such file or directory 18: ISO C++ forbids declaration of `Max' with no type 20: ISO C++ forbids declaration of `Entrar' with no type 20: ISO C++ forbids declaration of `Retroceso' with no type 20: ISO C++ forbids declaration of `CtrlC' with no type 20: ISO C++ forbids declaration of `Tab' with no type 20: ISO C++ forbids declaration of `Esc' with no type 20: ISO C++ forbids declaration of `Espacio' with no type 20: ISO C++ forbids declaration of `Nulo' with no type 21: ISO C++ forbids declaration of `Home' with no type 21: ISO C++ forbids declaration of `Izq' with no type 21: ISO C++ forbids declaration of `AltX' with no type 21: ISO C++ forbids declaration of `Der' with no type 21: ISO C++ forbids declaration of `End' with no type 21: ISO C++ forbids declaration of `Ins' with no type 22: ISO C++ forbids declaration of `Del' with no type 22: ISO C++ forbids declaration of `CtrlIzq' with no type 22: ISO C++ forbids declaration of `CtrlDer' with no type In function `void CentrarXCad(int, char*, int)': 110: `setcolor' undeclared (first use this function) 110: (Each undeclared identifier is reported only once for each function it appears in.) 111: `textwidth' undeclared (first use this function) 111: `getmaxx' undeclared (first use this function) 111: `outtextxy' undeclared (first use this function) In function `void GraficarValores(int*, int, int, int, int)': 129: `getmaxx' undeclared (first use this function) 130: `getmaxy' undeclared (first use this function) 136: `WHITE' undeclared (first use this function) 136: `setcolor' undeclared (first use this function) 136: `line' undeclared (first use this function) 142: `RED' undeclared (first use this function) 142: `SOLID_FILL' undeclared (first use this function) 142: `MAGENTA' undeclared (first use this function) 142: `setfillstyle' undeclared (first use this function) 143: `bar' undeclared (first use this function) 154: `BLUE' undeclared (first use this function) 159: `delay' undeclared (first use this function) 162: `TRIPLEX_FONT' undeclared (first use this function) 162: `HORIZ_DIR' undeclared (first use this function) 162: `settextstyle' undeclared (first use this function) In function `int IniciarMouse(int&)': 170: aggregate `REGS entra' has incomplete type and cannot be defined 170: aggregate `REGS sale' has incomplete type and cannot be defined 172: `int86' undeclared (first use this function) In function `void MostrarCursorMouse()': 178: aggregate `REGS entra' has incomplete type and cannot be defined 178: aggregate `REGS sale' has incomplete type and cannot be defined 180: `int86' undeclared (first use this function) In function `void EsconderCursorMouse()': 184: aggregate `REGS entra' has incomplete type and cannot be defined 184: aggregate `REGS sale' has incomplete type and cannot be defined 186: `int86' undeclared (first use this function) In function `int ClickMouseEnXY(int&, int&)': 190: aggregate `REGS entra' has incomplete type and cannot be defined 190: aggregate `REGS sale' has incomplete type and cannot be defined 192: `int86' undeclared (first use this function) In function `void CursorMouseAXY(int, int)': 199: aggregate `REGS entra' has incomplete type and cannot be defined 199: aggregate `REGS sale' has incomplete type and cannot be defined 203: `int86' undeclared (first use this function) In function `void BarraDeColor(int, int, int, int, int, int)': 215: `getcolor' undeclared (first use this function) 217: `setfillstyle' undeclared (first use this function) 217: `bar' undeclared (first use this function) 218: `setcolor' undeclared (first use this function) In function `void RecuadroVentana(int, int, int, int, int)': 227: `SOLID_LINE' undeclared (first use this function) 227: `NORM_WIDTH' undeclared (first use this function) 227: `setlinestyle' undeclared (first use this function) 229: `DARKGRAY' undeclared (first use this function) 229: `setcolor' undeclared (first use this function) 231: `WHITE' undeclared (first use this function) 232: `line' undeclared (first use this function) In function `void RealzarCursor(int, int, int, int, int, int, int)': 247: `setcolor' undeclared (first use this function) 247: `line' undeclared (first use this function) 251: `setfillstyle' undeclared (first use this function) 251: `floodfill' undeclared (first use this function) In function `void Cursor(int, int, int, char*, int, int, int, int, int, int)': 265: `DEFAULT_FONT' undeclared (first use this function) 265: `HORIZ_DIR' undeclared (first use this function) 265: `settextstyle' undeclared (first use this function) 266: `textheight' undeclared (first use this function) 268: `textwidth' undeclared (first use this function) 273: `SOLID_FILL' undeclared (first use this function) 275: `setcolor' undeclared (first use this function) 282: `outtextxy' undeclared (first use this function) In function `void UndidoCursor(int, int, int, char*, int, int, int, int, int)': 294: ISO C++ forbids declaration of `NoActual' with no type 294: ISO C++ forbids declaration of `Actual' with no type 298: `delay' undeclared (first use this function) In function `void EscribirComentarioOpcionMenu(char*, int, int, int, int)': 324: `SOLID_FILL' undeclared (first use this function) 324: `BLUE' undeclared (first use this function) 324: `setfillstyle' undeclared (first use this function) 325: `bar' undeclared (first use this function) 326: `DEFAULT_FONT' undeclared (first use this function) 326: `settextstyle' undeclared (first use this function) 327: `WHITE' undeclared (first use this function) In function `void PresentacionInicial()': 333: `WHITE' undeclared (first use this function) 333: `setcolor' undeclared (first use this function) 333: `getmaxx' undeclared (first use this function) 333: `getmaxy' undeclared (first use this function) 333: `rectangle' undeclared (first use this function) 334: `DARKGRAY' undeclared (first use this function) 334: `LIGHTGRAY' undeclared (first use this function) 338: `line' undeclared (first use this function) 339: name lookup of `i' changed for new ISO `for' scoping 338: using obsolete binding at `i' 341: `BLACK' undeclared (first use this function) 343: `RED' undeclared (first use this function) 344: `MAGENTA' undeclared (first use this function) At global scope: 351: `main' must return `int' In function `int main(...)': 352: ISO C++ forbids declaration of `Der' with no type 352: ISO C++ forbids declaration of `Izq' with no type 352: ISO C++ forbids declaration of `Esc' with no type 352: ISO C++ forbids declaration of `Entrar' with no type 352: ISO C++ forbids declaration of `MaxOp' with no type 353: ISO C++ forbids declaration of `NoActual' with no type 353: ISO C++ forbids declaration of `Actual' with no type 353: ISO C++ forbids declaration of `DeMas' with no type 368: `DETECT' undeclared (first use this function) 369: `initgraph' undeclared (first use this function) 371: `BLUE' undeclared (first use this function) 371: `setbkcolor' undeclared (first use this function) 373: `outtextxy' undeclared (first use this function) 374: `delay' undeclared (first use this function) 374: return-statement with no value, in function returning 'int' 378: `DEFAULT_FONT' undeclared (first use this function) 378: `HORIZ_DIR' undeclared (first use this function) 378: `settextstyle' undeclared (first use this function) 378: `LEFT_TEXT' undeclared (first use this function) 378: `TOP_TEXT' undeclared (first use this function) 378: `settextjustify' undeclared (first use this function) 381: `textwidth' undeclared (first use this function) 382: `getmaxx' undeclared (first use this function) 387: `LIGHTGRAY' undeclared (first use this function) 387: `CYAN' undeclared (first use this function) 387: `WHITE' undeclared (first use this function) 387: `RED' undeclared (first use this function) 407: `textheight' undeclared (first use this function) 447: return-statement with no value, in function returning 'int' 454: return-statement with no value, in function returning 'int' 478: `SOLID_FILL' undeclared (first use this function) 478: `setfillstyle' undeclared (first use this function) 478: `bar' undeclared (first use this function) 479: `setcolor' undeclared (first use this function) 479: `rectangle' undeclared (first use this function) 481: `randomize' undeclared (first use this function) 483: `random' undeclared (first use this function) 489: `getmaxy' undeclared (first use this function) 490: `YELLOW' undeclared (first use this function) 493: name lookup of `j' changed for new ISO `for' scoping 482: using obsolete binding at `j' 499: `ostrstream' undeclared (first use this function) 500: `ends' undeclared (first use this function) Ejecución Terminada