• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 31
  • 3
  • Tagged with
  • 34
  • 34
  • 30
  • 26
  • 16
  • 5
  • 5
  • 4
  • 4
  • 4
  • 4
  • 3
  • 3
  • 3
  • 3
  • 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.
1

Agregatinių specifikacijų sudarymas ir analizė panaudojant žinių bazes / Development and analysis of aggregate specifications using knowledge bases

Budnikas, Germanas 28 July 2005 (has links)
Aim of the study. The aim of the study is to develop technique for development and analysis of static and dynamic properties of aggregate specifications using knowledge bases.
2

Programinė įranga lietuviško sakinio sintaksinei struktūrai atvaizduoti grafu / Software to create a program that could form a graph of syntactic structure of Lithuanian sentence

Talutytė, Jurgita 11 June 2004 (has links)
At the present there is no software for Lithuanian language that could form the Lithuanian language structure necessary for translation of words from one language to another. The aim of this paper was to create a program that could form a graph of syntactic structure of Lithuanian sentence. For this purpose the algorithm that could make a graphical presentation of syntactic sentence structure of Lithuanian words sequence in sentence and syntactic structure of each word should be formed.
3

Informacijos valdymo kontaktų centruose analizė / Informational management analysis of call center

Butkevičius, Robertas 25 November 2010 (has links)
Šis darbas yra koncentruotas į kontaktų centrų organizacines ir technologines struktūras. Jame susipažįstama su balso atpažinimo sistemomis ir juose naudojamais modeliais. Atliktas eksperimentas, kuriame nustatyta kalbos atpažinimo tikslumas pasirinktomis sistemomis. Suprojektuotas supaprastintas kontaktų centrų prototipas, bei atlikti jo bandymai. Baigiamojo darbo darbo objektas yra kontaktų centrų organizacinė ir technologinė struktūra. Baigiamojo darbo tikslas – išnagrinėti, kontaktų centrų organizacinę ir technologinę struktūrą Lietuvoje ir užsienyje ir jas palyginti, identifikuojant pagrindines kontaktų centrų organizacinės ir technologinės struktūros Lietuvoje formavimo problemas. Darbe naudojami tyrimo metodai. Tyrimo metu atliekama kontaktų centrų informacinėse sistemose naudojamų technologijų užsienyje ir Lietuvoje, metodų apžvalga ir apibendrinimas. Įvertinama tyrimų medžiaga dedukcijos, sintezės ir indukcijos metodais. Bandymo metodas pritaikytas balso atpažinimo sistemų tikslumo tyrime. Atliekama mokslinių straipsnių, sistemų vertinimo metodologijos analizė ir sisteminimas, sistemų lyginamoji analizė. Palyginamos sistemų funkcinės komponentės, naudojami metodai, programinė įranga, vystymo galimybės. Atliekamas supaprastinto ir apibendrinto sistemos modelio kūrimas, kuriame išskiriamos bendros gairės, pagrindiniai sistemos elementai ir atliekami procesai. Gautų rezultatų reikšmingumas. Darbe pateikti apibendrinti kontaktų centrų informacinės sistemos architektūros... [toliau žr. visą tekstą] / The current paper is concentrated on the organizational and technological structures of contact centers. Here we familiarize with speech recognition systems and models used in them. The accomplished experiment ascertained accuracy of speech recognition for the chosen systems. A simplified prototype of contact center was projected and its tests performed. The work object of MA paper is organizational and technological structure of contact centers. The aim of this paper – to inspect the organizational and technological structure of contact centers in Lithuania and abroad, compare them by identifying the major formation problems for organizational and technological structure of contact centers in Lithuania. Research methods used in the paper. The research examines and reviews methods of technologies used for the contact center’s information systems in Lithuania and abroad, together generalizing them. Research material is evaluated by the methods of deduction, synthesis and induction. Research method is applied in research for accuracy in speech recognition systems. Analysis of scientific articles, system evaluation methodology is performed together with systemization, comparative analysis of systems. System functional components, usable methods, software, possibilities of development are compared. A creation of a simplified and generalized system model is performed, where principal guide lines, major system elements and performed processes are presented. Significance of the... [to full text]
4

Vandens apskaitos ir tiekimo kontrolės programinė įranga / The software for water record and supply control

Statkevičius, Gediminas 16 January 2006 (has links)
Summary The sector of Communal service is an area there is still a lack of advanced technologies applications. One of such field – a control of counters data. There are only few technological decisions used in this field. Furthermore, the existing systems are quite expensive and not common in Lithuania. In this work the alternative decision is suggested by using only few components from more expensive systems. Created system allows to follow the water use, to normalize water supply, to check water use by distant way using the internet, to estimate the value of maximal water flow then in case of overfilling the water supply is automatically stopped (using to avoid results of accident). The system is created in this way: the water counter transmits data to a server, the data is stored in database. The counters of “Siemens” production are used, which can transfer data by distant way. The distant control flaps are used for the control of water supply. According to the created software the user can check last counter data, statistics, to stop and start water supply, to administrate the counter data and statistics from any place with internet. This software can be used not only by one user but by users groups as well, for example, house community. The software can be used in more fields. Using additional components, the program is suitable for the control of heating, gas and other resources.
5

Lygiagrečių programų efektyvumo tyrimas / Efficiency analysis of parallel programs

Šeinauskas, Vytenis 11 August 2008 (has links)
Šis magistrinis darbas skirtas lygiagrečių programų efektyvumo analizei atlikti, pasinaudojant sukurta lygiagrečių programų efektyvumo tyrimo programine įranga. Pagrindinis darbo tikslas – sukurti, ištirti bei pritaikyti mokymo programinę įrangą, skirtą lygiagrečių programų analizei. Tam tikslui buvo atliekamas sukurtos programos galimybių tyrimas bei suplanuoti ir vykdomi programinės įrangos tobulinimo darbai. Taip pat buvo atliekami pavyzdinių lygiagrečių programų tyrimai, naudojant sukurtą programinę įrangą, norint parodyti lygiagrečių programų efektyvumo tyrimo būdus bei sukurtos lygiagrečių programų efektyvumo tyrimo programinės įrangos galimybes. / Parallel program execution is often used to overcome the constraints of processing speed and memory size when executing complex and time-consuming algorithms. The downside to this approach is the increased overall complexity of programs and their implementations. Parallel execution introduces a new class of software bugs and performance shortcomings, that are usually difficult to trace using traditional methods and tools. Hence, new tools and methods need to be introduced, which deal specifically with problems encountered in parallel programs. The goal of this project is the development of MPI-based parallel program performance monitoring tool and research into the ways this tool can be used for measuring, comparing and improving the performance of target programs.
6

Programinės įrangos naudojimo konsultavimo sistema / Software for Using Advisory System

Valašinas, Aivaras 02 July 2012 (has links)
Darbo tikslas – sukurti programinės įrangos naudojimo konsultavimo sistemą, kuri kauptų duomenis ape programinę įrangą ir su ja susijusią informaciją: vartotojų atsiliepimus, problemas, pamokas ir pan. / A system enabling the users to find the necessary software, to read information related to it, responses by other users, their ratings was created. The users themselves can post questions, provide help for other users and rate the help they have received. The system is managed by moderators who can edit or remove the unnecessary information. System administrator is granted the right to change settings including the appearance.
7

Atviri standartai ir atviro kodo programinė įranga elaktroninės valdžios plėtroje / Open Standards and Open Source Software for the Development of Electronic Government

Glemža, Gunaras 18 May 2005 (has links)
In the end of 2004 in Lithuania first big e-government projects financed by EU structural funds should start, and developing and implementation of software will constitute an integral part of these projects. Before starting the projects it must be determined how new and current information systems should be integrated and their interoperability ensured. Usage of commercial software system will lead to attachment to the sole producer, it will reduce competition and will deprive from choosing other software providers. Alternative solution would be to develop open source (OS) systems and as a consequence create better competition for the development of such systems. This work intends to analyze solutions for information system integration and interoperability through using open source software, open standards and their implementation for e-government services. Open source software and open standards are analyzed and major features defined to estimate their advantages for the usage at government institutions. Modern information system integration methods and open source realization possibilities overlooked. Lithuanian and foreign legislation on open source are reviewed. From research materials the analysis is given about the usage of the open source software, open standards at the governmental institutions, determining factors for the usage and opinion of institutions. As the review shows at the present time open source and commercial software have unequal positions with the... [to full text]
8

Piktavališkos programinės įrangos virtualių mašinų aplinkoje aptikimo metodikos sudarymas ir tyrimas / Development and research of malicious software detection technique in virtual machines environment

Rudzika, Darius 13 August 2010 (has links)
Saugos problemos virtualizuotose aplinkose tampa vis aktualesnės, todėl darbe nagrinėjama piktavališkos programinės įrangos virtualių mašinų aplinkoje aptikimo problematika. Darbe pateikiama: 1)piktavališkos programinės įrangos veikiančios virtualizuotose aplinkose analizė 2)metodikos, piktavališkos programinės įrangos virtualių mašinų aplinkoje aptikimui, sudarymas 3)piktavališkos programinės įrangos virtualioje mašinoje aptikimo, panaudojant sudaryta metodiką, eksperimento rezultatai ir jų priklausomybė nuo virtualios mašinos darbinės atminties dydžio. / In the context of virtual environment, The Security problems are highly important. The work presents analysis of malware types and it‘s presence in virtualized environments. Work also presents some results of experiments that have been carried out within the real virtual machine environment through modeling aiming to identify dependencies between the malware type, called Rootkits, detection time and the virtual machine memory size. Rootkits exploit kernel vulnerabilities and gain privileges (popularity) within any system, virtual or not. The basic result of the work is as follows: 1) the malware detection methodology for the virtual environment when the memory size of a virtual machine is changing; 2) dependences between the virtual machine memory size and Rootkit detection time.
9

Aptarnavimo sistemų modeliavimo Markovo grandinėmis programinių priemonių sukūrimas ir tyrimas / Creation and analysis of software for modeling Markovian queuing systems

Lazauskas, Tomas 25 August 2010 (has links)
Darbe bus nagrinėjama mišraus tipo masinė aptarnavimo sistema, kurią gali sudaryti n paraiškų šaltinių, su atitinkamais paprasčiausių srautų intensyvumais, o paraiškos gali būti paskirstomos į m aptarnavimo įrenginių su fiksuotomis prioritetinėmis paraiškų eilėmis, kur paraiškos aptarnavimo laikas S yra pasiskirstęs pagal apibendrintą tikimybinio skirstinio funkciją G(t). Darbo tikslas – sukurti programinę įrangą, kuri pagal pateiktą sistemos funkcionavimo aprašymą schematine struktūra apskaičiuoja sistemos stacionariąsias tikimybes ir tikimybines charakteristikas. / This paper analyses the underlying multi-server and multi-class queuing system which is receiving applications of corresponding intensities distributed by Poisson process and can be spread among multi-class servers with fixed waiting positions, where service time S of a application has a general probability distribution function G(t). The object of this paper is to create the software which enables to compute stationary probabilities and to estimate stochastic characteristics of the system which is defined in schematic structure.
10

Programinės įrangos su kintamybėmis konfigūravimas / Configuration of software with variabilities

Pačebutaitė, Danutė 09 July 2011 (has links)
Programų sistemų šeima, tai grupė programų sistemų turinčių tarpusavyje daug bendrybių, tačiau besiskiriančių viena nuo kitos tam tikrais iš anksto žinomais skirtumais, kurie yra modeliuojami kintamybėmis. Toks skirstymas į šeimas yra svarbus kalbant apie pakartotinį programų sistemų dalių panaudojimą išnaudojant programų sistemų panašumus. Tačiau kuo didesnė programų sistemų šeima, tuo daugiau joje skirtumų tarp šeimos narių, t.y. labai svarbiu tampa kintamybių suvaldymo klausimas. Konfigūravimas šiuo atveju yra procesas skirtas programų sistemų konstravimui iš turimų ypatybių (bendrybių ir kintamybių). Šiame darbe yra aprašytas konfigūravimo metodas paremtas binarinėmis sprendimų diagramomis (BDD). Pirmiausiai programų sistemų šeima sumodeliuojama pagal Czarnecki-Eisenecker ypatybių modelį su kardinalumais, tada darbe aprašytu būdu verčiama į sumažintą surikiuotą binarinę sprendimų diagramą (ROBDD). Šiame darbe parodyta, kad turint ROBDD galime efektyviai konfigūruoti sumodeliuotą programų sistemų šeimą. Taip pat pateiktas konfigūravimo įrankio prototipas. / Software Systems family is a group of software systems that have great commonality among the systems, but differ from each other in some pre-known differences, which are modeled by variabilities. This distinction is important to families in terms of re-use of software systems by exploiting the similarities between software systems. However, the larger family of software systems, the more there are differences between family members, this means, managing variabilities becomes very important issue. In this case, configuration is a process of constructing new software systems from available features (commonalities and variabilities). This paper describes the configuration method based on binary decision diagrams (BDD). First, the software is modeled according to the Czarnecki- Eisenecker feature model with cardinalities, subsequently in the described way it is transformed into reduced ordered binary decision diagram (ROBDD). This paper demonstrates effective configuration of modeled software with the use of ROBDD. In addition, the prototype of the configuration tool is presented.

Page generated in 0.0791 seconds