• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 380
  • 89
  • 72
  • 70
  • 67
  • 37
  • 33
  • 18
  • 12
  • 11
  • 10
  • 8
  • 7
  • 5
  • 5
  • Tagged with
  • 935
  • 935
  • 452
  • 196
  • 133
  • 124
  • 115
  • 99
  • 89
  • 88
  • 86
  • 83
  • 79
  • 74
  • 63
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
711

Nuotolinio mokymosi intelektualizavimas naudojant testus atvirojo kodo sistemoje / Intellectualization of remote learning with tests in open source system

Ričkutė, Laima 20 June 2005 (has links)
For effective remote learning realization we need the complex intelligent remote system, which would keep special and structured material for learning and tests of knowledge. Feedback is the most important thing for learning. In the usual way feedback takes a lot of teacher time, therefore it is very useful to practice electronic system functions for control of feedback and reduction of teachers work time. Creation of complex intelligent eLearning system needs profound knowledge of programming, pedagogical and strategic knowledge, therefore this work would be impossible for one person. The knowledge of study is very important too. Therefore we could use made-up open source remote learning system and readjust for our interests. We use remote learning open source system Moodle and use this system in practice. From practice in lessons of informatics and ECDL learning planning we could propose that this system is really very flexible and useful in learning processes. The suggestion of new well-tried remote learning method – learning with tests show that it is very effective method in learning processes.
712

Internetinė matematinio programavimo ir modeliavimo sistema. Sistemos kūrimas ir testavimas / Online Mathematical Programming and Simulation System. The Implementation and Testing the System

Valčiukas, Remigijus 31 August 2012 (has links)
Šio darbo pagrindinis tikslas yra suprojektuoti ir sukurti internetinę matematinio programavimo ir modeliavimo sistemą. Šiam tikslui pasiekti buvo nagrinėjama matematinio programavimo samprata. Atlikta panašių matematinių programavimo sistemų bei matematinių funkcijų bibliotekų, skirtų įvairioms programavimo kalboms, analizė. Identifikuojamos ir nagrinėjamos problemos, kurios iškilo kuriant internetinę matematinio programavimo ir modeliavimo sistemą. Taip pat šiai sistemai parašytos testinės programos su C++, Java, Fortran programavimo kalbomis bei Netlib Repository LAPACK ir QT bibliotekomis. Sukurta sistema palyginta su Mathematica ir Scilab matematinio programavimo sistemomis. / The aim of this work is to design and develop web-based mathematical programming and simulation system. For this purpose were analyzed the concept of mathematical programming and performed analysis of similar mathematical programming systems and libraries of mathematical functions for various programming languages. Identified and analyzed the problems that arose in the development of an online mathematical programming and simulation system. Also, written test programs for created system in C++, Java, Fortran programming languages and Netlib Repository LAPACK, QT libraries. The developed system was compared with Mathematica and Scilab mathematical programming systems.
713

Debesų kompiuterijos paslaugos pritaikymas internetinei matematinio programavimo ir modeliavimo sistemai / The Application of Cloud Computing for Online Mathematical Programming and Simulation System

Barauskas, Nerijus 29 July 2013 (has links)
Šio darbo pagrindinis tikslas yra suprojektuoti ir realizuoti debesų kompiuterijos paslaugą internetinei matematinio programavimo ir modeliavimo sistemai, kuri galėtų pakeisti šios sistemos kompiliavimo ir vykdymo serverinę dalį. Šiam tikslui pasiekti buvo nagrinėjama debesies kompiuterijos samprata. Atlikta debesies platformų analizė bei jų palyginimas tarpusavyje. Taip pat apžvelgti debesų kompiuterijos paslaugų tipai. Identifikuojamos ir nagrinėjamos problemos kurios iškilo projektuojant ir realizuojant debesų kompiuterijos paslaugą. Sukurta debesų kompiuterijos paslauga galinti pakeisti šio metu internetinėje matematinio programavimo ir modeliavimo sistemoje naudojama kompiliavimo ir vykdymo modulį. / The purpose of this work is to develop Cloud Computing service for Online Mathematical Programming and Simulation system, which can replace currently used compilation and execution server. To achieve this goal there was analysed Cloud Computing concept. Also Cloud Computing service types were reviewed. Moreover Cloud platforms there were analysed and compared to each other. Identified and analysed problems, which were raised in development process. Also was developed Cloud Computing Service which can replace currently used compiling and execution module in Online Mathematical Programming and Simulation system.
714

Att utveckla en modern webbplats : Är responsiv design framtiden? / How to develop a modern website : Is responsive web design the future of web developing?

Carlstedt, Fanny, Rask, Matilda January 2013 (has links)
The IT industry is constantly evolving and it's more or less a requirement today for web developers to be familiar with and to be able to develop for all platforms. A technique that has taken hold and is now widely used is responsive design. Developing responsive design means adapting the layout to the viewing environment; the screen size. Another useful method when developing for different devices is the mobile first theory, which means developing for the mobile screen first. This is done to scale down the site and to clear unnecessary information in order to provide a better user experience. In this work we have developed a new design for the site greenb.se, using the mobile first theory to create a responsive website.
715

Platform Independent Connections to Internet of Things

K.C., Sandeep January 2014 (has links)
In the past few years, technology has been changing by leaps and bounds, within which a new topic has emerged as Internet of Things. These things serve as sensors/actuators, connected to the Internet and enabled to communicate with each other simultaneously in a P2P distributed manner. The sensors/actuators sense and generate contextual data in their surroundings in order to enable real-time context-aware behavior that make them more personalized and intelligent. This contextual information may be useful for human purposes like environment monitoring, home surveillance, elderly care, safety, security surveillance, etc. Moreover, smart mobile devices with incredible features have become hugely popular, the use of the Internet of Things would be much handier using smartphones to interact with sensors and also to generate information with its decorated sensors. The main aim of this thesis work is to create an extension for an add-in layer of the Internet of Things (SensibleThings Platform) architecture that adds functionalities like querying UCI value within the platform, connecting different mobile devices regardless of programming language, which has been done using the REST protocol. Furthermore, the intention is to build a P2P connection between the Java coded SensibleThings platform to a non-Java platform, i.e. iOS, by creating an Objective-C library to support dissemination of contextual information between the discrete platform in a distributed manner using JSON. Two servers have been created using Apache web server and sockets to connect with the Objective-C library to compare the performance of extension and library. The thesis work also presents the implementation of the extension and an Objective-C library, integrated to create proof-of-concept applications by developing an iOS application and Mac OS desktop application that can easily interact with the SensibleThings platform by requests through the REST protocol and getting the UCI value in JSON message format. Moreover, to know the best possible solution for the SensibleThings platform, a hybrid application has also been developed by using PhoneGap and JQueryMobile within XCode, which is compared with the iOS web app, and an evaluation of mobile applications using extension and library with two servers has also been performed. According to the results between the web server and sockets, the sockets act scalable and more stable than the web server when interacting with the SensibleThings platform; when comparing between the iOS and Mac app for performance, there is not much difference. The results also suggest that a hybrid app would be a better solution for the SensibleThings platform; it could be developed with less effort and be useful for a variety of mobile devices, which might be the best solution for the IoT in the future. Lastly, the conclusions includes possible future work to be supplemented, to make the IoT better in future.
716

Dynamic vehicle routing : solution methods and computational tools

Pillac, Victor 28 September 2012 (has links) (PDF)
Within the wide scope of logistics management,transportation plays a central role and is a crucialactivity in both production and service industry.Among others, it allows for the timely distributionof goods and services between suppliers, productionunits, warehouses, retailers, and final customers.More specifically, Vehicle Routing Problems(VRPs) deal with the design of a set of minimal costroutes that serve the demand for goods orservices of a set of geographically spread customers,satisfying a group of operational constraints.While it was traditionally a static problem, recenttechnological advances provide organizations withthe right tools to manage their vehicle fleet in realtime. Nonetheless, these new technologies alsointroduce more complexity in fleet managementtasks, unveiling the need for decision support systemsdedicated to dynamic vehicle routing. In thiscontext, the contributions of this Ph.D. thesis arethreefold : (i) it presents a comprehensive reviewof the literature on dynamic vehicle routing ; (ii)it introduces flexible optimization frameworks thatcan cope with a wide variety of dynamic vehiclerouting problems ; (iii) it defines a new vehicle routingproblem with numerous applications.
717

Prestandautvärdering av firmwares baserade på öppen källkod för routrar/brandväggar på MIPS-arkitektur : Jämförelse mellan Open-WRT, DD-WRT och Tomato firmware

Alm, Anton, Björling, Joakim January 2014 (has links)
Den här undersökningen jämför prestanda hos tre olika firmwares som är baserade på öppen källkod. DD-WRT, Open-WRT samt Tomato Firmware för MIPS-arkitektur. Testerna följer två RFC som beskriver hur en prestandaanalys av ett nätverk ska genomföras. De sammanfattade resultaten pekar på en vinnare som presterat generellt bättre genom alla tester och det var Tomato firmware. Dessa resultat är hämtade från tre olika tester: genomströmningstest, svarstidstest och test med samtidiga sessioner. Undersökningen visar också att prestandan rent generellt är väldigt jämlik över alla firmwares i de olika testerna. En viktig aspekt är att det finns ingen överlägsen vinnare, vilket beror på, till exempel, hur konsekventa resultaten varit. Detta hänger även ihop med en möjlig slutsats där firmwaresen presterar olika bra beroende på vilken typ av uppgift det gäller. Som fortsatt arbete rekommenderas prestanda och funktionsanalys av liknande verktyg som varje firmware innehåller. Även en undersökning gällande gränssnittet för varje firmware skulle vara intressant. / This investigation compares the performance of three different open-source firmwares. DD-WRT, Open-WRT and Tomato Firmware with MIPS architecture. The test follows two RFC that describes the process of how to perform a performance analysis of network interconnected devices. The summarized results show a winner which has generally performed better throughout all the tests and this was Tomato firmware. These results are gathered from three different tests, which is throughput, latency and concurrent sessions test. The survey also shows that the performance in general is very equal across all firmwares in the various tests. An important aspect is that there are no outstanding winner, which depends on for example how consistent the results have been. This also concerns a possible conclusion where the firmwares perform various well depending on the type of task involved. As further work on this investigation we recommend a performance and function analysis of the tools that the firmware contains. Although a survey of the interface for each firmware would be interesting.
718

A GIS approach for improving transportation and mobility in Iqaluit, Nunavut Territory

Copithorne, Dana 22 December 2011 (has links)
Planning for transportation within northern Canadian communities presents unique challenges, but new research tools offer opportunities for testing potentially innovative solutions that might help improve mobility within these communities. In particular, problem solving has been enriched in recent years by using the spatial modeling methods offered by Geographical Information Systems (GIS). This thesis first reviews various GIS methods before applying one method – the ‘Route Utility Theory’ – to a newly-developed set of metrics for determining the cost of alternate modes of intracommunity transportation. This set of metrics is applied to a data set that represents the trips or journeys made by non-car users in Iqaluit, the capital city of Nunavut Territory. GIS data on roads, walking trails, land contours, and public and residential neighbourhoods are analyzed. The results facilitate comparisons between road options and trail options for improving the movement of people within Iqaluit. Five bus routes were then custom designed and compared using the study’s metrics. The study found that increasing bus and trail options within Iqaluit would provide more efficient options for non-car users. It is argued that the study’s metrics can be adapted for application in other northern communities, and possibly in other isolated and rural communities in different world situations. / Graduate
719

Complexity in an Educational Technology Transformation from Proprietary to Free/Libre Open Source Software: A Case Study

Connelly, Cathryn 30 August 2013 (has links)
Information and communication technologies (ICT) are having a rapid and increasing impact on all K-12 schools as school districts attempt, in a myriad of ways, to keep pace with the technological changes taking place in society. Unfortunately, this impact is increasingly a financial one as financial challenges continue to figure among the most extensive barriers to ICT use (Plante & Beattie, 2004). This research explores ICT options that are cost effective to our educational institutions and our communities while maintaining high functioning and sustainable technology for students and educators. Low-cost alternative technologies such as Free/Libre Open Source Software (FLOSS) and cloud computing lessen the socio-economic divide between students, encourage the sharing of technological advancements and collaboration and allow teachers to freely and legally give their students access to software necessary for success. In addition to the potential benefits of this technology’s use in an educational setting, this research also addresses the pragmatic aspects of introducing these tools district-wide. Complexity theory is utilized to lend an understanding of how to look at technological changes within the context of society as a whole, within enabling constraints that create the conditions for the emergence of new patterns of teacher, student, task and content interactions. This complexity frame informs themes in the study such as: (1) the importance of forward-thinking technology from recursive feedback loops on decision-making and planning in order to “keep up” with technological changes outside of school, (2) the critical impact educational leaders have on the change environment when both introducing these technologies into a school district and providing enabling conditions so that new ways of teaching and learning with technology can emerge and (3) the effect changing technological systems and support infrastructures have on enabling new teaching and learning processes. / Graduate / 0710 / 0524 / 0533 / katyconnelly@gmail.com
720

Three essays on the economics of information technology innovation

Qu, Zhe 24 June 2008 (has links)
There are three essays on the economics of information technology innovation in my dissertation: 1. Procurement contracting strategies in a hierarchical supply network; 2. R and D offshoring and technology learning in emerging economies firm level evidence from the information technology industry; 3. Software design strategies in markets with open source competitors. The first essay addresses the impact of an information technology enabled hierarchical supply structure on a firm s procurement strategies. The second essay investigates information technology hardware innovation. I examine R and D offshoring of information technology hardware firms and its impact on R and D effort of firms in host countries. The third essay focuses on software innovation. I investigate open source software and its impact on the design of proprietary software in terms of number of features bundled in the software.

Page generated in 0.024 seconds