Literatura académica sobre el tema "Statit analysis"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Statit analysis".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "Statit analysis"
Shi, Weiming. "Ongoing professional practice evaluation implementation within STATIT." Journal of Clinical Oncology 30, n.º 34_suppl (1 de diciembre de 2012): 283. http://dx.doi.org/10.1200/jco.2012.30.34_suppl.283.
Texto completoYuniati, Trihastuti, Aris Rafael Tambunan y Yoso Adi Setyoko. "Implementasi Static Analysis Dan Background Process Untuk Mendeteksi Malware Pada Aplikasi Android Dengan Mobile Security Framework". LEDGER : Journal Informatic and Information Technology 1, n.º 2 (18 de octubre de 2022): 24–28. http://dx.doi.org/10.20895/ledger.v1i2.848.
Texto completoDave Marmik M, Dave Marmik M. y Kothari Kartik D. "Static Structure Analysis of Diesel Engine Camshaft". International Journal of Scientific Research 2, n.º 5 (1 de junio de 2012): 208–9. http://dx.doi.org/10.15373/22778179/may2013/69.
Texto completoSever, Ozan. "Comparison of static and dynamic core exercises’ effects on Stork balance test in soccer players Futbolcularda statik ve dinamik core egzersizlerin Stork denge testine etkisi". Journal of Human Sciences 14, n.º 2 (17 de mayo de 2017): 1781. http://dx.doi.org/10.14687/jhs.v14i2.4440.
Texto completoSarkono, Sarkono, Sukarti Moeljopawiro, Bambang Setiaji y Langkah Sembiring. "SIFAT FISIKOKIMIAWI SELULOSA PRODUKSI ISOLAT BAKTERI Gluconacetobacter xylinus KRE-65 PADA METODE FERMENTASI BERBEDA (Physicochemical Properties of Cellulose Produced by Bacterial Isolate Gluconacetobacter xylinus KRE-65 in Different Fermentation Methods)". Jurnal Agritech 35, n.º 04 (25 de noviembre de 2015): 434. http://dx.doi.org/10.22146/agritech.9327.
Texto completoJ, Manikandan y Yusuf Mubin A. "Design, Static Analysis and Fabrication of Composite Joints". International Journal of Psychosocial Rehabilitation 23, n.º 4 (20 de julio de 2019): 180–89. http://dx.doi.org/10.37200/ijpr/v23i4/pr190175.
Texto completoBirla, Shilpi, R. K. Singh y Manisha Pattnaik. "Static Noise Margin Analysis of Various SRAM Topologies". International Journal of Engineering and Technology 3, n.º 3 (2011): 304–9. http://dx.doi.org/10.7763/ijet.2011.v3.242.
Texto completoMcAllester, David. "On the complexity analysis of static analyses". Journal of the ACM 49, n.º 4 (julio de 2002): 512–37. http://dx.doi.org/10.1145/581771.581774.
Texto completoFrançois, Stijn, Mattias Schevenels, David Dooms, Miche Jansen, Jef Wambacq, Geert Lombaert, Geert Degrande y Guido De Roeck. "Stabil: An educational Matlab toolbox for static and dynamic structural analysis". Computer Applications in Engineering Education 29, n.º 5 (16 de febrero de 2021): 1372–89. http://dx.doi.org/10.1002/cae.22391.
Texto completoMurakami, Hidenori. "Static and dynamic analyses of tensegrity structures. Part II. Quasi-static analysis". International Journal of Solids and Structures 38, n.º 20 (mayo de 2001): 3615–29. http://dx.doi.org/10.1016/s0020-7683(00)00233-x.
Texto completoTesis sobre el tema "Statit analysis"
Monat, Raphaël. "Static type and value analysis by abstract interpretation of Python programs with native C libraries". Electronic Thesis or Diss., Sorbonne université, 2021. http://www.theses.fr/2021SORUS263.
Texto completoIn this thesis, we aim at designing both theoretically and experimentally methods for the automatic detection of potential bugs in software – or the proof of the absence thereof. This detection is done statically by analyzing programs’ source code without running them. We rely on the abstract interpretation framework to derive sound, computable semantics. In particular, we focus on analyzing dynamic programming languages. The target of this work is the analysis of Python programs combined with native C libraries
SHRESTHA, JAYESH. "Static Program Analysis". Thesis, Uppsala universitet, Informationssystem, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-208293.
Texto completoZhang, Hao. "Nondeterministic Linear Static Finite Element Analysis: An Interval Approach". Diss., Available online, Georgia Institute of Technology, 2005, 2005. http://etd.gatech.edu/theses/available/etd-08232005-020145/.
Texto completoWhite, Donald, Committee Member ; Will, Kenneth, Committee Member ; Zureick, Abdul Hamid, Committee Member ; Hodges, Dewey, Committee Member ; Muhanna, Rafi, Committee Chair ; Haj-Ali, Rami, Committee Member.
Djoudi, Adel. "Binary level static analysis". Thesis, Université Paris-Saclay (ComUE), 2016. http://www.theses.fr/2016SACLX093.
Texto completoAutomatic software verification methods have seen increasing success since the early 2000s, thanks to several industrial successes (Microsoft, Airbus, etc.).Static program analysis aims to automatically infer verified properties of programs, based on their descriptions. The standard static analysis techniques apply on the software source code, written for instance in C or Java. However, access to source code is not possible for many safety-related applications, whether the source code is not available (mobile code, computer virus), or the developer does not disclose it (shelf components, third party certification).We are interested in this dissertation in design and development of a static binary analysis platform for safety analysis. Our contributions are made at three levels: semantics, implementation and static analysis.First, the semantics of analyzed binary programs is based on a generic, simple and concise formalism called DBA. It is extended with some specification and abstraction mechanisms in this dissertation. A well defined semantics of binary programs requires also an adequate memory model. We propose a new memory model adapted to binary level requirements and inspired from recent work on low-level C. This new model allows to enjoy the abstraction of the region-based memory model while keeping the expressiveness of the flat model.Second, our binary code analysis platform BinSec offers three basic services:disassembly, simulation and static analysis. Each machine instruction is translated into a block of semantically equivalent DBA instructions. The platform handles a large part of x86 instructions. A simplification step eliminates useless intermediate calculations in order to ease further analyses. Our simplifications especially allow to eliminate up to 75% of flag updates.Finally, we developed a static analysis engine for binary programs based on abstract interpretation. Besides abstract domains specifically adapted to binary analysis, we focused on the user control of trade offs between accuracy/correctness and efficiency. In addition, we offer an original approach for high-level conditions recovery from low-level conditions in order to enhance analysis precision. The approach is sound, efficient, platform-independent and it achieves very high ratio of recovery
Agrawal, Akash. "Static Analysis to improve RTL Verification". Thesis, Virginia Tech, 2017. http://hdl.handle.net/10919/75293.
Texto completoMaster of Science
Borchert, Thomas. "Code Profiling : Static Code Analysis". Thesis, Karlstad University, Faculty of Economic Sciences, Communication and IT, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-1563.
Texto completoCapturing the quality of software and detecting sections for further scrutiny within are of high interest for industry as well as for education. Project managers request quality reports in order to evaluate the current status and to initiate appropriate improvement actions and teachers feel the need of detecting students which need extra attention and help in certain programming aspects. By means of software measurement software characteristics can be quantified and the produced measures analyzed to gain an understanding about the underlying software quality.
In this study, the technique of code profiling (being the activity of creating a summary of distinctive characteristics of software code) was inspected, formulized and conducted by means of a sample group of 19 industry and 37 student programs. When software projects are analyzed by means of software measurements, a considerable amount of data is produced. The task is to organize the data and draw meaningful information from the measures produced, quickly and without high expenses.
The results of this study indicated that code profiling can be a useful technique for quick program comparisons and continuous quality observations with several application scenarios in both industry and education.
Lanaspre, Benoit. "Static analysis for distributed prograph". Thesis, University of Southampton, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.262726.
Texto completoAhmad, S. H. S. "Static analysis of masonry arches". Thesis, University of Salford, 2017. http://usir.salford.ac.uk/43067/.
Texto completoJakobsson, Filip. "Static Analysis for BSPlib Programs". Thesis, Orléans, 2019. http://www.theses.fr/2019ORLE2005.
Texto completoThe goal of scalable parallel programming is to program computer architectures composed of multiple processing units so that increasing the number of processing units leads to an increase in performance. Bulk Synchronous Parallel (BSP) is a widely used model for scalable parallel programming with predictable performance. BSPlib is a library for BSP programming in C. In BSPlib, parallel algorithms are expressed by intermingling instructions that control the global parallel structure, and instructions that express the local computation of each processing unit. This lets the programmer fine-tune synchronization, but also implement programs whose diverging parallel control flow obscures the underlying BSP structure. In practice however, the majority of BSPlib program are textually aligned, a property that ensures parallel control flow convergence. We examine three core aspects of BSPlib programs through the lens of textual alignment: synchronization, performanceandcommunication.First,wepresentastaticanalysisthatidentifiestextuallyalignedstatements and use it to verify safe synchronization. This analysis has been implemented in Frama-C and certified in Coq. Second, we exploit textual alignment to develop a static performance analysis for BSPlib programs, based on classic cost analysis for sequential programs. Third, we develop a textual alignment-based sufficient condition for safe registration. Registration in BSPlib enables communication by Direct Remote Memory Access but is error prone. This development forms the basis for a future static analysis of registration
Mountjoy, Jon-Dean. "Static analysis of functional languages". Thesis, Rhodes University, 1994. http://hdl.handle.net/10962/d1006690.
Texto completoKMBT_223
Libros sobre el tema "Statit analysis"
Drăgoi, Cezara, Suvam Mukherjee y Kedar Namjoshi, eds. Static Analysis. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-88806-0.
Texto completoLogozzo, Francesco y Manuel Fähndrich, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-38856-9.
Texto completoCousot, Radhia, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-44898-5.
Texto completoCortesi, Agostino y Gilberto Filé, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48294-6.
Texto completoCousot, Patrick, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-47764-0.
Texto completoNielson, Hanne Riis y Gilberto Filé, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2007. http://dx.doi.org/10.1007/978-3-540-74061-2.
Texto completoBlazy, Sandrine y Thomas Jensen, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2015. http://dx.doi.org/10.1007/978-3-662-48288-9.
Texto completoMycroft, Alan, ed. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60360-3.
Texto completoHermenegildo, Manuel V. y Germán Puebla, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45789-5.
Texto completoPalsberg, Jens y Zhendong Su, eds. Static Analysis. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03237-0.
Texto completoCapítulos de libros sobre el tema "Statit analysis"
Merlet, Jean-Pierre. "Static analysis". En Solid Mechanics and Its Applications, 247–67. Dordrecht: Springer Netherlands, 2000. http://dx.doi.org/10.1007/978-94-010-9587-7_8.
Texto completoMohanta, Abhijit y Anoop Saldanha. "Static Analysis". En Malware Analysis and Detection Engineering, 377–402. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6193-4_12.
Texto completoWeik, Martin H. "static analysis". En Computer Science and Communications Dictionary, 1657–58. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_18153.
Texto completoSmith, David J. "Static analysis". En Achieving Quality Software, 123–44. Dordrecht: Springer Netherlands, 1995. http://dx.doi.org/10.1007/978-94-011-0549-1_11.
Texto completoBrumley, David. "Static Analysis". En Encyclopedia of Cryptography and Security, 1254–56. Boston, MA: Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-5906-5_839.
Texto completoLavit, Christine y Marie-Odile Pernin. "Solution Using Statis". En Data Analysis, 13–29. Boston, MA: Springer US, 1987. http://dx.doi.org/10.1007/978-1-4615-6790-5_3.
Texto completoMcAllester, David. "On the Complexity Analysis of Static Analyses". En Static Analysis, 312–29. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48294-6_21.
Texto completoHsieh, Harry, Felice Balarin y Alberto Sangiovanni-Vincentelli. "Static Equivalence Analysis". En Synchronous Equivalence, 67–79. Boston, MA: Springer US, 2001. http://dx.doi.org/10.1007/978-1-4615-1659-0_6.
Texto completoKukimoto, Yuji, Michel Berkelaar y Karem Sakallah. "Static Timing Analysis". En Logic Synthesis and Verification, 373–401. Boston, MA: Springer US, 2002. http://dx.doi.org/10.1007/978-1-4615-0817-5_14.
Texto completoDoyle, James F. "Nonlinear Static Analysis". En Mechanical Engineering Series, 169–240. New York, NY: Springer New York, 2001. http://dx.doi.org/10.1007/978-1-4757-3546-8_4.
Texto completoActas de conferencias sobre el tema "Statit analysis"
Dillon, Laura. "Session details: Static analysis". En ISSTA '08: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2008. http://dx.doi.org/10.1145/3260631.
Texto completoGotovchits, Ivan, Rijnard Van Tonder y David Brumley. "Saluki: Finding Taint-style Vulnerabilities with Static Property Checking". En Workshop on Binary Analysis Research. Reston, VA: Internet Society, 2018. http://dx.doi.org/10.14722/bar.2018.23019.
Texto completoDo, Lisa Nguyen Quang, Karim Ali, Benjamin Livshits, Eric Bodden, Justin Smith y Emerson Murphy-Hill. "Just-in-time static analysis". En ISSTA '17: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3092703.3092705.
Texto completoMuske, Tukaram, Rohith Talluri y Alexander Serebrenik. "Repositioning of static analysis alarms". En ISSTA '18: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3213846.3213850.
Texto completoKarpel, Mordechay, Sara Yaniv y David Livshits. "Integrated solution for computational static aeroelastic problems". En 6th Symposium on Multidisciplinary Analysis and Optimization. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1996. http://dx.doi.org/10.2514/6.1996-4012.
Texto completoMehdi Pourhashem Kallehbasti, Mohammad y Mohammad Ghafari. "Naturalistic Static Program Analysis". En 2023 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER). IEEE, 2023. http://dx.doi.org/10.1109/saner56733.2023.00083.
Texto completoAsher, Sanford A. "Biological Applications of UV Raman Spectroscopy: Static and Dynamical Studies". En Laser Applications to Chemical Analysis. Washington, D.C.: Optica Publishing Group, 1990. http://dx.doi.org/10.1364/laca.1990.ma6.
Texto completoNguyen Quang Do, Lisa y Eric Bodden. "Gamifying static analysis". En ESEC/FSE '18: 26th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3236024.3264830.
Texto completoLahiri, Shuvendu K., Kapil Vaswani y C. A. R. Hoare. "Differential static analysis". En the FSE/SDP workshop. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1882362.1882405.
Texto completoBorodin, Alexey, Andrey Belevantsev, Dmitry Zhurikhin y Alexey Izbyshev. "Deterministic Static Analysis". En 2018 Ivannikov Memorial Workshop (IVMEM). IEEE, 2018. http://dx.doi.org/10.1109/ivmem.2018.00009.
Texto completoInformes sobre el tema "Statit analysis"
Wang, Yong-Yi. PR-350-174511-R01 Development of Rational Ovality Limits. Chantilly, Virginia: Pipeline Research Council International, Inc. (PRCI), mayo de 2020. http://dx.doi.org/10.55274/r0011669.
Texto completoOliver, B., T. Dahlgren y M. Miller. NEAMS Static Analysis. Office of Scientific and Technical Information (OSTI), octubre de 2012. http://dx.doi.org/10.2172/1053670.
Texto completoSevy, R. H. Quasi-static transient analysis. Office of Scientific and Technical Information (OSTI), octubre de 1985. http://dx.doi.org/10.2172/712226.
Texto completoBarry, Matthew, Eric Bush, Doug Smith, Devesh Bhatt, David Oglesby, Anca Browne y Steve Hickman. Static Analysis Numerical Algorithms. Fort Belvoir, VA: Defense Technical Information Center, abril de 2016. http://dx.doi.org/10.21236/ad1008340.
Texto completoMaddox III, William H. Incremental Static Semantic Analysis. Fort Belvoir, VA: Defense Technical Information Center, mayo de 1997. http://dx.doi.org/10.21236/ada604432.
Texto completoNewmann, Bobbi, Stephen Prociw, Robert Hull, Gregory Collins y Jonathan Supovitz. State Leadership Development Policies An Analysis of 50 States and Territories. Consortium for Policy Research in Education, febrero de 2017. http://dx.doi.org/10.12698/cpre.2017.rr17-1.
Texto completoWalsh, Marie E., Robert L. Perlack, Anthony Turhollow, Daniel de la Torre Ugarte, Denny A. Becker, Robin L. Graham, Stephen E. Slinsky y Daryll E. Ray. Biomass Feedstock Availability in the United States: 1999 State Level Analysis. Office of Scientific and Technical Information (OSTI), enero de 2000. http://dx.doi.org/10.2172/1218318.
Texto completoO'Boyle, Ernest. Meta-Analysis and Systematic Reviews for the Social Sciences. Instats Inc., 2023. http://dx.doi.org/10.61700/7qu4pskuz9ke8469.
Texto completoGhormley, Douglas, Geoffrey Reedy y Kirk Landin. Language Independent Static Analysis (LISA). Office of Scientific and Technical Information (OSTI), septiembre de 2020. http://dx.doi.org/10.2172/1673452.
Texto completoCarver-Thomas, Desiree y Susan Patrick. Understanding Teacher Compensation: A State-by-State Analysis. Learning Policy Institute, abril de 2022. http://dx.doi.org/10.54300/443.847.
Texto completo