Literatura académica sobre el tema "PROCESSING FRAMEWORK"

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "PROCESSING FRAMEWORK".

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 "PROCESSING FRAMEWORK"

1

Soller, Dominik, Thomas Jaumann, Gerd Kilian, Jörg Robert y Albert Heuberger. "DFC++ Processing Framework Concept". Journal of Signal Processing Systems 89, n.º 1 (18 de agosto de 2016): 181–90. http://dx.doi.org/10.1007/s11265-016-1174-x.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Patel, Karan, Yash Sakaria y Chetashri Bhadane. "Real Time Data Processing Framework". International Journal of Data Mining & Knowledge Management Process 5, n.º 5 (30 de septiembre de 2015): 49–63. http://dx.doi.org/10.5121/ijdkp.2015.5504.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Zhuo, Youwei, Jingji Chen, Gengyu Rao, Qinyi Luo, Yanzhi Wang, Hailong Yang, Depei Qian y Xuehai Qian. "Distributed Graph Processing System and Processing-in-memory Architecture with Precise Loop-carried Dependency Guarantee". ACM Transactions on Computer Systems 37, n.º 1-4 (junio de 2021): 1–37. http://dx.doi.org/10.1145/3453681.

Texto completo
Resumen
To hide the complexity of the underlying system, graph processing frameworks ask programmers to specify graph computations in user-defined functions (UDFs) of graph-oriented programming model. Due to the nature of distributed execution, current frameworks cannot precisely enforce the semantics of UDFs, leading to unnecessary computation and communication. It exemplifies a gap between programming model and runtime execution. This article proposes novel graph processing frameworks for distributed system and Processing-in-memory (PIM) architecture that precisely enforces loop-carried dependency; i.e., when a condition is satisfied by a neighbor, all following neighbors can be skipped. Our approach instruments the UDFs to express the loop-carried dependency, then the distributed execution framework enforces the precise semantics by performing dependency propagation dynamically. Enforcing loop-carried dependency requires the sequential processing of the neighbors of each vertex distributed in different nodes. We propose to circulant scheduling in the framework to allow different nodes to process disjoint sets of edges/vertices in parallel while satisfying the sequential requirement. The technique achieves an excellent trade-off between precise semantics and parallelism—the benefits of eliminating unnecessary computation and communication offset the reduced parallelism. We implement a new distributed graph processing framework SympleGraph, and two variants of runtime systems— GraphS and GraphSR —for PIM-based graph processing architecture, which significantly outperform the state-of-the-art.
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Ramamoorthi, Ravi y Pat Hanrahan. "A signal-processing framework for reflection". ACM Transactions on Graphics 23, n.º 4 (octubre de 2004): 1004–42. http://dx.doi.org/10.1145/1027411.1027416.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Sivaswamy, Jayanthi. "Framework for practical hexagonal-image processing". Journal of Electronic Imaging 11, n.º 1 (1 de enero de 2002): 104. http://dx.doi.org/10.1117/1.1426078.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Ye, Yinghao, Meilin Wang, Shuhong Yao, Jarvis N. Jiang y Qing Liu. "Big data processing framework for manufacturing". Procedia CIRP 83 (2019): 661–64. http://dx.doi.org/10.1016/j.procir.2019.04.109.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Chan, Daniel K. C. y Philip W. Trinder. "A processing framework for object comprehensions". Information and Software Technology 39, n.º 9 (enero de 1997): 641–51. http://dx.doi.org/10.1016/s0950-5849(97)00014-1.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Soto, David, Usman Ayub Sheikh y Clive R. Rosenthal. "A Novel Framework for Unconscious Processing". Trends in Cognitive Sciences 23, n.º 5 (mayo de 2019): 372–76. http://dx.doi.org/10.1016/j.tics.2019.03.002.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Haochen Zou, Haochen Zou, Dejian Wang Haochen Zou y Yang Xiao Dejian Wang. "Annolog: A Query Processing Framework for Modelling and Reasoning with Annotated Data". 電腦學刊 34, n.º 2 (abril de 2023): 081–97. http://dx.doi.org/10.53106/199115992023043402007.

Texto completo
Resumen
<p>Data annotation is the categorization and labelling of data for applications, such as machine learning, artificial intelligence, and data integration. The categorization and labelling are done to achieve a specific use case in relation to solving problems. Existing data annotation systems and modules face imperfections such as knowledge and annotation not being formally integrated, narrow application range, and difficulty to apply on existing database management applications. To analyze and process annotated data, obtain the relationship between different annotations, and capture metainformation in data provenance and probabilistic databases, in this paper, we design a back-end query processing framework as a supplementary interface for the database management system to extend operation to datasets and boost efficiency. The framework utilizes Java language and the MVC model for development to achieve lightweight, cross-platform, and high adaptability identities. The contribution of this paper is mainly reflected in two aspects. The first contribution is to implement query processing, provenance semiring, and semiring homomorphism over annotated data. The second contribution is to combine query processing and provenance with SQL statements in order to enable the database manager to invoke operations to annotation.</p> <p>&nbsp;</p>
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

POWELL, MARK W. y DMITRY GOLDGOF. "SOFTWARE TOOLKIT FOR TEACHING IMAGE PROCESSING". International Journal of Pattern Recognition and Artificial Intelligence 15, n.º 05 (agosto de 2001): 833–44. http://dx.doi.org/10.1142/s0218001401001180.

Texto completo
Resumen
We introduce a software framework called the Java Vision Toolkit (JVT) for teaching image processing and computer vision. The toolkit provides over 50 image operations and presents them to the user in a GUI that can render grayscale, color and 3D range images. The software is written in Java, enabling it to be integrated into HTML documents and interactive course materials. The framework is designed for extensibility using a source code template that supports the implementation of any new operation with a minimal amount of supporting code. For students, this framework encapsulates the GUI, file I/O and other trivial programming details and allows them the maximum amount of time to spend on understanding computer vision. We compare the JVT with other computer vision software frameworks that are used for teaching and research. We also discuss the use of the JVT in an undergraduate image processing course at the University of South Florida.
Los estilos APA, Harvard, Vancouver, ISO, etc.

Tesis sobre el tema "PROCESSING FRAMEWORK"

1

Childress, Lawrence. "The Loss-Processing Framework". Digital Commons @ East Tennessee State University, 2021. https://dc.etsu.edu/etd/3896.

Texto completo
Resumen
The circumstances of responding to loss due to human death are among the most stressful experiences encountered in life. Although grief’s symptoms are typically considered essential to their gradual diminishment, possible negative impacts of complications related to grief are also well known, and have been associated with detriments to mental and physical health. Grief, however, can also generate transformative positive change. Thus, albeit ineludible, responding to loss is not uniformly experienced, expressed, or understood. It is also culturally-shaped, making attempts to define “normal” grief, as well as to label some grief “abnormal”—and to medicalize it—possibly problematic. Bereavement (the situation surrounding a death) and mourning (the publicly expressed response to loss due to death) are changing. Some of these changes (e.g., the increase in hospice care settings prior to deaths, and alterations in the ritual responses following all deaths—irrespective of their context) may have important implications for avoiding grief’s possible complications and for promoting its potential benefits. An improved alignment of grief theory, research, and practice is warranted; but theories of grief are diverse, and historically have not been empirically well-supported. This research articulates a new grief model, the loss-processing framework, featuring three dimensional components (perception, orientation, and direction). As a first step toward validation of the framework, also included is an empirical study examining retrospective descriptive reports of adult loss response relating to the first of these three dimensions (perception). As an interpretive, translational approach to understanding grief, the loss-processing framework may serve to positively impact grieving, health, and life quality.
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Pluskal, Jan. "Framework for Captured Network Communication Processing". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-413326.

Texto completo
Resumen
Práce pojednává o možnostech získávání dat a jejich analýzy ze zachycené síťové komunikace. Jsou zhodnoceny možnosti aktuálně dostupných řešení jednotlivých nástrojů i celých prostředí pro síťovou forenzní analýzu. Provedením analýzy těchto nástrojů byly zjištěny nedostatky, pro které není možná integrace již hotových řešení pro záměry projektu SEC6NET, a dále byly stanoveny cíle, které navržené řešení musí splňovat. Na základě cílů a znalostí z předchozích prototypů řešení byla provedena dekompozice problému na jednotlivé funkčně související bloky, které byly implementovány jako nezávislé moduly schopny spolupráce. Správná funkcionalita je po každé změně v implementaci testována pomocí sad Unit testů, které pokrývají majoritní část kódu. Před zahájením samotného vývoje bylo nutné zhodnotit aktuální situaci v komerčních i open-source sférách řešení. Srovnání nástrojů používaných pro forenzní síťovou analýzu nám dalo jasnou představu, na kterou část trhu chce naše řešení směřovat a jaká funkčnost je v jednotlivých nástrojích nepříliš povedená. Následně byly stanoveny hlavní požadavky a směr, kterým by se měl vývoj ubírat. Na začátku vývoje rekonstrukčního frameworku stála fáze vytvoření návrhu architektury a dekompozice průběhu zpracování zachycené komunikace do ucelených částí jednotlivých modulů. Využití předchozích znalostí a zkušeností získaných vývojem rekonstrukčního nástroje Reconsuite nám pomohlo při formování fronty zpracování, kterou budou data při zpracování procházet. Následně byly navrženy základní komponenty provádějící práci se zachycenou komunikací v různých formátech PCAP souborů, rozdělení komunikace na konverzace, provedení defragmentace na úrovni IP a v případě komunikace TCP provedení reassemblingu daných toků. V rané části vývoje jsme se zaměřili na komunikaci zapouzdřenou v nízkoúrovňových protokolech Ethernet, IPv4/IPv6, TCP a UDP. Po definici rozhraní komponent bylo nutné provést další výzkum síťových protokolů a vytvoření algoritmů pro jejich zpracování ze zachycené komunikace, která se liší od standardní a není tedy možné ji zpracovávat dobře známými postupy z RFC či jader operačních systémů. Protože proces zpracování zachycených dat se na komunikaci přímo nepodílí, tak v případě, kdy dojde ke ztrátě či poškození při zachycení, nebo je komunikace směřována jinou cestou, atd., není možné data získat pomocí znovu zasílání, ale je nutné využít jiné mechanismy k označení či obnově takto chybějících dat - algoritmus provádějící IP defragmentaci a TCP reassembling. Po implementaci a otestování byl zjištěn problém se separací jednotlivých TCP toků (TCP sessions), který nebylo možné řešit původním návrhem. Po analýze tohoto problému byla změněna architektura procesní pipeline s výsledným zvýšením počtu rekonstruovaných dat v desítkách procent. V závěrečné fázi je popsána metodologie jakou bylo porvedeno testování výkonu implementovaného řešení a srovnání s již existujícími nástroji. Protože rekonstrukce aplikačních dat je příliš specifická záležitost, při srovnání výkonu byla měřena rychlost zpracování a potřebná paměť pouze při provádění separace toků, IPv4 defragmentace a TCP reassemblingu, tedy operace společné pro všechny rekonstrukční nástroje. Srovnání ukázalo, že Netfox.Framework předčí své konkurenty Wireshark i Network monitor v rychlosti zpracování, tak v úspoře paměti. Jako testovací data byl použit jak generovaný provoz, tak i vzorky reálné komunikace zachycené v laboratorním prostředí.
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Cevik, Alper. "A Medical Image Processing And Analysis Framework". Master's thesis, METU, 2011. http://etd.lib.metu.edu.tr/upload/12612965/index.pdf.

Texto completo
Resumen
Medical image analysis is one of the most critical studies in field of medicine, since results gained by the analysis guide radiologists for diagnosis, treatment planning, and verification of administered treatment. Therefore, accuracy in analysis of medical images is at least as important as accuracy in data acquisition processes. Medical images require sequential application of several image post-processing techniques in order to be used for quantification and analysis of intended features. Main objective of this thesis study is to build up an application framework, which enables analysis and quantification of several features in medical images with minimized input-dependency over results. Intended application targets to present a software environment, which enables sequential application of medical image processing routines and provides support for radiologists in diagnosis, treatment planning and treatment verification phases of neurodegenerative diseases and brain tumors
thus, reducing the divergence in results of operations applied on medical images. In scope of this thesis study, a comprehensive literature review is performed, and a new medical image processing and analysis framework - including modules responsible for automation of separate processes and for several types of measurements such as real tumor volume and real lesion area - is implemented. Performance of the fully-automated segmentation module is evaluated with standards introduced by Neuro Imaging Laboratory, UCLA
and the fully-automated registration module with Normalized Cross-Correlation metric. Results have shown a success rate above 90 percent for both of the modules. Additionally, a number of experiments have been designed and performed using the implemented application. It is expected for an accurate, flexible, and robust software application to be accomplished on the basis of this thesis study, and to be used in field of medicine as a contributor by even non-engineer professionals.
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Westin, Carl-Fredrik. "A Tensor Framework for Multidimensional Signal Processing". Doctoral thesis, Linköpings universitet, Bildbehandling, 1994. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-54274.

Texto completo
Resumen
This thesis deals with ltering of multidimensional signals. A large part of the thesis is devoted to a novel filtering method termed "Normalized convolution". The method performs local expansion of a signal in a chosen lter basis which not necessarily has to be orthonormal. A key feature of the method is that it can deal with uncertain data when additional certainty statements are available for the data and/or the lters. It is shown how false operator responses due to missing or uncertain data can be significantly reduced or eliminated using this technique. Perhaps the most well-known of such eects are the various 'edge effects' which invariably occur at the edges of the input data set. The method is an example of the signal/certainty - philosophy, i.e. the separation of both data and operator into a signal part and a certainty part. An estimate of the certainty must accompany the data. Missing data are simply handled by setting the certainty to zero. Localization or windowing of operators is done using an applicability function, the operator equivalent to certainty, not by changing the actual operator coefficients. Spatially or temporally limited operators are handled by setting the applicability function to zero outside the window. The use of tensors in estimation of local structure and orientation using spatiotemporal quadrature filters is reviewed and related to dual tensor bases. The tensor representation conveys the degree and type of local anisotropy. For image sequences, the shape of the tensors describe the local structure of the spatiotemporal neighbourhood and provides information about local velocity. The tensor representation also conveys information for deciding if true flow or only normal flow is present. It is shown how normal flow estimates can be combined into a true flow using averaging of this tensor eld description. Important aspects of representation and techniques for grouping local orientation estimates into global line information are discussed. The uniformity of some standard parameter spaces for line segmentation is investigated. The analysis shows that, to avoid discontinuities, great care should be taken when choosing the parameter space for a particular problem. A new parameter mapping well suited for line extraction, the Möbius strip parameterization, is de ned. The method has similarities to the Hough Transform. Estimation of local frequency and bandwidth is also discussed. Local frequency is an important concept which provides an indication of the appropriate range of scales for subsequent analysis. One-dimensional and two-dimensional examples of local frequency estimation are given. The local bandwidth estimate is used for dening a certainty measure. The certainty measure enables the use of a normalized averaging process increasing robustness and accuracy of the frequency statements.
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

張少能 y Siu-nang Bruce Cheung. "A concise framework of natural language processing". Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 1989. http://hub.hku.hk/bib/B31208563.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

van, Schaik Sebastiaan Johannes. "A framework for processing correlated probabilistic data". Thesis, University of Oxford, 2014. http://ora.ox.ac.uk/objects/uuid:91aa418d-536e-472d-9089-39bef5f62e62.

Texto completo
Resumen
The amount of digitally-born data has surged in recent years. In many scenarios, this data is inherently uncertain (or: probabilistic), such as data originating from sensor networks, image and voice recognition, location detection, and automated web data extraction. Probabilistic data requires novel and different approaches to data mining and analysis, which explicitly account for the uncertainty and the correlations therein. This thesis introduces ENFrame: a framework for processing and mining correlated probabilistic data. Using this framework, it is possible to express both traditional and novel algorithms for data analysis in a special user language, without having to explicitly address the uncertainty of the data on which the algorithms operate. The framework will subsequently execute the algorithm on the probabilistic input, and perform exact or approximate parallel probability computation. During the probability computation, correlations and provenance are succinctly encoded using probabilistic events. This thesis contains novel contributions in several directions. An expressive user language – a subset of Python – is introduced, which allows a programmer to implement algorithms for probabilistic data without requiring knowledge of the underlying probabilistic model. Furthermore, an event language is presented, which is used for the probabilistic interpretation of the user program. The event language can succinctly encode arbitrary correlations using events, which are the probabilistic counterparts of deterministic user program variables. These highly interconnected events are stored in an event network, a probabilistic interpretation of the original user program. Multiple techniques for exact and approximate probability computation (with error guarantees) of such event networks are presented, as well as techniques for parallel computation. Adaptations of multiple existing data mining algorithms are shown to work in the framework, and are subsequently subjected to an extensive experimental evaluation. Additionally, a use-case is presented in which a probabilistic adaptation of a clustering algorithm is used to predict faults in energy distribution networks. Lastly, this thesis presents techniques for integrating a number of different probabilistic data formalisms for use in this framework and in other applications.
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Cheung, Siu-nang Bruce. "A concise framework of natural language processing /". [Hong Kong : University of Hong Kong], 1989. http://sunzi.lib.hku.hk/hkuto/record.jsp?B12432544.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Karlsson, Per. "A GPU-based framework for efficient image processing". Thesis, Linköpings universitet, Medie- och Informationsteknik, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-112093.

Texto completo
Resumen
This thesis tries to answer how to design a framework for image processing on the GPU, supporting the common environments OpenGL GLSL, OpenCL and CUDA. An generalized view of GPU image processing is presented. The framework is called gpuip and is implemented in C++ but also wrapped with Python-bindings. The framework is cross-platform and works for Windows, Mac OSX and Unix operating systems. The thesis also involves the work of creating two executable programs that uses the gpuip-framework. One of the programs has a graphical user interface and the other program is command-line only. Both programs are developed in Python. Performance tests are created to compare the GPU environments against a single core CPU implementation. All the GPU implementations in the gpuip-framework are significantly faster than the CPU when executing the presented test-cases. On average, the framework is two magnitudes faster than the single core CPU.
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Hongslo, Anders. "Stream Processing in the Robot Operating System framework". Thesis, Linköpings universitet, Artificiell intelligens och integrerad datorsystem, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-79846.

Texto completo
Resumen
Streams of information rather than static databases are becoming increasingly important with the rapid changes involved in a number of fields such as finance, social media and robotics. DyKnow is a stream-based knowledge processing middleware which has been used in autonomous Unmanned Aerial Vehicle (UAV) research. ROS (Robot Operating System) is an open-source robotics framework providing hardware abstraction, device drivers, communication infrastructure, tools, libraries as well as other functionalities. This thesis describes a design and a realization of stream processing in ROS based on the stream-based knowledge processing middleware DyKnow. It describes how relevant information in ROS can be selected, labeled, merged and synchronized to provide streams of states. There are a lot of applications for such stream processing such as execution monitoring or evaluating metric temporal logic formulas through progression over state sequences containing the features of the formulas. Overviews are given of DyKnow and ROS before comparing the two and describing the design. The stream processing capabilities implemented in ROS are demonstrated through performance evaluations which show that such stream processing is fast and efficient. The resulting realization in ROS is also readily extensible to provide further stream processing functionality.
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Allott, Nicholas Mark. "A natural language processing framework for automated assessment". Thesis, Nottingham Trent University, 2000. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.314333.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Libros sobre el tema "PROCESSING FRAMEWORK"

1

Singh, Rituraj. Pro Sync Framework. Berkeley, CA: Apress, 2009.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Applied cognitive psychology: Aninformation-processing framework. London: Routledge, 1990.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Framework applications. Blue Ridge Summit, PA: Tab Books, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

1941-, Fernandez Judi N., ed. Essential Framework. New York: Wiley, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Mastering Framework. Berkeley: Sybex, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Applied cognitive psychology: An information-processing framework. London: Methuen, 1988.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Joydip, Kanjilal, ed. Pro Sync Framework. Berkeley, CA: Apress, 2009.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

H, Baker Richard, ed. Framework II applications. 2a ed. Blue Ridge Summit, PA: Tab Books, 1987.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

McIntyre, Bruce. FRAMEWORK made easier. Englewood Cliffs, N.J: Prentice-Hall, 1985.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

MacInnis, Deborah J. Information processing from advertisements: Toward an integrative framework. Cambridge, Mass: Marketing Science Institute, 1990.

Buscar texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Capítulos de libros sobre el tema "PROCESSING FRAMEWORK"

1

Machiraju, Srikanth y Ritesh Modi. "Natural Language Processing". En Developing Bots with Microsoft Bots Framework, 203–32. Berkeley, CA: Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-3312-2_9.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Abbas, Abbas K. y Rasha Bassam. "PCG Signal Processing Framework". En Phonocardiography Signal Processing, 53–66. Cham: Springer International Publishing, 2009. http://dx.doi.org/10.1007/978-3-031-01637-0_3.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Osherenko, Alexander. "Framework for Data Processing". En Human–Computer Interaction Series, 121–52. London: Springer London, 2014. http://dx.doi.org/10.1007/978-1-4471-6260-5_5.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Jerzak, Zbigniew, Anja Klein y Gregor Hackenbroich. "GINSENG Data Processing Framework". En Reasoning in Event-Based Distributed Systems, 125–50. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19724-6_6.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Kommadi, Bhagvan. "Quantum Information Processing Framework". En Quantum Computing Solutions, 69–110. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6516-1_4.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Rosinski, Lukasz. "Establish knowledge processing (framework)". En Knowledge Management for Project Excellence, 63–103. 1. Edition. | New York : Routledge, 2019.: Routledge, 2019. http://dx.doi.org/10.4324/9780429329975-6.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Lyman, Forrest. "Building and Processing Web Forms with Zend_Form". En Pro Zend Framework Techniques, 37–52. Berkeley, CA: Apress, 2009. http://dx.doi.org/10.1007/978-1-4302-1880-7_3.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Monteiro, Fernando C. "Hybrid Framework to Image Segmentation". En Neural Information Processing, 657–66. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-10684-2_73.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Kimmel, Ron. "Geometric Framework in Image Processing". En Numerical Geometry of Images, 141–62. New York, NY: Springer New York, 2004. http://dx.doi.org/10.1007/978-0-387-21637-9_10.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Holambe, Raghunath S. y Mangesh S. Deshpande. "Nonlinearity Framework in Speech Processing". En SpringerBriefs in Electrical and Computer Engineering, 11–25. Boston, MA: Springer US, 2012. http://dx.doi.org/10.1007/978-1-4614-1505-3_2.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Actas de conferencias sobre el tema "PROCESSING FRAMEWORK"

1

Vemula, Sridhar y Christopher Crick. "Hadoop Image Processing Framework". En 2015 IEEE International Congress on Big Data (BigData Congress). IEEE, 2015. http://dx.doi.org/10.1109/bigdatacongress.2015.80.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Weale, Timothy, Vijay Gadepally, Dylan Hutchison y Jeremy Kepner. "Benchmarking the graphulo processing framework". En 2016 IEEE High Performance Extreme Computing Conference (HPEC). IEEE, 2016. http://dx.doi.org/10.1109/hpec.2016.7761640.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Kota, Venkata Krishna, Thirumal Kumar Kanakurthi, T. Velayutham, M. Akila y M. Hemavathy. "Secure Complex Event Processing Framework". En 2017 IEEE 7th International Advance Computing Conference (IACC). IEEE, 2017. http://dx.doi.org/10.1109/iacc.2017.0044.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Gyurjyan, V., A. Bartle, C. Lukashin, S. Mancilla, R. Oyarzun y A. Vakhnin. "Component based dataflow processing framework". En 2015 IEEE International Conference on Big Data (Big Data). IEEE, 2015. http://dx.doi.org/10.1109/bigdata.2015.7363971.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Jung, Seungwoog, Choulsoo Jang, Byoungyoul Song y Sunghoon Kim. "The OPRoS fault processing framework". En 2012 9th International Conference on Ubiquitous Robots and Ambient Intelligence (URAI). IEEE, 2012. http://dx.doi.org/10.1109/urai.2012.6463004.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Zhang, Xiangyu, Mengxiang Lin y Kai Yu. "An integrated bug processing framework". En 2012 34th International Conference on Software Engineering (ICSE 2012). IEEE, 2012. http://dx.doi.org/10.1109/icse.2012.6227060.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Twaty, Muaz, Amine Ghrab y Sabri Skhiri. "GraphOpt: a Framework for Automatic Parameters Tuning of Graph Processing Frameworks". En 2019 IEEE International Conference on Big Data (Big Data). IEEE, 2019. http://dx.doi.org/10.1109/bigdata47090.2019.9006320.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Major, Peter. "Image processing framework for traffic monitoring". En 2011 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM). IEEE, 2011. http://dx.doi.org/10.1109/aim.2011.6027139.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Metwally, Eman S., Khalid Eskaf y Walid M. Abdlmoez. "Signal Processing Framework for Interactive Architecture". En 2019 29th International Conference on Computer Theory and Applications (ICCTA). IEEE, 2019. http://dx.doi.org/10.1109/iccta48790.2019.9478807.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Katibah, Ed. "Microsoft framework for geospatial stream processing". En the ACM SIGSPATIAL International Workshop. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1878500.1878501.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.

Informes sobre el tema "PROCESSING FRAMEWORK"

1

Lennox, J. y H. Schulzrinne. Call Processing Language Framework and Requirements. RFC Editor, mayo de 2000. http://dx.doi.org/10.17487/rfc2824.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Hill, Jeffrey O. The LANSCE FPGA Embedded Signal Processing Framework. Office of Scientific and Technical Information (OSTI), octubre de 2013. http://dx.doi.org/10.2172/1095850.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Prescott, Ryan y Benjamin R. Hamlet. US NDC Modernization Iteration E1 Prototyping Report: Processing Control Framework. Office of Scientific and Technical Information (OSTI), diciembre de 2014. http://dx.doi.org/10.2172/1173204.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Musselman, Inga H. Novel Zeolitic Imidazolate Framework/Polymer Membranes for Hydrogen Separations in Coal Processing. Office of Scientific and Technical Information (OSTI), enero de 2013. http://dx.doi.org/10.2172/1091874.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Rajagopalan, Ambasamudram N. Framework for Processing Videos in the Presence of Spatially Varying Motion Blur. Fort Belvoir, VA: Defense Technical Information Center, febrero de 2016. http://dx.doi.org/10.21236/ada636878.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

M. Karrenbach. An Integrated Multi-component Processing and Interpretation Framework for 3D Borehole Seismic Data. Office of Scientific and Technical Information (OSTI), noviembre de 2005. http://dx.doi.org/10.2172/883087.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Moreland, Kenneth y Berk Geveci. A Pervasive Parallel Processing Framework for Data Visualization and Analysis at Extreme Scale. Office of Scientific and Technical Information (OSTI), noviembre de 2014. http://dx.doi.org/10.2172/1164814.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Ma, Kwan-Liu. A Pervasive Parallel Processing Framework for Data Visualization and Analysis at Extreme Scale. Office of Scientific and Technical Information (OSTI), febrero de 2017. http://dx.doi.org/10.2172/1341896.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

M. Karrenbach. AN INTEGRATED MULTI-COMPONENT PROCESSING AND INTERPRETATION FRAMEWORK FOR 3D BOREHOLE SEISMIC DATA. Office of Scientific and Technical Information (OSTI), abril de 2005. http://dx.doi.org/10.2172/842641.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

M. Karrenbach. An Integrated Multi-component Processing and Interpretation Framework for 3D Borehole Seismic Data. Office of Scientific and Technical Information (OSTI), abril de 2004. http://dx.doi.org/10.2172/862091.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía