Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Asynchronous dynamic“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Asynchronous dynamic" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Asynchronous dynamic"
Fu, Mingzhu, Xude Wang, Yuhan Fan, Mengxiang Lu, Kaixin Li und Suwen Li. „Real-time observation of soliton pulsation and explosion in an Yb-doped fiber laser“. Laser Physics 34, Nr. 5 (04.04.2024): 055102. http://dx.doi.org/10.1088/1555-6611/ad38b0.
Der volle Inhalt der QuelleDaggitt, Matthew L., und Timothy G. Griffin. „Dynamic asynchronous iterations“. Journal of Parallel and Distributed Computing 164 (Juni 2022): 168–77. http://dx.doi.org/10.1016/j.jpdc.2022.03.013.
Der volle Inhalt der QuelleNatanzon, Assaf, und Eitan Bachmat. „Dynamic Synchronous/Asynchronous Replication“. ACM Transactions on Storage 9, Nr. 3 (01.08.2013): 1–19. http://dx.doi.org/10.1145/2501620.2508011.
Der volle Inhalt der QuelleLin, Yu-Yu, und Kwang-Cheng Chen. „Asynchronous Dynamic Spectrum Access“. IEEE Transactions on Vehicular Technology 61, Nr. 1 (Januar 2012): 222–36. http://dx.doi.org/10.1109/tvt.2011.2176763.
Der volle Inhalt der QuelleNatanzon, Assaf, und Eitan Bachmat. „Dynamic Synchronous/Asynchronous Replication“. ACM Transactions on Storage 9, Nr. 3 (August 2013): 1–19. http://dx.doi.org/10.1145/2508011.
Der volle Inhalt der QuelleObridko, I., und R. Ginosar. „Minimal Energy Asynchronous Dynamic Adders“. IEEE Transactions on Very Large Scale Integration (VLSI) Systems 14, Nr. 9 (September 2006): 1043–47. http://dx.doi.org/10.1109/tvlsi.2006.884056.
Der volle Inhalt der QuelleBalbiani, Philippe, Hans van Ditmarsch und Saúl Fernández González. „Asynchronous Announcements“. ACM Transactions on Computational Logic 23, Nr. 2 (30.04.2022): 1–38. http://dx.doi.org/10.1145/3481806.
Der volle Inhalt der QuelleLewandowski, Gary, Anne Condon und Eric Bach. „Asynchronous analysis of parallel dynamic programming“. ACM SIGMETRICS Performance Evaluation Review 21, Nr. 1 (Juni 1993): 268–69. http://dx.doi.org/10.1145/166962.167035.
Der volle Inhalt der QuelleMartinez, J., C. Dortolina, H. Villamediana, W. Pena und J. Beuses. „Asynchronous motor protection against dynamic instabilities“. IEEE Transactions on Industry Applications 36, Nr. 4 (2000): 978–85. http://dx.doi.org/10.1109/28.855950.
Der volle Inhalt der QuelleZaliatov, Artem, Roman Zakiria, Olena Berezshna und 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, Nr. 104 (09.04.2024): 22. http://dx.doi.org/10.30977/bul.2219-5548.2024.104.1.22.
Der volle Inhalt der QuelleDissertationen zum Thema "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.
Der volle Inhalt der QuelleKocak, Umut, Karljohan Palmerius und 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.
Der volle Inhalt der QuelleKadirire, 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.
Der volle Inhalt der QuelleMullins, Robert D. „Dynamic instruction scheduling and data forwarding in asynchronous superscalar processors“. Thesis, University of Edinburgh, 2001. http://hdl.handle.net/1842/12701.
Der volle Inhalt der QuelleMabry, Ryan. „Gate Level Dynamic Energy Estimation In Asynchronous Circuits Using Petri Nets“. Scholar Commons, 2007. http://scholarcommons.usf.edu/etd/3826.
Der volle Inhalt der QuellePham, 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.
Der volle Inhalt der QuelleDistributed 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.
Der volle Inhalt der QuelleHadjimichael, 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.
Der volle Inhalt der QuelleGrimsman, David R. „The Asynchronous t-Step Approximation for Scheduling Batch Flow Systems“. BYU ScholarsArchive, 2016. https://scholarsarchive.byu.edu/etd/5957.
Der volle Inhalt der QuelleDevarakonda, SaiPrasanth. „Particle Swarm Optimization“. University of Dayton / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=dayton1335827032.
Der volle Inhalt der QuelleBücher zum Thema "Asynchronous dynamic"
Ahmed, Jamil. Asynchronous design in dynamic CMOS. Ottawa: National Library of Canada, 1998.
Den vollen Inhalt der Quelle findenCenter, Ames Research, Hrsg. 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.
Den vollen Inhalt der Quelle findenCenter, Langley Research, Hrsg. Asynchronous communication of TLNS3DMB boundary exchange. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1997.
Den vollen Inhalt der Quelle findenMarshall, P. N. A prototype multimedia interface for displaying aspects of group dynamics in an asynchronous distributed CSCW meeting. Manchester: UMIST, 1993.
Den vollen Inhalt der Quelle findenDynamic Relevance Filtering in Asynchronous Transfer Mode-Based Distributed Interactive Simulation Exercises. Storming Media, 1996.
Den vollen Inhalt der Quelle findenShapiro, Arthur G. Contrast Asynchronies. Oxford University Press, 2017. http://dx.doi.org/10.1093/acprof:oso/9780199794607.003.0112.
Der volle Inhalt der QuelleBuchteile zum Thema "Asynchronous dynamic"
Yeung, David W. K., und 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.
Der volle Inhalt der QuelleSanders, 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.
Der volle Inhalt der QuelleZivan, Roie, und 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.
Der volle Inhalt der QuelleKundu, 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.
Der volle Inhalt der QuelleRamsey, 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.
Der volle Inhalt der QuelleNather, Rüdiger, und 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.
Der volle Inhalt der QuelleFurmento, Nathalie, Abdou Guermouche, Gwenolé Lucas, Thomas Morin, Samuel Thibault und 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.
Der volle Inhalt der QuelleChandrasekar, Kavitha, und 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.
Der volle Inhalt der QuelleGuidec, Frédéric, und 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.
Der volle Inhalt der QuelleSalhiene, Mohammed Es, Laurent Fesquet und 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.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Asynchronous dynamic"
Abdelrahim, Mahmoud, und 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.
Der volle Inhalt der QuelleKral, Martin, und 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.
Der volle Inhalt der QuelleJoshi, R. V., W. Huang und 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.
Der volle Inhalt der QuelleLewandowski, Gary, Anne Condon und 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.
Der volle Inhalt der QuellePapp, Albert L., und 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.
Der volle Inhalt der QuelleLee, 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.
Der volle Inhalt der QuelleRuiz, Rafael O., Marcelo H. Di Liscia, Luis Medina und 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.
Der volle Inhalt der QuelleOmelchenko, Evgeniy, Timur Khramshin, Vasiliy Tanich und 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.
Der volle Inhalt der QuelleBelayadi, Djahida, und 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.
Der volle Inhalt der QuelleBertsekas, Dimitri P., und 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.
Der volle Inhalt der QuelleBerichte der Organisationen zum Thema "Asynchronous dynamic"
Kumar, Akshat, John Hector Solis und Benjamin Matschke. Dynamic analysis methods for detecting anomalies in asynchronously interacting systems. Office of Scientific and Technical Information (OSTI), Januar 2014. http://dx.doi.org/10.2172/1204104.
Der volle Inhalt der Quelle