Literatura académica sobre el tema "Asynchronous dynamic"
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 "Asynchronous dynamic".
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 "Asynchronous dynamic"
Fu, Mingzhu, Xude Wang, Yuhan Fan, Mengxiang Lu, Kaixin Li y 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 completoDaggitt, Matthew L. y Timothy G. Griffin. "Dynamic asynchronous iterations". Journal of Parallel and Distributed Computing 164 (junio de 2022): 168–77. http://dx.doi.org/10.1016/j.jpdc.2022.03.013.
Texto completoNatanzon, Assaf y 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 completoLin, Yu-Yu y Kwang-Cheng Chen. "Asynchronous Dynamic Spectrum Access". IEEE Transactions on Vehicular Technology 61, n.º 1 (enero de 2012): 222–36. http://dx.doi.org/10.1109/tvt.2011.2176763.
Texto completoNatanzon, Assaf y 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 completoObridko, I. y R. Ginosar. "Minimal Energy Asynchronous Dynamic Adders". IEEE Transactions on Very Large Scale Integration (VLSI) Systems 14, n.º 9 (septiembre de 2006): 1043–47. http://dx.doi.org/10.1109/tvlsi.2006.884056.
Texto completoBalbiani, Philippe, Hans van Ditmarsch y 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 completoLewandowski, Gary, Anne Condon y Eric Bach. "Asynchronous analysis of parallel dynamic programming". ACM SIGMETRICS Performance Evaluation Review 21, n.º 1 (junio de 1993): 268–69. http://dx.doi.org/10.1145/166962.167035.
Texto completoMartinez, J., C. Dortolina, H. Villamediana, W. Pena y 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 completoZaliatov, Artem, Roman Zakiria, Olena Berezshna y 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 completoTesis sobre el tema "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 completoKocak, Umut, Karljohan Palmerius y 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 completoKadirire, 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 completoMullins, Robert D. "Dynamic instruction scheduling and data forwarding in asynchronous superscalar processors". Thesis, University of Edinburgh, 2001. http://hdl.handle.net/1842/12701.
Texto completoMabry, Ryan. "Gate Level Dynamic Energy Estimation In Asynchronous Circuits Using Petri Nets". Scholar Commons, 2007. http://scholarcommons.usf.edu/etd/3826.
Texto completoPham, 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 completoDistributed 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 completoHadjimichael, 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 completoGrimsman, David R. "The Asynchronous t-Step Approximation for Scheduling Batch Flow Systems". BYU ScholarsArchive, 2016. https://scholarsarchive.byu.edu/etd/5957.
Texto completoDevarakonda, SaiPrasanth. "Particle Swarm Optimization". University of Dayton / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=dayton1335827032.
Texto completoLibros sobre el tema "Asynchronous dynamic"
Ahmed, Jamil. Asynchronous design in dynamic CMOS. Ottawa: National Library of Canada, 1998.
Buscar texto completoCenter, 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.
Buscar texto completoCenter, Langley Research, ed. Asynchronous communication of TLNS3DMB boundary exchange. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1997.
Buscar texto completoMarshall, P. N. A prototype multimedia interface for displaying aspects of group dynamics in an asynchronous distributed CSCW meeting. Manchester: UMIST, 1993.
Buscar texto completoDynamic Relevance Filtering in Asynchronous Transfer Mode-Based Distributed Interactive Simulation Exercises. Storming Media, 1996.
Buscar texto completoShapiro, Arthur G. Contrast Asynchronies. Oxford University Press, 2017. http://dx.doi.org/10.1093/acprof:oso/9780199794607.003.0112.
Texto completoCapítulos de libros sobre el tema "Asynchronous dynamic"
Yeung, David W. K. y Leon A. Petrosyan. "Asynchronous Horizons Durable-Strategies Dynamic Games". En 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 completoSanders, Peter. "Asynchronous Random Polling Dynamic Load Balancing". En Algorithms and Computation, 37–48. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999. http://dx.doi.org/10.1007/3-540-46632-0_5.
Texto completoZivan, Roie y Amnon Meisels. "Dynamic Ordering for Asynchronous Backtracking on DisCSPs". En 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 completoKundu, Anirban. "Dynamic Web Prediction Using Asynchronous Mouse Activity". En Computational Social Networks, 257–80. London: Springer London, 2012. http://dx.doi.org/10.1007/978-1-4471-4048-1_10.
Texto completoRamsey, David M. "A Large Population Parental Care Game with Asynchronous Moves". En Advances in Dynamic Games, 149–71. Cham: Springer International Publishing, 2013. http://dx.doi.org/10.1007/978-3-319-02690-9_8.
Texto completoNather, Rüdiger y Claudia Fohry. "Futures for Dynamic Dependencies – Parallelizing the $$\mathcal {H}$$-LU Factorization". En 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 completoFurmento, Nathalie, Abdou Guermouche, Gwenolé Lucas, Thomas Morin, Samuel Thibault y Pierre-André Wacrenier. "Optimizing Parallel System Efficiency: Dynamic Task Graph Adaptation with Recursive Tasks". En 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 completoChandrasekar, Kavitha y Laxmikant V. Kale. "Dynamic Tuning of Core Counts to Maximize Performance in Object-Based Runtime Systems". En 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 completoGuidec, Frédéric y Hervé Roussain. "Asynchronous Document Dissemination in Dynamic Ad Hoc Networks". En 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 completoSalhiene, Mohammed Es, Laurent Fesquet y Marc Renaudin. "Dynamic Voltage Scheduling for Real Time Asynchronous Systems". En 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 completoActas de conferencias sobre el tema "Asynchronous dynamic"
Abdelrahim, Mahmoud y Dhafer Almakhles. "Dynamic Event-Triggered Control for LTI Systems with Asynchronous Input/Output Transmissions". En 2024 American Control Conference (ACC), 4681–86. IEEE, 2024. http://dx.doi.org/10.23919/acc60939.2024.10644371.
Texto completoKral, Martin y Radomir Gono. "Dynamic model of asynchronous machine". En 2017 18th International Scientific Conference on Electric Power Engineering (EPE). IEEE, 2017. http://dx.doi.org/10.1109/epe.2017.7967320.
Texto completoJoshi, R. V., W. Huang y C. T. Chuang. "SOI for asynchronous dynamic circuits". En the 11th Great Lakes Symposium. New York, New York, USA: ACM Press, 2001. http://dx.doi.org/10.1145/368122.368734.
Texto completoLewandowski, Gary, Anne Condon y Eric Bach. "Asynchronous analysis of parallel dynamic programming". En the 1993 ACM SIGMETRICS conference. New York, New York, USA: ACM Press, 1993. http://dx.doi.org/10.1145/166955.167035.
Texto completoPapp, Albert L. y Meera M. Blattner. "Dynamic presentation of asynchronous auditory output". En the fourth ACM international conference. New York, New York, USA: ACM Press, 1996. http://dx.doi.org/10.1145/244130.244154.
Texto completoLee, Kooktae. "A Stabilizing Control Algorithm for Asynchronous Parallel Quadratic Programming via Dual Decomposition". En ASME 2019 Dynamic Systems and Control Conference. American Society of Mechanical Engineers, 2019. http://dx.doi.org/10.1115/dscc2019-9047.
Texto completoRuiz, Rafael O., Marcelo H. Di Liscia, Luis Medina y Sergio Di´az. "Asynchronous Dynamic Coefficients of a Three Lobe Air Bearing". En ASME Turbo Expo 2007: Power for Land, Sea, and Air. ASMEDC, 2007. http://dx.doi.org/10.1115/gt2007-27919.
Texto completoOmelchenko, Evgeniy, Timur Khramshin, Vasiliy Tanich y Igor Kozhevnikov. "Dynamic Computer Model of Traction Asynchronous Motor". En 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 completoBelayadi, Djahida y Walid Hidouci. "Dynamic Range Partitioning with Asynchronous Data Balancing". En 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 completoBertsekas, Dimitri P. y Huizhen Yu. "Distributed asynchronous policy iteration in dynamic programming". En 2010 48th Annual Allerton Conference on Communication, Control, and Computing (Allerton). IEEE, 2010. http://dx.doi.org/10.1109/allerton.2010.5707073.
Texto completoInformes sobre el tema "Asynchronous dynamic"
Kumar, Akshat, John Hector Solis y Benjamin Matschke. Dynamic analysis methods for detecting anomalies in asynchronously interacting systems. Office of Scientific and Technical Information (OSTI), enero de 2014. http://dx.doi.org/10.2172/1204104.
Texto completo