Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: dear all

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dear all

    hello
    i am a beginner in jave and i have this project
    it is a little difficult for me and i need ur help as soon as possible
    Le projet consiste à mettre en place un prototype qui permet de réduire la taille d'un fichier texte en utilisant des méthodes de filtrage et/ou de compression. Cela dit, le programme prend le fichier spécifié, exécute la méthode de filtrage/compression correspondante et enregistre des informations liées au résultat dans un fichier log.
    Ce projet est composé de trois parties :
    1. Passage de paramètres: Il s'agit de permettre à l'utilisateurde spécifier à travers la console,les paramètres suivants:
    a. Le chemin du fichier à traiter.
    b. La méthode de filtrage/compression à utiliser
    2. Développement/Intégration de(s) méthode(s) de filtrage/compression: Il s'agit de développer la/les classes qui permettent de filtrer le contenu du fichier. Ces classes doivent implémenter l'interface IFiltrefournieci-dessous. public interface IFiltre{ public String type();
    public String description();
    public intfiltrer(File nomFichier)
    }
    3. Enregistrement des informations: vous devez enregistrer l'historique des commandes exécutées par l'utilisateur dans un fichier log. Ainsi, après chaque opération de filtrage, il s'agit d'enregistrer les informations suivantes :
    a. Nom du fichier
    b. Nom du filtre
    c. Description du filtre
    d. Nombre de termes supprimés/affectés
    e. Tailles du fichier avant et après le filtrage.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: dear all

    Posting in non-English reduces the number of people that can help you.
    You need to post the code you have written and ask some specific questions about your problems.
    Also you need to post in the correct section of the forum.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Dear all.
    By tremandes in forum Member Introductions
    Replies: 1
    Last Post: February 13th, 2012, 05:39 PM
  2. Dear Friends,
    By kaleesp_java in forum Member Introductions
    Replies: 1
    Last Post: April 22nd, 2011, 11:43 AM
  3. hi my dear experts
    By khamis50 in forum Object Oriented Programming
    Replies: 2
    Last Post: March 1st, 2011, 09:57 AM
  4. Dear sir
    By sandeep_mca in forum Member Introductions
    Replies: 1
    Last Post: February 11th, 2011, 08:37 AM
  5. Books and tutorials for beginners in Java and Visual Basic
    By Professor Spider in forum The Cafe
    Replies: 5
    Last Post: April 9th, 2009, 10:57 AM