Academic literature on the topic 'Programmation JAVA'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Programmation JAVA.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Programmation JAVA"
Pawlak, Renaud, Laurence Duchien, Gérard Florin, and Lionel Seinturier. "JAC : un framework pour la programmation orientée aspect en Java." L'objet 8, no. 4 (December 30, 2002): 145–68. http://dx.doi.org/10.3166/objet.8.4.145-168.
Full textGoldenberg, Aaron J., and Richard R. Sharp. "The Ethical Hazards and Programmatic Challenges of Genomic Newborn Screening." JAMA 307, no. 5 (February 1, 2012): 461. http://dx.doi.org/10.1001/jama.2012.68.
Full textRahadiri Abheseka, Norin Mustika. "The Paradox of Incumbency: Patronage, Clientelism, and Incumbent Defeat in Village Chief Elections." PCD Journal 7, no. 2 (November 22, 2019): 197. http://dx.doi.org/10.22146/pcd.51740.
Full textSmith-Barbaro, Peggy, and Albert H. O-Yurvati. "Programmatic Approach to Increasing Osteopathic Medical Student Participation in Research: The TCOM Experience." Journal of the American Osteopathic Association 116, no. 11 (November 1, 2016): 747. http://dx.doi.org/10.7556/jaoa.2016.146.
Full textRoane, Henry S., Wayne W. Fisher, and Erin M. McDonough. "PROGRESSING FROM PROGRAMMATIC TO DISCOVERY RESEARCH: A CASE EXAMPLE WITH THE OVERJUSTIFICATION EFFECT." Journal of Applied Behavior Analysis 36, no. 1 (March 2003): 35–46. http://dx.doi.org/10.1901/jaba.2003.36-35.
Full textSchnabel, Georg. "A computational EXFOR database." EPJ Web of Conferences 239 (2020): 16001. http://dx.doi.org/10.1051/epjconf/202023916001.
Full textWardhani, Yani'ah. "Pemakaian Pribahasa dan Kata Mutiara dalam Retorika Dakwah Para Da’i di Indonesia : Kajian Stalistika dalam Sastra Arab-Indonesia." Buletin Al-Turas 24, no. 2 (October 30, 2018): 325–45. http://dx.doi.org/10.15408/bat.v24i2.8667.
Full textEka Noviati, Bernadetta. "STRATEGI RUMAH SAKIT UMUM SWASTA DI PURWOKERTO DALAM MENGHADAPI AKREDITASI." MEDIA ILMU KESEHATAN 7, no. 3 (November 20, 2019): 250–58. http://dx.doi.org/10.30989/mik.v7i3.263.
Full textNoviati, Bernadetta Eka. "STRATEGI RUMAH SAKIT UMUM SWASTA DI PURWOKERTO DALAM MENGHADAPI AKREDITASI." Media Ilmu Kesehatan 7, no. 3 (January 31, 2019): 250–58. http://dx.doi.org/10.30989/mik.v7i3.297.
Full textBelza, Basia, Christina E. Miyawaki, Peg Allen, Diane K. King, David X. Marquez, Dina L. Jones, Sarah Janicek, Dori Rosenberg, and David R. Brown. "Building Community: Stakeholder Perspectives on Walking in Malls and Other Venues." Journal of Aging and Physical Activity 25, no. 4 (October 1, 2017): 510–24. http://dx.doi.org/10.1123/japa.2016-0018.
Full textDissertations / Theses on the topic "Programmation JAVA"
Molière, Mouetsie. "Vers un nouveau paradigme de programmation parallèle en Java." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape7/PQDD_0031/MQ47522.pdf.
Full textBouchi, Amer. "Proposition d'un mécanisme d'observation dynamique de l'exécution d'applications Java distribuées." Lille 1, 2003. https://pepite-depot.univ-lille.fr/RESTREINT/Th_Num/2003/50376-2003-9.pdf.
Full textFelea, Violeta. "Méthodologie de conception et exécution efficace de programmes Java distribués." Lille 1, 2003. https://ori-nuxeo.univ-lille1.fr/nuxeo/site/esupversions/d411ec48-cca5-4d46-9079-f03ebba04f61.
Full textL'utilisateur a la possibilité d'activer aisément des traitements sous un modèle MIMD de programmation, d'accroître naturellement la granularité des traitements, de repousser éventuellement les choix liés à la granularité et au degré du parallélisme au moment de l'exécution. L'indépendance vis-à-vis des contraintes de localisation explicite d'objets ou de leur migration rend une utilisation facile de la bibliothèque. L'efficacité d'éxécution en ADAJ s'articule avec un mécanisme d'observation, qui permet d'acquérir une connaissance du comportement du traitement. Les objets distribués d'une application sont observés afin de redistribuer dynamiquement la charge, à base de critères d'attraction. Des évaluations ont été essentiellement réalisées sur un problème d'optimisation combinatoire et une application communicante. ADAJ intègre, de façon cohérente, des outils nécessaires à une expression simple du parallélisme, et à une prise en charge automatique de la régulation de l'exécution des traitements distribués. Cette intégration se situe aussi bien au niveau applicatif, grâce à une orientation de la méthodologie de programmation, qu'au niveau d'exécution, grâce à un mécanisme d'équilibrage de charge dynamique
Guider, Romain. "Analyse statique de programmes Java [et] application à la parallélisation." Nice, 2000. http://www.theses.fr/2000NICE5434.
Full textRusso, Marjorie Laurence. "Java et ses aspects concurrents : sémantique formelle, visualisation et propriétés." Nice, 2001. http://www.theses.fr/2001NICE5636.
Full textJava is a concurrent object-oriented programming language. These two features, already complex when isolated, become even more difficult to understand when they are mixed. A formal semantics of Java is essential in order to formally define each language characteristic. Such a specification becomes a reference for programmers who can refer to it when writing programs. It is also a formal basis for proofs of languages properties. We choose to define a dynamic semantics which specifies Java program execution (in contrast to a static semantics which specifies the language typing aspects). The Typol formalism, available in the Centaur system, enables us to get semantics that it directly executable. Therefore we have developed a visualization environment for Java program execution, which presents the object-oriented mechanisms, and the features related to concurrency and synchronization graphically. Finally we examine some properties of the Java language related to the concurrency and synchronization mechanisms and we study their expression and verification in our semantic definition
Susini, Jean-Ferdinand. "L'approche réactive de JAVA : sémantique et implémentation des SUGARCUBES et de JUNIOR." Paris, ENMP, 2001. http://www.theses.fr/2001ENMP1037.
Full textSamson, Frédéric. "Alternative Java Security Policy Model." Thesis, Université Laval, 2004. http://www.theses.ulaval.ca/2004/22020/22020.pdf.
Full textRecently, distributed systems have become a fundamental type of computer system. Because of this, their security is essential. The research described in this document aimed to find their weaknesses and to find the means to improve them with regards to their security. To do that, we examined the security properties that a system considered secure must support. While looking for a system with which we could work, we studied security problems in existing distributed systems. We studied the security of Java and some tools used to secure these systems. Following our research, we developed a new Java security model, which imposed new security properties. This document begins with the results of our research in distributed systems, security tools, and Java security. Next, we go into detail about our new system to finally demonstrate the security enhancements of our system using an example.
Albin-Amiot, Hervé. "Idiomes et patterns Java : application à la synthèse de code et à la détection." Nantes, 2003. http://www.theses.fr/2003NANT2018.
Full textJosset, François-Xavier. "Spécification et compilation d'un langage de haut niveau pour l'optimisation combinatoire : CLAIRE vers Java." Versailles-St Quentin en Yvelines, 2002. http://www.theses.fr/2002VERS010V.
Full textUgarte, Asier. "Mise en œuvre d'un environnement objet distribué et modélisation des threads Java." Bordeaux 1, 2001. http://www.theses.fr/2001BOR10502.
Full textBooks on the topic "Programmation JAVA"
(Auteur), Brian Goetz. Programmation concurrente en Java. [S.l.]: Pearson Education En France, 2009.
Find full textReports on the topic "Programmation JAVA"
Kasidi, Heru, and Peter C. Miller. Norplant® use-dynamics diagnostic study, 1991. Population Council, 1992. http://dx.doi.org/10.31899/rh1992.1000.
Full text