The Android OS has emerged as the leading platform for SmartPhone applications. However, because Android applications are compiled from java source into platform-specific Dalvik bytecode, existing program analysis too...
详细信息
If programs access types and members through reflection, refactoring tools cannot guarantee that refactorings on those programs are behavior preserving. Refactoring approaches for highly reflective languages like Smal...
详细信息
This paper presents a set of open source tools used in control flow analysis of java programs. In addition, several use cases have been presented for further utilization. This 'conglomerate' of tools includes ...
详细信息
This paper presents a set of open source tools used in control flow analysis of java programs. In addition, several use cases have been presented for further utilization. This 'conglomerate' of tools includes a java Sourcecode Visualizer, a Bytecode Visualizer and a Control Flow Factory, used to generate and visualize various control flow graphs, all of these coming as a direct result of a research project carried out at the University of Oldenburg. In light of this, we developed these tools under the Apache license as Dr Garbage tools, in order to cater to the growing needs of the computer science community.
Along the years robotics software and applications have been typically implemented in compiled languages, such as C and C++, rather than interpreted languages, like java. This choice has been due to their well-known f...
详细信息
Memory management in Safety-Critical java (SCJ) is based on time bounded, non garbage collected scoped memory regions used to store temporary objects. Scoped memory regions may have different life times during the exe...
详细信息
In earlier work, we developed a technique to prove termination of java programs automatically: first, java programs are automatically transformed to term rewrite systems (TRSs) and then, existing methods and tools are...
详细信息
We are facing a hardware revolution given by the increasing availability of multicore computers, clusters, Grids, and combinations of these. Consequently, there is plenty of computational power, but today's progra...
详细信息
This paper introduces the interface implementation techniques for Web and Ejb layers by developing the management system of enterprise level based on J2EE. Firstly, it studies the hierarchy and functions of J2EE. Seco...
详细信息
An efficient implementation of quick sort algorithm based on java muti-thread technology was proposed for multi-core computer system. According to Divide-and-Conquer method, it divided the data into a number of segmen...
详细信息
Based on the practical design of enterprise management system, this paper illustrates the design idea of enterprise management system, such as design procedure, logical division of layer and function, system efficienc...
详细信息
暂无评论