978 resultados para Introductory computer programming


Relevância:

20.00% 20.00%

Publicador:

Resumo:

L'objectiu del projecte és la realització d'una eina capaç de traduir el pseudocodi al llenguatge de programació Java, utilitzant la programació orientada a objectes. S'obté un programa en Java del qual es podrà comprovar el seu bon funcionament, tot compilant-lo amb qualsevol compilador estàndard de Java com el distribuït per Sun Microsystems. El projecte està basat en teories de llenguatges i creació d'autòmats reconeixedors de gramàtiques, ja que són els fonaments per tal de realitzar un compilador/traductor. En el traductor s'implementa tant l'anàlisi lèxica, com la sintàctica i la semàntica. Les etapes de generació de codi intermedi, optimització i generació de codi final són substituïdes per la generació de codi Java

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Large projects evaluation rises well known difficulties because -by definition- they modify the current price system; their public evaluation presents additional difficulties because they modify too existing shadow prices without the project. This paper analyzes -first- the basic methodologies applied until late 80s., based on the integration of projects in optimization models or, alternatively, based on iterative procedures with information exchange between two organizational levels. New methodologies applied afterwards are based on variational inequalities, bilevel programming and linear or nonlinear complementarity. Their foundations and different applications related with project evaluation are explored. As a matter of fact, these new tools are closely related among them and can treat more complex cases involving -for example- the reaction of agents to policies or the existence of multiple agents in an environment characterized by common functions representing demands or constraints on polluting emissions.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Positron emission tomography is a functional imaging technique that allows the detection of the regional metabolic rate, and is often coupled with other morphological imaging technique such as computed tomography. The rationale for its use is based on the clearly demonstrated fact that functional changes in tumor processes happen before morphological changes. Its introduction to the clinical practice added a new dimension in conventional imaging techniques. This review presents the current and proposed indications of the use of positron emission/computed tomography for prostate, bladder and testes, and the potential role of this exam in radiotherapy planning.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents a pattern recognition method focused on paintings images. The purpose is construct a system able to recognize authors or art styles based on common elements of his work (here called patterns). The method is based on comparing images that contain the same or similar patterns. It uses different computer vision techniques, like SIFT and SURF, to describe the patterns in descriptors, K-Means to classify and simplify these descriptors, and RANSAC to determine and detect good results. The method are good to find patterns of known images but not so good if they are not.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Condemned es un juego de lucha en dos dimensiones desarrollado en Flash CS4 y ActionScript 3. El juego consta de cuatro pantallas, en cada una de ellas el jugador se enfrenta a un enemigo controlado por el ordenador a través de una inteligencia artificial. En la creación de este videojuego se ha pasado por todas las fases de desarrollo: diseño gráfico de personajes y escenarios, programación y control de errores.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper introduces how artificial intelligence technologies can be integrated into a known computer aided control system design (CACSD) framework, Matlab/Simulink, using an object oriented approach. The aim is to build a framework to aid supervisory systems analysis, design and implementation. The idea is to take advantage of an existing CACSD framework, Matlab/Simulink, so that engineers can proceed: first to design a control system, and then to design a straightforward supervisory system of the control system in the same framework. Thus, expert systems and qualitative reasoning tools are incorporated into this popular CACSD framework to develop a computer aided supervisory system design (CASSD) framework. Object-variables an introduced into Matlab/Simulink for sharing information between tools

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Black-box optimization problems (BBOP) are de ned as those optimization problems in which the objective function does not have an algebraic expression, but it is the output of a system (usually a computer program). This paper is focussed on BBOPs that arise in the eld of insurance, and more speci cally in reinsurance problems. In this area, the complexity of the models and assumptions considered to de ne the reinsurance rules and conditions produces hard black-box optimization problems, that must be solved in order to obtain the optimal output of the reinsurance. The application of traditional optimization approaches is not possible in BBOP, so new computational paradigms must be applied to solve these problems. In this paper we show the performance of two evolutionary-based techniques (Evolutionary Programming and Particle Swarm Optimization). We provide an analysis in three BBOP in reinsurance, where the evolutionary-based approaches exhibit an excellent behaviour, nding the optimal solution within a fraction of the computational cost used by inspection or enumeration methods.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Report for the scientific sojourn carried out at the School of Computing of the University of Dundee, United Kingdom, from 2010 to 2012. This document is a scientific report of the work done, main results, publications and accomplishment of the objectives of the 2-year post-doctoral research project with reference number BP-A 00239. The project has addressed the topic of older people (60+) and Information and Communication Technologies (ICT), which is a topic of growing social and research interest, from a Human-Computer Interaction perspective. Over a 2-year period (June 2010-June 2012), we have conducted classical ethnography of ICT use in a computer clubhouse in Scotland, addressing interaction barriers and strategies, social sharing practices in Social Network Sites, and ICT learning, and carried out rapid ethnographical studies related to geo-enabled ICT and e-government services towards supporting independent living and active ageing. The main results have provided a much deeper understanding of (i) the everyday use of Computer-Mediated Communication tools, such as video-chats and blogs, and its evolution as older people’s experience with ICT increases over time, (ii) cross-cultural aspects of ICT use in the north and south of Europe, (iii) the relevance of cognition over vision in interacting with geographical information and a wide range of ICT tools, despite common stereotypes (e.g. make things bigger), (iv) the important relationship offline-online to provide older people with socially inclusive and meaningful eservices for independent living and active ageing, (v) how older people carry out social sharing practices in the popular YouTube, (vi) their user experiences and (vii) the challenges they face in ICT learning and the strategies they use to become successful ICT learners over time. The research conducted in this project has been published in 17 papers, 4 in journals – two of which in JCR, 5 in conferences, 4 in workshops and 4 in magazines. Other public output consists of 10 invited talks and seminars.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In a number of programs for gene structure prediction in higher eukaryotic genomic sequences, exon prediction is decoupled from gene assembly: a large pool of candidate exons is predicted and scored from features located in the query DNA sequence, and candidate genes are assembled from such a pool as sequences of nonoverlapping frame-compatible exons. Genes are scored as a function of the scores of the assembled exons, and the highest scoring candidate gene is assumed to be the most likely gene encoded by the query DNA sequence. Considering additive gene scoring functions, currently available algorithms to determine such a highest scoring candidate gene run in time proportional to the square of the number of predicted exons. Here, we present an algorithm whose running time grows only linearly with the size of the set of predicted exons. Polynomial algorithms rely on the fact that, while scanning the set of predicted exons, the highest scoring gene ending in a given exon can be obtained by appending the exon to the highest scoring among the highest scoring genes ending at each compatible preceding exon. The algorithm here relies on the simple fact that such highest scoring gene can be stored and updated. This requires scanning the set of predicted exons simultaneously by increasing acceptor and donor position. On the other hand, the algorithm described here does not assume an underlying gene structure model. Indeed, the definition of valid gene structures is externally defined in the so-called Gene Model. The Gene Model specifies simply which gene features are allowed immediately upstream which other gene features in valid gene structures. This allows for great flexibility in formulating the gene identification problem. In particular it allows for multiple-gene two-strand predictions and for considering gene features other than coding exons (such as promoter elements) in valid gene structures.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

One of the most relevant difficulties faced by first-year undergraduate students is to settle into the educational environment of universities. This paper presents a case study that proposes a computer-assisted collaborative experience designed to help students in their transition from high school to university. This is done by facilitating their first contact with the campus and its services, the university community, methodologies and activities. The experience combines individual and collaborative activities, conducted in and out of the classroom, structured following the Jigsaw Collaborative Learning Flow Pattern. A specific environment including portable technologies with network and computer applications has been developed to support and facilitate the orchestration of a flow of learning activities into a single integrated learning setting. The result is a Computer-Supported Collaborative Blended Learning scenario, which has been evaluated with first-year university students of the degrees of Software and Audiovisual Engineering within the subject Introduction to Information and Communications Technologies. The findings reveal that the scenario improves significantly students’ interest in their studies and their understanding about the campus and services provided. The environment is also an innovative approach to successfully support the heterogeneous activities conducted by both teachers and students during the scenario. This paper introduces the goals and context of the case study, describes how the technology was employed to conduct the learning scenario, the evaluation methods and the main results of the experience.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

El Espacio Europeo de Educación Superior implica cambios organizativos y académicos referentes a la formación basada en competencias. El proyecto AlineaME, coordinado por la Unidad de Soporte a la Calidad y la Innovación Docente de la Escuela Superior Politécnica - Universidad Pompeu Fabra, propuso a docentes del área TIC y a pedagogos la reflexión conjunta en aras a diseñar recomendaciones centradas en la alineación entre los tres elementos clave del proyecto: competencias, metodología y evaluación (C*M*E). Este trabajo recoge tres casos de aplicación de recomendaciones, concretamente de Ingeniería Telemática (dos casos - Universidad de Valladolid y Pompeu Fabra) y de Ingeniería Técnica en Informática de Gestión (un caso - Universidad de Sevilla).Las recomendaciones aplicadas hacen referencia a la necesidad de explicitar la alineación C*M*E en los Planes Docentes de Asignaturas y de presentar esta alineación al estudiantado. También a la integración de la evaluación de la asignatura como tarea-proceso de aprendizaje. La metodología seguida para laaplicación de ambas es (salvo pequeñas diferencias) parecida en los tres casos. La primera recomendación consistió en recoger en el Plan Docente la Alineación y en verbalizar dicha alineación en la sesión de presentación de la asignatura. La segunda se incorporó incluyendo actividades formativas en las que se favorecía la evaluación entre iguales. Para evaluar la aplicación de recomendaciones se recogieron evidencias en clave de satisfacción por parte del estudiantado así como valoraciones de los propios docentes. Para ello se diseñaron instrumentos específicos.En cuanto a la presentación de la alineación C*M*E en los Planes Docentes de asignaturas, los resultados indican que los alumnos son más conscientes de qué, cómo y por qué van a trabajar y ser evaluados. Globalmente valoran positivamente su utilidad para la autorregulación. Asimismo, plantear la evaluación como tarea deaprendizaje resultó ser para los estudiantes un interesante elemento de reflexión.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The innovative subject “Introduction to ICT” combines a general Introductory Course to the University with elements around the Information and Communication Technologies sector (including the ICT engineer competence profile, market aspects, etc.)This new course has been developed and implemented in three degree programmes offered by the Polytechnic School at Universitat Pompeu Fabra, Barcelona. The course team consists of thirteen teachers,including business professionals, librarians, computer technicians, institutional representatives as well as an educationalist responsible for advising on methodology and study techniques. The subject was designed for a high number of students (260). At the end of the course, we collected quantitative and qualitativeinformation about the students’ satisfaction. The findings show the positive vision that they had about the topics worked during the subject. This paper describes the course, its implementation and evaluation and, of course, the details of the findings that we collected about students' satisfaction.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The measurement of rigidity and perseveration respectively gets increasing importance in clinical psychodiagnostics. Recently we have developed a computer-assisted technique which allows to get information about inadequate persisting in psychic processes and behaviour within shortest time and to differentiate between psychopathological groups. 257 patients of both sexes who came for elucidation of their disorders to the department of clinical psychodiagnostics were investigated. The most significant differences between the groups were found in redundance of second degree (the patient has to press 10 buttons indiscriminately according to the beat of a metronom--standard condition) and in personal speed (the patient has to press 10 buttons as fast as possible--speed condition). Furthermore the psychopathological groups were ranged in the particular variables of rigidity according to their mean values and their average ranges the schizophrenics and effective psychoses were characterized by a high tendency of perseveration while the neurotics, patients with organic brain syndrome and alcohol and drug dependents showed more flexibility.