Academic literature on the topic 'Object references'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Object references.'
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 "Object references"
Agesen, Ole, and Alex Garthwaite. "Efficient object sampling via weak references." ACM SIGPLAN Notices 36, no. 1 (January 2001): 121–26. http://dx.doi.org/10.1145/362426.362473.
Full textNanda, Mangala Gowri, Christian Grothoff, and Satish Chandra. "Deriving object typestates in the presence of inter-object references." ACM SIGPLAN Notices 40, no. 10 (October 12, 2005): 77–96. http://dx.doi.org/10.1145/1103845.1094818.
Full textBobkov, Valery, Alexey Kudryashov, and Alexander Inzartsev. "Method for the Coordination of Referencing of Autonomous Underwater Vehicles to Man-Made Objects Using Stereo Images." Journal of Marine Science and Engineering 9, no. 9 (September 21, 2021): 1038. http://dx.doi.org/10.3390/jmse9091038.
Full textGeihs, K., R. Heite, and U. H. Hollberg. "Protected object references in heterogeneous distributed systems." IEEE Transactions on Computers 42, no. 7 (July 1993): 809–16. http://dx.doi.org/10.1109/12.237721.
Full textDelacour, Thomas, Soizick Lesteven, Gilles Landais, Aline Eisele, Magali Neuville, Evelyne Son, and Philippe Vonflie. "Bibliographical references: From publishers to SIMBAD." EPJ Web of Conferences 186 (2018): 12004. http://dx.doi.org/10.1051/epjconf/201818612004.
Full textKimoto, Mitsuhiko, Takamasa Iio, Masahiro Shiomi, and Katsunori Shimohara. "Coordinating Entrainment Phenomena: Robot Conversation Strategy for Object Recognition." Applied Sciences 11, no. 5 (March 7, 2021): 2358. http://dx.doi.org/10.3390/app11052358.
Full textSharp, M., and A. Rountev. "Static Analysis of Object References in RMI-Based Java Software." IEEE Transactions on Software Engineering 32, no. 9 (September 2006): 664–81. http://dx.doi.org/10.1109/tse.2006.93.
Full textSowa, Rochus. "Deictic Abstractions:On the Occasional References to Ideal Objectivities Producible with the Words “This” and “Thus”*." Journal of Phenomenological Psychology 42, no. 1 (2011): 5–25. http://dx.doi.org/10.1163/156916211x567451.
Full textYahanan, Annalisa, Murzal Murzal, Mada Apriandi, and Febrian Febrian. "URGENCY OF REGULATION: AIRCRAFT AS OBJECT OF CREDIT GUARANTEE." Diponegoro Law Review 5, no. 1 (April 30, 2020): 19–33. http://dx.doi.org/10.14710/dilrev.5.1.2020.19-33.
Full textFrediani, Maria E. B., Thomas M. Hopson, Joshua P. Hacker, Emmanouil N. Anagnostou, Luca Delle Monache, and Francois Vandenberghe. "Object-Based Analog Forecasts for Surface Wind Speed." Monthly Weather Review 145, no. 12 (December 2017): 5083–102. http://dx.doi.org/10.1175/mwr-d-17-0012.1.
Full textDissertations / Theses on the topic "Object references"
PALMA, Giovanny Fernando Lucero. "Algebraic laws for object oriented programming with references." Universidade Federal de Pernambuco, 2015. https://repositorio.ufpe.br/handle/123456789/14930.
Full textMade available in DSpace on 2016-01-19T17:04:34Z (GMT). No. of bitstreams: 2 license_rdf: 1232 bytes, checksum: 66e71c371cc565284e70f40736c94386 (MD5) GIovannyTesis.pdf: 1126817 bytes, checksum: 54a975f083d8ea416057bffa468c281c (MD5) Previous issue date: 2015-03-16
CAPES
CNPq
There are several approaches to defining a formal semantics of a programming language. The main established ones are operational, denotational and axiomatic semantics. The first two rely on defining an explicit model, whereas the latter one is based on postulating relevant properties of the language in terms of axioms. Particularly, in a purely algebraic approach the axioms take the form of conditional equations (typically denoted as programming laws) that relate the language constructs. Without requiring an explicit model, the advantage of the algebraic approach is incrementality: the language can be extended and the laws tend to remain valid, provided the new constructs do not interfere with the behaviour of the original ones. Algebraic laws have been proposed to uncover interesting properties of several programming paradigms: imperative, logic, functional, concurrent and object oriented, among others. As for the other paradigms, there is a comprehensive set of laws for object oriented constructs, but these are restricted to a language with copy semantics; some laws to deal with references have also been proposed, but these are tailored to specific applications, and are far from being comprehensive. In general, formal reasoning with references has been a persistent challenge and algebraic approaches usually have avoided including them in programming languages. We propose a set of algebraic laws for reasoning about object oriented programs with a reference semantics. First we focus on sequential imperative programs that use object references like in Java. The theory is based on previous work by adding laws to cope with object references. The incrementality of the algebraic method is fundamental; with a few exceptions, existing laws for copy semantics are entirely reused, as they are not affected by the reference semantics. As an evidence of relative completeness, we show that any program can be transformed, through the use of our laws, to a normal form which simulates it using an explicit heap with copy semantics. Soundness is addressed by illustrating how some of the laws can be proved in a relational semantics for a subset of the language. We extend the theory of imperative programs for an object oriented language with the usual constructs: additional imperative commands with references, classes with inheritance and subtyping, visibility control, dynamic binding, type tests and downcasts. Algebraic laws are proposed for these new constructs. In order to illustrate the expressiveness of the laws for the object oriented language, we characterize and prove a set of refactorings from Fowler’s catalog. These are contrasted with previous work that formalized refactorings in the context of copy semantics.
Existem várias abordagens para descrever formalmente a semântica de linguagens de programação. As principais são semântica operacional, denotacional e axiomática. As duas primeiras definem modelos semânticos explícitos enquanto a última postula axiomas que descrevem propriedades relevantes da linguagem. Em uma abordagem puramente algébrica, os axiomas são equações (tipicamente denominadas leis de programação) que relacionam os diversos construtores da linguagem. A vantagem da álgebra é a facilidade de extensão: quando uma linguagem é estendida, a tendencia é que as leis já estabelecidas continuem sendo válidas, desde que os novos contrutores não interfiram com o comportamento dos construtores originais da linguagem Leis algébricas tem sido propostas para estudar propriedades interessantes de vários paradigmas de programação: imperativo, lógico, funcional, concorrente e orientado a objetos, entre outros. Em geral, para todos estes paradigmas existe um conjunto representativo de leis. Porém, para programação orientada a objetos, os trabalhos tem se restringido a linguagens com semântica de cópia ou as leis relacionadas com referências tem sido direcionadas somente para aplicações específicas e estão distantes de serem representativas. Em geral, raciocínio formal com referências tem sido um desafio persistente e os trabalhos algébricos usualmente tem evitado a inclusão de referências nas linguagens de programação. Propomos um conjunto de leis algébricas que permitem raciocinar com programas orientados a objetos com uma semântica de referências. Primeiro, focamos em uma linguagem imperativa sequencial que usa referências a objetos como em Java. A teoria é baseada em trabalhos anteriores adicionando leis que lidam com referências. A facilidade de extensão do método algébrico é fundamental; com poucas exeções, as leis anteriores para semântica de cópia são reusadas, pois elas não são afetadas pela semântica de referência. Como uma evidência de completude relativa, mostramos que qualquer programa pode ser transformado, usado as leis, em uma forma normal que simula o programa original usando um heap explícito com semântica de cópia. A consistência (soundness) das leis é abordada ilustrando como algumas das leis podem ser provadas em uma semântica relacional para um subconjunto da linguagem. Estendemos a teoria de programas imperativos para uma linguagem orientada a objetos com os habituais construtores: comandos imperativos adicionais com referências, classes com herança e subtipos, controle de visibilidade, amarração dinâmica, e testes e casts de tipos. Leis são propostas para estes novos construtores. Para ilustrar a expressividade das leis para a linguagem orientada a objetos, caracterizamos e provamos um conjunto de refatorações do catalógo clássico de Fowler. Comparamos nossa apresentação com trabalhos anteriores que formalizaram refatorações em um contexto de semântica de cópia.
Swamy, Sneha. "Transformation of Object-Oriented Associations and Embedded References to Them." Wright State University / OhioLINK, 2008. http://rave.ohiolink.edu/etdc/view?acc_num=wright1218692829.
Full textSmith, Michael Anthony. "Embedding an object calculus in the unifying theories of programming." Thesis, University of Oxford, 2010. http://ora.ox.ac.uk/objects/uuid:8b5be90d-59c1-42c0-a996-ecd8015097b3.
Full textMiller, Hugh. "Objects, generality and reference." Thesis, University of Oxford, 1993. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.358467.
Full textMoreno, Cavidad Julian. "Reference model for adaptive and intelligent educational systems supported by learning objects." reponame:Biblioteca Digital de Teses e Dissertações da UFRGS, 2012. http://hdl.handle.net/10183/70222.
Full textComputer Aided Learning, known more widely with the generic name of e-learning, has become a powerful tool with lots of potentialities within educational field. Even though, one of the main critics that it receives is that in most cases the implemented courses follows a “one size fits all” approach, which means that all students receive the same content in the same way being unaware of their particular needs. This problem is not due only to the absence of direct interaction between student and tutor, but also because of the lack of an appropriate instructional design. There are several approaches which deal with this issue and look for adapt the teaching process to students. One could say that in the top of those approaches the Adaptive and Intelligent Educational Systems are situated, which merges the functionalities of two approaches: the Adaptive Educational Hypermedia Systems and the Intelligent Tutoring Systems. Nevertheless, after an extensive literature review, a major inconvenience is still found for this kind of systems and particularly for their reference models: or they are too simple, including just a few functionalities; or they are too complex, which difficult their design and implementation. Considering this panorama, the main objective of this dissertation thesis was the definition of a reference model trying to reach such an elusive equilibrium, in such a way that allows the design of courses which adapt themselves in an intelligent and effective way to the progress and characteristics of each student but without being too complex. Another important feature is that this model integrates Learning Objects, promoting this way flexibility and reusability. In order to achieve this general objective, three sub-models were considered: a domain model, a student model and a tutor model. The first one serves to structure the knowledge domain and was defined using the notion of learning goal and a flexible multilevel schema with optional prerequisite operations. The second one aids to characterize students and considered personal, knowledge and psycho-cognitive information. The third one may be considered as the hearth of the system and defines the adopted adaptive functionalities: sequencing and navigation, content presentation, assessment, and collaborative support. With the aim of clarify the three sub-models, as well as all their components and relationships, an instantiation example was also presented. Such an instantiation was called Doctus, an authoring tool for adaptive courses. Doctus was not only helpful to exemplify the setup of the referece model as a whole, but also to refine sub-models and several procedures envolved. As final part of the dissertation, the implementation and preliminary validation of Doctus was performed. This was done with 51 subjects, teachers from different formation levels. The obtained results in this stage were outstanding, all the adaptive functionalities were well evaluated and all of those polled felt enthusiastic about counting with a tool for helping them in their teaching practices considering students as particular individuals.
El aprendizaje asistido por computador, conocido más ampliamente con el nombre genérico de e-learning, se ha convertido en una poderosa herramienta con amplias potencialidades dentro del campo educativo. Aun así, una de las mayores críticas que este recibe es que en la mayoría de los casos los cursos que son implementados siguen un enfoque “one size fits all”, es decir, que todos los alumnos reciben exactamente el mismo contenido y de la misma manera desconociendo sus necesidades particulares. Esta falla radica no sólo en la falta de interacción directa entre alumno y tutor, sino también en la falta de un diseño instruccional apropiado que considere diversos de los enfoques disponibles hoy en día. Existen diversos enfoques que buscan solucionar este problema y adaptar el proceso de enseñanza a los estudiantes. Se podría decir que a la vanguardia de estos enfoques se encuentran los Sistemas Educacionales Inteligentes Adaptativos, los cuales combinan las funcionalidades de dos enfoques: los Sistemas Hipermedia Educacionales Adaptativos y los Sistemas Tutoriales Inteligentes. Sin embargo, luego de una extensa revisión bibliográfica, se encontró que existe aún un inconveniente importante con este tipo de sistemas y en particular con sus modelos de referencia: o son demasiado simples, incluyendo solamente unas pocas funcionalidades; o son demasiado complejos, lo cual dificulta su diseño e implementación. Considerando este panorama, el objetivo principal de esta tesis fue la definición de un modelo de referencia intentando alcanzar tal equilibrio esquivo, de tal manera que permita el diseño de cursos que se adapten de una manera efectiva e inteligente al progreso y características de cada estudiante pero sin ser demasiado complejo. Otra propiedad importante de dicho modelo es que integra el uso de Objetos de Aprendizaje, promoviendo así la flexibilidad y la reusabilidad. Con el fin de alcanzar este objetivo general, tres sub modelos fueron considerados: un modelo del dominio, un modelo del estudiante y un modelo del tutor. El primero sirve para estructurar el dominio de conocimiento y fue definido empleando la noción de objetivo de aprendizaje junto con un esquema flexible multinivel con operaciones opcionales de prerrequisitos. El segundo busca caracterizar los estudiantes y considera información personal, de conocimiento y psico-cognitiva. El tercero puede ser considerado como el corazón del sistema y define las funcionalidades adaptativas consideradas: secuenciamiento y navegación, presentación de contenido, evaluación, y soporte colaborativo. Con el fin de clarificar los tres sub modelos, así como todos sus componentes y relaciones, se presentó además un ejemplo de instanciación. Tal instanciación se denominó Doctus, el cual consiste en una herramienta de autor para cursos adaptativos. Doctus no solamente sirvió para ejemplificar el uso del modelo de referencia en su totalidad, sino también para refinar los sub modelos y algunos procedimientos involucrados. Como parte final de esta tesis, se realizó también la implementación y validación preliminar de Doctus. Esto se hizo con 51 sujetos, todos profesores en diversos niveles de formación. Los resultados obtenidos en esta etapa fueron sobresalientes en el sentido que todas las funcionalidades adaptativas fueron bien evaluadas y todos los encuestados manifestaron su entusiasmo por contar con una herramienta que les ayudara en sus prácticas docentes considerando a sus estudiantes como individuos particulares.
Cardoso, Luciano Carvalho [UNIFESP]. "Linguagem e verdade: uma análise da lógica de Frege." Universidade Federal de São Paulo (UNIFESP), 2014. http://repositorio.unifesp.br/handle/11600/39266.
Full textApproved for entry into archive by Andrea Hayashi (deachan@gmail.com) on 2016-06-22T17:16:05Z (GMT) No. of bitstreams: 1 dissertacao-luciano-carvalho-cardoso.pdf: 679926 bytes, checksum: a0fcdcd0c35e43739385761159be07f5 (MD5)
Made available in DSpace on 2016-06-22T17:16:05Z (GMT). No. of bitstreams: 1 dissertacao-luciano-carvalho-cardoso.pdf: 679926 bytes, checksum: a0fcdcd0c35e43739385761159be07f5 (MD5) Previous issue date: 2014-06-12
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Em “Sobre o Sentido e a Referência”, Frege anuncia uma ruptura com seus trabalhos anteriores, notadamente a Conceitografia, na qual ele havia assumido que a igualdade era referente aos nomes e sinais representativos dos objetos. Como consequência dessa negação, Frege apresenta a estrutura de Sentido e Referência, como alternativa às possibilidades anteriormente apresentadas. Em decorrência dessa ruptura, a dimensão da filosofia analítica desenvolvida por Frege se amplia, revelando um complexo sistema no qual o verdadeiro se torna o ponto fundamental. Mostramos que, no processo de reformulação do significado do verdadeiro, Frege diferencia, ainda nos Fundamentos da Aritmética, o domínio do campo objetivo efetivo do campo objetivo não-efetivo, espaço lógico no qual as leis do ser verdadeiro encontram lugar como referência para as proposições que expressam o pensamento analítico. Visamos demonstrar que, partindo dessa fundamentação inicial, o autor almeja estabelecer uma conexão ontológica entre o pensamento e as leis do ser verdadeiro, o que lhe permite distinguir, em “Sobre o Sentido e Referência”, o pensamento que expressa uma representação ou ideia, pertencente ao domínio subjetivo, do pensamento que expressa as leis do ser verdadeiro, e que podem ser transmitidas em gerações, por pertencerem ao domínio objetivo não-efetivo. Buscamos estabelecer uma conexão entre essas diretrizes e a concepção de pensamento fregiano, justificando a composição deste como sendo uma estrutura que atende ao princípio de saturação, que não se articula na forma sujeito/predicado e que, para poder atender à necessidade lógica de passar do sentido para a referência e ser nomeado como o verdadeiro, se articula com a lógica extensional e, em um sentido ainda mais intrínseco, com uma lógica da existência, que surge como a estrutura basilar na qual se fundamenta o juízo, e sem o qual não poderia haver a validação ontológica do pensamento analítico de Frege.
In “On Sense and Reference”, Frege announces a break with his previous works, notably Ideography, in which he had assumed that equality was referring to the names and signals representative of the objects. As a result of this denial, Frege presents the structure of Sense and Reference, as an alternative to possibilities previously presented. Due to this break, the dimension of analytic philosophy developed by Frege expands, revealing a complex system in which the true becomes the key point. We show that, in the process of recasting the meaning of true, Frege differentiates, still in the Foundations of Arithmetic, the domain of effective objective field of the noneffective objective field , the logical space in which the laws of true being has a place as a reference to the propositions expressing analytical thinking. We aim to demonstrate that, based on this initial foundation, the author aims to establish an ontological connection between the thought and the laws of true being, allowing him to distinguish, in “On Sense and Reference”, the thought that expresses an idea or representation, belonging to subjective realm, of thought which expresses the laws of true being, and that can be transmitted in generations, because they belong to the non-effective objective field. We strive to establish a connection between these guidelines and the conception of fregian thought, justifying the composition of this as being a structure that follows the principle of saturation, which is not articulated in the form subject / predicate, and that in order to meet the logical necessity of moving beyond of sense to reference and be named as the true, articulates with the extensional logic and, in a more intrinsic meaning , with a logic of existence that emerges as the framework in which the judgment is based , and without which it could not be the ontological validation of analytical thinking Frege.
Mitchell, Margaret. "Generating reference to visible objects." Thesis, University of Aberdeen, 2013. http://digitool.abdn.ac.uk:80/webclient/DeliveryManager?pid=201692.
Full textZhao, Guangqiang. "Online Moving Object Visualization with Geo-Referenced Data." FIU Digital Commons, 2015. http://digitalcommons.fiu.edu/etd/2581.
Full textBofakos, Petros. "An object-oriented approach to geo-referenced data modelling." Thesis, Keele University, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.386632.
Full textHe, D. "References to graphical objects in interactive multimodal queries." Thesis, University of Edinburgh, 2001. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.652279.
Full textBooks on the topic "Object references"
Pediatakis, Savvas. An object oriented reference model for consumer credit. Manchester: UMIST, 1996.
Find full text1962-, Eykholt Edward M., ed. Dictionary of object technology: The definitive desk reference. New York: SIGS Books, 1995.
Find full textMalachowski, A. R. Names and the objects of reference. Norwich: University of East Anglia, 1987.
Find full textAsher, Nicholas. Reference to Abstract Objects in Discourse. Dordrecht: Springer Netherlands, 1993. http://dx.doi.org/10.1007/978-94-011-1715-9.
Full textAsher, Nicholas. Reference to abstract objects in discourse. Dordrecht: Kluwer Academic, 1993.
Find full textBrian, Henderson-Sellers, and Graham Ian 1948-, eds. OPEN Modeling Language (OML) reference manual. New York: Cambridge University Press/Sigs Books, 1998.
Find full textBook chapters on the topic "Object references"
Carver, Andy. "How to Avoid Redundant Object-References." In On the Move to Meaningful Internet Systems: OTM 2008 Workshops, 770–79. Berlin, Heidelberg: Springer Berlin Heidelberg, 2008. http://dx.doi.org/10.1007/978-3-540-88875-8_101.
Full textRoss, Kenneth A. "Efficiently following object references for large object collections and small main memory." In Deductive and Object-Oriented Databases, 73–90. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60608-4_35.
Full textChalin, Patrice, and Perry R. James. "Non-null References by Default in Java: Alleviating the Nullity Annotation Burden." In ECOOP 2007 – Object-Oriented Programming, 227–47. Berlin, Heidelberg: Springer Berlin Heidelberg, 2007. http://dx.doi.org/10.1007/978-3-540-73589-2_12.
Full textKruppa, Michael, and Antonio Krüger. "Performing Physical Object References with Migrating Virtual Characters." In Lecture Notes in Computer Science, 64–73. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11590323_7.
Full textDickman, Peter. "Extending the Rôle of Object References in Distributed Systems." In Quality of Communication-Based Systems, 179. Dordrecht: Springer Netherlands, 1995. http://dx.doi.org/10.1007/978-94-011-0187-5_12.
Full textFink, Stephen, Kathleen Knobe, and Vivek Sarkar. "Unified Analysis of Array and Object References in Strongly Typed Languages." In Static Analysis, 155–74. Berlin, Heidelberg: Springer Berlin Heidelberg, 2000. http://dx.doi.org/10.1007/978-3-540-45099-3_9.
Full textJackson, Wallace. "Objects and Object-Oriented Programming: OOP Primer." In JSON Quick Syntax Reference, 31–50. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1863-1_4.
Full textGapp, Klaus Peter. "Object localization: Selection of optimal reference objects." In Lecture Notes in Computer Science, 519–36. Berlin, Heidelberg: Springer Berlin Heidelberg, 1995. http://dx.doi.org/10.1007/3-540-60392-1_34.
Full textKofler, Michael. "Object Reference." In Definitive Guide to Excel VBA, 793–862. Berkeley, CA: Apress, 2003. http://dx.doi.org/10.1007/978-1-4302-0666-8_15.
Full textKofler, Michael. "Object Reference." In Definitive Guide to Excel VBA, 777–834. Berkeley, CA: Apress, 2000. http://dx.doi.org/10.1007/978-1-4302-0861-7_15.
Full textConference papers on the topic "Object references"
Agesen, Ole, and Alex Garthwaite. "Efficient object sampling via weak references." In the second international symposium. New York, New York, USA: ACM Press, 2000. http://dx.doi.org/10.1145/362422.362473.
Full textNanda, Mangala Gowri, Christian Grothoff, and Satish Chandra. "Deriving object typestates in the presence of inter-object references." In the 20th annual ACM SIGPLAN conference. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1094811.1094818.
Full textDickman, Peter, Mesaac Makpangou, and Marc Shapiro. "Contrasting fragmented objects with uniform transparent object references for distributed programming." In the 5th workshop. New York, New York, USA: ACM Press, 1992. http://dx.doi.org/10.1145/506378.506395.
Full textSchmidt, J., N. Hofemann, A. Haasch, J. Fritsch, and G. Sagerer. "Interacting with a mobile robot: Evaluating gestural object references." In 2008 IEEE/RSJ International Conference on Intelligent Robots and Systems. IEEE, 2008. http://dx.doi.org/10.1109/iros.2008.4650649.
Full textLu, Weibin, and Doris L. Carver. "An integrated object-oriented development approach by object relationship abstraction (abstract and references only)." In the 19th annual conference. New York, New York, USA: ACM Press, 1991. http://dx.doi.org/10.1145/327164.328792.
Full textSharp, M., and A. Rountev. "Static analysis of object references in RMI-based Java software." In 21st IEEE International Conference on Software Maintenance (ICSM'05). IEEE, 2005. http://dx.doi.org/10.1109/icsm.2005.84.
Full textLee, Sang-Bum, and Doris L. Carver. "Object-oriented design of distributed systems (abstract and references only)." In the 19th annual conference. New York, New York, USA: ACM Press, 1991. http://dx.doi.org/10.1145/327164.328794.
Full textAdmoni, Henny, Thomas Weng, and Brian Scassellati. "Modeling communicative behaviors for object references in human-robot interaction." In 2016 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2016. http://dx.doi.org/10.1109/icra.2016.7487510.
Full textBecker, Christoph, Sebastian Staamann, and Ralf Salomon. "Security Analysis of the Utilization of Corba Object References as Authorization Tokens." In 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing. IEEE, 2007. http://dx.doi.org/10.1109/isorc.2007.54.
Full textToledano, M. T. Higuera. "Allowing Cycles References among Scoped Memory Areas in the Real-Time Specification of Java." In 10th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing. IEEE, 2007. http://dx.doi.org/10.1109/isorc.2007.14.
Full textReports on the topic "Object references"
Ryan, V., R. Lee, and S. Seligman. Schema for Representing CORBA Object References in an LDAP Directory. RFC Editor, October 1999. http://dx.doi.org/10.17487/rfc2714.
Full textJohnston, Kenneth J., David Boboltz, Alan L. Fey, Ralph A. Gaume, and Norbert Zacharias. Astrophysics of Reference Frame Tie Objects. Fort Belvoir, VA: Defense Technical Information Center, January 2005. http://dx.doi.org/10.21236/ada432357.
Full textMontville, A., and D. Black. Enumeration Reference Format for the Incident Object Description Exchange Format (IODEF). RFC Editor, March 2015. http://dx.doi.org/10.17487/rfc7495.
Full textGriffin, Joshua D., Michael Scott Eldred, Monica L. Martinez-Canales, Jean-Paul Watson, Tamara Gibson Kolda, Brian M. Adams, Laura Painton Swiler, et al. DAKOTA, a multilevel parallel object-oriented framework for design optimization, parameter estimation, uncertainty quantification, and sensitivity analysis:version 4.0 reference manual. Office of Scientific and Technical Information (OSTI), October 2006. http://dx.doi.org/10.2172/895073.
Full textLambour, R. L. Calculation of Resident Space Object Color Temperature and Emissivity-Area from MSX SPIRIT III Infrared Data: Emissive Reference Sphere Results. Fort Belvoir, VA: Defense Technical Information Center, September 2002. http://dx.doi.org/10.21236/ada406599.
Full textELDRED, MICHAEL S., ANTHONY A. GIUNTA, BART G. VAN BLOEMEN WAANDERS, STEVEN F. WOJTKIEWICZ, JR, WILLIAM E. HART, and MARIO ALLEVA. DAKOTA, A Multilevel Parallel Object-Oriented Framework for Design Optimization, Parameter Estimation, Uncertainty Quantification, and Sensitivity Analysis Version 3.0 Reference Manual. Office of Scientific and Technical Information (OSTI), April 2001. http://dx.doi.org/10.2172/798492.
Full textEldred, Michael Scott, Keith R. Dalbey, William J. Bohnhoff, Brian M. Adams, Laura Painton Swiler, Patricia Diane Hough, David M. Gay, John P. Eddy, and Karen H. Haskell. DAKOTA : a multilevel parallel object-oriented framework for design optimization, parameter estimation, uncertainty quantification, and sensitivity analysis. Version 5.0, user's reference manual. Office of Scientific and Technical Information (OSTI), May 2010. http://dx.doi.org/10.2172/991841.
Full text