Academic literature on the topic 'Parallel processing'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Parallel processing.'

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 "Parallel processing"

1

Wilson, D. R. "Parallel processing—parallel thinking." Electronic Systems News 1987, no. 1 (1987): 35. http://dx.doi.org/10.1049/esn.1987.0014.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Jin, L. "Parallel processing." IEEE Potentials 13, no. 5 (1995): 17–20. http://dx.doi.org/10.1109/45.464653.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

ADELI, HOJJAT, and PRASAD VISHNUBHOTLA. "Parallel Processing." Computer-Aided Civil and Infrastructure Engineering 2, no. 3 (November 6, 2008): 257–69. http://dx.doi.org/10.1111/j.1467-8667.1987.tb00150.x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Gordon, Alan. "Parallel processing." IEE Review 39, no. 4 (1993): 147. http://dx.doi.org/10.1049/ir:19930071.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Yates, Darran. "Parallel processing." Nature Reviews Neuroscience 12, no. 9 (July 27, 2011): 488. http://dx.doi.org/10.1038/nrn3089.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Fisher, Joseph A., John R. Ellis, John C. Ruttenberg, and Alexandru Nicolau. "Parallel processing." ACM SIGPLAN Notices 39, no. 4 (April 2004): 112–24. http://dx.doi.org/10.1145/989393.989408.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Evans, DJ. "Parallel processing." Data Processing 28, no. 10 (December 1986): 529–42. http://dx.doi.org/10.1016/0011-684x(86)90070-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Muraoka, Yoichi. "Parallel processing." Journal of the Institute of Television Engineers of Japan 43, no. 12 (1989): 1355–60. http://dx.doi.org/10.3169/itej1978.43.1355.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ivanov, Ivelin. "Parallel processing and parallel algorithms." ACM SIGACT News 33, no. 4 (December 2002): 12–14. http://dx.doi.org/10.1145/601819.601825.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Koschan, Andreas. "Parallel Image Processing." AI Communications 8, no. 1 (1995): 44–45. http://dx.doi.org/10.3233/aic-1995-8107.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Parallel processing"

1

Poggiali, Dario. "Parallel geometry processing." Zürich : ETH, Eidgenössische Technische Hochschule Zürich, cgl Computer Graphics Laboratory, 2008. http://e-collection.ethbib.ethz.ch/show?type=dipl&nr=393.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Holt, C. M. "Quasi-parallel processing." Thesis, University of Oxford, 1986. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.375244.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Zhang, Hua 1954. "Practical Parallel Processing." Thesis, University of North Texas, 1996. https://digital.library.unt.edu/ark:/67531/metadc278769/.

Full text
Abstract:
The physical limitations of uniprocessors and the real-time requirements of numerous practical applications have made parallel processing an essential technology in military, industry and scientific research. In this dissertation, we investigate parallelizations of three practical applications using three parallel machine models. The algorithms are: Finitely inductive (FI) sequence processing is a pattern recognition technique used in many fields. We first propose four parallel FI algorithms on the EREW PRAM. The time complexity of the parallel factoring and following by bucket packing is O(sk^2 n/p), and they are optimal under some conditions. The parallel factoring and following by hashing requires O(sk^2 n/p) time when uniform hash functions are used and log(p) ≤ k n/p and pm ≈ n. Their speedup is proportional to the number processors used. For these results, s is the number of levels, k is the size of the antecedents and n is the length of the input sequence and p is the number of processors. We also describe algorithms for raster/vector conversion based on the scan model to handle block-like connected components of arbitrary geometrical shapes with multi-level nested dough nuts for the IES (image exploitation system). Both the parallel raster-to-vector algorithm and parallel vector-to-raster algorithm require O(log(n2)) or O(log2(n2)) time (depending on the sorting algorithms used) for images of size n2 using p = n2 processors. Not only is the DWT (discrete wavelet transforms) useful in data compression, but also has it potentials in signal processing, image processing, and graphics. Therefore, it is of great importance to investigate efficient parallelizations of the wavelet transforms. The time complexity of the parallel forward DWT on the parallel virtual machine with linear processor organization is O(((so+s1)mn)/p), where s0 and s1 are the lengths of the filters and p is the number of processors used. The time complexity of the inverse DWT is also O(((so+s1)mn)/p). If the processors are organized as a 2D array with PrawPcol processors, both the interleaved parallel DWT and IDWT have the time complexity of O(((so+s1)mn)/ProwPcol). We have parallelized three applications and achieved optimality or best-possible performances for each of the three applications over each of the chosen machine models. Future research will involve continued examination of parallel architectures for implementation of practical problems.
APA, Harvard, Vancouver, ISO, and other styles
4

Spray, Andrew J. C. "VLSI parallel processing architectures." Thesis, Bangor University, 1990. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.278108.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Castro, Fernandez Raul. "Stateful data-parallel processing." Thesis, Imperial College London, 2016. http://hdl.handle.net/10044/1/31596.

Full text
Abstract:
Democratisation of data means that more people than ever are involved in the data analysis process. This is beneficial - it brings domain-specific knowledge from broad fields - but data scientists do not have adequate tools to write algorithms and execute them at scale. Processing models of current data-parallel processing systems, designed for scalability and fault tolerance, are stateless. Stateless processing facilitates capturing parallelisation opportunities and hides fault tolerance. However, data scientists want to write stateful programs - with explicit state that they can update, such as matrices in machine learning algorithms - and are used to imperative-style languages. These programs struggle to execute with high-performance in stateless data-parallel systems. Representing state explicitly makes data-parallel processing at scale challenging. To achieve scalability, state must be distributed and coordinated across machines. In the event of failures, state must be recovered to provide correct results. We introduce stateful data-parallel processing that addresses the previous challenges by: (i) representing state as a first-class citizen so that a system can manipulate it; (ii) introducing two distributed mutable state abstractions for scalability; and (iii) an integrated approach to scale out and fault tolerance that recovers large state - spanning the memory of multiple machines. To support imperative-style programs a static analysis tool analyses Java programs that manipulate state and translates them to a representation that can execute on SEEP, an implementation of a stateful data-parallel processing model. SEEP is evaluated with stateful Big Data applications and shows comparable or better performance than state-of-the-art stateless systems.
APA, Harvard, Vancouver, ISO, and other styles
6

Bibby, Geoffrey Thomas. "Digital image processing using parallel processing techniques." Thesis, Liverpool John Moores University, 1991. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.304539.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Göthe, Katrin. "The limits of parallel processing." Phd thesis, Universität Potsdam, 2009. http://opus.kobv.de/ubp/volltexte/2010/4606/.

Full text
Abstract:
Trying to do two things at once decreases performance of one or both tasks in many cases compared to the situation when one performs each task by itself. The present thesis deals with the question why and in which cases these dual-task costs emerge and moreover, whether there are cases in which people are able to process two cognitive tasks at the same time without costs. In four experiments the influence of stimulus-response (S-R) compatibility, S-R modality pairings, interindividual differences, and practice on parallel processing ability of two tasks are examined. Results show that parallel processing is possible. Nevertheless, dual-task costs emerge when: the personal processing strategy is serial, the two tasks have not been practiced together, S-R compatibility of both tasks is low (e.g. when a left target has to be responded with a right key press and in the other task an auditorily presented “A” has to be responded by saying “B”), and modality pairings of both tasks are Non Standard (i.e., visual-spatial stimuli are responded vocally whereas auditory-verbal stimuli are responded manually). Results are explained with respect to executive-based (S-R compatibility) and content-based crosstalk (S-R modality pairings) between tasks. Finally, an alternative information processing account with respect to the central stage of response selection (i.e., the translation of the stimulus to the response) is presented.
Versucht man zwei Aufgaben zur gleichen Zeit zu erledigen, so verschlechtert sich die Leistung einer oder beider Aufgabe(n) im Vergleich zur Situation, in der man beide Aufgaben einzeln erledigt. Die vorliegende Dissertation beschäftigt sich mit der Frage, warum und unter welchen Umständen diese Doppelaufgabenkosten entstehen. Darüber hinaus geht sie der Frage nach, ob es Aufgabenkombinationen gibt, für die parallele Verarbeitung ohne Kosten gezeigt werden kann. In vier Experimenten wurde der Einfluss von Stimulus-Reaktion (S-R) Kompatibilität, S-R Modalitätspaarungen, interindividueller Unterschiede und Training auf das Parallelverarbeitungspotential zweier Aufgaben untersucht. Die Ergebnisse zeigen, dass parallele Verarbeitung generell möglich ist. Dennoch entstehen Doppelaufgabenkosten, wenn die persönliche Verarbeitungsstrategie seriell ist, die beiden Aufgaben nicht genügend zusammen trainiert wurden, die S-R Kompatibilität beider Aufgaben gering ist (z.B. wenn ein linker Zielreiz mit einem Druck auf die rechten Taste beantwortet und in der anderen Aufgabe ein auditiv präsentiertes „A“ mit der Aussprache eines „Bs“ beantwortet werden muss) und die Modalitätspaarungen beider Aufgaben Nicht-Standard sind (d.h. visuell-räumliche Stimuli mit vokalen und auditiv-verbale Stimuli mit manuellen Reaktionen beantwortet werden müssen). Die gewonnenen Ergebnisse werden durch „Crosstalk“ der exekutiven Signale (S-R Kompatibilität) und durch inhaltsbasierten „Crosstalk“ (S-R Modalitätspaarungen) erklärt. Weiterhin wird ein alternatives Modell der Informationsverarbeitung mit Hinblick auf die zentrale Phase der Antwortauswahl (d.h. die Phase in der die Stimulusinformation in eine Antwort übersetzt wird) vorgestellt.
APA, Harvard, Vancouver, ISO, and other styles
8

Tse, Kin Wing. "A parallel image processing system." Thesis, University of Liverpool, 1997. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.243204.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Topham, N. P. "A parallel vector processing system." Thesis, University of Manchester, 1985. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.370965.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Ho, Pi-Luen. "Parallel processing of robot control." Thesis, University of Reading, 1991. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.293162.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Parallel processing"

1

Miller, Richard Kendall. Parallel processing. Lilburn, GA: Fairmont Press, 1990.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Infotech, Pergamon, ed. Parallel processing. Oxford: Pergamon Infotech, 1987.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Roosta, 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.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Véronis, Jean, ed. Parallel Text Processing. Dordrecht: Springer Netherlands, 2000. http://dx.doi.org/10.1007/978-94-017-2535-4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Bräunl, Thomas, Stefan Feyrer, Wolfgang Rapf, and Michael Reinhardt. Parallel Image Processing. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/978-3-662-04327-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Ahmed, Saoudi, Nivat M, Wang Patrick S-P, and International Conference on Parallel Image Processing (1991 : Paris), eds. Parallel image processing. Singapore: World Scientific, 1992.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Rumelhart, David. Parallel distributed processing. Piscateway, NJ: Institute of Electrical and Electronics Engineers, 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Bräunl, Thomas. Parallel Image Processing. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Petkov, Nikolay. Systolic parallel processing. Amsterdam: North-Holland, 1993.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Rietman, Ed. Exploring parallel processing. Blue Ridge Summit, PA: Windcrest, 1990.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Parallel processing"

1

MacKay-Brandt, Anna. "Parallel Processing." In Encyclopedia of Clinical Neuropsychology, 1856–57. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-0-387-79948-3_1320.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

MacKay-Brandt, Anna. "Parallel Processing." In Encyclopedia of Clinical Neuropsychology, 1–2. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-56782-2_1320-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Castan, S. "Parallel Processing." In Computer Architectures for Spatially Distributed Data, 349–74. Berlin, Heidelberg: Springer Berlin Heidelberg, 1985. http://dx.doi.org/10.1007/978-3-642-82150-9_20.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Marcotty, Michael, and Henry Ledgard. "Parallel Processing." In The World of Programming Languages, 271–92. New York, NY: Springer New York, 1987. http://dx.doi.org/10.1007/978-1-4612-4692-3_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

MacKay-Brandt, Anna. "Parallel Processing." In Encyclopedia of Clinical Neuropsychology, 2565–67. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-57111-9_1320.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Weik, Martin H. "parallel processing." In Computer Science and Communications Dictionary, 1226. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_13610.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Yanhong, Wu. "Parallel Processing." In The ECPH Encyclopedia of Psychology, 1. Singapore: Springer Nature Singapore, 2024. http://dx.doi.org/10.1007/978-981-99-6000-2_338-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Chakradhar, Srimat T., Vishwani D. Agrawal, and Michael L. Bushneil. "Parallel Processing Preliminaries." In Neural Models and Algorithms for Digital Testing, 21–25. Boston, MA: Springer US, 1991. http://dx.doi.org/10.1007/978-1-4615-3958-2_3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Attoui, Ammar. "Parallel Image Processing." In Practitioner Series, 307–18. London: Springer London, 2000. http://dx.doi.org/10.1007/978-1-4471-0463-6_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Wu, Angela Y. "Parallel Image Processing." In Foundations of Image Understanding, 157–80. Boston, MA: Springer US, 2001. http://dx.doi.org/10.1007/978-1-4615-1529-6_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Parallel processing"

1

Levitan, Steven P., and Donald M. Chiarulli. "Massively parallel processing." In the 46th Annual Design Automation Conference. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1629911.1630050.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Eisenman, Assaf, Ludmila Cherkasova, Guilherme Magalhaes, Qiong Cai, Paolo Faraboschi, and Sachin Katti. "Parallel Graph Processing." In ICPE'16: ACM/SPEC International Conference on Performance Engineering. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2851553.2851572.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Kwiatkowski, Jan, Marek Andruszkiewicz, Emilio Luque, Tomas Margalef, Jose Cunha, Joao Lourenco, Henryk Krawczyk, and Stanislaw Szejko. "Teaching parallel processing." In the 1st conference. New York, New York, USA: ACM Press, 1996. http://dx.doi.org/10.1145/237466.237633.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Clapp, R. M., and T. N. Mudge. "Parallel language constructs for efficient parallel processing." In Proceedings of the Twenty-Fifth Hawaii International Conference on System Sciences. IEEE, 1992. http://dx.doi.org/10.1109/hicss.1992.183295.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Burkhardt, W. H. "Limitations to parallel processing." In Ninth Annual International Phoenix Conference on Computers and Communications. 1990 Conference Proceedings. IEEE, 1990. http://dx.doi.org/10.1109/pccc.1990.101605.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Zoll, R., and M. Brzostowski. "Practical Parallel Geopbysical Processing." In 4th International Congress of the Brazilian Geophysical Society. European Association of Geoscientists & Engineers, 1995. http://dx.doi.org/10.3997/2214-4609-pdb.313.56.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Freitas, S. "Parallel Processing: Practical Experience." In 4th International Congress of the Brazilian Geophysical Society. European Association of Geoscientists & Engineers, 1995. http://dx.doi.org/10.3997/2214-4609-pdb.313.57.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Drotos, Daniel, and Jozsef Vasarhelyi. "Interrupt driven parallel processing." In 2019 20th International Carpathian Control Conference (ICCC). IEEE, 2019. http://dx.doi.org/10.1109/carpathiancc.2019.8765909.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Slusallek, Philipp, Peter Shirley, William Mark, Gordon Stoll, and Ingo Wald. "Parallel & distributed processing." In ACM SIGGRAPH 2005 Courses. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1198555.1198750.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

"Session MA8b2: Parallel processing." In 2015 49th Asilomar Conference on Signals, Systems and Computers. IEEE, 2015. http://dx.doi.org/10.1109/acssc.2015.7421107.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Parallel processing"

1

Fan, W. C., and J. A. Sr Halbleib. Parallel processing ITS. Office of Scientific and Technical Information (OSTI), September 1996. http://dx.doi.org/10.2172/402520.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Lyon, Gordon E. On parallel processing benchmarks. Gaithersburg, MD: National Bureau of Standards, 1987. http://dx.doi.org/10.6028/nbs.ir.87-3580.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

PREDICTION SYSTEMS INC SPRING LAKE NJ. High Efficiency, Scalable Parallel Processing. Fort Belvoir, VA: Defense Technical Information Center, June 2003. http://dx.doi.org/10.21236/ada416556.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Farhat, Charbel, and Oliver A. McBryan. Parallel Processing and Scientific Applications. Fort Belvoir, VA: Defense Technical Information Center, November 1992. http://dx.doi.org/10.21236/ada267179.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Wu, Angela Y., S. K. Bhaskar, and Azriel Rosenfeld. Parallel Processing of Region Boundaries. Fort Belvoir, VA: Defense Technical Information Center, November 1985. http://dx.doi.org/10.21236/ada164112.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Grimshaw, A. S. Object-Oriented Parallel Processing with Mentat. Fort Belvoir, VA: Defense Technical Information Center, January 2001. http://dx.doi.org/10.21236/ada455556.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Rosenfeld, Azriel. Parallel Image Processing and Image Understanding. Fort Belvoir, VA: Defense Technical Information Center, March 1986. http://dx.doi.org/10.21236/ada183223.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Meng, Teresa H. Y. Asynchronous Design for Parallel Processing Architectures. Fort Belvoir, VA: Defense Technical Information Center, June 1993. http://dx.doi.org/10.21236/ada266523.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

McGrath, J. F., D. L. Hicks, and L. M. Liebrock. Parallel Processing for Computational Continuum Dynamics,. Fort Belvoir, VA: Defense Technical Information Center, January 1985. http://dx.doi.org/10.21236/ada150513.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Rosenfeld, A. Parallel Image Processing and Image Understanding. Fort Belvoir, VA: Defense Technical Information Center, July 1985. http://dx.doi.org/10.21236/ada159029.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography