Literatura científica selecionada sobre o tema "Asynchronous dynamic"
Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos
Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Asynchronous dynamic".
Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.
Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.
Artigos de revistas sobre o assunto "Asynchronous dynamic"
Fu, Mingzhu, Xude Wang, Yuhan Fan, Mengxiang Lu, Kaixin Li e Suwen Li. "Real-time observation of soliton pulsation and explosion in an Yb-doped fiber laser". Laser Physics 34, n.º 5 (4 de abril de 2024): 055102. http://dx.doi.org/10.1088/1555-6611/ad38b0.
Texto completo da fonteDaggitt, Matthew L., e Timothy G. Griffin. "Dynamic asynchronous iterations". Journal of Parallel and Distributed Computing 164 (junho de 2022): 168–77. http://dx.doi.org/10.1016/j.jpdc.2022.03.013.
Texto completo da fonteNatanzon, Assaf, e Eitan Bachmat. "Dynamic Synchronous/Asynchronous Replication". ACM Transactions on Storage 9, n.º 3 (1 de agosto de 2013): 1–19. http://dx.doi.org/10.1145/2501620.2508011.
Texto completo da fonteLin, Yu-Yu, e Kwang-Cheng Chen. "Asynchronous Dynamic Spectrum Access". IEEE Transactions on Vehicular Technology 61, n.º 1 (janeiro de 2012): 222–36. http://dx.doi.org/10.1109/tvt.2011.2176763.
Texto completo da fonteNatanzon, Assaf, e Eitan Bachmat. "Dynamic Synchronous/Asynchronous Replication". ACM Transactions on Storage 9, n.º 3 (agosto de 2013): 1–19. http://dx.doi.org/10.1145/2508011.
Texto completo da fonteObridko, I., e R. Ginosar. "Minimal Energy Asynchronous Dynamic Adders". IEEE Transactions on Very Large Scale Integration (VLSI) Systems 14, n.º 9 (setembro de 2006): 1043–47. http://dx.doi.org/10.1109/tvlsi.2006.884056.
Texto completo da fonteBalbiani, Philippe, Hans van Ditmarsch e Saúl Fernández González. "Asynchronous Announcements". ACM Transactions on Computational Logic 23, n.º 2 (30 de abril de 2022): 1–38. http://dx.doi.org/10.1145/3481806.
Texto completo da fonteLewandowski, Gary, Anne Condon e Eric Bach. "Asynchronous analysis of parallel dynamic programming". ACM SIGMETRICS Performance Evaluation Review 21, n.º 1 (junho de 1993): 268–69. http://dx.doi.org/10.1145/166962.167035.
Texto completo da fonteMartinez, J., C. Dortolina, H. Villamediana, W. Pena e J. Beuses. "Asynchronous motor protection against dynamic instabilities". IEEE Transactions on Industry Applications 36, n.º 4 (2000): 978–85. http://dx.doi.org/10.1109/28.855950.
Texto completo da fonteZaliatov, Artem, Roman Zakiria, Olena Berezshna e Svetlana Malyhina. "Mathematical modeling of the vector control sys-tem of the asynchronous drive of the bridge crane with a fuzzy-controller for the purpose of increasing energy-efficiency". Bulletin of Kharkov National Automobile and Highway University 1, n.º 104 (9 de abril de 2024): 22. http://dx.doi.org/10.30977/bul.2219-5548.2024.104.1.22.
Texto completo da fonteTeses / dissertações sobre o assunto "Asynchronous dynamic"
Ahmed, Jamil. "Asynchronous design in dynamic CMOS". Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk2/tape17/PQDD_0011/MQ34126.pdf.
Texto completo da fonteKocak, Umut, Karljohan Palmerius e Matthew Cooper. "Dynamic Deformation Using Adaptable, Linked Asynchronous FEM Regions". Linköpings universitet, Visuell informationsteknologi och applikationer, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-18053.
Texto completo da fonteKadirire, James. "Dynamic multicast routing in the asynchronous transfer mode environment". Thesis, University College London (University of London), 1996. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.318069.
Texto completo da fonteMullins, Robert D. "Dynamic instruction scheduling and data forwarding in asynchronous superscalar processors". Thesis, University of Edinburgh, 2001. http://hdl.handle.net/1842/12701.
Texto completo da fonteMabry, Ryan. "Gate Level Dynamic Energy Estimation In Asynchronous Circuits Using Petri Nets". Scholar Commons, 2007. http://scholarcommons.usf.edu/etd/3826.
Texto completo da fontePham, The Anh. "Efficient state-space exploration for asynchronous distributed programs ˸ Adapting unfolding-based dynamic partial order reduction to MPI programs". Thesis, Rennes, École normale supérieure, 2019. http://www.theses.fr/2019ENSR0020/document.
Texto completo da fonteDistributed message passing applications are in the mainstream of information technology since they exploit the power of parallel computer systems to produce higher performance. Designing distributed programs remains challenging because developers have to reason about concurrency, non-determinism, data distribution… that are main characteristics of distributed programs. Besides, it is virtually impossible to ensure the correctness of such programs via classical testing approaches since one may never successfully reach the execution that leads to unwanted behaviors in the programs. There is thus a need for more powerful verification techniques. Model-checking is one of the formal methods that allows to verify automatically and effectively some properties on models of computer systems by exploring all possible behaviors (states and transitions) of the system model. However, state spaces increase exponentially with the number of concurrent processes, leading to “state space explosion”.Unfolding-based Dynamic Partial Order Reduction (UDPOR) is a recent technique mixing Dynamic Partial Order Reduction (DPOR) with concepts of concurrency theory such as unfoldings to efficiently mitigate state space explosion in model-checking of concurrent programs. It is optimal in the sense that each Mazurkiewicz trace, i.e. a class of interleavings equivalent by commuting adjacent independent actions, is explored exactly once. And it is applicable to running programs, not only models of programs.The thesis aims at adapting UDPOR to verify asynchronous distributed programs (e.g. MPI programs) in the setting of the SIMGRID simulator of distributed applications. To do so, an abstract programming model of asynchronous distributed programs is defined and formalized in the TLA+ language, allowing to precisely define an independence relation, a main ingredient of the concurrency semantics. Then, the adaptation of UDPOR, involving the construction of an unfolding, is made efficient by a precise analysis of dependencies in the programming model, allowing efficient computations of usually costly operation. A prototype implementation of UDPOR adapted to distributed asynchronous programs has been developed, giving promising experimental results on a significant set of benchmarks
Fischer, Frank. "Dynamic Graph Generation and an Asynchronous Parallel Bundle Method Motivated by Train Timetabling". Doctoral thesis, Universitätsbibliothek Chemnitz, 2013. http://nbn-resolving.de/urn:nbn:de:bsz:ch1-qucosa-118358.
Texto completo da fonteHadjimichael, Sotiris. "Dynamic simulation of a wind-driven asynchronous generator connected to a D.C. link". Thesis, Imperial College London, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.261742.
Texto completo da fonteGrimsman, David R. "The Asynchronous t-Step Approximation for Scheduling Batch Flow Systems". BYU ScholarsArchive, 2016. https://scholarsarchive.byu.edu/etd/5957.
Texto completo da fonteDevarakonda, SaiPrasanth. "Particle Swarm Optimization". University of Dayton / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=dayton1335827032.
Texto completo da fonteLivros sobre o assunto "Asynchronous dynamic"
Ahmed, Jamil. Asynchronous design in dynamic CMOS. Ottawa: National Library of Canada, 1998.
Encontre o texto completo da fonteCenter, Ames Research, ed. Dynamic modelling and estimation of the error due to asynchronism in a redundant asynchronous multiprocessor system. Moffett Field, Calif: National Aeronautics and Space Administration, Ames Research Center, 1986.
Encontre o texto completo da fonteCenter, Langley Research, ed. Asynchronous communication of TLNS3DMB boundary exchange. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1997.
Encontre o texto completo da fonteMarshall, P. N. A prototype multimedia interface for displaying aspects of group dynamics in an asynchronous distributed CSCW meeting. Manchester: UMIST, 1993.
Encontre o texto completo da fonteDynamic Relevance Filtering in Asynchronous Transfer Mode-Based Distributed Interactive Simulation Exercises. Storming Media, 1996.
Encontre o texto completo da fonteShapiro, Arthur G. Contrast Asynchronies. Oxford University Press, 2017. http://dx.doi.org/10.1093/acprof:oso/9780199794607.003.0112.
Texto completo da fonteCapítulos de livros sobre o assunto "Asynchronous dynamic"
Yeung, David W. K., e Leon A. Petrosyan. "Asynchronous Horizons Durable-Strategies Dynamic Games". In Theory and Decision Library C, 215–58. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-030-92742-4_8.
Texto completo da fonteSanders, Peter. "Asynchronous Random Polling Dynamic Load Balancing". In Algorithms and Computation, 37–48. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-46632-0_5.
Texto completo da fonteZivan, Roie, e Amnon Meisels. "Dynamic Ordering for Asynchronous Backtracking on DisCSPs". In Principles and Practice of Constraint Programming - CP 2005, 32–46. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11564751_6.
Texto completo da fonteKundu, Anirban. "Dynamic Web Prediction Using Asynchronous Mouse Activity". In Computational Social Networks, 257–80. London: Springer London, 2012. http://dx.doi.org/10.1007/978-1-4471-4048-1_10.
Texto completo da fonteRamsey, David M. "A Large Population Parental Care Game with Asynchronous Moves". In Advances in Dynamic Games, 149–71. Cham: Springer International Publishing, 2013. http://dx.doi.org/10.1007/978-3-319-02690-9_8.
Texto completo da fonteNather, Rüdiger, e Claudia Fohry. "Futures for Dynamic Dependencies – Parallelizing the $$\mathcal {H}$$-LU Factorization". In Asynchronous Many-Task Systems and Applications, 9–21. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-61763-8_2.
Texto completo da fonteFurmento, Nathalie, Abdou Guermouche, Gwenolé Lucas, Thomas Morin, Samuel Thibault e Pierre-André Wacrenier. "Optimizing Parallel System Efficiency: Dynamic Task Graph Adaptation with Recursive Tasks". In Asynchronous Many-Task Systems and Applications, 166–72. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-61763-8_16.
Texto completo da fonteChandrasekar, Kavitha, e Laxmikant V. Kale. "Dynamic Tuning of Core Counts to Maximize Performance in Object-Based Runtime Systems". In Asynchronous Many-Task Systems and Applications, 92–104. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-61763-8_9.
Texto completo da fonteGuidec, Frédéric, e Hervé Roussain. "Asynchronous Document Dissemination in Dynamic Ad Hoc Networks". In Parallel and Distributed Processing and Applications, 44–48. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-30566-8_8.
Texto completo da fonteSalhiene, Mohammed Es, Laurent Fesquet e Marc Renaudin. "Dynamic Voltage Scheduling for Real Time Asynchronous Systems". In Lecture Notes in Computer Science, 390–99. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45716-x_39.
Texto completo da fonteTrabalhos de conferências sobre o assunto "Asynchronous dynamic"
Abdelrahim, Mahmoud, e Dhafer Almakhles. "Dynamic Event-Triggered Control for LTI Systems with Asynchronous Input/Output Transmissions". In 2024 American Control Conference (ACC), 4681–86. IEEE, 2024. http://dx.doi.org/10.23919/acc60939.2024.10644371.
Texto completo da fonteKral, Martin, e Radomir Gono. "Dynamic model of asynchronous machine". In 2017 18th International Scientific Conference on Electric Power Engineering (EPE). IEEE, 2017. http://dx.doi.org/10.1109/epe.2017.7967320.
Texto completo da fonteJoshi, R. V., W. Huang e C. T. Chuang. "SOI for asynchronous dynamic circuits". In the 11th Great Lakes Symposium. New York, New York, USA: ACM Press, 2001. http://dx.doi.org/10.1145/368122.368734.
Texto completo da fonteLewandowski, Gary, Anne Condon e Eric Bach. "Asynchronous analysis of parallel dynamic programming". In the 1993 ACM SIGMETRICS conference. New York, New York, USA: ACM Press, 1993. http://dx.doi.org/10.1145/166955.167035.
Texto completo da fontePapp, Albert L., e Meera M. Blattner. "Dynamic presentation of asynchronous auditory output". In the fourth ACM international conference. New York, New York, USA: ACM Press, 1996. http://dx.doi.org/10.1145/244130.244154.
Texto completo da fonteLee, Kooktae. "A Stabilizing Control Algorithm for Asynchronous Parallel Quadratic Programming via Dual Decomposition". In ASME 2019 Dynamic Systems and Control Conference. American Society of Mechanical Engineers, 2019. http://dx.doi.org/10.1115/dscc2019-9047.
Texto completo da fonteRuiz, Rafael O., Marcelo H. Di Liscia, Luis Medina e Sergio Di´az. "Asynchronous Dynamic Coefficients of a Three Lobe Air Bearing". In ASME Turbo Expo 2007: Power for Land, Sea, and Air. ASMEDC, 2007. http://dx.doi.org/10.1115/gt2007-27919.
Texto completo da fonteOmelchenko, Evgeniy, Timur Khramshin, Vasiliy Tanich e Igor Kozhevnikov. "Dynamic Computer Model of Traction Asynchronous Motor". In 2019 IEEE Russian Workshop on Power Engineering and Automation of Metallurgy Industry: Research & Practice (PEAMI). IEEE, 2019. http://dx.doi.org/10.1109/peami.2019.8915408.
Texto completo da fonteBelayadi, Djahida, e Walid Hidouci. "Dynamic Range Partitioning with Asynchronous Data Balancing". In 2016 Intl IEEE Conferences on Ubiquitous Intelligence & Computing, Advanced and Trusted Computing, Scalable Computing and Communications, Cloud and Big Data Computing, Internet of People, and Smart World Congress (UIC/ATC/ScalCom/CBDCom/IoP/SmartWorld). IEEE, 2016. http://dx.doi.org/10.1109/uic-atc-scalcom-cbdcom-iop-smartworld.2016.0185.
Texto completo da fonteBertsekas, Dimitri P., e Huizhen Yu. "Distributed asynchronous policy iteration in dynamic programming". In 2010 48th Annual Allerton Conference on Communication, Control, and Computing (Allerton). IEEE, 2010. http://dx.doi.org/10.1109/allerton.2010.5707073.
Texto completo da fonteRelatórios de organizações sobre o assunto "Asynchronous dynamic"
Kumar, Akshat, John Hector Solis e Benjamin Matschke. Dynamic analysis methods for detecting anomalies in asynchronously interacting systems. Office of Scientific and Technical Information (OSTI), janeiro de 2014. http://dx.doi.org/10.2172/1204104.
Texto completo da fonte