Academic literature on the topic 'Dynamic update'
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 'Dynamic update.'
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 "Dynamic update"
Deshmukh, Ankosh D., Nitesh D. Shambharkar, and Prashant M. Gade. "Effect of a Mode of Update on Universality Class for Coupled Logistic Maps: Directed Ising to Ising Class." International Journal of Bifurcation and Chaos 31, no. 03 (March 15, 2021): 2150042. http://dx.doi.org/10.1142/s0218127421500425.
Full textKOOI, BARTELD, and BRYAN RENNE. "ARROW UPDATE LOGIC." Review of Symbolic Logic 4, no. 4 (October 13, 2011): 536–59. http://dx.doi.org/10.1017/s1755020311000189.
Full textSLOTA, MARTIN, and JOÃO LEITE. "Towards closed world reasoning in dynamic open worlds." Theory and Practice of Logic Programming 10, no. 4-6 (July 2010): 547–63. http://dx.doi.org/10.1017/s147106841000027x.
Full textZhou, Liang, Nan Ya Cao, Lu Li, Li Xin Ke, and Kai Jun Wu. "Research on Service Update Dynamically Based on OSGi Frame." Applied Mechanics and Materials 513-517 (February 2014): 1769–72. http://dx.doi.org/10.4028/www.scientific.net/amm.513-517.1769.
Full textvan Benthem, Johan, Jelle Gerbrandy, and Barteld Kooi. "Dynamic Update with Probabilities." Studia Logica 93, no. 1 (September 17, 2009): 67–96. http://dx.doi.org/10.1007/s11225-009-9209-y.
Full textHan, Min, Sunan Ge, Minghui Wang, Xiaojun Hong, and Jie Han. "A Novel Dynamic Update Framework for Epileptic Seizure Prediction." BioMed Research International 2014 (2014): 1–11. http://dx.doi.org/10.1155/2014/957427.
Full textHan, Jian Ping, and Yong Peng Luo. "Static and Dynamic Finite Element Model Updating of a Rigid Frame-Continuous Girders Bridge Based on Response Surface Method." Advanced Materials Research 639-640 (January 2013): 992–97. http://dx.doi.org/10.4028/www.scientific.net/amr.639-640.992.
Full textGoldstein, Simon. "Generalized Update Semantics." Mind 128, no. 511 (February 8, 2019): 795–835. http://dx.doi.org/10.1093/mind/fzy076.
Full textMAELBRÁNCKE, RUDI, and HENK OLIVIÉ. "DYNAMIC TREE REBALANCING USING RECURRENT ROTATIONS: DYNAMIC TREE REBALANCING." International Journal of Foundations of Computer Science 05, no. 03n04 (December 1994): 247–60. http://dx.doi.org/10.1142/s012905419400013x.
Full textJung, Yoo Sun, Flávio D. S. Souza, Andrew Q. Philips, Amanda Rutherford, and Guy D. Whitten. "A command to estimate and interpret models of dynamic compositional dependent variables: New features for dynsimpie." Stata Journal: Promoting communications on statistics and Stata 20, no. 3 (September 2020): 584–603. http://dx.doi.org/10.1177/1536867x20953570.
Full textDissertations / Theses on the topic "Dynamic update"
Baumann, Andrew Computer Science & Engineering Faculty of Engineering UNSW. "Dynamic update for operating systems." Awarded by:University of New South Wales. Computer Science and Engineering, 2007. http://handle.unsw.edu.au/1959.4/28356.
Full textCAMARA, EDUARDO CASTRO MOTA. "A STUDY OF DYNAMIC UPDATE FOR SOFTWARE COMPONENTS." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2014. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=23529@1.
Full textCOORDENAÇÃO DE APERFEIÇOAMENTO DO PESSOAL DE ENSINO SUPERIOR
PROGRAMA DE SUPORTE À PÓS-GRADUAÇÃO DE INSTS. DE ENSINO
PROGRAMA DE EXCELENCIA ACADEMICA
O desenvolvimento baseado em sistemas de componentes de software consiste em compor sistemas a partir de unidades de sotfware prontas e reutilizáveis. Muitos sistemas de componentes software em produção, precisam ficar disponíveis durante 24 horas por dia nos 7 dias da semana. Atualizações dinâmicas permitem que os sistemas sejam atualizados sem interromperem a execução dos seus serviços, aplicando a atualização em tempo de execução. Muitas técnicas de atualização dinâmica, na literatura, utilizam aplicações feitas especificamente para cobrir os pontos implementados e poucas utilizam um histórico de necessidades de um sistema real. Este trabalho estuda os principais casos de atualizações que ocorrem em um sistema de componentes de uso extenso, o Openbus, que consiste em uma infraestrutura de integração responsável pela comunicação de diversas aplicações de aquisição, processamento e interpretação de dados. Além deste estudo, implementamos uma solução de atualização dinâmica para acomodar as necessidades deste sistema. Depois, utilizando a solução implementada, apresentamos um teste de sobrecarga e algumas aplicações de atualizações do Openbus.
The component-based development of software systems consists on composing systems from ready and reusable sotfware units. Many software componente systems on production, need to be available 24 hours a day 7 days a week. Dynamic updates allow systems to be upgraded without interrupting the execution of its services, applying the update at runtime. Many dynamics software update techniques in the literature use applications specically implemented to cover the presented points and only a few use a historical need of a real system. This work studies the main cases of updates that occur in a system of components with extensive use, the Openbus, which consists of an integration infrastructure responsible for communication of various applications for acquisition, processing and interpretation of data. In addition to this study, we implement a solution of dynamic software update to accommodate the needs of this system. After, using the implemented solution, we present an overhead test and applications of updates on Openbus.
Tesone, Pablo. "Dynamic Software Update for Production and Live Programming Environments." Thesis, Ecole nationale supérieure Mines-Télécom Lille Douai, 2018. http://www.theses.fr/2018MTLD0012/document.
Full textUpdating applications during their execution is used both in production to minimize application downtine and in integrated development environments to provide live programming support. Nevertheless, these two scenarios present different challenges making Dynamic Software Update (DSU) solutions to be specifically designed for only one of these use cases. For example, DSUs for live programming typically do not implement safe point detection or insistance migration, while production DSUs require manual generation of patches and lack IDE integration. These sollutions also have a limited ability to update themselves or the language core libraries and some of them present execution penalties outside the update window.In this PhD, we propose a unified DSU named gDSU for both live programming and production environments. gDSU provides safe update point detection using call stack manipulation and a reusable instance migration mechanism to minimize manual intervention in patch generation. It also supports updating the core language libraries as well as the update mechanism itself thanks to its incremental copy of the modified objects and its atomic commit operation.gDSU does not affect the global performance of the application and it presents only a run-time penalty during the window. For example, gDSU is able to apply an update impacting 100,000 instances in 1 second making the application not responsive for only 250 milliseconds. The rest of the time the applications runs normally while gDSU is looking for a safe update point during which modified elements will be copied.We also present extensions of gDSU to support transactional live programming and atomic automactic refactorings which increase the usability of live programming environments
Pham, Thanh H. "Dynamic Update Techniques for Online Maps and Attributes Data." NSUWorks, 2001. http://nsuworks.nova.edu/gscis_etd/771.
Full textAnderson, Gabrielle. "Behavioural properties and dynamic software update for concurrent programmes." Thesis, University of Southampton, 2013. https://eprints.soton.ac.uk/353281/.
Full textMensah, Pernelle. "Generation and Dynamic Update of Attack Graphs in Cloud Providers Infrastructures." Thesis, CentraleSupélec, 2019. http://www.theses.fr/2019CSUP0011.
Full textIn traditional environments, attack graphs can paint a picture of the security exposure of the environment. Indeed, they represent a model allowing to depict the many steps an attacker can take to compromise an asset. They can represent a basis for automated risk assessment, relying on an identification and valuation of critical assets in the network. This allows to design pro-active and reactive counter-measures for risk mitigation and can be leveraged for security monitoring and network hardening.Our thesis aims to apply a similar approach in Cloud environments, which implies to consider new challenges incurred by these modern infrastructures, since the majority of attack graph methods were designed with traditional environments in mind. Novel virtualization attack scenarios, as well as inherent properties of the Cloud, namely elasticity and dynamism are a cause for concern.To realize this objective, a thorough inventory of virtualization vulnerabilities was performed, for the extension of existing vulnerability templates. Based on an attack graph representation model suitable to the Cloud scale, we were able to leverage Cloud and SDN technologies, with the purpose of building Cloud attack graphs and maintain them in an up-to-date state. Algorithms able to cope with the frequent rate of change occurring in virtualized environments were designed and extensively tested on a real scale Cloud platform for performance evaluation, confirming the validity of the methods proposed in this thesis, in order to enable Cloud administrator to dispose of an up-to-date Cloud attack graph
Tumati, Pradeep. "Software Hot Swapping." Thesis, Virginia Tech, 2003. http://hdl.handle.net/10919/31362.
Full textMaster of Science
Yin, Li. "Adaptive Background Modeling with Temporal Feature Update for Dynamic Foreground Object Removal." DigitalCommons@USU, 2016. https://digitalcommons.usu.edu/etd/5040.
Full textWeißbach, Martin, Nguonly Taing, Markus Wutzler, Thomas Springer, Alexander Schill, and Siobhán Clarke. "Decentralized Coordination of Dynamic Software Updates in the Internet of Things." IEEE, 2016. https://tud.qucosa.de/id/qucosa%3A75282.
Full textSornil, Ohm. "Parallel Inverted Indices for Large-Scale, Dynamic Digital Libraries." Diss., Virginia Tech, 2001. http://hdl.handle.net/10919/26131.
Full textPh. D.
Books on the topic "Dynamic update"
Shaltens, Richard K. Update of the 2 kW solar dynamic ground test demonstration. [Washington, DC]: National Aeronautics and Space Administration, 1994.
Find full textShaltens, Richard K. Update of the 2 kW solar dynamic ground test demonstration. [Washington, DC]: National Aeronautics and Space Administration, 1994.
Find full textDynamic asset allocation: Modern portfolio theory updated for the smart investor. New York: Bloomberg Press, 2010.
Find full textPicerno, James. Dynamic asset allocation: Modern portfolio theory updated for the smart investor. New York: Bloomberg Press, 2010.
Find full textMartinez, Alma I. An overview of Texas juvenile justice population trends and dynamics: An update. Austin, Tex. (P.O. Box 13332, Austin 78711): Criminal Justice Policy Council, 2000.
Find full textCrookston, Nicholas L. The western spruce budworm dynamics model: Version 3.1 update and notes on behavior. Ogden, Utah: U.S. Dept. of Agriculture, Forest Service, Intermountain Research Station, 1991.
Find full textCrookston, Nicholas L. The western spruce budworm dynamics model: Version 3.1 update and notes on behavior. Ogden, UT (324 25th St., Ogden 84401): U.S. Dept. of Agriculture, Forest Service, Intermountain Research Station, 1991.
Find full textCrookston, Nicholas L. The western spruce budworm dynamics model: Version 3.1 update and notes on behavior. Ogden, UT (324 25th St., Ogden 84401): U.S. Dept. of Agriculture, Forest Service, Intermountain Research Station, 1991.
Find full text1951-, Jentleson Bruce W., ed. Special update to American foreign policy: The Bush administration and the dynamics of choice. New York: W. W. Norton, 2002.
Find full textScheuss, Ralph-W. Business update!: So machen Sie sich und Ihr Unternehmen stark für den Hyper-Wettbewerb ; mehr Dynamik, mehr Wachstum, mehr Geschäft. Berlin: Metropolitan, 2004.
Find full textBook chapters on the topic "Dynamic update"
Dekker, Paul J. E. "Information Update and Support." In Dynamic Semantics, 49–83. Dordrecht: Springer Netherlands, 2012. http://dx.doi.org/10.1007/978-94-007-4869-9_3.
Full textvan Benthem, Johan. "Belief Update as Social Choice." In Dynamic Formal Epistemology, 151–60. Dordrecht: Springer Netherlands, 2010. http://dx.doi.org/10.1007/978-94-007-0074-1_8.
Full textWojciechowski, Paweł T., and Olivier Rütti. "On Correctness of Dynamic Protocol Update." In Lecture Notes in Computer Science, 275–89. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11494881_18.
Full textShen, Fei, Siqi Du, and Linpeng Huang. "A Dynamic Update Framework for OSGi Applications." In Lecture Notes in Computer Science, 350–55. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-11842-5_48.
Full textLi, Hongyu, and Lin Zhang. "Dynamic Subspace Update with Incremental Nyström Approximation." In Computer Vision – ACCV 2010 Workshops, 384–93. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-22819-3_39.
Full textAnderson, Gabrielle, and Julian Rathke. "Dynamic Software Update for Message Passing Programs." In Programming Languages and Systems, 207–22. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-35182-2_15.
Full textRead, Amber, Ivy Hurwitz, and Ravi Durvasula. "Leishmaniasis: An Update on a Neglected Tropical Disease." In Dynamic Models of Infectious Diseases, 95–138. New York, NY: Springer New York, 2012. http://dx.doi.org/10.1007/978-1-4614-3961-5_4.
Full textNam, SungHun, and Hwang Chong-Sun. "Dynamic Remote Update Adapting Wireless Network Connection States." In Mobile Data Management, 282–83. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-44498-x_29.
Full textGafni, Eli. "Generalized scheme for topology-update in dynamic networks." In Distributed Algorithms, 187–96. Berlin, Heidelberg: Springer Berlin Heidelberg, 1988. http://dx.doi.org/10.1007/bfb0019804.
Full textAwerbuch, Baruch, and Yishay Mansour. "An efficient topology update protocol for dynamic networks." In Distributed Algorithms, 185–202. Berlin, Heidelberg: Springer Berlin Heidelberg, 1992. http://dx.doi.org/10.1007/3-540-56188-9_13.
Full textConference papers on the topic "Dynamic update"
Cimino, Mauro, and Prabhakar R. Pagilla. "Parametrization of LTI Controllers for Multirate Systems." In ASME 2010 Dynamic Systems and Control Conference. ASMEDC, 2010. http://dx.doi.org/10.1115/dscc2010-4191.
Full textBuryan, Yu A., D. V. Sitnikov, M. V. Silkov, and A. A. Buryan. "VIBRATION ISOLATION SYSTEM WITH ACTIVE DYNAMIC VIBRATION DAMPENER FOR NON-STATIONARY OPERATION OF THE PISTON MACHINE." In Mechanical Science and Technology Update. Omsk State Technical University, 2021. http://dx.doi.org/10.25206/978-5-8149-3246-4-2021-18-25.
Full textZHANG, Shi, and LinPeng HUANG. "Type-Safe Dynamic Update Transaction." In 31st Annual International Computer Software and Applications Conference - Vol. 2 - (COMPSAC 2007). IEEE, 2007. http://dx.doi.org/10.1109/compsac.2007.228.
Full textZhenatov, B. D. "EFFECT OF THE NOISE COMPONENT OF THE APERTURE UNCERTAINTY ON THE DYNAMIC RANGE OF THE SAMPLE AND HOLD CIRCUIT." In Mechanical Science and Technology Update. Omsk State Technical University, 2021. http://dx.doi.org/10.25206/978-5-8149-3246-4-2021-173-178.
Full textHongchun, Wang. "Update Parameters Dynamic in Causality Diagram." In 2009 International Forum on Information Technology and Applications (IFITA). IEEE, 2009. http://dx.doi.org/10.1109/ifita.2009.67.
Full textNahabedian, Leandro. "Dynamic Update of Business Process Management." In 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE). IEEE, 2017. http://dx.doi.org/10.1109/icse-c.2017.25.
Full textGregersen, Allan Raundahl, Douglas Simon, and Bo Nørregaard Jørgensen. "Towards a dynamic-update-enabled JVM." In the Workshop. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1562860.1562862.
Full textChen, Junqing, and Linpeng Huang. "Dynamic Service Update Based on OSGi." In 2009 WRI World Congress on Software Engineering. IEEE, 2009. http://dx.doi.org/10.1109/wcse.2009.122.
Full textBaumann, Andrew, and Jonathan Appavoo. "Improving dynamic update for operating systems." In the twentieth ACM symposium. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1095810.1118622.
Full textBehnke, Lutz, Qi Wang, Christos Grecos, and Kai von Luck. "Budget based dynamic state update aggregation." In MMSys '15: Multimedia Systems Conference 2015. New York, NY, USA: ACM, 2015. http://dx.doi.org/10.1145/2723695.2723696.
Full textReports on the topic "Dynamic update"
Thomson, S., Y. Rekhter, and J. Bound. Dynamic Updates in the Domain Name System (DNS UPDATE). Edited by P. Vixie. RFC Editor, April 1997. http://dx.doi.org/10.17487/rfc2136.
Full textEastlake, D. Secure Domain Name System Dynamic Update. RFC Editor, April 1997. http://dx.doi.org/10.17487/rfc2137.
Full textWellington, B. Secure Domain Name System (DNS) Dynamic Update. RFC Editor, November 2000. http://dx.doi.org/10.17487/rfc3007.
Full textDeng, X., M. Boucadair, Q. Zhao, J. Huang, and C. Zhou. Using the Port Control Protocol (PCP) to Update Dynamic DNS. RFC Editor, November 2014. http://dx.doi.org/10.17487/rfc7393.
Full textHale, Richard Edward, Sacit M. Cetiner, David L. Fugate, John J. Batteh, and Michael M. Tiller. Update on Small Modular Reactors Dynamic System Modeling Tool: Web Application. Office of Scientific and Technical Information (OSTI), January 2015. http://dx.doi.org/10.2172/1252137.
Full textCarroll, C., and F. Quick. Verizon Wireless Dynamic Mobile IP Key Update for cdma2000(R) Networks. RFC Editor, June 2007. http://dx.doi.org/10.17487/rfc4784.
Full textYu, Xin, and Zvi M. Kedem. A Distributed Adaptive Cache Update Algorithm for the Dynamic Source Routing Protocol. Fort Belvoir, VA: Defense Technical Information Center, January 2003. http://dx.doi.org/10.21236/ada439506.
Full textJanecky, D. R., R. S. Rundberg, M. Ott, and A. Mitchell. Update report on fracture flow in saturated tuff: Dynamic transport task for the Nevada Nuclear Waste Investigations. Office of Scientific and Technical Information (OSTI), November 1990. http://dx.doi.org/10.2172/137933.
Full textCarmichael, Joshua. Dynamic Thresholds for STA/LTA Detectors that Output Templates. GNDD Deliverable (Working Group 6: Status Update) [Slides]. Office of Scientific and Technical Information (OSTI), August 2021. http://dx.doi.org/10.2172/1814756.
Full textSubramanian, K. H. Test Plan to Update SRS High Level Waste Tank Material Properties Database by Determining Synergistic Effects of Dynamic Strain Aging and Stress Corrosion Cracking. Office of Scientific and Technical Information (OSTI), March 2002. http://dx.doi.org/10.2172/799694.
Full text