Littérature scientifique sur le sujet « Static analysi »
Créez une référence correcte selon les styles APA, MLA, Chicago, Harvard et plusieurs autres
Consultez les listes thématiques d’articles de revues, de livres, de thèses, de rapports de conférences et d’autres sources académiques sur le sujet « Static analysi ».
À côté de chaque source dans la liste de références il y a un bouton « Ajouter à la bibliographie ». Cliquez sur ce bouton, et nous générerons automatiquement la référence bibliographique pour la source choisie selon votre style de citation préféré : APA, MLA, Harvard, Vancouver, Chicago, etc.
Vous pouvez aussi télécharger le texte intégral de la publication scolaire au format pdf et consulter son résumé en ligne lorsque ces informations sont inclues dans les métadonnées.
Articles de revues sur le sujet "Static analysi"
Yuniati, Trihastuti, Aris Rafael Tambunan et 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, no 2 (18 octobre 2022) : 24–28. http://dx.doi.org/10.20895/ledger.v1i2.848.
Texte intégralChen, Li Wen, Bing Yan Cui, Zhi Jun Wang, Ling Chao Meng et Zhan Xian Li. « Statics Analysis and Design of the 6-DOF Lower Limb Bionic Leg ». Journal of Biomimetics, Biomaterials and Biomedical Engineering 26 (février 2016) : 1–12. http://dx.doi.org/10.4028/www.scientific.net/jbbbe.26.1.
Texte intégralDave Marmik M, Dave Marmik M., et Kothari Kartik D. « Static Structure Analysis of Diesel Engine Camshaft ». International Journal of Scientific Research 2, no 5 (1 juin 2012) : 208–9. http://dx.doi.org/10.15373/22778179/may2013/69.
Texte intégralSever, 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, no 2 (17 mai 2017) : 1781. http://dx.doi.org/10.14687/jhs.v14i2.4440.
Texte intégralJ, Manikandan, et Yusuf Mubin A. « Design, Static Analysis and Fabrication of Composite Joints ». International Journal of Psychosocial Rehabilitation 23, no 4 (20 juillet 2019) : 180–89. http://dx.doi.org/10.37200/ijpr/v23i4/pr190175.
Texte intégralBirla, Shilpi, R. K. Singh et Manisha Pattnaik. « Static Noise Margin Analysis of Various SRAM Topologies ». International Journal of Engineering and Technology 3, no 3 (2011) : 304–9. http://dx.doi.org/10.7763/ijet.2011.v3.242.
Texte intégralBaig, Mirza Ibrahim Ali. « Implications of Static and Dynamic Analysis of Bevel Gear ». Journal of Advanced Research in Dynamical and Control Systems 12, no 01-Special Issue (13 février 2020) : 914–24. http://dx.doi.org/10.5373/jardcs/v12sp1/20201143.
Texte intégralDave, Marmik M., et Manish P. Vekariya. « Static Structure Analysis of Diesel Truck Engine Connecting Rod ». International Journal of Scientific Research 2, no 6 (1 juin 2012) : 197–98. http://dx.doi.org/10.15373/22778179/june2013/62.
Texte intégralLin, Zhuang, Ya Xiong Zheng, Jing Zou, Han Bing Sun et Deng Hui Xu. « A Static-Stability Analysis Method for Ships Based on the Second-Development of Solid Edge ». Advanced Materials Research 712-715 (juin 2013) : 1162–66. http://dx.doi.org/10.4028/www.scientific.net/amr.712-715.1162.
Texte intégralCui, Bing Yan, Li Wen Chen, Zhi Jun Wang, Yuan Hao Zhao, Li Zhan Xian et Zhen Lin Jin. « Analysis of Statics and Design of Structur Parameters for a Bionic Robot Hip Joint ». Journal of Biomimetics, Biomaterials and Biomedical Engineering 22 (mars 2015) : 3–12. http://dx.doi.org/10.4028/www.scientific.net/jbbbe.22.3.
Texte intégralThèses sur le sujet "Static analysi"
SANTORO, MAURO. « Inference of behavioral models that support program analysis ». Doctoral thesis, Università degli Studi di Milano-Bicocca, 2011. http://hdl.handle.net/10281/19514.
Texte intégralSHRESTHA, JAYESH. « Static Program Analysis ». Thesis, Uppsala universitet, Informationssystem, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-208293.
Texte intégralJakobsson, Filip. « Static Analysis for BSPlib Programs ». Thesis, Orléans, 2019. http://www.theses.fr/2019ORLE2005.
Texte intégralThe 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
Djoudi, Adel. « Binary level static analysis ». Thesis, Université Paris-Saclay (ComUE), 2016. http://www.theses.fr/2016SACLX093.
Texte intégralAutomatic 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
TELESCA, ALESSIO. « ADVANCED MODELLING OF OVER-STROKE DISPLACEMENT CAPACITY FOR CURVED SURFACE SLIDER DEVICES ». Doctoral thesis, Università degli studi della Basilicata, 2022. http://hdl.handle.net/11563/153765.
Texte intégralFu, Zhoulai. « Static analysis of numerical properties in the presence of pointers ». Phd thesis, Université Rennes 1, 2013. http://tel.archives-ouvertes.fr/tel-00918593.
Texte intégralAgrawal, Akash. « Static Analysis to improve RTL Verification ». Thesis, Virginia Tech, 2017. http://hdl.handle.net/10919/75293.
Texte intégralMaster 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.
Texte intégralCapturing 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.
Texte intégralAhmad, S. H. S. « Static analysis of masonry arches ». Thesis, University of Salford, 2017. http://usir.salford.ac.uk/43067/.
Texte intégralLivres sur le sujet "Static analysi"
Drăgoi, Cezara, Suvam Mukherjee et Kedar Namjoshi, dir. Static Analysis. Cham : Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-88806-0.
Texte intégralLogozzo, Francesco, et Manuel Fähndrich, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-38856-9.
Texte intégralCousot, Radhia, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-44898-5.
Texte intégralCortesi, Agostino, et Gilberto Filé, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-48294-6.
Texte intégralCousot, Patrick, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-47764-0.
Texte intégralNielson, Hanne Riis, et Gilberto Filé, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2007. http://dx.doi.org/10.1007/978-3-540-74061-2.
Texte intégralBlazy, Sandrine, et Thomas Jensen, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2015. http://dx.doi.org/10.1007/978-3-662-48288-9.
Texte intégralMycroft, Alan, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60360-3.
Texte intégralHermenegildo, Manuel V., et Germán Puebla, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45789-5.
Texte intégralPalsberg, Jens, et Zhendong Su, dir. Static Analysis. Berlin, Heidelberg : Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03237-0.
Texte intégralChapitres de livres sur le sujet "Static analysi"
Merlet, Jean-Pierre. « Static analysis ». Dans Solid Mechanics and Its Applications, 247–67. Dordrecht : Springer Netherlands, 2000. http://dx.doi.org/10.1007/978-94-010-9587-7_8.
Texte intégralMohanta, Abhijit, et Anoop Saldanha. « Static Analysis ». Dans Malware Analysis and Detection Engineering, 377–402. Berkeley, CA : Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6193-4_12.
Texte intégralWeik, Martin H. « static analysis ». Dans Computer Science and Communications Dictionary, 1657–58. Boston, MA : Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_18153.
Texte intégralSmith, David J. « Static analysis ». Dans Achieving Quality Software, 123–44. Dordrecht : Springer Netherlands, 1995. http://dx.doi.org/10.1007/978-94-011-0549-1_11.
Texte intégralBrumley, David. « Static Analysis ». Dans Encyclopedia of Cryptography and Security, 1254–56. Boston, MA : Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-5906-5_839.
Texte intégralHsieh, Harry, Felice Balarin et Alberto Sangiovanni-Vincentelli. « Static Equivalence Analysis ». Dans Synchronous Equivalence, 67–79. Boston, MA : Springer US, 2001. http://dx.doi.org/10.1007/978-1-4615-1659-0_6.
Texte intégralKukimoto, Yuji, Michel Berkelaar et Karem Sakallah. « Static Timing Analysis ». Dans Logic Synthesis and Verification, 373–401. Boston, MA : Springer US, 2002. http://dx.doi.org/10.1007/978-1-4615-0817-5_14.
Texte intégralDoyle, James F. « Nonlinear Static Analysis ». Dans Mechanical Engineering Series, 169–240. New York, NY : Springer New York, 2001. http://dx.doi.org/10.1007/978-1-4757-3546-8_4.
Texte intégralBhathagar, Himanshu. « Static Timing Analysis ». Dans Advanced ASIC Chip Synthesis, 231–73. Boston, MA : Springer US, 1999. http://dx.doi.org/10.1007/978-1-4419-8668-9_12.
Texte intégralMukherjee, Sudipta. « Static Code Analysis ». Dans Thinking in LINQ, 151–64. Berkeley, CA : Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6844-4_7.
Texte intégralActes de conférences sur le sujet "Static analysi"
Jones, Markland G., Michael T. Barton et Walter F. O’Brien. « The Use of Circumferentially Nonuniform Stators to Attenuate LP Compressor Rotor-Stator-Strut Aerodynamic and Mechanical Interactions ». Dans ASME 1996 International Gas Turbine and Aeroengine Congress and Exhibition. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/96-gt-154.
Texte intégralDillon, Laura. « Session details : Static analysis ». Dans ISSTA '08 : International Symposium on Software Testing and Analysis. New York, NY, USA : ACM, 2008. http://dx.doi.org/10.1145/3260631.
Texte intégralNguyen Quang Do, Lisa, et Eric Bodden. « Gamifying static analysis ». Dans 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.
Texte intégralLahiri, Shuvendu K., Kapil Vaswani et C. A. R. Hoare. « Differential static analysis ». Dans the FSE/SDP workshop. New York, New York, USA : ACM Press, 2010. http://dx.doi.org/10.1145/1882362.1882405.
Texte intégralBorodin, Alexey, Andrey Belevantsev, Dmitry Zhurikhin et Alexey Izbyshev. « Deterministic Static Analysis ». Dans 2018 Ivannikov Memorial Workshop (IVMEM). IEEE, 2018. http://dx.doi.org/10.1109/ivmem.2018.00009.
Texte intégralKoch, Patrick W., Birgit Hofer et Franz Wotawa. « Static Spreadsheet Analysis ». Dans 2016 IEEE International Symposium on Software Reliability Engineering Workshops (ISSREW). IEEE, 2016. http://dx.doi.org/10.1109/issrew.2016.8.
Texte intégralDo, Lisa Nguyen Quang, Karim Ali, Benjamin Livshits, Eric Bodden, Justin Smith et Emerson Murphy-Hill. « Just-in-time static analysis ». Dans ISSTA '17 : International Symposium on Software Testing and Analysis. New York, NY, USA : ACM, 2017. http://dx.doi.org/10.1145/3092703.3092705.
Texte intégralMuske, Tukaram, Rohith Talluri et Alexander Serebrenik. « Repositioning of static analysis alarms ». Dans ISSTA '18 : International Symposium on Software Testing and Analysis. New York, NY, USA : ACM, 2018. http://dx.doi.org/10.1145/3213846.3213850.
Texte intégralKarpel, Mordechay, Sara Yaniv et David Livshits. « Integrated solution for computational static aeroelastic problems ». Dans 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.
Texte intégralGotovchits, Ivan, Rijnard Van Tonder et David Brumley. « Saluki : Finding Taint-style Vulnerabilities with Static Property Checking ». Dans Workshop on Binary Analysis Research. Reston, VA : Internet Society, 2018. http://dx.doi.org/10.14722/bar.2018.23019.
Texte intégralRapports d'organisations sur le sujet "Static analysi"
Oliver, B., T. Dahlgren et M. Miller. NEAMS Static Analysis. Office of Scientific and Technical Information (OSTI), octobre 2012. http://dx.doi.org/10.2172/1053670.
Texte intégralSevy, R. H. Quasi-static transient analysis. Office of Scientific and Technical Information (OSTI), octobre 1985. http://dx.doi.org/10.2172/712226.
Texte intégralBarry, Matthew, Eric Bush, Doug Smith, Devesh Bhatt, David Oglesby, Anca Browne et Steve Hickman. Static Analysis Numerical Algorithms. Fort Belvoir, VA : Defense Technical Information Center, avril 2016. http://dx.doi.org/10.21236/ad1008340.
Texte intégralMaddox III, William H. Incremental Static Semantic Analysis. Fort Belvoir, VA : Defense Technical Information Center, mai 1997. http://dx.doi.org/10.21236/ada604432.
Texte intégralKiianovska, N. M. The development of theory and methods of using cloud-based information and communication technologies in teaching mathematics of engineering students in the United States. Видавничий центр ДВНЗ «Криворізький національний університет», décembre 2014. http://dx.doi.org/10.31812/0564/1094.
Texte intégralGhormley, Douglas, Geoffrey Reedy et Kirk Landin. Language Independent Static Analysis (LISA). Office of Scientific and Technical Information (OSTI), septembre 2020. http://dx.doi.org/10.2172/1673452.
Texte intégralTeitelbaum, Tim. Programmable Interfaces for Advanced Static Analysis. Fort Belvoir, VA : Defense Technical Information Center, juin 2004. http://dx.doi.org/10.21236/ada426890.
Texte intégralBlack, Paul E., Helen Gill, W. Bradley Martin et Elizabeth Fong. Proceedings of the static analysis summit. Gaithersburg, MD : National Institute of Standards and Technology, 2006. http://dx.doi.org/10.6028/nist.sp.500-262.
Texte intégralOkun, vadim, Romain Gaucher et Paul E. Black. Static analysis tool exposition (SATE) 2008. Gaithersburg, MD : National Institute of Standards and Technology, 2009. http://dx.doi.org/10.6028/nist.sp.500-279.
Texte intégralPearce, Lauren. Basic Static and Dynamic Analysis : Malware Analysis Day 1. Office of Scientific and Technical Information (OSTI), juin 2018. http://dx.doi.org/10.2172/1457296.
Texte intégral