Academic literature on the topic 'Science Application software'
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 'Science Application software.'
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 "Science Application software"
AbdelBaky, Moustafa, Javier Diaz-Montes, and Manish Parashar. "Software-defined environments for science and engineering." International Journal of High Performance Computing Applications 32, no. 1 (June 15, 2017): 104–22. http://dx.doi.org/10.1177/1094342017710706.
Full textSadeghi, Payman, and Michael D. Utzinger. "Simulation Software Application." International Journal of Environmental Sustainability 8, no. 1 (2012): 131–46. http://dx.doi.org/10.18848/2325-1077/cgp/v08i01/55040.
Full textMolchanov, I. N. "Reliability of application software." Cybernetics and Systems Analysis 33, no. 1 (January 1997): 145–48. http://dx.doi.org/10.1007/bf02665952.
Full textOrli, Richard J. "Adopting Noncommercial Application Software." Journal of Information Systems Management 6, no. 1 (January 1989): 55–60. http://dx.doi.org/10.1080/07399018908960129.
Full textYASUOKA, Noritake. "For the Development of Application Software in Macromolecular Science." Kobunshi 48, no. 5 (1999): 311. http://dx.doi.org/10.1295/kobunshi.48.311.
Full textSolchenbach, Karl, Clemens-August Thole, and Ulrich Trottenberg. "GENESIS application software." Parallel Computing 20, no. 10-11 (November 1994): 1669–73. http://dx.doi.org/10.1016/0167-8191(94)90064-7.
Full textLu, Ruqian, and Zhi Jin. "Automating application software generation." Expert Systems 20, no. 2 (May 2003): 72–78. http://dx.doi.org/10.1111/1468-0394.00227.
Full textGorla, N. "Techniques for application software maintenance." Information and Software Technology 33, no. 1 (January 1991): 65–73. http://dx.doi.org/10.1016/0950-5849(91)90025-7.
Full textSchuff, David, and Robert St. Louis. "Centralization vs. decentralization of application software." Communications of the ACM 44, no. 6 (June 2001): 88–94. http://dx.doi.org/10.1145/376134.376177.
Full textSjoberg, D. I. K. "Software Constraints for Large Application Systems." Computer Journal 40, no. 10 (October 1, 1997): 598–616. http://dx.doi.org/10.1093/comjnl/40.10.598.
Full textDissertations / Theses on the topic "Science Application software"
Raley, John B. "Factors Affecting the Programming Performance of Computer Science Students." Thesis, Virginia Tech, 1996. http://hdl.handle.net/10919/36716.
Full textMaster of Science
Gotchel, Gary. "Enhancing the software development process with wikified widgets." [Denver, Colo.] : Regis University, 2008. http://165.236.235.140/lib/GGotchel2008.pdf.
Full textKokkonen, T. (Tommi). "Application software for laboratory-scale process test equipment." Master's thesis, University of Oulu, 2015. http://urn.fi/URN:NBN:fi:oulu-201505211556.
Full textChiang, Yen-Hsi. "Advising module: Graduate application system for the Computer Science Graduate Program." CSUSB ScholarWorks, 2005. https://scholarworks.lib.csusb.edu/etd-project/2725.
Full textRajabi, Zeyad. "BIAS : bioinformatics integrated application software and discovering relationships between transcription factors." Thesis, McGill University, 2004. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=81427.
Full textSiaca, Enrique R. (Enrique Rene). "Development and implementation of a flexible reporting software application." Thesis, Massachusetts Institute of Technology, 1994. http://hdl.handle.net/1721.1/38012.
Full textSaraf, Nikita Sandip. "Leveraging Commercial and Open Source Software to Process and Visualize Advanced 3D Models on a Web-Based Software Platform." University of Cincinnati / OhioLINK, 2020. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1613748656629076.
Full textEwing, John M. "Autonomic Performance Optimization with Application to Self-Architecting Software Systems." Thesis, George Mason University, 2015. http://pqdtopen.proquest.com/#viewpdf?dispub=3706982.
Full textService Oriented Architectures (SOA) are an emerging software engineering discipline that builds software systems and applications by connecting and integrating well-defined, distributed, reusable software service instances. SOA can speed development time and reduce costs by encouraging reuse, but this new service paradigm presents significant challenges. Many SOA applications are dependent upon service instances maintained by vendors and/or separate organizations. Applications and composed services using disparate providers typically demonstrate limited autonomy with contemporary SOA approaches. Availability may also suffer with the proliferation of possible points of failure—restoration of functionality often depends upon intervention by human administrators.
Autonomic computing is a set of technologies that enables self-management of computer systems. When applied to SOA systems, autonomic computing can provide automatic detection of faults and take restorative action. Additionally, autonomic computing techniques possess optimization capabilities that can leverage the features of SOA (e.g., loose coupling) to enable peak performance in the SOA system's operation. This dissertation demonstrates that autonomic computing techniques can help SOA systems maintain high levels of usefulness and usability.
This dissertation presents a centralized autonomic controller framework to manage SOA systems in dynamic service environments. The centralized autonomic controller framework can be enhanced through a second meta-optimization framework that automates the selection of optimization algorithms used in the autonomic controller. A third framework for autonomic meta-controllers can study, learn, adjust, and improve the optimization procedures of the autonomic controller at run-time. Within this framework, two different types of meta-controllers were developed. The Overall Best meta-controller tracks overall performance of different optimization procedures. Context Best meta-controllers attempt to determine the best optimization procedure for the current optimization problem. Three separate Context Best meta-controllers were implemented using different machine learning techniques: 1) K-Nearest Neighbor (KNN MC), 2) Support Vector Machines (SVM) trained offline (Offline SVM), and 3) SVM trained online (Online SVM).
A detailed set of experiments demonstrated the effectiveness and scalability of the approaches. Autonomic controllers of SOA systems successfully maintained performance on systems with 15, 25, 40, and 65 components. The Overall Best meta-controller successfully identified the best optimization technique and provided excellent performance at all levels of scale. Among the Context Best meta-controllers, the Online SVM meta-controller was tested on the 40 component system and performed better than the Overall Best meta-controller at a 95% confidence level. Evidence indicates that the Online SVM was successfully learning which optimization procedures were best applied to encountered optimization problems. The KNN MC and Offline SVM were less successful. The KNN MC struggled because the KNN algorithm does not account for the asymmetric cost of prediction errors. The Offline SVM was unable to predict the correct optimization procedure with sufficient accuracy—this was likely due to the challenge of building a relevant offline training set. The meta-optimization framework, which was tested on the 65 component system, successfully improved the optimization techniques used by the autonomic controller.
The meta-optimization and meta-controller frameworks described in this dissertation have broad applicability in autonomic computing and related fields. This dissertation also details a technique for measuring the overlap of two populations of points, establishes an approach for using penalty weights to address one-sided overfitting by SVM on asymmetric data sets, and develops a set of high performance data structure and heuristic search templates for C++.
Duvall, Paul. "Using an object-oriented approach to develop a software application." [Denver, Colo.] : Regis University, 2006. http://165.236.235.140/lib/PDuvall2006.pdf.
Full textKannikanti, Rajesh. "An android application for the USDA structural design software." Kansas State University, 2013. http://hdl.handle.net/2097/15977.
Full textDepartment of Computing and Information Sciences
Mitchell L. Neilsen
People are more inclined to use tablets instead of other computing devices due to their portability and ease of use. A number of desktop applications are now becoming available as tablet applications, with increasing demand in the market. Android is one of the largest and most popular open source platforms that offer developers complete access to framework APIs in order to develop innovative tablet applications. The objective of this project is to develop an Android application for the U.S. Department of Agriculture (USDA) Structural Design Software. The GUI for this software is developed to run on tablet devices powered by Android platform. The main features provided by the User Interface include: • Allowing the input to be saved in ASCII text format and displaying the simulation results in PDF format • Allowing the user to select the type of project or view help contents for the projects • Allowing the user to build the simulation for the selected type of project • Allowing the user to send the simulation results to an e-mail The backend for this software is supposed to replace the old FORTRAN source files with Java source files. FORTRAN to Java translation is performed using the FORTRAN to Java (F2J) translator. F2J is intended to translate old FORTRAN math libraries, but was not completely successful in translating these FORTRAN programs. To accomplish successful translation, some features (such as Common Blocks, IO operations) were removed from the FORTRAN source files before translation. After successful translation, the removed features were added again to the translated Java source files. The simulation results provided by the software are useful to design engineers to develop new structural designs.
Books on the topic "Science Application software"
Miles, Susan Goodrich. Library application software. Westport, CT: Meckler Publishing, 1986.
Find full textSegura, Jason M., and Albert C. Reiter. Expert system software: Engineering, advantages, and application. Hauppauge, N.Y: Nova Science Publisher's, Inc., 2010.
Find full textPauline, Wilcox, ed. Applying UML: Advanced application. Oxford: Elsevier Butterworth-Heinemann, 2004.
Find full textApplication development using object vision. Danvers, Mass: Boyd & Fraser Pub. Co., 1994.
Find full textApplication programming and file processing in COBOL: Concepts, techniques, and applications. Lexington, Mass: D.C. Heath, 1992.
Find full textJablonski, Stefan. Guide to Web Application and Platform Architectures. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004.
Find full textDistributed objects: Methodologies for customizing systems software. Los Alamitos, Calif: IEEE Computer Society Press, 1996.
Find full textUmar, Amjad. Application (re)engineering: Building Web-based applications and dealing with legacies. Upper Saddle River, N.J: Prentice Hall PTR, 1997.
Find full textBook chapters on the topic "Science Application software"
Weik, Martin H. "application software." In Computer Science and Communications Dictionary, 59. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_772.
Full textMillington, Donald, Edwin Gray, and Iain M. Tulloch. "Application-Oriented Tools for Software Development." In Systems Science, 361–66. Boston, MA: Springer US, 1993. http://dx.doi.org/10.1007/978-1-4615-2862-3_65.
Full textHowe, Jeffrey, Scott B. Baden, Tamara Grimmett, and Keiko Nomura. "Modernization of legacy application software." In Lecture Notes in Computer Science, 255–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/bfb0095344.
Full textDavidsson, Nicolai, Andre Pawlowski, and Thorsten Holz. "Towards Automated Application-Specific Software Stacks." In Lecture Notes in Computer Science, 88–109. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-29962-0_5.
Full textVéras, Paulo C., Emilia Villani, Ana Maria Ambrósio, Rodrigo P. Pontes, Marco Vieira, and Henrique Madeira. "Benchmarking Software Requirements Documentation for Space Application." In Lecture Notes in Computer Science, 112–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-15651-9_9.
Full textDesnos, Anthony, and Robert Erra. "Descriptional Entropy: Application to Security Software Analysis." In Lecture Notes in Computer Science, 225–30. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-38227-7_25.
Full textBurkert, Christian, and Hannes Federrath. "Towards Minimising Timestamp Usage In Application Software." In Lecture Notes in Computer Science, 138–55. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-31500-9_9.
Full textGupta, Karan, and Anita Goel. "Framework for Blog Software in Web Application." In Communications in Computer and Information Science, 187–98. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-36321-4_17.
Full textPeng, Liangyu, Lei Bao, and Manchi Huang. "Application of Matlab/Simulink Software in Physics." In Communications in Computer and Information Science, 140–46. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-25002-6_21.
Full textTokuno, Koichi, and Shigeru Yamada. "Application of Systemability to Software Reliability Evaluation." In Communications in Computer and Information Science, 514–21. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-27207-3_56.
Full textConference papers on the topic "Science Application software"
Huang Chang-feng, He Lun-zhi, and Han Zhao-xiu. "The application of Mathematical software." In 2010 2nd International Conference on Information Science and Engineering (ICISE). IEEE, 2010. http://dx.doi.org/10.1109/icise.2010.5689666.
Full textUllah, Saif, Muhammad Asif, Shahbaz Ahmad, Ulfat Imdad, and Osama Sohaib. "Application of Data Science for Controlling Energy Crises." In ICSCA '19: 2019 8th International Conference on Software and Computer Applications. New York, NY, USA: ACM, 2019. http://dx.doi.org/10.1145/3316615.3316616.
Full textTianhai, Zhao. "The Key of Application Software Service in Science Cloud Computing." In 2021 IEEE 6th International Conference on Cloud Computing and Big Data Analytics (ICCCBDA). IEEE, 2021. http://dx.doi.org/10.1109/icccbda51879.2021.9442545.
Full textZeng, Fuping, and Minyan Lu. "Application research of software reliability testing." In 2012 IEEE International Conference on Computer Science and Automation Engineering (CSAE). IEEE, 2012. http://dx.doi.org/10.1109/csae.2012.6272842.
Full textGupta, Karan, and Anita Goel. "Framework for Tagging Software in Web Application." In Third International Conference on Computer Science & Information Technology. Academy & Industry Research Collaboration Center (AIRCC), 2013. http://dx.doi.org/10.5121/csit.2013.3606.
Full textLeelaphattarakij, Anugoon, and Nakornthip Prompoon. "Ranking application software retrieval results using application attributes and context." In 2012 International Joint Conference on Computer Science and Software Engineering (JCSSE). IEEE, 2012. http://dx.doi.org/10.1109/jcsse.2012.6261957.
Full textYi Ding, Yongmin Hang, Gang Wan, and Shuiyan He. "Application of software visualization in programming teaching." In 2014 9th International Conference on Computer Science & Education (ICCSE). IEEE, 2014. http://dx.doi.org/10.1109/iccse.2014.6926573.
Full textWu, Yumei, and Zhengwei Yu. "Study of Software Reliability Test Application Framework." In 2010 International Conference of Information Science and Management Engineering. IEEE, 2010. http://dx.doi.org/10.1109/isme.2010.203.
Full textWorkineh, Mesfin, Nuno M. Garcia, and Dida Midekso. "Cloud Suitability Assessment Method for Application Software." In 7th International Conference on Cloud Computing and Services Science. SCITEPRESS - Science and Technology Publications, 2017. http://dx.doi.org/10.5220/0006365206260631.
Full textGuo, Xiaodong, and Li Meng. "Organization Application Oriented Software Process Measurement Model." In 2008 International Symposium on Computer Science and Computational Technology. IEEE, 2008. http://dx.doi.org/10.1109/iscsct.2008.280.
Full textReports on the topic "Science Application software"
Chin, G. VISTA (Vertical Integration of Science, Technology, and Applications) user interface software study. Office of Scientific and Technical Information (OSTI), April 1990. http://dx.doi.org/10.2172/7159661.
Full textCramer, Christopher J. Scientific Computation Application Partnerships in Materials and Chemical Sciences, Charge Transfer and Charge Transport in Photoactivated Systems, Developing Electron-Correlated Methods for Excited State Structure and Dynamics in the NWChem Software Suite. Office of Scientific and Technical Information (OSTI), November 2017. http://dx.doi.org/10.2172/1408275.
Full text