Academic literature on the topic 'Aspect'

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 'Aspect.'

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 "Aspect"

1

McNeill, David. "Aspects of aspect." Gesture 3, no. 1 (October 16, 2003): 1–17. http://dx.doi.org/10.1075/gest.3.1.02mcn.

Full text
Abstract:
Performing an action and concurrently describing it creates possibilities for observing how speech and action are synchronized and mutually shape each other. The results to be described show that iconicity is an organizing principle of motion control — actions are performed in relation to speech in such a way as to create an image of the meaning in part. Four English-speaking subjects described their goal-directed actions, step by step, as they assembled a small aquarium. Among the factors observed to have an impact on synchrony are, in speech, perfectivity (imperfective or perfective) and, in action, the logical form of the action (Vendler’s activities, accomplishments and achievements). These factors must be considered jointly. Depending on the logical form, speakers placed the linguistic center (‘L-Center’) of the description — the satellite or a preposition in the case of activities and accomplishments; the verb itself in the case of achievements — in such a way as to recreate the aspectual viewpoint concurrently encoded in speech. Imperfective aspect was indexed with progressive verbs. L-Centers with this aspect were placed inside or prior to the completion of the action. Perfective aspect was indexed with non-progressive verbs. L-Centers of this kind were placed after the action. In addition, the actions themselves were longer with imperfective aspect, even when the same logical form of action was involved. Non-functional movements were added to goal-directed actions to help create the imperfective aspect, and both speech and action timing were adjusted to create the aspectual viewpoint. These patterns are reminiscent of the perfectivity differences in gesture performance described by S. Duncan (2003) for Mandarin and English. Motor movements adapt to language in a way similar to gestures. Theoretically, there is a three-sided synchrony of two forms of motor action (speech, manual manipulation) and the logical form of the action. The theoretical discussion considers two ramifications: the implications for ‘cognitive being’ of building aspect into action, which suggests a mechanism of the mutual shaping of speech and action; and the brain organization that might underlie the three-sided synchrony, with emphasis on the role of BA 44 and BA 45 (‘mirror neurons’), collectively ‘Broca’s Area’, in the orchestration of actions under some meaning (actions of gesture, manipulation, and speech); these areas include language but are broader in function than the classical term ‘language area’ implies.
APA, Harvard, Vancouver, ISO, and other styles
2

Colyer, A., and A. Clement. "Aspect-oriented programming with AspectJ." IBM Systems Journal 44, no. 2 (2005): 301–8. http://dx.doi.org/10.1147/sj.442.0301.

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

Cover, Rebecca T. "Modal aspects of Badiaranke aspect." Lingua 121, no. 8 (June 2011): 1315–43. http://dx.doi.org/10.1016/j.lingua.2010.12.010.

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

Andrade, Carlos A. R., André L. M. Santos, and Paulo H. M. Borba. "AspectH: Uma Extensão Orientada a Aspectos de Haskel." Revista de Informática Teórica e Aplicada 11, no. 2 (December 20, 2004): 21–32. http://dx.doi.org/10.22456/2175-2745.5980.

Full text
Abstract:
This paper presents an extension of the Haskell programming language with the objective of improving modularization of functional programs. This extension, AspectH, extends Haskell with aspect oriented concepts. AspectH implements Aspect-Oriented Programming (AOP) through pointcuts and advice, like in AspectJ, and was designed to be used in Haskell programs that use monads. Keywords: Aspect-oriented programming, functional programming, Haskell, monads
APA, Harvard, Vancouver, ISO, and other styles
5

Nesset, Tore. "Metonymy of Aspect/Aspects of Metonymy." Scando-Slavica 55, no. 1 (November 2009): 65–77. http://dx.doi.org/10.1080/00806760903175409.

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

Vidal Silva, Cristian, Rodrigo Saens, Carolina Del Río, and C. Villarroel. "OOAspectZ and aspect-oriented UML class diagrams for Aspect-oriented software modelling (AOSM)." Ingeniería e Investigación 33, no. 3 (September 1, 2013): 66–71. http://dx.doi.org/10.15446/ing.investig.v33n3.41048.

Full text
Abstract:
Regarding modularised software development, Aspect-oriented programming (AOP) identifies and represents individually crosscutting concerns during the software development cycle's programming stage. This article proposes and applies OOAspectZ to formal Aspect-oriented requirement specifications for prior stages of the software development cycle. It particularly concerns requirement specification and the structural design of data and behaviour, along with describing and applying Aspect-oriented UML class diagrams to designing classes, aspects and associations among classes and aspects during Aspect-oriented software development (AOSD). OOAspectZ is a language integrating both Object-Z and AspectZ formal languages whereas Aspect-oriented UML class diagrams represent AOP code, object class and crosscutting concern class structure by means of stereotypes. This article shows and applies the main OOAspectZ and AO UML class diagram characteristics to Aspect-oriented software modelling (AOSM) using a classic example of AOP. Ideas for future work concerning an actual AOP version are also indicated.
APA, Harvard, Vancouver, ISO, and other styles
7

Colyer, A. "Review: AspectJ in Action--Practical Aspect-Oriented Programming * Ramnivas Laddad: AspectJ in Action--Practical Aspect-Oriented Programming." Computer Journal 47, no. 1 (January 1, 2004): 134–35. http://dx.doi.org/10.1093/comjnl/47.1.134-a.

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

Ghareb, Mazen Ismaeel, and Gary Allen. "IMPROVING THE DESIGN AND IMPLEMENTATION OF SOFTWARE SYSTEMS USES ASPECT ORIENTED PROGRAMMING." Journal of University of Human Development 1, no. 3 (August 31, 2015): 362. http://dx.doi.org/10.21928/juhd.v1n3y2015.pp362-368.

Full text
Abstract:
Aspect Oriented Programming (AOP) is a technique used to enhance the separation of concern in software design and implementation. To implement AOP developers most commonly use AspectJ, an extension of the Java language. In order to represent the separation of concerns a new design technique is needed for modeling of aspects. Aspect Oriented Design language (ASDL) is a design notation could build on the existing design language UML. It is capable of supporting many aspects-oriented languages. This research aims to investigate where developers can use aspect-oriented programming in the software development process. This includes how to identify Aspects in the design stage, then how they can be applied in the implementation process in software development. This will lead to improve modularity and reusability of the software. The paper will be a position paper abut Aspect Oriented Software Design, also will investigate several case studies of the design and implementation of a software application that shows how we can identify the Aspect in the process.
APA, Harvard, Vancouver, ISO, and other styles
9

Ghanem, Kinan, Haysam Al-Radwan, and Ahmad Ahmad. "The Effect of Overlapping Area on Ping-Pong Handover in LTE Networks." Journal of University of Human Development 1, no. 3 (August 31, 2015): 369. http://dx.doi.org/10.21928/juhd.v1n3y2015.pp369-375.

Full text
Abstract:
Aspect Oriented Programming (AOP) is a technique used to enhance the separation of concern in software design and implementation. To implement AOP developers most commonly use AspectJ, an extension of the Java language. In order to represent the separation of concerns a new design technique is needed for modeling of aspects. Aspect Oriented Design language (ASDL) is a design notation could build on the existing design language UML. It is capable of supporting many aspects-oriented languages. This research aims to investigate where developers can use aspect-oriented programming in the software development process. This includes how to identify Aspects in the design stage, then how they can be applied in the implementation process in software development. This will lead to improve modularity and reusability of the software. The paper will be a position paper abut Aspect Oriented Software Design, also will investigate several case studies of the design and implementation of a software application that shows how we can identify the Aspect in the process.
APA, Harvard, Vancouver, ISO, and other styles
10

Santhi, K., G. Zayaraz, and V. Vijayalakshmi. "Resolving Aspect Dependencies for Composition of Aspects." Arabian Journal for Science and Engineering 40, no. 2 (November 26, 2014): 475–86. http://dx.doi.org/10.1007/s13369-014-1454-3.

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

Dissertations / Theses on the topic "Aspect"

1

Panitsa, G. "Aspects of aspect : the acquisition of viewpoint and situation aspect in Modern Greek." Thesis, University College London (University of London), 2010. http://discovery.ucl.ac.uk/118204/.

Full text
Abstract:
This thesis describes the acquisition of aspect in Modern Greek. The morphology, syntax and semantics of aspect are presented and discussed. We look especially at C. Smith's theory of viewpoint and situation aspect. Smith's situation aspect theory is based on the Vendlerian classification of verb phrases into Activity, Achievement, Accomplishment and State; plus a category of Semelfactives. As aspect is a property of the whole verb phrase, and in the light of its ‘interaction’ with aspectual adverbials, aspectual coercion is discussed. Further, we look at the role of adverbial expressions in the determination of aspect and at the positioning of aspectual adverbials in children’s grammars. The continuity and the maturation hypotheses are discussed in developing a theory of the acquisition of aspect and children's awareness and mastery of the system is examined. We carried out two experiments at a nursery school in Greece to look at viewpoint and situation aspect and their interaction in children's grammars. The first was a sentence-picture matching task and the second an elicited imitation task. We investigated patterns in the acquisition of viewpoint aspect by the children and how these were affected by situation aspect across the ages. It is shown that the way children combine aspectual adverbials with verbs marked for viewpoint aspect provides insights into their acquisition of the semantics of aspect. This is further looked at in terms of the means children employ towards an adult target response: omission of the aspectual adverbial; changing of the aspectual marking on the verb, substitution of one aspectual adverbial for another one. Regarding the positioning of aspectual adverbials in children’s grammars, it is found that they place them in immediately post-verbal position. Finally we examined children's comprehension of the semantics of perfective vs imperfective viewpoint aspect and their ability to successfully combine aspectual adverbials with verbs set for the perfective or imperfective value.
APA, Harvard, Vancouver, ISO, and other styles
2

Loughran, Neil Anthony. "Framed aspects-A generative variability approach for aspect-oriented programming." Thesis, Lancaster University, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.536014.

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

Lucas, Peter. "Aspect-fascination." Thesis, Lancaster University, 1998. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.268006.

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

Kiyota, Masaru. "Situation aspect and viewpoint aspect : from Salish to Japanese." Thesis, University of British Columbia, 2008. http://hdl.handle.net/2429/586.

Full text
Abstract:
This thesis investigates lexical and grammatical aspect in two unrelated languages, Sencoten(the Saanich dialect of Straits Salish) and Japanese. In particular, the main focus is on how various perfect readings are derived in the two languages, which show striking similarities in this respect. In Sencoten, a particle kwlh yields various readings depending on the situation aspect and viewpoint aspect of the predicate with which it occurs (Kiyota 2006b). These various readings include an inceptive reading, an on-going situation reading, and a completion reading. The Japanese aspectual marker -tei- also induces a range of different readings: a progressive reading, a resultant state reading, and a perfect reading (Ogihara 1998a, Nishiyama 2006, a.o.). To account for these various readings, I propose that both kwlh in Sencoten and -tei- in Japanese are perfect markers. However, the actual semantic function of each is different: kwlh in Sencoten introduces a perfect time span (Pancheva 2003), whereas -tei- in Japanese denotes an anteriority relation between an event time and a reference time (Reichenbach 1947, Klein 1992, 1994), where the event time can be the time interval of a sub-event of a larger event. -Tei- also has a pragmatic component (or presupposition), just as Portner (2003) claims for the English perfect. Aspectual properties of predicates also play a crucial role in yielding the range of different readings. Therefore, this thesis also proposes a new aspectual classification of predicates in Sencoten and Japanese, which departs from the common classification of predicates based on Indo-European languages. In Sencoten, various readings are derived by interaction between the semantics of verbal predicates (i.e. lexical aspect), the semantics of the grammatical aspect (perfective or imperfective), and the semantics (and possibly pragmatics) of the perfect. In Japanese, the range of interpretations is due to interaction between the semantics of verbal aspect, the function of an adverb, and the semantics and pragmatics of the perfect. In other words, the same factors enter into my analysis of both Sencoten and Japanese, though there is one striking difference between the two languages: the perfective/imperfective opposition is involved in Sencoten, but not in Japanese.
APA, Harvard, Vancouver, ISO, and other styles
5

Hameed, Faysal, and Mohammad Ejaz. "Model for conflict resolution in aspects within Aspect Oriented Requirement engineering." Thesis, Blekinge Tekniska Högskola, Avdelningen för för interaktion och systemdesign, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-5292.

Full text
Abstract:
Requirement engineering is the most important phase within the software development phases since it is used to extract requirements from the customers which are used by the next phases for designing and implementation of the system. Because of its importance, this thesis focuses on the term aspect oriented requirement engineering, which is the first phase in aspect oriented software development used for the identification and representation of requirements gathered in the form of concerns. Besides the overall explanation of aspect oriented requirement engineering phase, detail attention is given to a specific activity within AORE phase called conflict resolution. Several techniques proposed for conflict resolution between aspects is discussed along with an attempt to give a new idea in the form of an extension of the already proposed model for conflict resolution. The need for extension to the already proposed model is justified by the use of a case study which is applied on both the models i.e. on the original model and on the extended model to compare the results.
Krav engineering är den viktigaste fasen inom mjukvaruutveckling faser eftersom det är användas för utvinning av krav från kunder som används av de följande faserna för utformning och genomförandet av systemet. På grund av dess betydelse, denna avhandling fokuserar på sikt aspekt orienterade krav på teknik, som är den första fasen i aspekt Orienten mjukvaran utveckling används för identifiering och representation krav som samlats in i form av oro. Förutom det övergripande förklaring av aspekt oriented Kravet tekniska fasen, detalj uppmärksamhet ges till en specifik verksamhet inom AORE fasen kallas konfliktlösning. Flera metoder som föreslås för konfliktlösning mellan aspekter diskuteras tillsammans med ett försök att ge en ny idé i form av en utvidgning av redan föreslagna modellen för konflikt resolution. Behovet av förlängning av redan föreslagna modellen är motiverad av att använda en fallstudie som appliceras på båda modellerna dvs i den ursprungliga modellen och om den utvidgade modell för att jämföra resultat.
faysal_hameed@hotmail.com, ijazbutt1@hotmail.com
APA, Harvard, Vancouver, ISO, and other styles
6

Yim, Chau Yin Jenny. "The interaction of viewpoint aspect and situation aspect in Cantonese." HKBU Institutional Repository, 1998. http://repository.hkbu.edu.hk/etd_ra/104.

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

Ignjatović, Mihajlo. "Nominalization and aspect." Doctoral thesis, Universitat Pompeu Fabra, 2016. http://hdl.handle.net/10803/385354.

Full text
Abstract:
This dissertation contains three studies, which explore various questions about verbal aspect and how it is affected by the process of nominalization. The first study examines the type of regular eventive nominalizations in Slavic and Germanic languages, which comprise verbal and resultative nouns. It is shown that the availability of these nominalization types depends on how the values of two aspectual parameters are set up in particular languages. The second study deals with English -er, and French -eur deverbal nouns, which denote external arguments. Four different types of reading are recognized for these nouns: episodic, habitual, dispositional, and occupational/instrument readings. The observed variation is accounted for by means of the notion of a stage of an individual or a kind. The last study investigates in more detail the meaning of resultative nominals. They are claimed to have a meaning which parallels that of the perfect aspect in the sentential domain. The overall conclusion is that aspect plays a significant role in the semantics of deverbal nominals.
Aquesta tesi ofereix tres estudis que exploren diverses qüestions sobre l’aspecte verbal i come està afectat pel procés de nominalització. El primer estudi examina les nominalitzacions eventives regulars les llengües eslaves i germàniques, específicament els noms verbals i resultatius. Es mostra que la possibilitat d’aquests tipus de nominalitzacions depèn de com els valors de dos paràmetres aspectuals es configuren en llengües concretes. El segon estudi se centra en els noms deverbals en -er d’anglès i en -eur de francès, que denoten arguments externs. S’identifica quatre intepretacions diferents per aquests noms: episòdica, habitual, de disposició, i ocupacional / instrument. La variació observada s’explica mitjançant la noció d’estadi (stage) d’un individu o d’una classe d’individus (kind). L’últim estudi investiga amb més detall el significat dels nominals resultatius. S’argumenta que aquests nominalitzacions tenen un significat paral·lel a la de l’aspecte perfecte en el domini oracional. La conclusió global de la tesi és que aspecte juga un paper fonamental en la semàntica dels noms deverbals.
APA, Harvard, Vancouver, ISO, and other styles
8

Vincent, Audra Mona Marie. "Coeur d'Alene aspect." Thesis, University of British Columbia, 2014. http://hdl.handle.net/2429/50115.

Full text
Abstract:
This thesis examines the grammatical aspect markers of an extremely endangered language, Coeur d’Alene. Coeur d’Alene is a Southern Interior Salish language spoken by two remaining fluent speakers in Northern Idaho. The Coeur d’Alene aspect system has not previously been subject to a formal analysis. There are three grammatical aspects in the language, traditionally called the completive (∅), customary (ʔec-) and continuative (ʔic-). In this thesis I reanalyze the completive as a standard perfective, the customary as a general imperfective and the continuative as a progressive. The thesis provides data on the different readings that these grammatical aspects induce on the four Vendlerian verb classes of activities, states, accomplishments and achievements. I adopt the semantics used by Bar-el (2005), who follows the formal model of aspect laid out by Rothstein (2004) to analyze the Squamish language.
Arts, Faculty of
Linguistics, Department of
Graduate
APA, Harvard, Vancouver, ISO, and other styles
9

Zhang, Dehua. "Aspect impact analysis." Thesis, McGill University, 2009. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=40813.

Full text
Abstract:
One of the major challenges in aspect-oriented programming is that aspects may have unintended impacts on a base program. Thus, it is important to develop techniques and tools that can both summarize the impacts and provide information about the causes of the impacts. This thesis presents impact analyses for AspectJ. Our approach detects different ways advice and inter-type declarations interact and interfere with the base program and focuses on four kinds of impacts, \emph{state impacts} which cause changes of state in the base program, \emph{computation impacts} which cause changes in functionality by adding, removing or replacing computations of the base program, \emph{shadowing impacts} which cause changes of field reference in the base program, and \emph{lookup impacts} which cause changes of method lookup in the base program. We provide a classification scheme for these kinds of impacts and then develop a set of static analyses to estimate these impacts. A key feature of our approach is the use of points-to analysis to provide more accurate estimates. Further, our analysis results allow us to trace back to find the causes of the impacts. We have implemented our techniques in the AspectBench compiler. By implementing them in an AspectJ compiler, all kinds of pointcuts, advice and inter-type declarations can be analyzed. We also have integrated these analyses into an AspectJ IDE and provided a two-way navigation between impacts and program source code. In addition, we have carried out experiments on example programs and benchmarks to investigate the results of our analyses.
L'un des principaux d\'efis de la programmation orient\'ee aspect est queles aspects peuvent avoir des effets non voulus sur le programme debase. Il est donc important de d\'evelopper des techniques et des outilsqui peuvent mesurer les impacts et fournir des informations sur ce genrede ph\'enom\`ene. Cette th\`ese pr\'esente des analyses d'impact pour AspectJ.Notre approche examines les diff\'erentes voies par lesquelles les aspectspeuvent interagir avec le programme de base et se concentre sur quatretypes d'impacts, \emph{les impacts d'\'etat} qui provoquent deschangements d'\'etat dans le programme de base, \emph{les impacts decalcul} qui provoquent des changements au niveau des fonctions parl'ajout, la suppression ou le remplacement de calculs le programme debase, \emph{les impacts d'ombres} qui provoquent des changements dedomaine r\'ef\'erences dans le programme de base et \emph{les impacts der\'ef\'erence} qui provoquent des changements au niveau des m\'ethodesr\'ef\'erenc\'ees.Nous offrons un syst\'eme de classification pour ces types d'impacts etd\'eveloppons une s\'erie d'analyses statiques pour \'evaluer ces impacts. Un\'el\'ement cl\'e de notre approche est l'utilisation d'analyses de pointeursafin de fournir des estimations plus pr\'ecises. En outre, nos r\'esultatsd'analyse nous permettent de remonter plus loin et de trouver les causesde ces impacts.Nous avons mis en place nos techniques dans le compilateur AspectBenchpour AspectJ. En les appliquant dans un compilateur AspectJ, plusieurssortes de d\'eclarations peuvent \^etre analys\'ees. Nous avons \'egalementint\'egr\'e ces des analyses dans un environnement de d\'eveloppement AspectJet avons fourni une navigation bidirectionnelle entre les impacts et lecode source. En outre, nous avons proc\'ed\'e \`a des exp\'eriences sur desprogrammes de test pour d\'emontrer les r\'esultats d'analyses typiques.
APA, Harvard, Vancouver, ISO, and other styles
10

Clarke, Melody. "Aspect and polarity." Thesis, University of York, 2002. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.412636.

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

Books on the topic "Aspect"

1

Kiselev, Ivan. Aspect-oriented programming using AspectJ. Indianapolis, Ind: Sams, 2003.

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

Kiselev, Ivan. Aspect-oriented programming with AspectJ. Indianapolis, IN: SAMS, 2003.

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

Kiselev, Ivan. Aspect-Oriented Programming with AspectJ. Upper Saddle River: Pearson Education, 2005.

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

González, Paz González. Aspects on aspect: Theory and applications of grammatical aspect in Spanish. Utrecht: LOT, 2003.

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

Laddad, Ramnivas. AspectJ in action: Practical aspect-oriented programming. Greenwich, CT: Manning, 2003.

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

Gradecki, Joe. Mastering AspectJ: Aspect-oriented programming in Java. Indianapolis, Ind: Wiley, 2003.

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

Payne, Doris L., and Shahar Shirtz, eds. Beyond Aspect. Amsterdam: John Benjamins Publishing Company, 2015. http://dx.doi.org/10.1075/tsl.109.

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

Travis, Lisa deMena. Inner Aspect. Dordrecht: Springer Netherlands, 2010. http://dx.doi.org/10.1007/978-90-481-8550-4.

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

Adrian, Colyer, ed. Eclipse Aspectj: Aspect-oriented programming with Aspectj and the Eclipse Aspectj development tools. Upper Saddle River, NJ: Addison-Wesley, 2005.

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

Borik, Olga. Aspect and Reference time =: Aspect en Referentietijd ... : proefschrift ... Utrecht: LOT, 2002.

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

Book chapters on the topic "Aspect"

1

Pereltsvaig, Asya. "Aspect Lost, Aspect Regained." In Studies in Natural Language and Linguistic Theory, 369–95. Dordrecht: Springer Netherlands, 2005. http://dx.doi.org/10.1007/1-4020-3033-9_16.

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

Soh, Hooi Ling. "Aspect." In The Handbook of Chinese Linguistics, 126–55. Hoboken, USA: John Wiley & Sons, Inc., 2014. http://dx.doi.org/10.1002/9781118584552.ch6.

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

Rogeau, Marie-Pierre. "Aspect." In Encyclopedia of Wildfires and Wildland-Urban Interface (WUI) Fires, 1–3. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-51727-8_109-1.

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

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

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

Rogeau, Marie-Pierre. "Aspect." In Encyclopedia of Wildfires and Wildland-Urban Interface (WUI) Fires, 16–19. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-319-52090-2_109.

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

Ross, Claudia, Jing-Heng Sheng Ma, Pei-Chia Chen, Baozhang He, and Meng Yeh. "Aspect." In Modern Mandarin Chinese Grammar, 98–106. 3rd ed. London: Routledge, 2023. http://dx.doi.org/10.4324/9781003335078-18.

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

Ross, Claudia, Jing-Heng Sheng Ma, Baozhang He, Pei-Chia Chen, and Meng Yeh. "Aspect." In Modern Mandarin Chinese Grammar Workbook, 53–56. 3rd ed. London: Routledge, 2023. http://dx.doi.org/10.4324/9781003334521-18.

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

Wang, Li. "Aspect." In Modern Chinese Grammar II, 84–104. London: Routledge, 2022. http://dx.doi.org/10.4324/9781003313564-6.

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

Cui, Songren, and Kuo-ming Sung. "Aspect." In A Reference Grammar for Teaching Chinese, 117–74. Singapore: Springer Singapore, 2021. http://dx.doi.org/10.1007/978-981-33-4207-1_4.

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

Filip, Hana. "Aspect." In Aspect, Eventuality Types and Nominal Reference, 157–224. New York: Routledge, 2022. http://dx.doi.org/10.4324/9780203827413-5.

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

Conference papers on the topic "Aspect"

1

Roussinov, Dmitri. "Aspect presence verification conditional on other aspects." In Proceeding of the 33rd international ACM SIGIR conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1835449.1835655.

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

Kotrappa, S., and Prakash J. Kulkarni. "Multilevel Security Using Aspect Oriented Programming AspectJ." In 2010 International Conference on Advances in Recent Technologies in Communication and Computing (ARTCom). IEEE, 2010. http://dx.doi.org/10.1109/artcom.2010.87.

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

Chen, Shengyen Tony, David Borland, Marc Russo, Ryan Grady, and James Minogue. "ASPECT." In CHI PLAY '14: The annual symposium on Computer-Human Interaction in Play. New York, NY, USA: ACM, 2014. http://dx.doi.org/10.1145/2658537.2661319.

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

Gawronska, Barbara. "Aspect." In the 14th conference. Morristown, NJ, USA: Association for Computational Linguistics, 1992. http://dx.doi.org/10.3115/992133.992171.

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

Cavallaro, Luca, and Mattia Monga. "Unweaving the impact of aspect changes in AspectJ." In the 2009 workshop. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1509837.1509842.

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

Wampler, Dean. "Aspect-Oriented Design in Java/AspectJ and Ruby." In 29th International Conference on Software Engineering. IEEE, 2007. http://dx.doi.org/10.1109/icsecompanion.2007.22.

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

Cai, Hongli, Yang Zhang, Xianlin Zhou, Jing Peng, and Jianliang Wang. "Aspect-oriented Requirement and Reuse Aspect." In 2009 International Conference on Computational Intelligence and Natural Computing (CINC). IEEE, 2009. http://dx.doi.org/10.1109/cinc.2009.172.

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

Kama, Batuhan, Murat Ozturk, Pinar Karagoz, I. Hakki Toroslu, and Murat Kalender. "Analyzing Implicit Aspects and Aspect Dependent Sentiment Polarity for Aspect-based Sentiment Analysis on Informal Turkish Texts." In MEDES '17: The 9th International Conference on Management of Digital EcoSystems. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3167020.3167041.

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

Horie, Michihiro, and Shigeru Chiba. "Aspect-oriented generation of the API documentation for AspectJ." In the 4th workshop. New York, New York, USA: ACM Press, 2009. http://dx.doi.org/10.1145/1509307.1509313.

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

Wang, Yanqing, Gufeng Shen, and Liangyu Hu. "Importance Evaluation of Movie Aspects: Aspect-Based Sentiment Analysis." In 2020 5th International Conference on Mechanical, Control and Computer Engineering (ICMCCE). IEEE, 2020. http://dx.doi.org/10.1109/icmcce51767.2020.00527.

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

Reports on the topic "Aspect"

1

Kiczales, Gregor, James Hugunin, Erik Hilsdale, Mik Kersten, and Jeff Palm. Aspect Oriented Programming. Fort Belvoir, VA: Defense Technical Information Center, July 2003. http://dx.doi.org/10.21236/ada417906.

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

Shah, Viren. An Aspect-Oriented Security Assurance Solution. Fort Belvoir, VA: Defense Technical Information Center, October 2003. http://dx.doi.org/10.21236/ada419305.

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

Metzinger, Kurt. Hex Element Aspect Ratio and Formulation. Office of Scientific and Technical Information (OSTI), July 2019. http://dx.doi.org/10.2172/1762928.

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

Becker, Marcel, and Douglas R. Smith. ACES: Aspect-Oriented Composition of Embedded Systems. Fort Belvoir, VA: Defense Technical Information Center, February 2004. http://dx.doi.org/10.21236/ada440726.

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

Zheng, S. B., A. J. Wootton, and E. R. Solano. A tokamak equilibrium with arbitrary aspect ratio. Office of Scientific and Technical Information (OSTI), July 1995. http://dx.doi.org/10.2172/468594.

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

Carreras, B. A., V. E. Lynch, N. Dominguez, J. N. Leboeuf, and J. F. Lyon. Confinement improvement of low-aspect-ratio torsatrons. Office of Scientific and Technical Information (OSTI), March 1989. http://dx.doi.org/10.2172/6356506.

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

Ellis, Brian J., and John A. Stankovic. Aspect Suite Automation for Embedded Mission Systems. Fort Belvoir, VA: Defense Technical Information Center, March 2005. http://dx.doi.org/10.21236/ada435021.

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

Redwing, Joan, Tom Mallouk, Theresa Mayer, Elizabeth Dickey, and Chris Wronski. High Aspect Ratio Semiconductor Heterojunction Solar Cells. Office of Scientific and Technical Information (OSTI), May 2013. http://dx.doi.org/10.2172/1350042.

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

H.E. Mynick, R.B. White, and D.A. Gates. Omniclassical Diffusion in Low Aspect Ratio Tokamaks. Office of Scientific and Technical Information (OSTI), March 2004. http://dx.doi.org/10.2172/827764.

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

Battema, Robert G. Accountability: The Most Underappreciated Aspect of Command. Fort Belvoir, VA: Defense Technical Information Center, February 2012. http://dx.doi.org/10.21236/ad1018601.

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