This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <cmath> | |
| #include <list> | |
| using namespace std; | |
| string colors[13] = {"blueviolet", "cadetblue", "coral", "cyan", "darkorchid", "darkred", | |
| "goldenrod", "hotpink", "lime", "orange", "tomato", "darkgreen", "red"}; | |
| void NaturalCubicSpline(double x[], double y[], int N, double b[], double c[], double d[]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Eliminar tuplas de la base de datos | |
| -- Eliminar tuplas de Cliente | |
| DELETE FROM RestDB.Cliente; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <time.h> | |
| #include <math.h> | |
| /* | |
| Para compilar: | |
| gcc -lm prueba-incrementar-punteros.c -o prueba | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * To change this license header, choose License Headers in Project Properties. | |
| * To change this template file, choose Tools | Templates | |
| * and open the template in the editor. | |
| */ | |
| package gestor_de_ventana; | |
| /** | |
| * | |
| * @author cart_ |
NewerOlder