Literatura científica selecionada sobre o tema "Data structures"

Crie uma referência precisa em APA, MLA, Chicago, Harvard, e outros estilos

Selecione um tipo de fonte:

Consulte a lista de atuais artigos, livros, teses, anais de congressos e outras fontes científicas relevantes para o tema "Data structures".

Ao lado de cada fonte na lista de referências, há um botão "Adicionar à bibliografia". Clique e geraremos automaticamente a citação bibliográfica do trabalho escolhido no estilo de citação de que você precisa: APA, MLA, Harvard, Chicago, Vancouver, etc.

Você também pode baixar o texto completo da publicação científica em formato .pdf e ler o resumo do trabalho online se estiver presente nos metadados.

Artigos de revistas sobre o assunto "Data structures"

1

Tamassia, Roberto. "Data structures". ACM Computing Surveys 28, n.º 1 (março de 1996): 23–26. http://dx.doi.org/10.1145/234313.234323.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Jarc, Duane J. "Data structures". ACM SIGCSE Bulletin 26, n.º 2 (junho de 1994): 2–4. http://dx.doi.org/10.1145/181648.181651.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

Biswas, Ranjit. "Data structures for big data". International Journal of Computing and Optimization 1 (2014): 73–93. http://dx.doi.org/10.12988/ijco.2014.4813.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

Basch, Julien, Leonidas J. Guibas e John Hershberger. "Data Structures for Mobile Data". Journal of Algorithms 31, n.º 1 (abril de 1999): 1–28. http://dx.doi.org/10.1006/jagm.1998.0988.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Yarosh, Svetlana, e Mark Guzdial. "Narrating data structures". Journal on Educational Resources in Computing 7, n.º 4 (janeiro de 2008): 1–20. http://dx.doi.org/10.1145/1316450.1316456.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

RUUS, H. "Lexical Data Structures". Literary and Linguistic Computing 3, n.º 3 (1 de julho de 1988): 169–76. http://dx.doi.org/10.1093/llc/3.3.169.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

Giles, D. "Editorial - Data Structures". Computer Journal 34, n.º 5 (1 de maio de 1991): 385. http://dx.doi.org/10.1093/comjnl/34.5.385.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Demaine, Erik D., John Iacono e Stefan Langerman. "Retroactive data structures". ACM Transactions on Algorithms 3, n.º 2 (maio de 2007): 13. http://dx.doi.org/10.1145/1240233.1240236.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Louchard, G., Claire Kenyon e R. Schott. "Data Structures' Maxima". SIAM Journal on Computing 26, n.º 4 (agosto de 1997): 1006–42. http://dx.doi.org/10.1137/s0097539791196603.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Nair, Achuth Sankar S., e T. Mahalakshmi. "Conceptualizing data structures". ACM SIGCSE Bulletin 36, n.º 4 (dezembro de 2004): 97–100. http://dx.doi.org/10.1145/1041624.1041668.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.

Teses / dissertações sobre o assunto "Data structures"

1

Jarvis, Kimberley James. "Transactional data structures". Thesis, University of Manchester, 2011. https://www.research.manchester.ac.uk/portal/en/theses/transactional-data-structures(7060eaec-7dbd-4d5a-be1a-a753d9aa32d5).html.

Texto completo da fonte
Resumo:
Concurrent programming is difficult and the effort is rarely rewarded by faster execution. The concurrency problem arises because information cannot pass instantly between processors resulting in temporal uncertainty. This thesis explores the idea that immutable data and distributed concurrency control can be combined to allow scalable concurrent execution and make concurrent programming easier. A concurrent system that does not impose a global ordering on events lends itself to a scalable distributed implementation. A concurrent programming environment in which the ordering of events affecting an object is enforced locally has intuitive concurrent semantics. This thesis introduces Transactional Data Structures which are data structures that permit access to past versions, although not all accesses succeed. These data structures form the basis of a concurrent programming solution that supports database type transactions in memory. Transactional Data Structures permit non-blocking concurrent access to familiar abstract data types such as deques, maps, vectors and priority queues. Using these data structures a programmer can write a concurrent program in C without having to reason about locks. The solution is evaluated by comparing the performance of a concurrent algorithm to calculate the minimum spanning tree of a graph with that of a similar algorithm which uses Transactional Memory and by comparing a non-blocking Producer Consumer Queue with its blocking counterpart.
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Eastep, Jonathan M. (Jonathan Michael). "Smart data structures : an online machine learning approach to multicore data structures". Thesis, Massachusetts Institute of Technology, 2011. http://hdl.handle.net/1721.1/65967.

Texto completo da fonte
Resumo:
Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2011.
This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
Cataloged from student submitted PDF version of thesis.
Includes bibliographical references (p. 175-180).
As multicores become prevalent, the complexity of programming is skyrocketing. One major difficulty is eciently orchestrating collaboration among threads through shared data structures. Unfortunately, choosing and hand-tuning data structure algorithms to get good performance across a variety of machines and inputs is a herculean task to add to the fundamental difficulty of getting a parallel program correct. To help mitigate these complexities, this work develops a new class of parallel data structures called Smart Data Structures that leverage online machine learning to adapt themselves automatically. We prototype and evaluate an open source library of Smart Data Structures for common parallel programming needs and demonstrate signicant improvements over the best existing algorithms under a variety of conditions. Our results indicate that learning is a promising technique for balancing and adapting to complex, time-varying tradeoffs and achieving the best performance available.
by Jonathan M. Eastep.
Ph.D.
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

Ohashi, Darin. "Cache Oblivious Data Structures". Thesis, University of Waterloo, 2001. http://hdl.handle.net/10012/1060.

Texto completo da fonte
Resumo:
This thesis discusses cache oblivious data structures. These are structures which have good caching characteristics without knowing Z, the size of the cache, or L, the length of a cache line. Since the structures do not require these details for good performance they are portable across caching systems. Another advantage of such structures isthat the caching results hold for every level of cache within a multilevel cache. Two simple data structures are studied; the array used for binary search and the linear list. As well as being cache oblivious, the structures presented in this thesis are space efficient, requiring little additional storage. We begin the discussion with a layout for a search tree within an array. This layout allows Searches to be performed in O(log n) time and in O(log n/log L) (the optimal number) cache misses. An algorithm for building this layout from a sorted array in linear time is given. One use for this layout is a heap-like implementation of the priority queue. This structure allows Inserts, Heapifies and ExtractMaxes in O(log n) time and O(log nlog L) cache misses. A priority queue using this layout can be builtfrom an unsorted array in linear time. Besides the n spaces required to hold the data, this structure uses a constant amount of additional storage. The cache oblivious linear list allows scans of the list taking Theta(n) time and incurring Theta(n/L) (the optimal number) cache misses. The running time of insertions and deletions is not constant, however it is sub-polynomial. This structure requires e*n additional storage, where e is any constant greater than zero.
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

Chaudhary, Amitabh. "Applied spatial data structures for large data sets". Available to US Hopkins community, 2002. http://wwwlib.umi.com/dissertations/dlnow/3068131.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Miner, andrew S. "Data structures for the analysis of large structured Markov models". W&M ScholarWorks, 2000. https://scholarworks.wm.edu/etd/1539623985.

Texto completo da fonte
Resumo:
High-level modeling formalisms are increasingly popular tools for studying complex systems. Given a high-level model, we can automatically verify certain system properties or compute performance measures about the system. In the general case, measures must be computed using discrete-event simulations. In certain cases, exact numerical analysis is possible by constructing and analyzing the underlying stochastic process of the system, which is a continuous-time Markov chain (CTMC) in our case. Unfortunately, the number of states in the underlying CTMC can be extremely large, even if the high-level model is "small". In this thesis, we develop data structures and techniques that can tolerate these large numbers of states.;First, we present a multi-level data structure for storing the set of reachable states of a model. We then introduce the concept of event "locality", which considers the components of the model that an event may affect. We show how a state generation algorithm using our multi-level structure can exploit event locality to reduce CPU requirements.;Then, we present a symbolic generation technique based on our multi-level structure and our concept of event locality, in which operations are applied to sets of states. The extremely compact data structure and efficient manipulation routines we present allow for the examination of much larger systems than was previously possible.;The transition rate matrix of the underlying CTMC can be represented with Kronecker algebra under certain conditions. However, the use of Kronecker algebra introduces several sources of CPU overhead during numerical solution. We present data structures, including our new data structure called matrix diagrams, that can reduce this CPU overhead. Using our techniques, we can compute measures for large systems in a fraction of the time required by current state-of-the-art techniques.;Finally, we present a technique for approximating stationary measures using aggregations of the underlying CTMC. Our technique utilizes exact knowledge of the underlying CTMC using our compact data structure for the reachable states and a Kronecker representation for the transition rates. We prove that the approximation is exact for models possessing a product-form solution.
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

Jürgens, Marcus. "Index structures for data warehouses". [S.l. : s.n.], 1999. http://www.diss.fu-berlin.de/2000/93/index.html.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

Jürgens, Marcus. "Index structures for data warehouses". Berlin ; Heidelberg : Springer, 2000. http://deposit.ddb.de/cgi-bin/dokserv?idn=96554155X.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Colbrook, Adrian. "The engineering of data structures". Thesis, University of Surrey, 1990. http://epubs.surrey.ac.uk/843605/.

Texto completo da fonte
Resumo:
Abstraction in computer programming provides a means of reducing complexity by emphasising the significant information (program behaviour) whilst suppressing the immaterial (program implementation). This aids program construction, improves reliability and maintainability, and eases the application of formal correctness proofs. The importance of data abstraction in the specification, design and implementation of large systems raises the question as to whether such methods may be applied in the context of programming languages designed before the widespread use of abstraction techniques. The program structuring facilities available in FORTRAN 77 support a form of encapsulation for simple data structures. In light of this mechanism provided by the language, state-based specification was found to be most appropriate. A specification technique incorporating object-oriented techniques is particularly suitable and allows a library of object classes to be specified and then implemented in sequential FORTRAN 77. Refinement extends the object classes so as to provide the commonly occurring generators for use in iterative constructs. Therefore, the advantages of data abstraction methods may be obtained in an early procedural language such as FORTRAN 77. Data abstraction provides data independence : a change in the representation for a particular class of objects affects only the code that implements the associated operations. This allows parallel implementations to be considered, without changes to the original specification or to any user-code. The provision of such parallel data structures is required for the migration of sequential systems onto parallel distributed memory architectures. As an illustration of this approach a general 2P2-2P (for integer P≥3) search tree utilising a pipeline of processors in a distributed memory architecture is shown to provide a means of implementing the object classes. Variations in both the number of processors allocated to the pipeline and the value of P allows the optimal search structure for a given architecture to be determined. These structures are highly efficient leading to improvements in both throughput and response time as processors are added to the array. An efficient parallel implementation of object classes is therefore achieved within the tight interface provided by abstraction.
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Jürgens, Marcus. "Index structures for data warehouses /". Berlin [u.a.] : Springer, 2002. http://www.loc.gov/catdir/enhancements/fy0817/2002021075-d.html.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Goulet, Jean 1939. "Data structures for chess programs". Thesis, McGill University, 1986. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=65427.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.

Livros sobre o assunto "Data structures"

1

David, Giles, ed. Data structures. Cambridge: Cambridge University Press, for the British Computer Society., 1991.

Encontre o texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Keogh, James Edward. Data structures demystified. New York: McGraw-Hill/Osborne, 2004.

Encontre o texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

Yedidyah, Langsam, e Augenstein Moshe J, eds. Data structures usingC. Englewood Cliffs, N.J: Prentice Hall, 1990.

Encontre o texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

Lubiw, Anna, e Mohammad Salavatipour, eds. Algorithms and Data Structures. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-83508-8.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Friggstad, Zachary, Jörg-Rüdiger Sack e Mohammad R. Salavatipour, eds. Algorithms and Data Structures. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-24766-9.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

Akl, Selim G., Frank Dehne, Jörg-Rüdiger Sack e Nicola Santoro, eds. Algorithms and Data Structures. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60220-8.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

Dehne, Frank, Roberto Solis-Oba e Jörg-Rüdiger Sack, eds. Algorithms and Data Structures. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-40104-6.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Dehne, Frank, Marina Gavrilova, Jörg-Rüdiger Sack e Csaba D. Tóth, eds. Algorithms and Data Structures. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03367-4.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Dehne, Frank, Jörg-Rüdiger Sack e Roberto Tamassia, eds. Algorithms and Data Structures. Berlin, Heidelberg: Springer Berlin Heidelberg, 2001. http://dx.doi.org/10.1007/3-540-44634-6.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Dehne, Frank, Alejandro López-Ortiz e Jörg-Rüdiger Sack, eds. Algorithms and Data Structures. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11534273.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.

Capítulos de livros sobre o assunto "Data structures"

1

Jay, Barry. "Data Structures". In Pattern Calculus, 23–31. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-540-89185-7_3.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Angell, Ian O., e Dimitrios Tsoubelis. "Data structures". In Advanced Graphics on VGA and XGA Cards Using Borland C++, 47–70. London: Macmillan Education UK, 1992. http://dx.doi.org/10.1007/978-1-349-22336-7_3.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

King, M. J., e J. P. Pardoe. "Data Structures". In Program Design Using JSP, 4–15. London: Macmillan Education UK, 1992. http://dx.doi.org/10.1007/978-1-349-22081-6_2.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

Dudman, Kay. "Data structures". In JSP for Practical Program Design, 7–28. New York, NY: Springer New York, 1996. http://dx.doi.org/10.1007/978-1-4757-2537-7_2.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Hunt, John. "Data Structures". In Java for Practitioners, 131–46. London: Springer London, 1999. http://dx.doi.org/10.1007/978-1-4471-0843-6_14.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

Taylor, Graham. "Data Structures". In Making Sense of Information Technology, 151–77. London: Macmillan Education UK, 1988. http://dx.doi.org/10.1007/978-1-349-10649-3_9.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

Hodges, Jason Lee. "Data Structures". In Software Engineering from Scratch, 231–56. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5206-2_12.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Manelli, Luciano. "Data Structures". In Introducing Algorithms in C, 1–12. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-5623-7_1.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Betounes, David, e Mylan Redfern. "Data Structures". In Mathematical Computing, 149–201. New York, NY: Springer New York, 2002. http://dx.doi.org/10.1007/978-1-4613-0067-0_6.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Johansson, Anna-Lena, Agneta Eriksson-Granskog e Anneli Edman. "Data Structures". In Prolog Versus You, 55–75. Berlin, Heidelberg: Springer Berlin Heidelberg, 1989. http://dx.doi.org/10.1007/978-3-642-71922-6_3.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.

Trabalhos de conferências sobre o assunto "Data structures"

1

Pinto, Domenick J. "Data structures". In the 1988 ACM sixteenth annual conference. New York, New York, USA: ACM Press, 1988. http://dx.doi.org/10.1145/322609.323146.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Patrascu, Mihai. "(Data) STRUCTURES". In 2008 IEEE 49th Annual IEEE Symposium on Foundations of Computer Science (FOCS). IEEE, 2008. http://dx.doi.org/10.1109/focs.2008.69.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

Rogowitz, Bernice E., e Lloyd A. Treinish. "Data structures and perceptual structures". In IS&T/SPIE's Symposium on Electronic Imaging: Science and Technology, editado por Jan P. Allebach e Bernice E. Rogowitz. SPIE, 1993. http://dx.doi.org/10.1117/12.152734.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

RUSH, T., P. SCHRANTZ e B. AGRAWAL. "Analysis of Intelsat V flight data". In 28th Structures, Structural Dynamics and Materials Conference. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1987. http://dx.doi.org/10.2514/6.1987-784.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Campbell, Mark, e Mark Campbell. "Uncertainty effects in model-data correlation". In 38th Structures, Structural Dynamics, and Materials Conference. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1997. http://dx.doi.org/10.2514/6.1997-1030.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

SMITH, SUZANNE, e CHRISTOPHER BEATTIE. "Optimal identification using inconsistent modal data". In 32nd Structures, Structural Dynamics, and Materials Conference. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1991. http://dx.doi.org/10.2514/6.1991-948.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

KUNZ, D., e A. HOPKINS. "Structured data in structural analysis software". In 26th Structures, Structural Dynamics, and Materials Conference. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1985. http://dx.doi.org/10.2514/6.1985-742.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Micciancio, Daniele. "Oblivious data structures". In the twenty-ninth annual ACM symposium. New York, New York, USA: ACM Press, 1997. http://dx.doi.org/10.1145/258533.258638.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Balakrishnan, Darshana, Lukasz Ziarek e Oliver Kennedy. "Fluid data structures". In the 17th ACM SIGPLAN International Symposium. New York, New York, USA: ACM Press, 2019. http://dx.doi.org/10.1145/3315507.3330197.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Goodrich, Michael T., Evgenios M. Kornaropoulos, Michael Mitzenmacher e Roberto Tamassia. "Auditable Data Structures". In 2017 IEEE European Symposium on Security and Privacy (EuroS&P). IEEE, 2017. http://dx.doi.org/10.1109/eurosp.2017.46.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.

Relatórios de organizações sobre o assunto "Data structures"

1

Mix, Scott, Mark Rice, Siddharth Sridhar, Charles Schmidt, Srini Raju, Carlos Gonzales-Perez e Debraj Bharadwaj. Universal Utility Data Exchange (UUDEV) - Data Structures. Office of Scientific and Technical Information (OSTI), setembro de 2020. http://dx.doi.org/10.2172/1778856.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
2

Kahan, Simon. Data Structures for Extreme Scale Computing. Office of Scientific and Technical Information (OSTI), agosto de 2017. http://dx.doi.org/10.2172/1395134.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
3

Liblit, Ben, e Alexander Aiken. Type Systems for Distributed Data Structures. Fort Belvoir, VA: Defense Technical Information Center, novembro de 1999. http://dx.doi.org/10.21236/ada603881.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
4

Bowman, Keith, e Xiaoping Qian. Uncovering Topological Structures in Unstructured Data. Fort Belvoir, VA: Defense Technical Information Center, abril de 2015. http://dx.doi.org/10.21236/ada619112.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
5

Currie, A., e B. Ady. GEOSIS project: knowledge representation and data structures for geoscience data. Natural Resources Canada/ESS/Scientific and Technical Publishing Services, 1990. http://dx.doi.org/10.4095/128053.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
6

Portier, Rebecca W., Richard D. Peacock e Paule A. Reneke. Data structures for the fire data management system, FDMS 2.0. Gaithersburg, MD: National Institute of Standards and Technology, 1997. http://dx.doi.org/10.6028/nist.ir.6088.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
7

Tamassia, Roberto. Dynamic Data Structures for Two-Dimensional Searching. Fort Belvoir, VA: Defense Technical Information Center, agosto de 1988. http://dx.doi.org/10.21236/ada201173.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
8

Lofstead II, Gerald F. Integrated IO Services for Trilinos Data Structures. Office of Scientific and Technical Information (OSTI), janeiro de 2015. http://dx.doi.org/10.2172/1504109.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
9

Ravichandran, A., e K. Kant. Analysis and Synthesis of Robust Data Structures. Fort Belvoir, VA: Defense Technical Information Center, agosto de 1990. http://dx.doi.org/10.21236/ada224568.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
10

Giglio, Stefano, Bryan Kelly e Serhiy Kozak. Equity Term Structures without Dividend Strips Data. Cambridge, MA: National Bureau of Economic Research, abril de 2023. http://dx.doi.org/10.3386/w31119.

Texto completo da fonte
Estilos ABNT, Harvard, Vancouver, APA, etc.
Oferecemos descontos em todos os planos premium para autores cujas obras estão incluídas em seleções literárias temáticas. Contate-nos para obter um código promocional único!

Vá para a bibliografia