Дисертації з теми "Portable java"
Оформте джерело за APA, MLA, Chicago, Harvard та іншими стилями
Ознайомтеся з топ-27 дисертацій для дослідження на тему "Portable java".
Біля кожної праці в переліку літератури доступна кнопка «Додати до бібліографії». Скористайтеся нею – і ми автоматично оформимо бібліографічне посилання на обрану працю в потрібному вам стилі цитування: APA, MLA, «Гарвард», «Чикаго», «Ванкувер» тощо.
Також ви можете завантажити повний текст наукової публікації у форматі «.pdf» та прочитати онлайн анотацію до роботи, якщо відповідні параметри наявні в метаданих.
Переглядайте дисертації для різних дисциплін та оформлюйте правильно вашу бібліографію.
Griswold, Scott J. "A Java Implementation of a Portable Desktop Manager." UNF Digital Commons, 1998. http://digitalcommons.unf.edu/etd/95.
Повний текст джерелаGagnon, Etienne. "A portable research framework for the execution of Java bytecode /." Thesis, McGill University, 2002. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=82876.
Повний текст джерелаIn this thesis we introduce innovative techniques for implementing an efficient, yet portable Java bytecode interpreter. These techniques address three areas: instruction dispatch, memory management, and synchronization. Specifically, we show how to implement an inline-threaded engine in the presence of lazy code preparation, without incurring a high synchronization penalty. We then introduce a logical partitioning of runtime system memory that simplifies memory management, and a related sparse interface virtual table design for fast interface-method invocation. We show how to efficiently compute space-efficient garbage collection maps for verifiable bytecode. We also present a bidirectional object layout that simplifies garbage collection. Finally, we introduce an improvement to thin locks, eliminating busy-wait in case of contention. Our experiments within the Sable VM framework show that inline-threading [PR98] Java delivers significant performance improvement over switch and direct-threading, that sparse interface tables cause no memory loss, and that our map computation algorithm delivers a very small number of distinct garbage collection maps. Our overall performance measurements show that, using our techniques, a portable interpreter can deliver competitive interpretation performance, and even surpass that of a less-portable state-of-the-art interpreter on some benchmarks.
Rothenhaus, Kurt J. "Distributed software applications in JAVA for portable processors operating on a wireless LAN." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1999. http://handle.dtic.mil/100.2/ADA369706.
Повний текст джерелаHu, Yu-Shing. "A portable worst-case execution time analysis framework for real-time Java architectures." Thesis, University of York, 2004. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.423749.
Повний текст джерелаZhang, Hua. "VCLUSTER: A PORTABLE VIRTUAL COMPUTING LIBRARY FOR CLUSTER COMPUTING." Doctoral diss., Orlando, Fla. : University of Central Florida, 2008. http://purl.fcla.edu/fcla/etd/CFE0002339.
Повний текст джерелаAntoniu, Gabriel. "DSM-PM2 : une plate-forme portable pour l'implémentation de protocoles de cohérence multithreads pour systèmes à mémoire virtuellement partagée." Phd thesis, Ecole normale supérieure de lyon - ENS LYON, 2001. http://tel.archives-ouvertes.fr/tel-00565382.
Повний текст джерелаFredriksson, Stefan. "WebAssembly vs. its predecessors : A comparison of technologies." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-97654.
Повний текст джерелаCourbot, Alexandre. "Spécialisation tardive de systèmes Java embarqués pour petits objets portables et sécurisés." Phd thesis, Université des Sciences et Technologie de Lille - Lille I, 2006. http://tel.archives-ouvertes.fr/tel-00113765.
Повний текст джерелаCourbot, Alexandre Simplot David Grimaud Gilles. "Spécialisation tardive de systèmes Java embarqués pour petits objets portables et sécurisés." Villeneuve d'Ascq : Université des sciences et technologies de Lille, 2007. https://iris.univ-lille1.fr/dspace/handle/1908/994.
Повний текст джерелаN° d'ordre (Lille 1) : 3839. Résumé en français et en anglais. Titre provenant de la page de titre du document numérisé. Bibliogr. p. 133-139.
Willrich, Roberto. "Conception formelle de documents hypermedias portables." Phd thesis, Université Paul Sabatier - Toulouse III, 1996. http://tel.archives-ouvertes.fr/tel-00139865.
Повний текст джерелаHerain, Vít. "Liferay Portal z pohledu vývojáře." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-262268.
Повний текст джерелаDavid, Tomáš. "Portace nástroje OptaPlanner na Android." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-234898.
Повний текст джерелаAdami, Junior Valmor. "Parametrização, monitoramento e supervisão de equipamentos Industriais em rede modbus utilizando computadores de mão." Universidade do Estado de Santa Catarina, 2006. http://tede.udesc.br/handle/handle/1867.
Повний текст джерелаCoordenação de Aperfeiçoamento de Pessoal de Nível Superior
This dissertation presents the research and the practical work carried through aiming the implementation of a multiplatform software for handheld computers that allows the monitoring, parameterization and supervision of industrial equipments. Moreover, that possess an interface that makes possible: the visualization of an equipment network, the remote access to the equipment through virtual HMIs, and the generation of graphs of sampled data. So, the studies carried on handheld computers, its characteristics and programming tools, industrial networks, the Modbus protocol and the monitoring, the parameterization and the supervision of industrial equipment are presented. Moreover, the characteristic of two equipment used for the development of this work, the CFW-09 frequency inverter manufactured by WEG Automation and the power regulator GRMP-03 manufactured by Grameyer Ltda, are shown. Regarding the practical activities, the implementation of a set of classes in Java language using the SuperWaba platform is presented and its use in the project and development of softwares for parameterization and monitoring of the CFW-09 and the GRMP-03, called SuperDrivePalm and GRMPalm, respectively. Also, it is presented the creation of a supervision module for industrial equipments that can be added to those softwares. The gotten results show that the creation of a multiplatform software for the considered ends is viable, but the time behavior, measured during the practical tests of the SuperDrivePalm and the supervision module, shows that its still necessity to optimize some algorithms and that the use of a more specific virtual machine for the new PDA microprocessors can take performance improvements.
Esta dissertação apresenta a pesquisa e o trabalho prático realizados visando a implementação de um software multiplataforma para computadores de mão que permita efetuar o monitoramento, a parametrização e a supervisão de equipamentos industriais. Além disso, que possua uma interface que possibilite a visualização de uma rede de equipamentos, o acesso remoto aos equipamentos através de IHMs virtuais e a geração de gráficos referentes à valores amostrados. Dessa forma, são apresentados os estudos realizados sobre computadores de mão, suas características e ferramentas de programação, redes industriais, o protocolo Modbus e o monitoramento, a parametrização e a supervisão de equipamentos industriais. Além disso, são apresentadas características de dois equipamentos utilizados para o desenvolvimento deste trabalho, o inversor de freqüência CFW-09 fabricado pela Weg Automação e o regulador de tensão GRMP-03 fabricado pela Grameyer Ltda. Quanto às atividades práticas, é apresentada a implementação de um conjunto de classes em linguagem Java utilizando a plataforma SuperWaba e a sua utilização no projeto e desenvolvimento de softwares para parametrização e monitoramento do CFW-09 e do GRMP-03, chamados de SuperDrivePalm e de GRMPalm, respectivamente. Também será apresentada sua utilização na criação de um módulo de supervisão de equipamentos que pode ser agregado aos dois softwares. Os resultados obtidos mostram que é viável a criação de um software multiplataforma para os fins propostos, mas o comportamento temporal, medido durante os testes práticos realizados com o SuperDrivePalm e o módulo de supervisão, mostra que ainda existe a necessidade de otimização em alguns algoritmos e que a utilização de uma máquina virtual mais específica para os novos microprocessadores dos PDAs pode levar a melhorias de performance.
Luckus, Artūras. "Organizacijos interneto portalo modelis ir programinė realizacija." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2006. http://vddb.library.lt/obj/LT-eLABa-0001:E.02~2006~D_20060116_113944-19740.
Повний текст джерелаKorčák, Ján. "Collaborative Text Editing in a Portal." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236455.
Повний текст джерелаPavlovský, Roman. "Aplikace na správu projektů pro SAP NetWeaver Portal." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-81996.
Повний текст джерелаQaddoura, Fareed. "Dynamic Website and Data Engine Generators for Distributed Enterprise/Business Architectures." ScholarWorks@UNO, 2004. http://scholarworks.uno.edu/td/195.
Повний текст джерелаAli, Asad. "Enforcing role-based and category-based access control in Java : a hybrid approach." Thesis, King's College London (University of London), 2018. https://kclpure.kcl.ac.uk/portal/en/theses/enforcing-rolebased-and-categorybased-access-control-in-java(fcad2ae5-71e9-4edf-8c49-391344358505).html.
Повний текст джерелаTsabzeu, Mingkeuya Jeremie. "Studio e sviluppo di tool di ausilio al collaudo automatico di quadri elettrici." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2017.
Знайти повний текст джерелаCasanova, Giacomo. "Un webservice per collegare il cittadino con la propria situazione debitoria." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2016. http://amslaurea.unibo.it/11094/.
Повний текст джерелаFredriksson, Joakim, and Jonas Andersson. "Webbportal för arketypbaserade elektroniska patientjournaler : En testimplementation av openEHRs arkitektur." Thesis, Linköping University, Department of Biomedical Engineering, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-7855.
Повний текст джерелаEtt problem med elektroniska patientjournalsystem är att arkitekturen för patientjournalerna inte är gemensam vilket försvårar automatiskt utbyte av patientdata. En arkitektur har skapats inom ett projekt som heter openEHR. Förhoppningen är att denna arkitektur ska klara av automatiskt utbyte av patientdata mellan elektroniska patientjournalsystem.
I openEHRs arkitektur används något som kallas arketyper. Arketyper är återanvändbara modeller för att begränsa, strukturera och förklara vad som lagras i elektroniska patientjournaler som bygger på denna arkitektur. Istället för att områdesspecifik information, som vad ett blodtryck är, skapas i systemet flyttas den och annan liknande kunskap ut från systemarkitekturen och in i arketyperna. Arketyper kan skapas och redan existerande arketyper förändras utan att några ändringar i systemarkitekturen behöver göras.
Huvudproblemet i examensarbetet har varit att hitta en metod för att generera ett grafiskt gränssnitt utifrån en elektronisk patientjournal som är konstruerad med hjälp av arketyper. För att lösa detta behövdes det först skapas arketyper och ett system för att generera journaler utifrån dessa. Därefter har en webbportal utvecklats där det går att logga in och läsa de skapade patientjournalerna. Metoden för att generera gränssnittet i webbsidorna använder sig av en rekursiv funktion för att samla in information ur patientjournalerna. Funktionen lagrar den insamlade information i en objektstruktur som följer designmönstret Composite. Utifrån denna struktur går det sedan att generera ett grafiskt gränssnitt.
Webbportalen kan användas för att demonstrera hur ett system kan se ut där både patienter och behörig personal får tillgång till och möjlighet att läsa inlagda journaler som bygger på openEHRs arkitektur.
One problem with electronic health record systems is that the health records are not built on a common architecture. This makes automatic exchange of patient data difficult. openEHR is a project that has developed an architecture that tries to solve this problem.
The openEHR architecture uses something called archetypes. Archetypes are reusable models that limit, structure and explain what will be stored in the electronic health record that is built on this architecture.
The main goal of this master thesis has been to find a method to generate a graphical user interface from an electronic health record created using archetypes. To solve this problem first archetypes and a system that generates health records from these had to be created. Then a Web portal has been developed that displays the generated health records.
The Web portal can be used to demonstrate the graphical user interface of a system where both patients and authorized personnel can read patient records that are bases on the openEHR architecture.
Brotohadikusomo, Norma Afiati. "The ecology of two species of blood clams, Anadara granosa (L.) and Anadara antiquata (L.) in Central Java, Indonesia." Thesis, Bangor University, 1994. https://research.bangor.ac.uk/portal/en/theses/the-ecology-of-two-species-of-blood-clams-anadara-granosa-l-and-anadara-antiquata-l-in-central-java-indonesia(64f8ebf9-81c9-4187-8f8e-5f681d9d400b).html.
Повний текст джерелаĎulík, Jan. "Vyhledávání informací pro vědecké portály." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-235546.
Повний текст джерелаWardhana, Dharendra. "Have decentralisation and democratisation been effective in promoting an inclusive social protection system in Indonesia? : a comparative case study of the implementation of social protection programmes in Central Java." Thesis, King's College London (University of London), 2018. https://kclpure.kcl.ac.uk/portal/en/theses/have-decentralisation-and-democratisation-been-effective-in-promoting-an-inclusive-social-protection-system-in-indonesia(49b8f1f4-ccfc-45d4-b309-4ac9db07467b).html.
Повний текст джерелаJones, David Kenneth. "The music of Jeffrey Lewis." Thesis, University of Manchester, 2011. https://www.research.manchester.ac.uk/portal/en/theses/the-music-of-jeffrey-lewis(b712684d-e7c0-4194-9932-e484dd60a2e0).html.
Повний текст джерелаGarner, Robin. "JMTk: A portable memory management toolkit." Thesis, 2003. http://hdl.handle.net/1885/39952.
Повний текст джерелаYang, Cheng-Kai, and 楊程凱. "Design and Implementation of a Portable Java-based Graphic Library in JVM for Embedded Systems." Thesis, 2006. http://ndltd.ncl.edu.tw/handle/34796256033885442053.
Повний текст джерела國立成功大學
工程科學系碩博士班
94
This work is to study the portability of Java AWT. Based on the experiences of porting AWT to QT and MicroWindows, we find that it takes time and efforts to port AWT, especially for the exceptions of the underlying graphic library. Hence we intend to define a new graphic library that is consisted of two layers. The bottom layer is toward a minimum set of graphic primitives that is required by AWT, and the all the other AWT required primitives is a layer directly under AWT. To port AWT is to port the bottom layer of the proposed graphic library. We define the API of the proposed graphic library, port it to JVM plus AWT environments on X86 and ARM9 platforms respectively. The functionality of the proposed library is demonstrated. However, due to Java implementation, its performance is not comparable to native libraries.