Academic literature on the topic 'Deterministic and nondeterministic algorithm'
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 'Deterministic and nondeterministic algorithm.'
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 "Deterministic and nondeterministic algorithm"
STEWART, IAIN A. "ON TWO APPROXIMATION ALGORITHMS FOR THE CLIQUE PROBLEM." International Journal of Foundations of Computer Science 04, no. 02 (June 1993): 117–33. http://dx.doi.org/10.1142/s0129054193000080.
Full textAn, Jie, Bohua Zhan, Naijun Zhan, and Miaomiao Zhang. "Learning Nondeterministic Real-Time Automata." ACM Transactions on Embedded Computing Systems 20, no. 5s (October 31, 2021): 1–26. http://dx.doi.org/10.1145/3477030.
Full textBarszcz, Tomasz. "Decomposition of Vibration Signals into Deterministic and Nondeterministic Components and its Capabilities of Fault Detection and Identification." International Journal of Applied Mathematics and Computer Science 19, no. 2 (June 1, 2009): 327–35. http://dx.doi.org/10.2478/v10006-009-0028-0.
Full textCLEOPHAS, LOEK, KEES HEMERIK, and GERARD ZWAAN. "TWO RELATED ALGORITHMS FOR ROOT-TO-FRONTIER TREE PATTERN MATCHING." International Journal of Foundations of Computer Science 17, no. 06 (December 2006): 1253–72. http://dx.doi.org/10.1142/s012905410600439x.
Full textJafarsalehi, A., HR Fazeley, and M. Mirshams. "Spacecraft mission design optimization under uncertainty." Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science 230, no. 16 (August 8, 2016): 2872–87. http://dx.doi.org/10.1177/0954406215603416.
Full textAmoiralis, Eleftherios I., Marina A. Tsili, Dimitrios G. Paparigas, and Antonios G. Kladas. "Global Transformer Design Optimization Using Deterministic and Nondeterministic Algorithms." IEEE Transactions on Industry Applications 50, no. 1 (January 2014): 383–94. http://dx.doi.org/10.1109/tia.2013.2288417.
Full textJACK, JOHN, ALFONSO RODRÍGUEZ-PATÓN, OSCAR H. IBARRA, and ANDREI PĂUN. "DISCRETE NONDETERMINISTIC MODELING OF THE FAS PATHWAY." International Journal of Foundations of Computer Science 19, no. 05 (October 2008): 1147–62. http://dx.doi.org/10.1142/s0129054108006194.
Full textBörger, Egon, and Klaus-Dieter Schewe. "A Behavioural Theory of Recursive Algorithms." Fundamenta Informaticae 177, no. 1 (December 18, 2020): 1–37. http://dx.doi.org/10.3233/fi-2020-1978.
Full textHe, Wei, Yun Fei Guo, and Hong Chao Hu. "Hybrid Finite Automata-Based Algorithm for Large Scale Regular Expression Matching." Applied Mechanics and Materials 263-266 (December 2012): 3108–13. http://dx.doi.org/10.4028/www.scientific.net/amm.263-266.3108.
Full textNiehren, Joachim, and Momar Sakho. "Determinization and Minimization of Automata for Nested Words Revisited." Algorithms 14, no. 3 (February 24, 2021): 68. http://dx.doi.org/10.3390/a14030068.
Full textDissertations / Theses on the topic "Deterministic and nondeterministic algorithm"
Merryman, William Patrick. "Animating the conversion of nondeterministic finite state automata to deterministic finite state automata." Thesis, Montana State University, 2007. http://etd.lib.montana.edu/etd/2007/merryman/MerrymanW0507.pdf.
Full textD'Souza, Sammy Raymond. "Parallelizing a nondeterministic optimization algorithm." CSUSB ScholarWorks, 2007. https://scholarworks.lib.csusb.edu/etd-project/3084.
Full textKopřiva, Jan. "Srovnání algoritmů při řešení problému obchodního cestujícího." Master's thesis, Vysoké učení technické v Brně. Fakulta podnikatelská, 2009. http://www.nusl.cz/ntk/nusl-222126.
Full textSchardl, Tao Benjamin. "Design and analysis of a nondeterministic parallel breadth-first search algorithm." Thesis, Massachusetts Institute of Technology, 2010. http://hdl.handle.net/1721.1/61575.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (p. 75-77).
I have developed a multithreaded implementation of breadth-first search (BFS) of a sparse graph using the Cilk++ extensions to C++. My PBFS program on a single processor runs as quickly as a standard C++ breadth-first search implementation. PBFS achieves high workefficiency by using a novel implementation of a multiset data structure, called a "bag," in place of the FIFO queue usually employed in serial breadth-first search algorithms. For a variety of benchmark input graphs whose diameters are significantly smaller than the number of vertices - a condition met by many real-world graphs - PBFS demonstrates good speedup with the number of processing cores. Since PBFS employs a nonconstant-time "reducer" - a "hyperobject" feature of Cilk++ - the work inherent in a PBFS execution depends nondeterministically on how the underlying work-stealing scheduler load-balances the computation. I provide a general method for analyzing nondeteriministic programs that use reducers. PBFS also is nondeterministic in that it contains benign races which affect its performance but not its correctness. Fixing these races with mutual-exclusion locks slows down PBFS empirically, but it makes the algorithm amenable to analysis. In particular, I show that for a graph G = (V, E) with diameter D and bounded out-degree. this data-race-free version of PBFS algorithm runs in time O((V +E)/P+DIg[supercript 3] (V/D)) on P processors, which means that it attains near-perfect linear speedup if P < (V +E)/DIg[supercript 3] (V/D).
by Tao Benjamin Schardl.
M.Eng.
Xu, Didi. "Bandwidth extension algorithm for multiple deterministic systems /." View abstract or full-text, 2006. http://library.ust.hk/cgi/db/thesis.pl?MECH%202006%20XU.
Full textZhang, Hao. "Nondeterministic Linear Static Finite Element Analysis: An Interval Approach." Diss., Available online, Georgia Institute of Technology, 2005, 2005. http://etd.gatech.edu/theses/available/etd-08232005-020145/.
Full textWhite, Donald, Committee Member ; Will, Kenneth, Committee Member ; Zureick, Abdul Hamid, Committee Member ; Hodges, Dewey, Committee Member ; Muhanna, Rafi, Committee Chair ; Haj-Ali, Rami, Committee Member.
Domingues, Riaal. "A polynomial time algorithm for prime recognition." Diss., Pretoria : [s.n.], 2006. http://upetd.up.ac.za/thesis/available/etd-08212007-100529.
Full textShabana, H. M. D. "Synchronization of partial and non-deterministic automata: a sat-based approach : dissertation for the degree of candidate of physical and mathematical sciences : 05.13.17." Thesis, б. и, 2020. http://hdl.handle.net/10995/83662.
Full textWang, Bo Yu. "Deterministic annealing EM algorithm for robust learning of Gaussian mixture models." Thesis, University of Macau, 2011. http://umaclib3.umac.mo/record=b2493309.
Full textMoon, Kyoung-Sook. "Adaptive Algorithms for Deterministic and Stochastic Differential Equations." Doctoral thesis, KTH, Numerical Analysis and Computer Science, NADA, 2003. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-3586.
Full textBooks on the topic "Deterministic and nondeterministic algorithm"
Moshkov, Mikhail. Comparative Analysis of Deterministic and Nondeterministic Decision Trees. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-41728-4.
Full textMassuthe, P. An algorithm for matching nondeterministic services with operating guidelines. Berlin: Professoren des Institutes für Informatik, 2006.
Find full textAgarwal, Pankaj K. Partitioning arrangements of lines: I. An efficient deterministic algorithm. New York: Courant Institute of Mathematical Sciences, New York University, 1989.
Find full textMoshkov, Mikhail. Comparative Analysis of Deterministic and Nondeterministic Decision Trees. Springer, 2020.
Find full textSakas, William. Computational Approaches to Parameter Setting in Generative Linguistics. Edited by Jeffrey L. Lidz, William Snyder, and Joe Pater. Oxford University Press, 2016. http://dx.doi.org/10.1093/oxfordhb/9780199601264.013.29.
Full textLaver, Michael, and Ernest Sergenti. Systematically Interrogating Agent-Based Models. Princeton University Press, 2017. http://dx.doi.org/10.23943/princeton/9780691139036.003.0004.
Full textAllen, Michael P., and Dominic J. Tildesley. Molecular dynamics. Oxford University Press, 2017. http://dx.doi.org/10.1093/oso/9780198803195.003.0003.
Full textBook chapters on the topic "Deterministic and nondeterministic algorithm"
Wu, Yu-Chieh, Yue-Shi Lee, Jie-Chi Yang, and Show-Jane Yen. "An Integrated Deterministic and Nondeterministic Inference Algorithm for Sequential Labeling." In Information Retrieval Technology, 221–30. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-17187-1_21.
Full textDelimata, Paweł, Barbara Marszał-Paszek, Mikhail Moshkov, Piotr Paszek, Andrzej Skowron, and Zbigniew Suraj. "Comparison of Some Classification Algorithms Based on Deterministic and Nondeterministic Decision Rules." In Lecture Notes in Computer Science, 90–105. Berlin, Heidelberg: Springer Berlin Heidelberg, 2010. http://dx.doi.org/10.1007/978-3-642-14467-7_5.
Full textPonzio, Pablo, Ariel Godio, Nicolás Rosner, Marcelo Arroyo, Nazareno Aguirre, and Marcelo F. Frias. "Efficient Bounded Model Checking of Heap-Manipulating Programs using Tight Field Bounds." In Fundamental Approaches to Software Engineering, 218–39. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-71500-7_11.
Full textDaniel, Gómez González. "Deterministic and Nondeterministic Turing Machine." In Encyclopedia of Sciences and Religions, 624. Dordrecht: Springer Netherlands, 2013. http://dx.doi.org/10.1007/978-1-4020-8265-8_200983.
Full textKlin, Bartek, Sławomir Lasota, and Szymon Toruńczyk. "Nondeterministic and co-Nondeterministic Implies Deterministic, for Data Languages." In Lecture Notes in Computer Science, 365–84. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-71995-1_19.
Full textJain, Alok, Kyle Nelson, and Randal E. Bryant. "Verifying nondeterministic implementations of deterministic systems." In Formal Methods in Computer-Aided Design, 109–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 1996. http://dx.doi.org/10.1007/bfb0031803.
Full textMyers, Robert S. R., Stefan Milius, and Henning Urbat. "Nondeterministic Syntactic Complexity." In Lecture Notes in Computer Science, 448–68. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-71995-1_23.
Full textPetrenko, A., N. Yevtushenko, and G. Bochmann. "Testing deterministic implementations from nondeterministic FSM specifications." In Testing of Communicating Systems, 125–40. Boston, MA: Springer US, 1996. http://dx.doi.org/10.1007/978-0-387-35062-2_10.
Full textRazborov, Alexander A. "Lower bounds for deterministic and nondeterministic branching programs." In Fundamentals of Computation Theory, 47–60. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54458-5_49.
Full textGruber, Hermann, Markus Holzer, and Sebastian Jakobi. "More on Deterministic and Nondeterministic Finite Cover Automata." In Implementation and Application of Automata, 114–26. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-22360-5_10.
Full textConference papers on the topic "Deterministic and nondeterministic algorithm"
Zafar, Nazir Ahmad, and Syed Hasnain Haider Shah. "Algorithmic Formal Proof of Equivalence of Nondeterministic and Deterministic Finite Automata." In 2009 International Conference on Electronic Computer Technology, ICECT. IEEE, 2009. http://dx.doi.org/10.1109/icect.2009.140.
Full textFasse, Ernest D., and Albert J. Wavering. "Configuration Estimation of Gough-Stewart Platforms Using Extended Kalman Filtering." In ASME 2000 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2000. http://dx.doi.org/10.1115/detc2000/mech-14067.
Full textAndrade de Melo, Alexsander, and Mateus De Oliveira Oliveira. "Symbolic Solutions for Symbolic Constraint Satisfaction Problems." In 17th International Conference on Principles of Knowledge Representation and Reasoning {KR-2020}. California: International Joint Conferences on Artificial Intelligence Organization, 2020. http://dx.doi.org/10.24963/kr.2020/6.
Full textIto, Masami. "Deterministic and Nondeterministic Directable Automata." In Proceedings of the Conference. WORLD SCIENTIFIC, 2005. http://dx.doi.org/10.1142/9789812703118_0008.
Full textPoursina, Mohammad. "An Efficient Application of Polynomial Chaos Expansion for the Dynamic Analysis of Multibody Systems With Uncertainty." In ASME 2014 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2014. http://dx.doi.org/10.1115/detc2014-35226.
Full textKarimadini, Mohammad, Hai Lin, and Tong Heng Lee. "Decentralized supervisory control: Nondeterministic transitions versus deterministic moves." In 2009 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM). IEEE, 2009. http://dx.doi.org/10.1109/aim.2009.5229834.
Full textGrathwohl, Bjørn Bugge, Fritz Henglein, Ulrik Terp Rasmussen, Kristoffer Aalund Søholm, and Sebastian Paaske Tørholm. "Kleenex: compiling nondeterministic transducers to deterministic streaming transducers." In POPL '16: The 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2837614.2837647.
Full textMaheri, A., R. Bagali, C. Chilak, F. Scheller, and A. I. Mustafa. "Deterministic versus nondeterministic design of hybrid renewable energy systems." In 2012 2nd International Symposium on Environment-Friendly Energies and Applications (EFEA). IEEE, 2012. http://dx.doi.org/10.1109/efea.2012.6294064.
Full textFinney, Charles E. A., K. Dean Edwards, Miroslav K. Stoyanov, and Robert M. Wagner. "Application of High Performance Computing for Studying Cyclic Variability in Dilute Internal Combustion Engines." In ASME 2015 Internal Combustion Engine Division Fall Technical Conference. American Society of Mechanical Engineers, 2015. http://dx.doi.org/10.1115/icef2015-1172.
Full textBurjons, Elisabet, Fabian Frei, and Martin Raszyk. "From Finite-Valued Nondeterministic Transducers to Deterministic Two-Tape Automata." In 2021 36th Annual ACM/IEEE Symposium on Logic in Computer Science (LICS). IEEE, 2021. http://dx.doi.org/10.1109/lics52264.2021.9470688.
Full textReports on the topic "Deterministic and nondeterministic algorithm"
Caprile, Bruno, and Federico Girosi. A Nondeterministic Minimization Algorithm. Fort Belvoir, VA: Defense Technical Information Center, September 1990. http://dx.doi.org/10.21236/ada231013.
Full textCarrano, C. "Eztrack": A single-vehicle deterministic tracking algorithm. Office of Scientific and Technical Information (OSTI), December 2007. http://dx.doi.org/10.2172/924186.
Full textCarrano, C. "Mtrack 1.0": A multi-vehicle, deterministic tracking algorithm. Office of Scientific and Technical Information (OSTI), May 2008. http://dx.doi.org/10.2172/945703.
Full textLiang, Guanfeng, and Nitin Vaidya. Deterministic Consensus Algorithm with Linear Per-Bit Complexity. Fort Belvoir, VA: Defense Technical Information Center, August 2010. http://dx.doi.org/10.21236/ada555082.
Full textPornin, T. Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA). RFC Editor, August 2013. http://dx.doi.org/10.17487/rfc6979.
Full text