java provides security and robustness by building a high-level security model atop the foundation of memory protection. Unfortunately, any native code linked into a java program-including the million lines used to imp...
详细信息
Reflective supertype information (RSI) is useful for many instrumentation-based dynamic analyses on the java Virtual Machine (JVM). On the one hand, while such information can be obtained when performing the instrumen...
详细信息
This paper describes a design and implementation of APP based on the early adopters of Android platform,the system uses the java programming language,based on the development of Android *** server uses the Tomcat+Ecli...
详细信息
This paper describes a design and implementation of APP based on the early adopters of Android platform,the system uses the java programming language,based on the development of Android *** server uses the Tomcat+Eclipse+Struts2 architecture and combines the MYSQL database to build *** can use the APP scan code to experience the product trial,and also can feedback the trial products,and provide a good platform for enterprises to understand their products.
Each and every aspect of the modern society is affected by the technology. From extensive usage of electronic health records towards advances in engineering and technology, modern healthcare and its delivery methods a...
详细信息
ISBN:
(纸本)9781509037056
Each and every aspect of the modern society is affected by the technology. From extensive usage of electronic health records towards advances in engineering and technology, modern healthcare and its delivery methods are varying at an ever growing rate. A java based real-time data access and monitoring system using Bluetooth module can be helpful for continuous monitoring of patients to keep healthy environment. Along with the record maintenance, it can also serve as a remote monitor for chronic diseases. This proposal can act as a user interface to update data and can serve as backend program. In the front end side, processed real time data/signals communicated with microcontroller can be received successfully via Bluetooth technology [7] to the Bluetooth transceiver. java program will access the data and store it for analysis whenever needed using GUI. In hospitals, health records of the patients are being kept in database which can be accessed from anywhere in the amenity. This not only saves time but it also results in a better coordination and management of the data. The extensive use of technology in maintaining health records digitally has resulted in major savings in costs, as well as improved patients physical condition and safety. It is used to create an application for monitoring certain parameters such as temperature, sound intensity, bio-medical signals, pressure, humidity and more.
This paper presents significant extensions of a vertically integrated platform, capable of real time processing of synchronized measurements obtained from a wide area monitoring system. Specific new contributions focu...
详细信息
In the realm of heterogeneous Multi-Processor System-on-Chip (MPSoC) architectures, Coarse-Grained Reconfigurable Arrays (CGRAs) have emerged as a low-power and highly efficient solution for speeding up computations. ...
详细信息
ISBN:
(纸本)9781538637982
In the realm of heterogeneous Multi-Processor System-on-Chip (MPSoC) architectures, Coarse-Grained Reconfigurable Arrays (CGRAs) have emerged as a low-power and highly efficient solution for speeding up computations. However, designing such programmable hardware accelerators is a time consuming and non-trivial task. To ease the development process, we present the TCPA Editor: a java-based graphical design environment for automatically generating Tightly Coupled Processor Arrays (TCPAs), a class of CGRAs that are highly parameterizable. The tool is tailored for designing, simulating, prototyping, and testing TCPA architectures. These consist of a massively parallel array of tightly coupled VLIW processing elements. The core array is complemented by peripheral components, e.g., controllers and a reconfigurable memory architecture. Based on the user's design entries, the editor generates synthesizable VHDL codes that describe each instance of a TCPA component. The editor can also be used for assembly programming and graphical interconnect setup. These configurations are combined into one binary code, which is used to reconfigure the hardware at runtime. Furthermore, the tool automatically generates synthesis parameters for today's de facto standard for on-chip communication. Hence, TCPAs can be easily interfaced to memory-mapped devices and high-speed streaming data, which allows for burst transfers of unrestricted size. The editor presents itself as a very powerful and user-friendly design tool for improving productivity. In the demonstration, we showcase our tool for the generation and system integration of TCPAs into heterogeneous MPSoC architectures. Finally, we present real-world case studies and synthesis results from different architectures prototyped in FPGA and ASIC technologies.
During software maintenance, programmers spend a lot of time on code comprehension. Reading comments is an effective way for programmers to reduce the reading and navigating time when comprehending source code. Theref...
详细信息
In recent years,Android platform has attracted a large number of users and developers with its stability and openness,and has become the fastest developing and most mobile intelligent operating *** of the rapid develo...
详细信息
In recent years,Android platform has attracted a large number of users and developers with its stability and openness,and has become the fastest developing and most mobile intelligent operating *** of the rapid development of the mobile APP development platform,in order to realize the mobile phone end and the server end better interactivity,this paper is based on the early adopters of APP project development,expounds how to design reasonable mobile phone application server.
This paper focuses on comments written in source programs. While comments can work for improving the readability of code, i.e., the quality of programs, there have also been concerns that comments can be added for com...
详细信息
ISBN:
(纸本)9781538621424
This paper focuses on comments written in source programs. While comments can work for improving the readability of code, i.e., the quality of programs, there have also been concerns that comments can be added for complicated source code in order to compensate for a lack of readability. That is to say, well-written comments might be associated with problematic parts to be refactored. This paper collected java methods (programs) from six popular open source products, and performs analyses on words which appear in their comments. Then, the paper shows that a method having a longer comments (more words) tends to be more change-prone and would be required more fixes after their releases.
Micro-clones are small pieces of redundant code, such as repeated subexpressions or statements. In this paper, we establish the considerations and value toward automated detection and removal of micro-clones at scale....
详细信息
ISBN:
(纸本)9781509014286
Micro-clones are small pieces of redundant code, such as repeated subexpressions or statements. In this paper, we establish the considerations and value toward automated detection and removal of micro-clones at scale. We leverage the Boa software mining infrastructure to detect micro-clones in a data set containing 380,125 java repositories, and yield thousands of instances where redundant code may be safely removed. By filtering our results to target popular java projects on GitHub, we proceed to issue 43 pull requests that patch micro-clones. In summary, 95% of our patches to active GitHub repositories are merged rapidly (within 15 hours on average). Moreover, none of our patches were contested;they either constituted a real flaw, or have not been considered due to repository inactivity. Our results suggest that the detection and removal of micro-clones is valued by developers, can be automated at scale, and may be fixed with rapid turnaround times.
暂无评论