Literatura académica sobre el tema "Algoritmi paralleli"
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 "Algoritmi paralleli".
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 "Algoritmi paralleli"
Di Viggiano, Pasquale Luigi. "DEMOCRAZIA DIGITALE COME DIFFERENZA:". Revista da Faculdade Mineira de Direito 24, n.º 48 (18 de marzo de 2022): 64–78. http://dx.doi.org/10.5752/p.2318-7999.2021v24n48p64-78.
Texto completoTRINDER, P. W., K. HAMMOND, H. W. LOIDL y S. L. PEYTON JONES. "Algorithm + strategy = parallelism". Journal of Functional Programming 8, n.º 1 (enero de 1998): 23–60. http://dx.doi.org/10.1017/s0956796897002967.
Texto completoBassil, Youssef. "Implementation of Computational Algorithms using Parallel Programming". International Journal of Trend in Scientific Research and Development Volume-3, Issue-3 (30 de abril de 2019): 704–10. http://dx.doi.org/10.31142/ijtsrd22947.
Texto completoDeng, An-Wen y Chih-Ying Gwo. "Parallel Computing Zernike Moments via Combined Algorithms". SIJ Transactions on Computer Science Engineering & its Applications (CSEA) 04, n.º 03 (28 de junio de 2016): 01–09. http://dx.doi.org/10.9756/sijcsea/v4i3/04020050101.
Texto completoShu, Qin, Xiuli He, Chang Wang y Yunxiu Yang. "Parallel registration algorithm with arbitrary affine transformation". Chinese Optics Letters 18, n.º 7 (2020): 071001. http://dx.doi.org/10.3788/col202018.071001.
Texto completoLiu, Yu y Yi Xiao. "Parallel Solution of Magnetotelluric Occam Inversion Algorithm Based on Hybrid MPI/OpenMP Model". Applied Mechanics and Materials 602-605 (agosto de 2014): 3751–54. http://dx.doi.org/10.4028/www.scientific.net/amm.602-605.3751.
Texto completoDIKAIAKOS, MARIOS D., ANNE ROGERS y KENNETH STEIGLITZ. "FUNCTIONAL ALGORITHM SIMULATION OF THE FAST MULTIPOLE METHOD: ARCHITECTURAL IMPLICATIONS". Parallel Processing Letters 06, n.º 01 (marzo de 1996): 55–66. http://dx.doi.org/10.1142/s0129626496000078.
Texto completoHahne, Jens, Stephanie Friedhoff y Matthias Bolten. "Algorithm 1016". ACM Transactions on Mathematical Software 47, n.º 2 (abril de 2021): 1–22. http://dx.doi.org/10.1145/3446979.
Texto completoNajoui, Mohamed, Anas Hatim, Said Belkouch y Noureddine Chabini. "Novel Implementation Approach with Enhanced Memory Access Performance of MGS Algorithm for VLIW Architecture". Journal of Circuits, Systems and Computers 29, n.º 12 (19 de febrero de 2020): 2050200. http://dx.doi.org/10.1142/s021812662050200x.
Texto completoLi, Yong. "An Improved Parallel FFT Algorithm Based on the GPU". Advanced Materials Research 647 (enero de 2013): 880–84. http://dx.doi.org/10.4028/www.scientific.net/amr.647.880.
Texto completoTesis sobre el tema "Algoritmi paralleli"
Retico, Alessandro. "Algoritmi paralleli per l'allineamento di immagini". Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2019. http://amslaurea.unibo.it/19101/.
Texto completoTentarelli, Edoardo. "Architetture serverless per algoritmi massicciamente paralleli in ambito Industria 4.0". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2020. http://amslaurea.unibo.it/20286/.
Texto completoMontanari, Sofia. "Algoritmi paralleli per la trasformata di hough nell’individuazione di linee rette nelle immagini digitali". Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2020.
Buscar texto completoBarocci, Federico. "Valutazione delle prestazioni di processori a basso consumo energetico in applicazioni parallele". Master's thesis, Alma Mater Studiorum - Università di Bologna, 2016. http://amslaurea.unibo.it/10506/.
Texto completoDogan, Can. "Implementazione e valutazione delle prestazioni di algoritmi per il calcolo di cammini minimi su grafi". Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2018.
Buscar texto completoGALVAN, Stefano. "Perception-motivated parallel algorithms for haptics". Doctoral thesis, Università degli Studi di Verona, 2010. http://hdl.handle.net/11562/343948.
Texto completoIn the last years the use of haptic feedback has been used in several applications, from mobile phones to rehabilitation, from video games to robotic aided surgery. The haptic devices, that are the interfaces that create the stimulation and reproduce the physical interaction with virtual or remote environments, have been studied, analyzed and developed in many ways. Every innovation in the mechanics, electronics and technical design of the device it is valuable, however it is important to maintain the focus of the haptic interaction on the human being, who is the only user of force feedback. In this thesis we worked on two main topics that are relevant to this aim: a perception based force signal manipulation and the use of modern multicore architectures for the implementation of the haptic controller. With the help of a specific experimental setup and using a 6 dof haptic device we designed a psychophysical experiment aimed at identifying of the force/torque differential thresholds applied to the hand-arm system. On the basis of the results obtained we determined a set of task dependent scaling functions, one for each degree of freedom of the three-dimensional space, that can be used to enhance the human abilities in discriminating different stimuli. The perception based manipulation of the force feedback requires a fast, stable and configurable controller of the haptic interface. Thus a solution is to use new available multicore architectures for the implementation of the controller, but many consolidated algorithms have to be ported to these parallel systems. Focusing on specific problem, i.e. the matrix pseudoinversion, that is part of the robotics dynamic and kinematic computation, we showed that it is possible to migrate code that was already implemented in hardware, and in particular old algorithms that were inherently parallel and thus not competitive on sequential processors. The main question that still lies open is how much effort is required in order to write these algorithms, usually described in VLSI or schematics, in a modern programming language. We show that a careful task decomposition and design permit a mapping of the code on the available cores. In addition, the use of data parallelism on SIMD machines can give good performance when simple vector instructions such as add and shift operations are used. Since these instructions are present also in hardware implementations the migration can be easily performed. We tested our approach on a Sony PlayStation 3 game console equipped with IBM Cell Broadband Engine processor.
Kang, Seunghwa. "On the design of architecture-aware algorithms for emerging applications". Diss., Georgia Institute of Technology, 2011. http://hdl.handle.net/1853/39503.
Texto completoThomin, Philippe. "Algorithmes parallèles pour la synthèse d'image par radiosité sur calculateur à mémoire distribuée". Valenciennes, 1993. https://ged.uphf.fr/nuxeo/site/esupversions/a9efdd76-820d-4008-ab0e-23f35d428cdf.
Texto completoBrown, Naïma. "Vérification et mise en œuvre distribuée des programmes unity". Nancy 1, 1994. http://www.theses.fr/1994NAN10384.
Texto completoHalverson, Ranette Hudson. "Efficient Linked List Ranking Algorithms and Parentheses Matching as a New Strategy for Parallel Algorithm Design". Thesis, University of North Texas, 1993. https://digital.library.unt.edu/ark:/67531/metadc278153/.
Texto completoLibros sobre el tema "Algoritmi paralleli"
Alan, Gibbons. Efficient parallel algorithms. Cambridge [England]: Cambridge University Press, 1988.
Buscar texto completoH, Jamieson Leah, Gannon Dennis B. 1947- y Douglass Robert J, eds. The characteristics of parallel algorithms. Cambridge, Mass: MIT Press, 1987.
Buscar texto completoCasanova, Henri. Parallel algorithms. Boca Raton, FL: CRC Press, 2008.
Buscar texto completoRoosta, Seyed H. Parallel Processing and Parallel Algorithms. New York, NY: Springer New York, 2000. http://dx.doi.org/10.1007/978-1-4612-1220-1.
Texto completoDesigning efficient algorithms for parallel computers. Maidenhead: McGraw, 1988.
Buscar texto completoDesigning efficient algorithms for parallel computers. New York: McGraw-Hill, 1987.
Buscar texto completoLuque, Gabriel y Enrique Alba. Parallel Genetic Algorithms. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-22084-5.
Texto completoKeyes, David E., Ahmed Sameh y V. Venkatakrishnan, eds. Parallel Numerical Algorithms. Dordrecht: Springer Netherlands, 1997. http://dx.doi.org/10.1007/978-94-011-5412-3.
Texto completoSameh, Ahmed, David E. Keyes y V. Venkatakrishnan. Parallel numerical algorithms. Dordrecht: Springer, 1997.
Buscar texto completoParallel sorting algorithms. Orlando: Academic Press, 1985.
Buscar texto completoCapítulos de libros sobre el tema "Algoritmi paralleli"
Choi, Jaeyoung. "Parallel Factorization Algorithms with Algorithmic Blocking". En Parallel Numerical Computation with Applications, 19–32. Boston, MA: Springer US, 1999. http://dx.doi.org/10.1007/978-1-4615-5205-5_2.
Texto completoBrucker, Peter. "Parallel Machines". En Scheduling Algorithms, 107–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24804-0_5.
Texto completoBrucker, Peter. "Parallel Machines". En Scheduling Algorithms, 107–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-662-04550-3_5.
Texto completoBrucker, Peter. "Parallel Machines". En Scheduling Algorithms, 101–44. Berlin, Heidelberg: Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/978-3-662-03612-9_5.
Texto completoBrucker, Peter. "Parallel Machines". En Scheduling Algorithms, 100–142. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/978-3-662-03088-2_5.
Texto completoLogan, Doug. "Parallel Algorithms". En Modern Techniques in Computational Chemistry: MOTECC™-89, 547–76. Dordrecht: Springer Netherlands, 1989. http://dx.doi.org/10.1007/978-94-010-9057-5_13.
Texto completoWinkler, Gerhard. "Parallel Algorithms". En Image Analysis, Random Fields and Dynamic Monte Carlo Methods, 167–91. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/978-3-642-97522-6_11.
Texto completoLogan, Doug. "Parallel Algorithms". En Modern Techniques in Computational Chemistry: MOTECC™-90, 1117–46. Dordrecht: Springer Netherlands, 1990. http://dx.doi.org/10.1007/978-94-009-2219-8_26.
Texto completoKurgalin, Sergei y Sergei Borzunov. "Parallel Algorithms". En Texts in Computer Science, 419–63. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-92645-2_13.
Texto completoKurgalin, Sergei y Sergei Borzunov. "Parallel Algorithms". En Texts in Computer Science, 435–77. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-42221-9_13.
Texto completoActas de conferencias sobre el tema "Algoritmi paralleli"
Saukas, E. L. G. y S. W. Song. "A parallel algorithm for solving tridiagonal linear systems on coarse grained multicomputer". En Simpósio Brasileiro de Arquitetura de Computadores e Processamento de Alto Desempenho. Sociedade Brasileira de Computação, 1997. http://dx.doi.org/10.5753/sbac-pad.1997.22642.
Texto completoCritchley, James H. y Kurt S. Anderson. "On Parallel Methods of Multibody Dynamics". En ASME 2003 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2003. http://dx.doi.org/10.1115/detc2003/vib-48317.
Texto completoGiles, C. Lee y B. Keith Jenkins. "Models of parallel computation and optical computing". En OSA Annual Meeting. Washington, D.C.: Optica Publishing Group, 1986. http://dx.doi.org/10.1364/oam.1986.ml1.
Texto completoTsai, Chih-Ming, Nenzi Wang y Yau-Zen Chang. "Performance Evaluation of DIRECT Algorithm in Parallel Optimization for a Thermohydrodynamic Lubrication Analysis". En World Tribology Congress III. ASMEDC, 2005. http://dx.doi.org/10.1115/wtc2005-63319.
Texto completoFrancois, Marianne M., Li-Ta Lo y Christopher Sewell. "Volume-of-Fluid Interface Reconstruction Algorithms on Next-Generation Computer Architectures". En ASME 2014 4th Joint US-European Fluids Engineering Division Summer Meeting collocated with the ASME 2014 12th International Conference on Nanochannels, Microchannels, and Minichannels. American Society of Mechanical Engineers, 2014. http://dx.doi.org/10.1115/fedsm2014-21894.
Texto completoRai, Ashwin, Travis Skinner y Aditi Chattopadhyay. "A Parallelized Generalized Method of Cells Framework for Multiscale Studies of Composite Materials". En ASME 2019 International Mechanical Engineering Congress and Exposition. American Society of Mechanical Engineers, 2019. http://dx.doi.org/10.1115/imece2019-11529.
Texto completoWang, Aihu, Jianzhong Cha y Jinmin Wang. "An Efficient Parallel Algorithm for Rectangular Packing Based on Bintree Expression". En ASME 1996 Design Engineering Technical Conferences and Computers in Engineering Conference. American Society of Mechanical Engineers, 1996. http://dx.doi.org/10.1115/96-detc/dac-1043.
Texto completoHuang, K. S., B. K. Jenkins y A. A. Sawchuk. "Binary Image Algebra and Digital Optical Cellular Image Processors". En Optical Computing. Washington, D.C.: Optica Publishing Group, 1987. http://dx.doi.org/10.1364/optcomp.1987.mb5.
Texto completoRodriguez, J. y J. Sun. "A Domain Decomposition Study for a Parallel Finite Element Code". En ASME 1992 International Computers in Engineering Conference and Exposition. American Society of Mechanical Engineers, 1992. http://dx.doi.org/10.1115/cie1992-0094.
Texto completoHeyn, Toby, Alessandro Tasora, Mihai Anitescu y Dan Negrut. "A Parallel Algorithm for Solving Complex Multibody Problems With Stream Processors". En ASME 2009 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2009. http://dx.doi.org/10.1115/detc2009-86478.
Texto completoInformes sobre el tema "Algoritmi paralleli"
Sahni, Sartaj. Parallel Algorithms. Fort Belvoir, VA: Defense Technical Information Center, junio de 1999. http://dx.doi.org/10.21236/ada369856.
Texto completoReif, John H. Parallel Algorithms Derivation. Fort Belvoir, VA: Defense Technical Information Center, marzo de 1989. http://dx.doi.org/10.21236/ada248605.
Texto completoReif, John H. Parallel Algorithm Implementation. Fort Belvoir, VA: Defense Technical Information Center, mayo de 1996. http://dx.doi.org/10.21236/ada309408.
Texto completoRobey, Robert W. Parallel Algorithms and Patterns. Office of Scientific and Technical Information (OSTI), junio de 2016. http://dx.doi.org/10.2172/1258365.
Texto completoReif, John H. Implementation of Parallel Algorithms. Fort Belvoir, VA: Defense Technical Information Center, septiembre de 1991. http://dx.doi.org/10.21236/ada248759.
Texto completoReif, John H. Implementation of Parallel Algorithms. Fort Belvoir, VA: Defense Technical Information Center, marzo de 1992. http://dx.doi.org/10.21236/ada248826.
Texto completoReif, John H. Implementation of Parallel Algorithms. Fort Belvoir, VA: Defense Technical Information Center, junio de 1992. http://dx.doi.org/10.21236/ada253638.
Texto completoReif, John H. Implementation of Parallel Algorithms. Fort Belvoir, VA: Defense Technical Information Center, diciembre de 1993. http://dx.doi.org/10.21236/ada275803.
Texto completoPoggio, Tomaso y James Little. Parallel Algorithms for Computer Vision. Fort Belvoir, VA: Defense Technical Information Center, marzo de 1988. http://dx.doi.org/10.21236/ada203947.
Texto completoRice, John R. Parallel Algorithms for PDE Solvers. Fort Belvoir, VA: Defense Technical Information Center, julio de 1988. http://dx.doi.org/10.21236/ada199625.
Texto completo