Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
tp sw vol
no vote
package Package1; import java.util.*; public class Vol {     private String code_vol;     private String ville_depart;     private String ville_arrivee;     private Date date_vol;     private double heure_vol;     private float dure_vol;     private float chiffre_affaires;     private float tarif_billet;     private Table_Passagers tableau;     public void saisi_vol() {         try {             Scanner LireClavier = new Scanner(S
ANGELALIA
2016-08-23
0
1
ontologie
no vote
package Application; import com.hp.hpl.jena.ontology.*; import com.hp.hpl.jena.ontology.impl.OntologyImpl; import com.hp.hpl.jena.rdf.model.*; import com.hp.hpl.jena.util.iterator.ExtendedIterator; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOError; import java.util.ArrayList; import java.util.Iterator; public class Ontologie { public int code ; public String Errormessage;     public OntModel Model = null;     public String URIOntologieselectionee = null;      public ArrayList<String> ontologieName = new ArrayList<String>();     public ArrayList<String> ontologieURI = new ArrayList<String>();     public ArrayList<String> ClassesList = new ArrayList<String>(); &nb
ANGELALIA
2016-08-23
1
1
nouveux
no vote
/*  * To change this template, choose Tools | Templates  * and open the template in the editor.  */ /*  * nouveau.java  *  * Created on 9 mars 2015, 21:31:20  */ package rrr; import com.mysql.jdbc.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.util.logging.Level; import java.util.logging.Logger; /**  *  * @author Admin  */ public class nouveau extends javax.swing.JFrame {     /** Creates new form nouveau */     public nouveau() {         initComponents();     }     /** This method is called from within the constructor to      
ANGELALIA
2016-08-23
1
1
No more~