994 resultados para Java (Linguagem de programação de computador)
Resumo:
Meu objetivo é mostrar que as teses externalistas "os significados não estão na cabeça" e "os pensamentos não estão na cabeça" não implicam, necessariamente, a tese mais radical "a mente não está na cabeça". Trato dessa questão no âmbito do Externalismo Social de Tyler Burge e Lynne Baker, argumentando que a importância que esses pensadores atribuem à linguagem nas questões relativas à mente não significa, como uma leitura apressada poderia sugerir, a redução da mente à linguagem e, muito menos, a eliminação da mente. A minha conclusão é que o externalismo social linguístico não se constitui como uma estratégia eficaz de enfrentamento dos problemas da natureza da mente e de sua relação com o corpo.
Resumo:
O presente artigo pressupõe que contextos científicos se reduzem a contextos linguísticos e que, assumindo uma tese wittgensteiniana, portanto, "o mistério não está nas coisas; está no confuso modo que adotamos para falar delas". Os pressupostos epistemológicos de tal tese fundamentam-se em quatro características da razão mesma, a saber, que: o exercício racional se faz mediante conceitos, até certo ponto inexatos e vagos; os conceitos elaborados pela atividade racional constituem-se em categorias para o pensamento; a atividade racional é discursiva, isto é, fixa-se, expressa-se e comunica-se por meio da linguagem; e, por final, o produto final da atividade racional são os contextos racionais ou contextos científicos que são, na verdade, contextos linguísticos.
Resumo:
Este ensaio aplica o conceito de grandeza negativa, de Kant e Fichte, à filosofia da linguagem de Merleau-Ponty, reabrindo o diálogo com Saussure a partir da descoberta, em 1996, dos Écrits de Linguistique Generale, em uma Orangerie de Genebra. Valendo-se do último curso de Merleau-Ponty em vida, sobre A Origem da Geometria, de Husserl, trata-se de realçar o trabalho do negativo na linguagem, iluminado a partir de um refinado cruzamento: Merleau-Ponty (filosofia) e Saussure (linguística).
Resumo:
Partimos da afirmação de K.-O. Apel, repetida por João Maria André (1986, p. 400), de que "[...] é na ‘mística' do ‘logos' e na teologia negativa do Pseudo-Dionísio que, de modo determinante, Nicolau de Cusa irá beber os traços fundamentais da sua filosofia da linguagem". Com base no De filiatione Dei (1450) propomo-nos refletir sobre a relação fundamental e constitutiva entre o verbo mental humano e o Verbo ou Logos eterno. A importância desse texto, no âmbito do problema da linguagem em Nicolau de Cusa, é reconhecida por Casarella (1992) justamente por sua inflexão cristológica em relação aos primeiros sermões, pois, em oposição à reflexão intratrinitária dos sermões, a imagem humanamente visível de Cristo torna-se o espelho da linguagem, ou seja, em Cristo, vemos de modo perfeito o que pode ser expresso por meio da linguagem. O texto cusano é uma meditação sobre Jo, I, 12: "Mas a todos que o receberam deu o poder de se tornarem filhos de Deus: aos que creem em seu nome". Interessa-nos principalmente a meditação sobre os exemplos aduzidos por Nicolau de Cusa para explicitar de que modo colhemos a unidade divina intelectualmente, pois serão nesses exemplos ou enigmas que o autor pensará a relação constitutiva entre o verbo mental humano e o verbo mental inefável.
Resumo:
Este trabalho procura analisar criticamente a relação entre a surdez, a linguagem e a cultura, a partir de três referenciais teóricos básicos: a história, a abordagem multiculturalista e a relação normalidade-patologia, no sentido de questionar a integração social do indivíduo surdo, buscando superar a visão dicotômica e a-histórica que centra toda sua análise na divisão do meio social entre "sociedade ouvinte" e "comunidade surda".
Resumo:
The "Java Intelligent Tutoring System" (JITS) research project focused on designing, constructing, and determining the effectiveness of an Intelligent Tutoring System for beginner Java programming students at the postsecondary level. The participants in this research were students in the School of Applied Computing and Engineering Sciences at Sheridan College. This research involved consistently gathering input from students and instructors using JITS as it developed. The cyclic process involving designing, developing, testing, and refinement was used for the construction of JITS to ensure that it adequately meets the needs of students and instructors. The second objective in this dissertation determined the effectiveness of learning within this environment. The main findings indicate that JITS is a richly interactive ITS that engages students on Java programming problems. JITS is equipped with a sophisticated personalized feedback mechanism that models and supports each student in his/her learning style. The assessment component involved 2 main quantitative experiments to determine the effectiveness of JITS in terms of student performance. In both experiments it was determined that a statistically significant difference was achieved between the control group and the experimental group (i.e., JITS group). The main effect for Test (i.e., pre- and postiest), F( l , 35) == 119.43,p < .001, was qualified by a Test by Group interaction, F( l , 35) == 4.98,p < .05, and a Test by Time interaction, F( l , 35) == 43.82, p < .001. Similar findings were found for the second experiment; Test by Group interaction revealed F( 1 , 92) == 5.36, p < .025. In both experiments the JITS groups outperformed the corresponding control groups at posttest.
Resumo:
Ordered to be printed 10th May 1813.
Resumo:
Ordered to be printed 10th May 1813.
Resumo:
UANL
Resumo:
Traditionnellement, les applications orientées objets légataires intègrent différents aspects fonctionnels. Ces aspects peuvent être dispersés partout dans le code. Il existe différents types d’aspects : • des aspects qui représentent des fonctionnalités métiers ; • des aspects qui répondent à des exigences non fonctionnelles ou à d’autres considérations de conception comme la robustesse, la distribution, la sécurité, etc. Généralement, le code qui représente ces aspects chevauche plusieurs hiérarchies de classes. Plusieurs chercheurs se sont intéressés à la problématique de la modularisation de ces aspects dans le code : programmation orientée sujets, programmation orientée aspects et programmation orientée vues. Toutes ces méthodes proposent des techniques et des outils pour concevoir des applications orientées objets sous forme de composition de fragments de code qui répondent à différents aspects. La séparation des aspects dans le code a des avantages au niveau de la réutilisation et de la maintenance. Ainsi, il est important d’identifier et de localiser ces aspects dans du code légataire orienté objets. Nous nous intéressons particulièrement aux aspects fonctionnels. En supposant que le code qui répond à un aspect fonctionnel ou fonctionnalité exhibe une certaine cohésion fonctionnelle (dépendances entre les éléments), nous proposons d’identifier de telles fonctionnalités à partir du code. L’idée est d’identifier, en l’absence des paradigmes de la programmation par aspects, les techniques qui permettent l’implémentation des différents aspects fonctionnels dans un code objet. Notre approche consiste à : • identifier les techniques utilisées par les développeurs pour intégrer une fonctionnalité en l’absence des techniques orientées aspects • caractériser l’empreinte de ces techniques sur le code • et développer des outils pour identifier ces empreintes. Ainsi, nous présentons deux approches pour l’identification des fonctionnalités existantes dans du code orienté objets. La première identifie différents patrons de conception qui permettent l’intégration de ces fonctionnalités dans le code. La deuxième utilise l’analyse formelle de concepts pour identifier les fonctionnalités récurrentes dans le code. Nous expérimentons nos deux approches sur des systèmes libres orientés objets pour identifier les différentes fonctionnalités dans le code. Les résultats obtenus montrent l’efficacité de nos approches pour identifier les différentes fonctionnalités dans du code légataire orienté objets et permettent de suggérer des cas de refactorisation.
Resumo:
Mémoire numérisé par la Division de la gestion de documents et des archives de l'Université de Montréal
Resumo:
This work aims to study the variation in subduction zone geometry along and across the arc and the fault pattern within the subducting plate. Depth of penetration as well as the dip of the Benioff zone varies considerably along the arc which corresponds to the curvature of the fold- thrust belt which varies from concave to convex in different sectors of the arc. The entire arc is divided into 27 segments and depth sections thus prepared are utilized to investigate the average dip of the Benioff zone in the different parts of the entire arc, penetration depth of the subducting lithosphere, the subduction zone geometry underlying the trench, the arctrench gap, etc.The study also describes how different seismogenic sources are identified in the region, estimation of moment release rate and deformation pattern. The region is divided into broad seismogenic belts. Based on these previous studies and seismicity Pattern, we identified several broad distinct seismogenic belts/sources. These are l) the Outer arc region consisting of Andaman-Nicobar islands 2) the back-arc Andaman Sea 3)The Sumatran fault zone(SFZ)4)Java onshore region termed as Jave Fault Zone(JFZ)5)Sumatran fore arc silver plate consisting of Mentawai fault(MFZ)6) The offshore java fore arc region 7)The Sunda Strait region.As the Seismicity is variable,it is difficult to demarcate individual seismogenic sources.Hence, we employed a moving window method having a window length of 3—4° and with 50% overlapping starting from one end to the other. We succeeded in defining 4 sources each in the Andaman fore arc and Back arc region, 9 such sources (moving windows) in the Sumatran Fault zone (SFZ), 9 sources in the offshore SFZ region and 7 sources in the offshore Java region. Because of the low seismicity along JFZ, it is separated into three seismogenic sources namely West Java, Central Java and East Java. The Sunda strait is considered as a single seismogenic source.The deformation rates for each of the seismogenic zones have been computed. A detailed error analysis of velocity tensors using Monte—Carlo simulation method has been carried out in order to obtain uncertainties. The eigen values and the respective eigen vectors of the velocity tensor are computed to analyze the actual deformation pattem for different zones. The results obtained have been discussed in the light of regional tectonics, and their implications in terms of geodynamics have been enumerated.ln the light of recent major earthquakes (26th December 2004 and 28th March 2005 events) and the ongoing seismic activity, we have recalculated the variation in the crustal deformation rates prior and after these earthquakes in Andaman—Sumatra region including the data up to 2005 and the significant results has been presented.ln this chapter, the down going lithosphere along the subduction zone is modeled using the free air gravity data by taking into consideration the thickness of the crustal layer, the thickness of the subducting slab, sediment thickness, presence of volcanism, the proximity of the continental crust etc. Here a systematic and detailed gravity interpretation constrained by seismicity and seismic data in the Andaman arc and the Andaman Sea region in order to delineate the crustal structure and density heterogeneities a Io nagnd across the arc and its correlation with the seismogenic behaviour is presented.
Resumo:
L’objectiu d’aquest projecte és realitzar l’anàlisi, disseny i implementació d’una nova eina per analitzar les diferencies entre el paper que s’està produint i les mostres de referència, que millori els resultats obtinguts pel prototipus anterior i faciliti la interpretació dels resultats obtinguts, per part dels operaris de l’empresa. Partint de dos imatges escannejades que anomenem patró i mostra, que corresponen respectivament a les imatges de referència i de la mostra de producció
Resumo:
L’objectiu d’aquest projecte final de carrera és millorar les prestacions de la cel·la de fabricació actual duent a terme les següents fites: integració d’un sistema de visió artificial a la plataforma. Aquest sistema ha de permetre la detecció i anàlisi dels objectes transportats, augmentant les seves possibilitats de manipulació i classificació. Es pretén eliminar la restricció actual que obliga a col•locar les peces en una posició fixa de la safata de transport; control centralitzat del procés a través d’un ordinador. El procés serà operat a través d’un computador industrial, el qual controlarà els diferents sistemes que componen la cel·la per tal que duguin a terme les seves funcions de forma coordinada; disseny i implementació d’una API del sistema. Es desenvoluparà la llibreria de control del sistema per tal de facilitar la programació del procés