Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Database Systems" wg kryterium: Wszystkie pola


Tytuł:
The architecture of modern database systems
Autorzy:
Goczyła, K.
Powiązania:
https://bibliotekanauki.pl/articles/1954011.pdf
Data publikacji:
1998
Wydawca:
Politechnika Gdańska
Tematy:
modern architecture
large database systems
parallel architecture
distributed architecture
highly efficient distributed architecture
client-server architecture
Opis:
The paper presents major trends in the modern architecture of large database systems. Two types of architecture are described in detail: the parallel architecture and the distributed architecture. It has been widely recognised that centralised, single processor computing systems and centralised database systems in particular are approaching their theoretical limits of performance. Hence we can observe a growing interest among researchers and developers in the design and implementation of highly efficient distributed architecture. The paper focuses on different types of client-server architecture, which nowadays is becoming very popular in data processing systems.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 1998, 2, 1; 107-119
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Performance Modeling of Database Systems: a Survey
Autorzy:
Krajewska, A.
Powiązania:
https://bibliotekanauki.pl/articles/309263.pdf
Data publikacji:
2018
Wydawca:
Instytut Łączności - Państwowy Instytut Badawczy
Tematy:
database systems
NoSQL data stores
performance evaluation
queueing networks
queueing Petri nets
Opis:
This paper presents a systematic survey of the existing database system performance evaluation models based on the queueing theory. The continuous evolution of the methodologies developed is classified according to the mathematical modeling language used. This survey covers formal models – from queueing systems and queueing networks to queueing Petri nets. Some fundamentals of the queueing system theory are presented and queueing system models are classified according to service time distribution. The paper introduces queueing networks and considers several classification criteria applicable to such models. This survey distinguishes methodologies, which evaluate database performance at the integrated system level. Finally, queueing Petri nets are introduced, which combine modeling power of queueing networks and Petri nets. Two performance models within this formalism are investigated. We find that an insufficient amount of research effort is directed into the area of NoSQL data stores. Vast majority of models developed focus on traditional relational models. These models should be adapted to evaluate performance of non-relational data stores.
Źródło:
Journal of Telecommunications and Information Technology; 2018, 4; 37-45
1509-4553
1899-8852
Pojawia się w:
Journal of Telecommunications and Information Technology
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Federated Database Systems in Supply Chain Management
Autorzy:
Paszkowski, J.
Marchlewska, A.
Przybyszewski, K.
Powiązania:
https://bibliotekanauki.pl/articles/108696.pdf
Data publikacji:
2012
Wydawca:
Społeczna Akademia Nauk w Łodzi
Tematy:
soft computing
supply chain management
databases
federated database systems
middle software
Opis:
The article shows the possible ways of use of federated database technologies in data management in the logistic chains of companies. The architectures and components of software for creating the federated systems and some suggestions for the architecture of data management information systems for companies are presented in the text. The mentioned solution stands a proposal to resolve the difficult problem of cooperation between the computer information systems in companies, which refers to making the data of company available to the external users and managing data in the logistic chain. The authors included an overall review of commercial software, which can be used to build the software of data managing in the chains of cooperating companies.
Źródło:
Journal of Applied Computer Science Methods; 2012, 4 No. 2; 55-66
1689-9636
Pojawia się w:
Journal of Applied Computer Science Methods
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Database systems for tomorrow: new challenges and research areas
Autorzy:
Goczyła, K.
Powiązania:
https://bibliotekanauki.pl/articles/1954642.pdf
Data publikacji:
2003
Wydawca:
Politechnika Gdańska
Tematy:
database systems
new architectures
web technologies
non-relational models
integration
Opis:
Since the mid-80s, considerable progress has been achieved in relational database technology. The main achievements have been in high performance, high reliability and availability, scalability and development tools. However, the environment for database systems is rapidly changing. There are new challenges that originate from the present hardware technology achievements, as well as from new kinds of data resources that hardly conform to the well-established relational data model (e.g. data from the Web). In the paper, we present the new challenges and research areas, as well as motivations behind them.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 2003, 7, 2; 272-278
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
SXCCP+: Simple XML Concurrency Control Protocol for XML Database Systems
Autorzy:
Jankiewicz, K.
Powiązania:
https://bibliotekanauki.pl/articles/970819.pdf
Data publikacji:
2009
Wydawca:
Polska Akademia Nauk. Instytut Badań Systemowych PAN
Tematy:
concurrency control
XML
databases
protocols
Opis:
Increasing significance and popularity of XML is the main reason why many commercial object-relational database management systems (ORDBMSs) developed XML storage and processing functionality. Additionally, there are new types of specialized database systems known as 'native' XML database systems. As we know, concurrency control is one of the most important mechanisms in DBMSs. Unfortunately, concurrency control mechanisms, which have been used so far in commercially available native XML DBMSs, offer very low degree of concurrency. The development of universal and effective concurrency control protocol for accessing XML data, with high degree of concurrency, is a necessary condition of the native XML database growth. The aim of this paper is to propose a new concurrency control protocol in XML document access. This protocol is based on primitive operations, which can be treated as a unification platform for any of the XML access methods.
Źródło:
Control and Cybernetics; 2009, 38, 1; 215-237
0324-8569
Pojawia się w:
Control and Cybernetics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A framework for cost based optimization of hybrid CPU/GPU query plans in database systems
Autorzy:
Bress, S.
Geist, I.
Schallehn, E.
Mory, M.
Saake, G.
Powiązania:
https://bibliotekanauki.pl/articles/205723.pdf
Data publikacji:
2012
Wydawca:
Polska Akademia Nauk. Instytut Badań Systemowych PAN
Opis:
Current database research identified the use of computational power of GPUs as a way to increase the performance of database systems. As GPU algorithms are not necessarily faster than their CPU counterparts, it is important to use the GPU only if it is beneficial for query processing. In a general database context, only few research projects address hybrid query processing, i.e., using a mix of CPU- and GPU-based processing to achieve optimal performance. In this paper, we extend our CPU/GPU scheduling framework to support hybrid query processing in database systems. We point out fundamental problems and propose an algorithm to create a hybrid query plan for a query using our scheduling framework. Additionally, we provide cost metrics, accounting for the possible overlapping of data transfers and computation on the GPU. Furthermore, we present algorithms to create hybrid query plans for query sequences and query trees.
Źródło:
Control and Cybernetics; 2012, 41, 4; 715-742
0324-8569
Pojawia się w:
Control and Cybernetics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie systemów bazo-danowych w monitoringu diagnostycznym maszyn
Application of database systems in machine diagnostic monitoring
Autorzy:
Batko, W.
Borkowski, B.
Głocki, K.
Powiązania:
https://bibliotekanauki.pl/articles/301854.pdf
Data publikacji:
2008
Wydawca:
Polska Akademia Nauk. Polskie Naukowo-Techniczne Towarzystwo Eksploatacyjne PAN
Tematy:
system baz danych
monitoring
diagnostyka
database systems
diagnostic
Opis:
Efektywność działania współczesnych systemów monitorujących pracę maszyn jest w istotny sposób określona zaimplementowanymi w nich rozwiązaniami systemów bazo-danowych, wspomagającymi procesy podejmowania decyzji diagnostycznych. W referacie omówiono problem konstrukcji systemu bazo-danowego dla systemu monitorującego prace pracę szlifierki łopatek silników lotniczych, który powstał w ramach realizacji grantu celowego nr: 6T0220005C09545 dla WSK Rzeszów, a także prac nad budową systemu oceny stanu stalowych konstrukcji szybowych w kopalni "RUDNA" KGHM Polska Miedź. Opisano strukturę budowanych systemów, jak i uwarunkowania ich wykorzystania dla potrzeb wnioskowań diagnostycznych.
The action effectiveness of modern monitoring systems of machine run is essentially defined by database systems they implement, supporting diagnostic decision making process. The paper describes the issue of database construction for the jet engine rotor blade grinder monitoring system that was developed as part of the grant nr.: 6T0220005C09545 for WSK Rzeszow, and also during the development of diagnostic system of the steel shaft construction in the mine "RUDNA", KGHM Polska Miedz. The structure of the systems is described and the conditions of their application to diagnostic decision making.
Źródło:
Eksploatacja i Niezawodność; 2008, 1; 7-10
1507-2711
Pojawia się w:
Eksploatacja i Niezawodność
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Multi-instancyjny, wielowątkowy system bazodanowy MySQL, w środowisku OS Fedora kontrolowanym przez SELinux
The multiinstance, multi thread MySQL database system, in the OS Fedora environment controlled by SELinux
Autorzy:
Wrzesień, M.
Ryszawa, P.
Powiązania:
https://bibliotekanauki.pl/articles/276933.pdf
Data publikacji:
2011
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Tematy:
systemy bazodanowe
database systems
Opis:
Zaprezentowano wieloinstancyjną implementację bazodanowego systemu MySQL w serwerze pracującym pod systemem operacyjnym Linux - Fedora Core 11, kontrolowanym przez SELinux (Secure-Enhanced Linux). Istotą i celem prezentowanego rozwiązania jest zapewnienia podwyższonego bezpieczeństwa zasobów informatycznych poprzez udostępnienie zestawu subserwerów MySQL wraz z narzędziami do ich obsługi, wykorzystanie firewalla oraz wykorzystanie nadzoru SELinux - zaawansowanego systemu bezpieczeństwa wewnetrznego serwera. Wskazane powyżej podejście jest niezależne od ustanowionych dedykowanych praw dostępu do odpowiednich zasobów serwera zdefiniowanym użytkownikom systemu. Wprowadzanie szczególnych środków bezpieczeństwa jest podyktowane coraz większą otwartością systemów, zwłaszcza w środowisku z dostępem wykorzystującym narzędzia internetowe i zdalny dostęp on-line do zasobów informatycznych. Zaprezentowano tok postępowania oraz konfigurację serwera, zapewniające współbieżny, niezależny dostęp on-line do bazy danych MySQL.
The multi-instance MySQL database implementation in server running on the OS Fedora Core 11, which is controlled by SELinux (Secure-Enhanced Linux), is presented. The essence and the purpose of the presented solution is to provide increased security of the IT resources by sharing the set of sub- MySQL servers along with tools for theirs maintaining, use of the firewall as well as the SELinux use of surveillance - enhanced internal security system of the server. The above mentioned approach is independent of the established rights of access to a dedicated server IT resources defined for the respective system users. Placing special security measures is dictated by an increasingly open systems, especially in an environment with access using Internet tools and remote access on-line resources. The course of action, and server configuration, providing concurrent, independent on-line access to MySQL database is presented.
Źródło:
Pomiary Automatyka Robotyka; 2011, 15, 2; 315-322
1427-9126
Pojawia się w:
Pomiary Automatyka Robotyka
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza porównawcza systemów baz danych dedykowanych dla systemu Android
Comparative analysis of database systems dedicated for Android
Autorzy:
Wałachowski, Kamil
Kozieł, Grzegorz
Powiązania:
https://bibliotekanauki.pl/articles/98338.pdf
Data publikacji:
2020
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
ObjectBox
Realm
SQLite
SnappyDB
Opis:
The article presents a comparative analysis of mobile databases dedicated for Android. The comparative analysis was carried out on the example of a relational SQLite database with selected nonrelational databases: Realm, ObjectBox and SnappyDB. Theoretical issues were discussed, such as stored data types. Research was carried out to check the performance of mobile databases in terms of: saving, editing, deleting, searching and sorting data. CPU and RAM usage were examined during saving data. The research also included a comparison the size of the database files on the internal disk.
W artykule przedstawiona została analiza porównawcza mobilnych baz danych dedykowanych dla systemu Android. Analizę porównawczą przeprowadzono na przykładzie relacyjnej bazy danych SQLite z wybranymi nierelacyjnymi bazami danych: Realm, ObjectBox oraz SnappyDB. Omówione zostały zagadnienia teoretyczne takie jak przechowy-wane typy danych. Przeprowadzone zostały badania, mające na celu sprawdzenie wydajności mobilnych baz pod kątem: zapisu, edycji, usuwania, wyszukiwania oraz sortowania danych. Zbadane zostało wykorzystanie procesora oraz pamięci RAM podczas zapisu danych. Badania objęły także porównanie wielkości plików baz danych znajdujących się na dysku wewnętrznym.
Źródło:
Journal of Computer Sciences Institute; 2020, 15; 126-132
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Cyberbezpieczeństwo w kryminalistyce
Autorzy:
Borkowski, Krzysztof
Powiązania:
https://bibliotekanauki.pl/articles/20311659.pdf
Data publikacji:
2023-10-31
Wydawca:
Akademia Sztuki Wojennej
Tematy:
cybercrime
cybersecurity
forensics
database systems
firewall
Opis:
It is common to use terms like cybercrime and cybersecurity interchangeably. The distinction between the subject scope of both terms in the case of forensic science clearly indicates the direction of the tasks carried out in the areas of tactics and technology. In contrast to cybersecurity, the preventive function of forensic science is to create solutions that strengthen the resistance of information systems to actions that violate the confidentiality, integrity, accessibility, and authenticity of processed data or related services offered by these systems. Ensuring such resilience should be perceived in the context of the activities of entities performing public tasks with the use of cooperating IT devices and software by processing, storing, sending, and receiving data via telecommunications networks using a terminal device appropriate for a given type of telecommunications network.
Źródło:
Cybersecurity and Law; 2023, 10, 2; 167-182
2658-1493
Pojawia się w:
Cybersecurity and Law
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
On bubble sort performance for large data sets and NoSQL database systems
O wydajności sortowania bąbelkowego dla dużych zbiorów danych i systemów bazodanowych typu NoSQL
Autorzy:
Marszałek, Z.
Połap, D.
Woźniak, M.
Powiązania:
https://bibliotekanauki.pl/articles/87339.pdf
Data publikacji:
2014
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
NoSQL
algorytm komputerowy
duży zbiór danych
computer algorithm
large data set
Opis:
In the paper we discuss performance of bubble sort algorithm. Research results discussed and described in this article help to evaluate this method when used in NoSQL database systems for large amounts of the input data. In the article is analyzed bubble sort algorithm for large scale data sets in two versions: classic version and modified version with logic control of order.
Sortowanie jest jednym z ważniejszych problemów współczesnej informatyki. Obecnie komputery muszą pracować na coraz większych ilościach danych, dlatego w niniejszym artykule przedstawiamy analizę algorytmu sortowania bąbelkowego pod względem jego własności dla dużych zbiorów danych i baz tybu NoSQL. W analizie zbadaliśmy wersję klasyczną i zmodyfikowaną z funkcją kontroli ułożenia elementów.
Źródło:
Zeszyty Naukowe. Matematyka Stosowana / Politechnika Śląska; 2014, 4; 113-122
2084-073X
Pojawia się w:
Zeszyty Naukowe. Matematyka Stosowana / Politechnika Śląska
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Gromadzenie danych do budowy modeli ruchu - przegląd możliwości
Acquiring data for traffic models – recent developments
Autorzy:
Kucharski, R.
Powiązania:
https://bibliotekanauki.pl/articles/193091.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Komunikacji Rzeczpospolitej Polskiej
Tematy:
modelowanie ruchu
integracja danych
systemy baz danych
GIS
transport modeling
database systems
data integration
Opis:
W polskich warunkach możliwa jest poprawa jakości modeli ruchu , a jednym z potencjalnych sposobów poprawy jest zgromadzenie i wykorzystanie w modelowaniu baz danych. Baza danych wejściowych to kluczowa sprawa dla jakości modelu ruchu. Jeśli model ma spełniać swoje zadanie, to musi być zbudowany w oparciu o bogatą i dokładną bazę danych. Równie istotną sprawą jest jej regularna aktualizacja , a jej zmiany powinny pociągać za sobą aktualizacje modelu. W artykule autor opisuje, jakie dane są dostępne i w jaki sposób można je wykorzystać w modelowaniu ruchu. Na kilku przykładach pokazano w praktyczny sposób, jak można wzbogacić bazę danych używanych do modelowania ruchu. Opisano cztery przykłady dobrych praktyk, w szczególności: protokół przesyłu danych o sieci i rozkładzie jazdy transportu zbiorowego z serwisu jakdojade.pl do programu do modelowania ruchu, możliwość użycia danych przestrzennych GIS do tworzenia modelu sieci transportowej, możliwość użycia danych przestrzennych z podkładów GIS do obliczania produkcji i atrakcji rejonów komunikacyjnych w jednym z programów do modelowania ruchu oraz wykorzystanie wyników automatycznej rejestracji tablic rejestracyjnych (ARTR) w modelowaniu. Na wielu konferencjach dotyczących modelowania ruchu powtarzana jest teza, że najpilniejszą sprawą w polskim modelowaniu jest problem pozyskania danych. Poniższe akapity pokazują, jak można ten stan rzeczy małymi krokami zmieniać. Przykłady te powinny służyć jako dobra praktyka w budowie modeli ruchu. Należy, na poziomie definiowania zamówienia na budowę modelu ruchu, zapewnić jak największą ilość i jakość danych wejściowych. Dzięki temu modele będą mogły pełnić istotną rolę w kształtowaniu systemu transportowego miasta, tworząc wspólną platformę zarządzania transportem.
The paper shows possible improvements in the area of transport modeling. Employing databases and integrating them fully within transport modeling structure can bring improvement in quality of transport modeling. Many practitioners claim that data import is the next step of improvement for transport modeling. The article shows projects where external databases were used in transport modeling. Examples include: transit database import using data from major Polish provider of transit passenger information, enhanced GIS network import, GIS spatial data import including comprehensive land-use information, integration of APNR results within transport modeling including database application integrated within transport modeling software. Opportunity to include complex database systems in transport modeling and integrate them shows great potential to improve transport modeling, but it requires full integration at many levels. It should be further exploited to obtain full functionality and synergy of data within transport models. This requires more stress on database, and data-management techniques for transport modeling.
Źródło:
Transport Miejski i Regionalny; 2013, 1; 22-26
1732-5153
Pojawia się w:
Transport Miejski i Regionalny
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
On Forming Key Competences within the ICT-supported Instruction in Higher Education
Autorzy:
Šimonová, Ivana
Poulová, Petra
Sokolová, Marcela
Bílek, Martin
Powiązania:
https://bibliotekanauki.pl/articles/2028740.pdf
Data publikacji:
2014-03-31
Wydawca:
Wydawnictwo Adam Marszałek
Tematy:
ICT
key competences
online courses
e-learning
learning styles
Database Systems
Management
IT English
Opis:
The paper presents research results of the two-year pedagogical experiment comparing test scores in three subjects (Database Systems, Management, IT English) taught either in the ICT-supported way, or in the traditional face-to-face way at the Faculty of Informatics and Management, University of Hradec Kralove, Czech Republic. The main research objective was to find out whether ICT contribute to increasing learners’ knowledge and consequently to forming key competences. Didactic tests as the main tool were used within the pedagogical experiment which followed the “pre-test - instruction - post-test - post-test2” structure. The research sample included 687 respondents. Obtained results proved there were no statistically significant differences in learners’ knowledge in both approaches to instruction. The results were discussed from two important points of view: (1) teachers’ and learners’ ability to use the potential of ICT in teaching/learning and (2) the role of teaching/learning styles in the ICT-supported instruction.
Źródło:
The New Educational Review; 2014, 35; 134-147
1732-6729
Pojawia się w:
The New Educational Review
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza wydajności systemów bazodanowych: MySQL, MS SQL, PostgreSQL w kontekście aplikacji internetowych
Performance analysis of selected database systems: MySQL, MS SQL, PostgerSQL in the context of web applications
Autorzy:
Lachewicz, Katarzyna
Powiązania:
https://bibliotekanauki.pl/articles/98150.pdf
Data publikacji:
2020
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
MySQL
MS SQL
PostgreSQL
wydajność baz danych
database performance
Opis:
Głównym celem niniejszego artykułu jest weryfikacja, który z trzech systemów bazodanowych: MySQL, MS SQL, PostgeSQL, jest najbardziej wydajny w kontekście aplikacji internetowych. W artykule zawarto informacje dotyczące wykorzystanych systemów bazodanowych, jednakże kluczowym elementem artykułu są badania wydajności baz danych. Zostały one wykonane w oparciu o aplikację, której najważniejszym zadaniem jest wykonywanie zapytań do bazy danych. Program został zbudowany w oparciu o najnowsze technologie, takie jak framework Spring, biblioteka Hibernate oraz interfejs JDBC.
The main purpose of this article is to check which database: MySQL, MS SQL, PostgerSQL is the most efficient for Internet applications. This work contains information about the databases used, but the most important part of this article is database performance research. They are based on an application whose main task was database queries. The program was created based on new technologies, such as the Spring framework, the Hibernate library and JDBC Interface.
Źródło:
Journal of Computer Sciences Institute; 2020, 14; 94-100
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Historia rozwoju systemów zarządzania bazami danych
Autorzy:
Krasuski, A.
Maciak, T.
Powiązania:
https://bibliotekanauki.pl/articles/373466.pdf
Data publikacji:
2006
Wydawca:
Centrum Naukowo-Badawcze Ochrony Przeciwpożarowej im. Józefa Tuliszkowskiego
Tematy:
baza danych
rozwój
historia
sieć
database management systems
development
history
Opis:
W artykule przedstawiony został rozwój systemów baz danych. Omówiono w nim technologie Hierarchicznych, Sieciowych, Relacyjnych oraz Obiektowych baz danych. Artykuł ma charakter przeglądowy a celem jego jest przybliżenie wiedzy na temat powstawania i kształtowania się współczesnych systemów baz danych. Opis technologii baz danych zaprezentowano w ujęciu historycznym, co zapewni lepsze poznanie materiału czytelnikom nieobeznanym z tą technologią.
This paper outlines the historical development of data management systems. Hierachical, Network, Relational, Objectoriented and Objectrelational data management systems are reviewed. A short summary of related research is given.
Źródło:
Bezpieczeństwo i Technika Pożarnicza; 2006, 2/4; 213-226
1895-8443
Pojawia się w:
Bezpieczeństwo i Technika Pożarnicza
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analysis of entity-attribute-value model applications in freely available database management systems for dna microarray data processing
Autorzy:
Waller, T.
Zapart, D.
Tkacz, M.
Wróbel, Z.
Powiązania:
https://bibliotekanauki.pl/articles/332994.pdf
Data publikacji:
2012
Wydawca:
Uniwersytet Śląski. Wydział Informatyki i Nauki o Materiałach. Instytut Informatyki. Zakład Systemów Komputerowych
Tematy:
system zarządzania relacyjną bazą danych
mikromacierz DNA
entity-attribute-value model
relational database management system
DNA microarray
Opis:
Large volumes of data are generated during DNA microarrays experiments. Database management systems (DBMS) are increasingly applied to these data, providing optimum processing and management from multiple microarray experiments. In this study, freely accessible DBMS software versions were compared (Microsoft SQL Server 2008 Express Edition, Oracle Database 10g Express Edition, DB2 Express-C 9.7.2, MySQL 5.1, and PostgreSQL 9.0). We examined them in the context of possible Entity-Attribute-Value (EAV) application as an optimal organization method for microarray data. It was confirmed in the comparative analysis of component data processing methods, consistent with the EAV model, that efficient methods for microarray data analysis are available in Microsoft SQL Server 2008 Express Edition and PostgreSQL 9.0 systems. Also, DNA microarray data processing was confirmed to be more efficient with Microsoft SQL Server 2008 Express Edition as compared with PostgreSQL 9.0. The EAV method was also shown to be suitable for use with open-source versions of DBMS software as an optimum storage model for DNA microarray data. In terms of data processing methods and performance, the Microsoft SQL Server 2008 Express Edition proved to be the best among compared database systems.
Źródło:
Journal of Medical Informatics & Technologies; 2012, 20; 59-63
1642-6037
Pojawia się w:
Journal of Medical Informatics & Technologies
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A cross-linguistic database of phonetic transcription systems
Autorzy:
Anderson, Cormac
Tresoldi, Tiago
Chacon, Thiago
Fehn, Anne-Maria
Walworth, Mary
Forkel, Robert
List, Johann-Mattis
Powiązania:
https://bibliotekanauki.pl/articles/2134801.pdf
Data publikacji:
2018-12-01
Wydawca:
Uniwersytet im. Adama Mickiewicza w Poznaniu
Tematy:
phonetic transcription
phoneme inventory databases
cross-linguistically linked data
reference catalog
dataset
Opis:
Contrary to what non-practitioners might expect, the systems of phonetic notation used by linguists are highly idiosyncratic. Not only do various linguistic subfields disagree on the specific symbols they use to denote the speech sounds of languages, but also in large databases of sound inventories considerable variation can be found. Inspired by recent efforts to link cross-linguistic data with help of reference catalogues (Glottolog, Concepticon) across different resources, we present initial efforts to link different phonetic notation systems to a catalogue of speech sounds. This is achieved with the help of a database accompanied by a software framework that uses a limited but easily extendable set of non-binary feature values to allow for quick and convenient registration of different transcription systems, while at the same time linking to additional datasets with restricted inventories. Linking different transcription systems enables us to conveniently translate between different phonetic transcription systems, while linking sounds to databases allows users quick access to various kinds of metadata, including feature values, statistics on phoneme inventories, and information on prosody and sound classes. In order to prove the feasibility of this enterprise, we supplement an initial version of our cross-linguistic database of phonetic transcription systems (CLTS), which currently registers five transcription systems and links to fifteen datasets, as well as a web application, which permits users to conveniently test the power of the automatic translation across transcription systems.
Źródło:
Yearbook of the Poznań Linguistic Meeting; 2018, 4, 1; 21-53
2449-7525
Pojawia się w:
Yearbook of the Poznań Linguistic Meeting
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Spatial database modeling for indoor navigation systems
Autorzy:
Gotlib, D.
Gnat, M.
Powiązania:
https://bibliotekanauki.pl/articles/106828.pdf
Data publikacji:
2013
Wydawca:
Politechnika Warszawska. Wydział Geodezji i Kartografii
Tematy:
geoinformatyka
kartografia
modelowanie budowy
nawigacja domowa
GIS
BIM
geoinformatics
cartography
building modeling
indoor navigation
Opis:
For many years, cartographers are involved in designing GIS and navigation systems. Most GIS applications use the outdoor data. Increasingly, similar applications are used inside buildings. Therefore it is important to find the proper model of indoor spatial database. The development of indoor navigation systems should utilize advanced teleinformation, geoinformatics, geodetic and cartographical knowledge. The authors present the fundamental requirements for the indoor data model for navigation purposes. Presenting some of the solutions adopted in the world they emphasize that navigation applications require specific data to present the navigation routes in the right way. There is presented original solution for indoor data model created by authors on the basis of BISDM model. Its purpose is to expand the opportunities for use in indoor navigation.
Źródło:
Reports on Geodesy and Geoinformatics; 2013, 95; 49-63
2391-8365
2391-8152
Pojawia się w:
Reports on Geodesy and Geoinformatics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Systemy wyszukiwawcze w nauczaniu informatyki prawniczej w szkole wyższej
Search Systems in the Teaching of Legal Information Technology in High School
Autorzy:
Śwital, Paweł
Powiązania:
https://bibliotekanauki.pl/articles/461711.pdf
Data publikacji:
2015
Wydawca:
Uniwersytet Pedagogiczny im. Komisji Edukacji Narodowej w Krakowie. Instytut Spraw Społecznych
Tematy:
informatyka prawnicza
bazy danych
systemy wyszukiwawcze
technologia informacyjna
legal information technology
database search systems
information technology
Opis:
Artykuł ukazuje praktyczne zagadnienia związane z informatyką prawniczą. Celem pracy jest przedstawienie wybranych systemów wyszukiwawczych. W pracy zostały omówione podstawowe systemy informacji prawnej: LEX, Internetowy System Aktów Prawnych, Dzienniki Urzędowe, Bazy orzeczeń Trybunału Konstytucyjnego, Bazy orzeczeń sądów administracyjnych. Wskazano na podstawowe zasady funkcjonowania systemu wyszukiwania informacji.
The article presents the practical issues related to legal information technology. The aim of the study is to present selected search systems. The paper discusses basic legal information systems: LEX, Internet system of legal acts, Official Journals, Databases Constitutional Court decisions, rulings base administrative courts. It specifies the fundamental principles of the system search for information.
Źródło:
Labor et Educatio; 2015, 3; 191-208
2353-4745
2544-0179
Pojawia się w:
Labor et Educatio
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Effectiveness of selected database models in management information systems
Autorzy:
Szczepaniuk, Edyta
Szczepaniuk, Hubert
Powiązania:
https://bibliotekanauki.pl/articles/949791.pdf
Data publikacji:
2019
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
effectiveness of databases
Management Information Systems
NoSQL database
skuteczność baz danych
Systemy Zarządzania Informacją
baza danych NoSQL
Opis:
In this paper, the authors attempt to identify the universal factors of the effectiveness of selected database models used in Management Information Systems. Selection of an appropriate database model at the stage of design and implementation directly determines the effectiveness of the Management Information Systems within an organisation. The relational database model and database models based on NoSQL paradigms, including in particular graph databases and document-oriented databases, will be evaluated. NoSQL-class database models demonstrate properties in terms of effective application for business purposes.
Źródło:
Organizacja i Zarządzanie : kwartalnik naukowy; 2019, 1; 77-85
1899-6116
Pojawia się w:
Organizacja i Zarządzanie : kwartalnik naukowy
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Appraisal of Abuja Master Plan Using GIS: A Case Study of Abuja Phase I, Federal Capital Territory, Abuja, Nigeria
Autorzy:
Amusa, Idowu Adigun
Ibe, Philip Ongboku
Akolo, Festus Olusanya
Powiązania:
https://bibliotekanauki.pl/articles/1178353.pdf
Data publikacji:
2017
Wydawca:
Przedsiębiorstwo Wydawnictw Naukowych Darwin / Scientific Publishing House DARWIN
Tematy:
Abuja
Geographic Information Systems and Database
Master plan
Opis:
The study designed and created a geospatial database for the entities in the study area. The database was subjected to test by issuing single criterion and multiple criteria queries. The single criterion query was issued to test the database on the number of parcels in the study area that are equal to or less than 1500 m2. This is the standard area of a plot when the Abuja Master plan was conceptualized. The query returned 642 parcels out of the 1490 parcels in the study area representing 43.09 percent of the total. The multiple criteria query was issued to show those parcels with more than 25,000 m2 and are developed. The query returned less than 1 percent; that is 11 parcels fall into this category. Buffering was carried out to see the level of compliance of buildings with the 3.0m setback from the fencing walls and the result returned 1725 buildings out of the 3822 buildings within the study area that did not comply with this rule. The parcels were also subjected to a setback of 20m from the river channels in the study area. The rivers were buffered with 20m and overlaid with the parcels. 133 parcels fall within the buffer zone. This is about 8.92 percent of the total parcels in the study area. The implication is that over 90 percent are safe in case there is flooding that spreads around that distance. Graduated colour renderer was used to classify the parcels using the sizes as parameter for the classification.
Źródło:
World Scientific News; 2017, 77, 2; 144-162
2392-2192
Pojawia się w:
World Scientific News
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
An efficient approach for view selection for data warehouse using tree mining and evolutionary computation
Autorzy:
Thakare, A.
Deshpande, P.
Powiązania:
https://bibliotekanauki.pl/articles/305413.pdf
Data publikacji:
2018
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
database management systems
data warehousing and data mining
query optimization
graph mining
algorithms for parallel computing
evolutionary computations
genetic algorithms
Opis:
The selection of a proper set of views to materialize plays an important role in database performance. There are many methods of view selection that use different techniques and frameworks to select an efficient set of views for materialization. In this paper, we present a new efficient scalable method for view selection under the given storage constraints using a tree mining approach and evolutionary optimization. The tree mining algorithm is designed to determine the exact frequency of (sub)queries in the historical SQL dataset. The Query Cost model achieves the objective of maximizing the performance benefits from the final view set that is derived from the frequent view set given by the tree mining algorithm. The performance benefit of a query is defined as a function of query frequency, query creation cost, and query maintenance cost. The experimental results show that the proposed method is successful in recommending a solution that is fairly close to an optimal solution.
Źródło:
Computer Science; 2018, 19 (4); 431-455
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 4: Fe-B-V
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/355188.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-V system
Opis:
Thermodynamic descriptions of the ternary Fe-B-V system and its binary sub-system B-V, are developed using experimental thermodynamic and phase equilibrium data from the literature. The thermodynamic parameters of the other binaries, Fe-V and Fe-B, are taken from earlier assessments slightly modifying the Fe-V description. The work is in the context of a new Fe-B-X (X = Cr, Ni, Mn, V, Si, Ti, C) database. The solution phases are described using substitutional solution model. The borides are treated as stoichiometric or semistoichiometric phases and described with two-sublattice models.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 2; 451-456
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 5: Fe-B-Si
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/355656.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modeling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Si system
Opis:
Thermodynamic descriptions of the ternary Fe-B-Si system and its binary sub-system, B-Si, are developed in the context of a new Fe-B-X (X = Cr, Ni, Mn, V, Si, Ti, C) database. The thermodynamic parameters of the other binary sub-systems, Fe-Si and Fe-B, are taken from earlier assessments. Experimental thermodynamic and phase equilibrium data available in the literature has been used for the optimization of the thermodynamic parameters of the Fe-B-Si and B-Si systems. The solution phases are described using substitutional solution model and the compounds (silicides and borides) are treated as stoichiometric phases. The calculated and experimental thermodynamic and phase equilibrium data were found to be in good agreement.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 4; 1239-1248
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 6: Fe-B-Ti
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/356115.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modeling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Ti system
Opis:
Thermodynamic optimizations of the ternary Fe-B-Ti system and its binary sub-system, B-Ti are presented. The thermodynamic descriptions of the other binaries, Fe-Ti and Fe-B, are taken from the earlier studies slightly modifying the Fe-Ti system assessment. The adjustable parameters of the Fe-B-Ti and B-Ti systems are optimized in this study using the experimental thermodynamic and the phase equilibrium data from the literature. The solution phases of the system are described using the substitutional solution model and the compounds (including borides) are treated as stoichiometric phases. The results show a good correlation between the calculated and measured thermodynamic and phase equilibrium data.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 4; 1249-1255
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Współpraca systemów pomiarowych z bazami danych na przykładzie systemu diagnostyki zaworów regulacyjnych
Integration of measurement systems with database datalogging on example of valves diagnostic system
Autorzy:
Wilczewski, L.
Świsulski, D.
Powiązania:
https://bibliotekanauki.pl/articles/268212.pdf
Data publikacji:
2005
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Opis:
W referacie przedstawiono przykładową realizację współpracy systemu pomiarowego, opartego o środowisko LabVIEW z serwerem baz danych MySQL wykorzystanego do diagnostyki zaworów regulacyjnych, wdrożonego w przedsiębiorstwie petrochemicznym. Współpraca ta była możliwa dzięki wykorzystaniu procedur z biblioteki Database Connectivity Toolset. W referacie przedstawione zostały modyfikacje tego pakietu, których wykonanie było konieczne do zapewnienia prawidłowej pracy.
An example of measurement system integrated with database is presented in this paper. Measurement system is based on LabVIEW environment and MySQL DBMS. Procedures from Database Connectivity Toolset were used for integrating database datalogging into LabVIEW based software. Also modifications of the Toolset procedures needed for proper operation of measurement system are presented.
Źródło:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej; 2005, 21; 269-274
1425-5766
2353-1290
Pojawia się w:
Zeszyty Naukowe Wydziału Elektrotechniki i Automatyki Politechniki Gdańskiej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description Of Ternary Fe-B-X Systems. Part 2: Fe-B-Ni
Autorzy:
Miettinen, J.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/353480.pdf
Data publikacji:
2014
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Ni system
diagramy fazowe
modelowanie termodynamiczne
układy na bazie Fe
termodynamiczne układy Fe-B-X
układ Fe-B-Ni
Opis:
Opis termodynamiczny trójskładnikowych układów Fe-B-X. Część 2: Fe-B-Ni
Źródło:
Archives of Metallurgy and Materials; 2014, 59, 2; 609-614
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 1: Fe-B-Cr
Opis termodynamiczny trójskładnikowych układów Fe-B-X. Część 1: Fe-B-Cr
Autorzy:
Miettinen, J.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/353802.pdf
Data publikacji:
2014
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Cr system
diagramy fazowe
modelowanie termodynamiczne
układy na bazie Fe
termodynamiczne układy Fe-B-X
układ Fe-B-Cr
Opis:
A thermodynamic description of the Fe-B-Cr system is developed in the context of a new Fe-B-X (X = Cr, Ni, Mn, Si, Ti, V, C) database. The thermodynamic parameters of the binary sub-systems, Fe-B, Fe-Cr and B-Cr, are taken from earlier assessments slightly modifying the Fe-B and B-Cr descriptions, and those of the ternary system are optimized in this study using experimental thermodynamic and phase equilibrium data from the literature. The solution phases are described using substitutional solution model. The borides are treated as stoichiometric or semi-stoichiometric phases and described with two-sublattice models.
Przedstawiono termodynamiczny opis trójskładnikowego układu Fe-B-Cr w kontekście bazy danych dla układów Fe-B-X (X = Cr, Ni, Mn, Si, Ti, V, C). Parametry termodynamiczne dwuskładnikowych stopów Fe-Mn, Fe-B i Mn-B zostały są zaczerpnięte z wcześniejszych opracowań, przy tym opisy Fe-B i B-Cr zostały nieznacznie zmodyfikowane. Parametry dla układu Fe-Mn-B zostały zoptymalizowane w tej pracy w oparciu o eksperymentalne równowagi fazowe i dane termodynamiczne zaczerpnięte z literatury. Roztwory stałe opisano przy użyciu modelu roztworu substytucyjnego, a borki traktowane są jako fazy stechiometryczne lub półstechiometryczne opisane przy użyciu modelu dwu podsieci.
Źródło:
Archives of Metallurgy and Materials; 2014, 59, 2; 601-607
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 3: Fe-B-Mn
Opis termodynamiczny trójskładnikowych układów Fe-B-X. Część 3: Fe-B-Mn
Autorzy:
Miettinen, J.
Lilova, K.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/353752.pdf
Data publikacji:
2014
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Mn system
diagramy fazowe
modelowanie termodynamiczne
systemy na bazie Fe
termodynamiczny system Fe-B-X
system Fe-B-Mn
Opis:
A thermodynamic optimization of the ternary Fe-B-Mn system is presented. The thermodynamic parameters of the binary sub-systems, Fe-Mn, Fe-B and B-Mn, are taken from earlier assessments slightly modifying the B-Mn system description. The thermodynamic parameters of the Fe-B-Mn system are optimized in this study using literature experimental thermodynamic and phase equilibrium data. The solution phases of the system are described using the substitutional solution model and the borides are treated as stoichiometric or semi-stoichiometric phases of the (A,B)pCq type described with the two-sublattice models.
Przedstawiono termodynamiczny opis trójskładnikowego układu Fe-B-Mn. Parametry termodynamiczne dwuskładnikowych stopów Fe-Mn, Fe-B i B-Mn zostały zaczerpnięte z wcześniejszych opracowań, przy tym opis układu B-Mn został nieznacznie zmodyfikowany. Parametry termodynamiczne dla układu Fe-B-Mn zostały zoptymalizowane w tej pracy w oparciu o eksperymentalne równowagi fazowe i dane termodynamiczne zaczerpnięte z literatury. Roztwory stałe w układzie Fe-B-Mn opisano przy użyciu modelu roztworu substytucyjnego, a borki traktowane sa jako fazy stechiometryczne lub półstechiometryczne typu (A,B)pCq opisane przy użyciu modelu dwu podsieci.
Źródło:
Archives of Metallurgy and Materials; 2014, 59, 4; 1481-1485
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Nieinwazyjne metody oceny i poprawy bezpieczeństwa systemów komputerowych bazujące na standardach DISA
Non-intrusive assessment approach and improving security of computer systems based on DISA standards
Autorzy:
Kołodziejczyk, Marcin
Powiązania:
https://bibliotekanauki.pl/articles/41204019.pdf
Data publikacji:
2010
Wydawca:
Uniwersytet Kazimierza Wielkiego w Bydgoszczy
Tematy:
autentykacja
uwierzytelnianie
autoryzacja
aplikacja
baza danych
bezpieczeństwo
lista kontrolna
procedura manualna
GoldDisk
hasła
interfejs
konta użytkowników
Linux
logi
logowanie zdarzeń systemowych
Microsoft Windows
PKI
SRR
STIG
system operacyjny
Unix
wymagania
authentication
authorization
application
checklist
manual procedure
database
passwords
interface
logs
network services
operating system
requirements
security
system event logging
user accounts
Opis:
Artykuł jest próbą analizy dostępnych, nieinwazyjnych metod pozwalających na całościową analizę i ocenę bezpieczeństwa systemów komputerowych. Opisane metody nie ingerują bezpośrednio w działanie gotowych systemów, skupiając się w dużej mierze na statycznej analizie systemu. Analiza taka opiera się na stwierdzeniu zgodności systemu z poszczególnymi wymaganiami bezpieczeństwa, tworzonymi przez organizację DISA. Organizacja ta swoje wymagania przedstawia w trojaki sposób: tworząc statyczne wymagania tzw. STIG'i, manualne procedury, mające pomóc w analizie bezpieczeństwa oraz skrypty automatyczne dla części systemów (tzw. SRR). Przekrój systemów objętych wymaganiami jest ogromny, zaczynając od systemów operacyjnych, idąc przez systemy bazodanowe, sieci a skończywszy na tworzonych przez programistów aplikacjach. Artykuł zawiera również krótką analizę pewnych braków, niedogodności i wad wyżej wymienionych metod oraz jest próbą odpowiedzi w jakim kierunku powinien iść ich rozwój.
This article is an attempt to analyze the available, non-intrusive methods of analyzing and assessing if the overall security of computer systems. These methods do not interfere directly in the working systems, focusing largely on static analysis of the system. The analysis base on the finding of compliance with the various safety requirements, formed by the DISA organization. This organization presents its requirements in three ways: by creating the static requirements, so-called STIGs, manual procedures (checklists), helped in the analysis of the security and automated scripts for system components (SRR). The scope of the systems covered by the requirements is very big, including operating systems, database systems, the network and applications created by software developers. This article also contains a brief analysis of some shortcomings, disadvantages and drawbacks of the above-mentioned methods and is an attempt to answer for the question: what should be done in the nearest future for static security analysis.
Źródło:
Studia i Materiały Informatyki Stosowanej; 2010, 2; 23-30
1689-6300
Pojawia się w:
Studia i Materiały Informatyki Stosowanej
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Database of diagnostic images in hospital integrated picture archiving and communication systems
Autorzy:
Piętka, E.
Powiązania:
https://bibliotekanauki.pl/articles/1954506.pdf
Data publikacji:
1999
Wydawca:
Politechnika Gdańska
Tematy:
database
diagnostic medical images
image standardization
DICOM
Opis:
The implementation of a database management system in a clinical open-architecture picture archiving and communication system (PACS) is discussed. Standardization of communication protocols and file formats permit the equipment of various vendors to be linked. The main functions of the database management system are introduced at two levels of the system. Clinical experiences show three main advantages which are causing increasing interest in this concept. Access time, computer-assisted diagnosis and cost-effectiveness are the parameters describing the the system's efficiency.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 1999, 3, 4; 465-473
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The example shell for multimedia database management
Autorzy:
Król, R.
Piecha, J.
Powiązania:
https://bibliotekanauki.pl/articles/332916.pdf
Data publikacji:
2002
Wydawca:
Uniwersytet Śląski. Wydział Informatyki i Nauki o Materiałach. Instytut Informatyki. Zakład Systemów Komputerowych
Tematy:
baza danych dla multimediów
aplikacja Macromedia
database for multimedia
Macromedia applications
authoring systems
Opis:
The multimedia applications are usually developed within various graphical interfaces. The application user expects to use rich formats for graphics, animation and various audio effects. Many efforts have already been done on this field. Anyhow new challenge one can observe that concerns the Internet applications [1], [2]. The paper shows the platform unifying the multimedia databases development, available on Wide Area Network servers.
Źródło:
Journal of Medical Informatics & Technologies; 2002, 3; MI119-128
1642-6037
Pojawia się w:
Journal of Medical Informatics & Technologies
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
System POTOK: Forests ecosystem components projection with database and digital vector maps use
Autorzy:
Valenta, M.
Czarniecka, A.
Powiązania:
https://bibliotekanauki.pl/articles/1941710.pdf
Data publikacji:
2000
Wydawca:
Politechnika Gdańska
Tematy:
ecosystem
forest
GIS
geographic information systems
hydrology
relational database
Opis:
The composition presents a prototype solution (system POTOK) of a complex problem such as advanced assistance for researches in hydrological terms of forest areas. The idea of this system was based on a junction of two technologies: relational database and digital projection of space. The database is a ground of application that allowed creating ad hoc queries accomplished by advanced processing and also gives wide prospects of visualising the results (in 3D). The system could be used in related branches of science.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 2000, 4, 1; 91-101
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Database for the purpose of integrated coastal zone management
Autorzy:
Gajewski, J.
Stachowiak, A.
Żarki, I.
Powiązania:
https://bibliotekanauki.pl/articles/1941709.pdf
Data publikacji:
2000
Wydawca:
Politechnika Gdańska
Tematy:
integrated coastal zone management
GIS
geographic information systems
database design
GIS internet access
Opis:
The database was created in response to the need of obtaining complex information necessary for efficient management of the Polish coastal zone. Database preparation processes are co-ordinated within the EU PHARE project focusing on harmonising such databases in Estonia, Lithuania, Latvia and Poland. The majority of the information concerns the geographical objects, therefore the database was generated with application of Geographic Information Systems.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 2000, 4, 1; 103-107
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The Analysis of Potential Threats to Information Systems and Countermeasures
Autorzy:
Busłowska, Eugenia
Nowak, Iwo
Powiązania:
https://bibliotekanauki.pl/articles/504120.pdf
Data publikacji:
2017
Wydawca:
Międzynarodowa Wyższa Szkoła Logistyki i Transportu
Tematy:
Security
Attack
Database
Prevention
Opis:
The article presents the results of the analysis of threats to safety of information in enterprises. How information is protected against publication, modification or being erased has also been taken into account. The objective of the analysis is to raise awareness of value of information and the role of security in an IT system.
Źródło:
Logistics and Transport; 2017, 36, 4; 15-24
1734-2015
Pojawia się w:
Logistics and Transport
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 9: Fe-B-Cu
Autorzy:
Miettinen, Jyrki
Visuri, Ville-Valtteri
Fabritius, Timo
Powiązania:
https://bibliotekanauki.pl/articles/2049545.pdf
Data publikacji:
2021
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
thermodynamic database
Fe-based systems
Fe-B-X systems
Fe-B-Cu system
Opis:
Thermodynamic descriptions of the ternary Fe-B-Cu system and its binary sub-system B-Cu aredeveloped in the context of a new Fe-B-X (X = Cr, Cu, Mn, Mo, Ni, Si, Ti, V, C) database. The thermodynamic parameters of the other binary sub-systems (Fe-B and Fe-Cu) are taken from earlier assessments. Experimental thermodynamic and phase equilibrium data available in the literature have been used for the optimization of the Fe-B-Cu and B-Cu systems’ thermodynamic parameters. The solution phases are described using a substitutional solution model and the compounds (two borides of the Fe-B system) are treated as stoichiometric phases. A good agreement was obtained between the calculated and the experimental thermodynamic and phase equilibrium data.
Źródło:
Archives of Metallurgy and Materials; 2021, 66, 1; 297-304
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The POCOBIO Database for Computed Scattering Cross-Sections for Positron Collisions with Biomolecular Systems
Autorzy:
Franz, J.
Powiązania:
https://bibliotekanauki.pl/articles/1030032.pdf
Data publikacji:
2017-11
Wydawca:
Polska Akademia Nauk. Instytut Fizyki PAN
Tematy:
positron-molecule scattering
quantum calculations
molecular gases
Opis:
The design of a database for positron interactions with biomolecular systems is outlined. The database contains only scattering cross-sections, which are derived from theory. The data model is defined in a very flexible way, which facilitates the usage of weakly bound clusters of molecules and molecular systems with many tautomeric forms.
Źródło:
Acta Physica Polonica A; 2017, 132, 5; 1478-1481
0587-4246
1898-794X
Pojawia się w:
Acta Physica Polonica A
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Designing and efficiency of database for simulation of processes in systems. Case study for the simulation of warehouse processes
Autorzy:
Jachimowski, R.
Gołębiowski, P.
Izdebski, M.
Pyza, D.
Szczepański, E.
Powiązania:
https://bibliotekanauki.pl/articles/224020.pdf
Data publikacji:
2017
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
SIMMAG3D
database
processes simulation in systems
warehouse processes
external transport
internal transport
baza danych
procesy magazynowe
symulacja procesów magazynowych
transport zewnętrzny
transport wewnętrzny
Opis:
The basis of each IT system is data exchange both between individual modules of program and between program and user. The number of exchanged data and the number of operations on the data, which should be performed, require application of professional tools allowing for collecting and performing operations on multiple types of data. One of these tools are databases, which are an essential part of any IT system. With database designing are connected many decision problems which can occur both during the construction of database management system and at the stage of integration of entire user application with developed database. The article presents typical decision problems connected with designing of databases. These problems mainly concern sphere of information technology (including the programming language or recovery mechanism of database after the failure). Database architecture for typical IT system from the point of view possible paths for users were discussed, and role of catalogues played in development of database were presented. In addition, modular structure of the database, which was developed for the system SIMMAG3D for modelling and visualization of warehouse facilities in 3D was shown. This system is being developed under a project financed by the National Centre for Research and Development. We discussed in detail one of the essential elements in developed database - catalogues of means of external and internal transport, non-mechanical equipment and accessories which are essential from the point of view of the work load.
Źródło:
Archives of Transport; 2017, 41, 1; 31-42
0866-9546
2300-8830
Pojawia się w:
Archives of Transport
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie spersonalizowanych systemów rekomendacyjnych jako potencjał dla badań socjologicznych – na przykładzie portalu filmowego
Personalised Recomendation Systems as Potential for Sociological Research in Case of Movie Database
Autorzy:
Sieczka, Michał
Powiązania:
https://bibliotekanauki.pl/articles/637923.pdf
Data publikacji:
2011
Wydawca:
Uniwersytet Jagielloński. Wydawnictwo Uniwersytetu Jagiellońskiego
Tematy:
personalised recomendation systems
Sociological Research
film portal
Opis:
In my article I would try to present concept of using film portal as a research tool. What distinguishes this method from conventional quantitative methods is the size of the resulting sample. The problem of assessing the film is necessity for evaluating it using a specific scale, to which we, as a human beeings, are not fittest. Our judgments may vary depending on the conditions under which the film is viewed. It is this aspect of the evaluation, I would like to draw attention. Proposed study will takes account of four assessment modifiers, such as: individual factors, II context of group III quality of the image, IV evaluators state of knowledge.
Źródło:
Rocznik Kognitywistyczny; 2011, 5; 175-181
1689-927X
Pojawia się w:
Rocznik Kognitywistyczny
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 7: Fe-B-C
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/352609.pdf
Data publikacji:
2020
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
thermodynamic database
Fe-B-X systems
Fe-B-C system
Opis:
Thermodynamic description of the Fe-B-C system in its iron-rich corner is developed in the context of a new Fe-B-X (X = Cr, Ni, Mn, Si, Ti, V, C) database. The thermodynamic parameters of the binary sub-systems, Fe-B, Fe-C and B-C, are taken from earlier assessments modifying the B-C description. The parameters of the Fe-B-C system are optimized in this study using experimental thermodynamic and phase equilibrium data from the literature. Liquid, beta-rhombo-B and graphite phases are described using the substitutional solution model, while the ferrite (bcc), the austenite (fcc), the cementite (M3C) and the M23C6 phases are described with the sublattice model and the borides, Fe2B, FeB and B4C, are treated as stoichiometric phases. A good correlation was obtained between the calculated and the experimental thermodynamic and phase equilibrium data. The description is recommended to be used at the composition region of wt% C + wt% B < 15 and at temperatures below 2700°C.
Źródło:
Archives of Metallurgy and Materials; 2020, 65, 2; 923-933
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Examples of new models applied in selected simulation systems with respect to database
Autorzy:
Ignaszak, Z.
Hajkowski, J.
Popielarski, P.
Powiązania:
https://bibliotekanauki.pl/articles/379975.pdf
Data publikacji:
2013
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
information technology
foundry industry
porosity prediction
structure prediction
database
thermophysical parameters
simulation codes
AlSi alloy
technologia informacyjna
przemysł odlewniczy
przewidywanie struktury
baza danych
parametr termofizyczny
stop Al-Si
Opis:
The tolerance of damage rule progressively meets the approval in the design casting parts procedures. Therefore, there were appeared the new challenges and expectations for permanent development of process virtualization in the mechanical engineering industry. Virtualization is increasingly developed on the stage of product design and materials technologies optimization. Increasing expectations of design and process engineers regarding the practical effectiveness of applied simulation systems with new proposed up-grades modules is observed. The purpose is to obtain simulation tools allowing the most possible realistic prognosis of the casting structure, including indication, with the highest possible probability, places in the casting that are endangered with the possibility of shrinkage– and gas porosity formation. This 3D map of discontinuities and structure transformed in local mechanical characteristics are used to calculate the local stresses and safety factors. The needs of tolerance of damage and new approach to evaluate the quality of such prognosis must be defined. These problems of validation of new models/modules used to predict the shrinkage– and gas porosity including the chosen structure parameters in the example of AlSi7 alloy are discussed in the paper.
Źródło:
Archives of Foundry Engineering; 2013, 13, 1; 45-50
1897-3310
2299-2944
Pojawia się w:
Archives of Foundry Engineering
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The Efficiency Analysis of the Object Oriented Realization of the Client-Server Systems Based on the CORBA Standard
Autorzy:
Onderka, Zdzisław
Powiązania:
https://bibliotekanauki.pl/articles/1373449.pdf
Data publikacji:
2011
Wydawca:
Uniwersytet Jagielloński. Wydawnictwo Uniwersytetu Jagiellońskiego
Tematy:
distributed objects
CORBA
object-relational database
client-server
Opis:
The aim of this work was to analyze the cooperation efficiency of the distributed objects based on the CORBA standard. The obtained results show the possibilities of application to the object-relational databases or object oriented computation of data received via the network from the object managed data base. The distributed objects for the client-server model were implemented in Java and C++ languages. All possible configurations of the implementation for the client and the server were analyzed. Best results were received for the client and the server implementation in C++ language. The worst results were received for the client and the server implementation in Java.
Źródło:
Schedae Informaticae; 2011, 20; 181-193
0860-0295
2083-8476
Pojawia się w:
Schedae Informaticae
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
An Intelligent Market: Possibilities of a Revolution in Supermarkets Organization Using Agent Based Systems
Autorzy:
Cipi, Eva
Durmishi, Veronika
Powiązania:
https://bibliotekanauki.pl/articles/1035666.pdf
Data publikacji:
2010
Wydawca:
Academicus. International Scientific Journal publishing house
Tematy:
information agent
database system
software development
multi-agent-based architecture
Opis:
This work is focused on studying the possibilities of a new model in business management, integrating the best solutions of IT in the supermarket enterprises. We aim to show how an agent based system is used to manage successfully a market and why it is considered an efficient method to support the challenges of the supermarket enterprises. In a highly competitive environment, the impact of this phenomenon is visible, noting the increase of the interest for electronic systems which offer intelligent services in some activities as administration, marketing, business services, etc. We think agent based systems are the best choice as tools that can automate the analysis of the database information and locate the real useful things.
Źródło:
Academicus International Scientific Journal; 2010, 01; 90-99
2079-3715
2309-1088
Pojawia się w:
Academicus International Scientific Journal
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 8: Fe-B-Mo, with Extension to Quaternary Fe-B-Cr-Mo System
Autorzy:
Miettinen, Jyrki
Visuri, Ville-Valtteri
Fabritius, Timo
Powiązania:
https://bibliotekanauki.pl/articles/2049544.pdf
Data publikacji:
2021
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modeling
thermodynamic database
Fe-based systems
Fe-B-X systems
Fe-B-Mo system
Fe-B-Cr-Mo system
Opis:
Thermodynamic optimizations of the ternary Fe-B-Mo system and its binary sub-system B-Mo are presented. The Fe-B-Mo description is then extended to the quaternary Fe-B-Cr-Mo system by assessing the ternary B-Cr-Mo system. The thermodynamic descriptions of the other binaries (Fe-B, Fe-Cr, Fe-Mo, B-Cr, and Cr-Mo) and the other ternaries (Fe-B-Cr and Fe-Cr-Mo) are taken from earlier studies. In this study, the adjustable parameters of the B-Mo, Fe-B-Mo, and B-Cr-Mo systems were optimized using the experimental thermodynamic and the phase equilibrium data from the literature. The solution phases of the system (liquid, bcc and fcc) are described with the substitutional solution model, and most borides are treated as stoichiometric phases or semistoichiometric phases, using a simple two-sublattice model for the latter. The system’s intermetallic phases, Chi, Mu, R, and Sigma (not dissolving boron) as well as boride M3B2, based on a formulation of (Cr,Fe)(Cr,Fe,Mo)2(B)2, are described with a three-sublattice model. Reasonable agreement is obtained between the calculated and measured phase equilibria in all four systems: B-Mo; Fe-B-Mo; B-Cr-Mo; and Fe-B-Cr-Mo.
Źródło:
Archives of Metallurgy and Materials; 2021, 66, 1; 281-295
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Komisja IV Bazy Danych Przestrzennych i Kartografia Cyfrowa
Spatial Information Systems And Digital Mapping
Autorzy:
Kaczyński, R.
Powiązania:
https://bibliotekanauki.pl/articles/131218.pdf
Data publikacji:
2004
Wydawca:
Stowarzyszenie Geodetów Polskich
Tematy:
Komisja IV
kartografia cyfrowa
baza danych przestrzennych
Commission IV
digital cartography
spatial database
Źródło:
Archiwum Fotogrametrii, Kartografii i Teledetekcji; 2004, 14; 1-6
2083-2214
2391-9477
Pojawia się w:
Archiwum Fotogrametrii, Kartografii i Teledetekcji
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie wybranych technologii informatycznych do tworzenia Metrologicznej Bazy Danych
Chosen Information Technologies for Metrological Database Creation
Autorzy:
Adamczyk, K.
Tabisz, R. A.
Powiązania:
https://bibliotekanauki.pl/articles/158007.pdf
Data publikacji:
2007
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
systemy informatyczne
metrologiczne bazy danych
information systems
metrological databases
Opis:
Przedstawiono wybrane technologie informatyczne, które można wykorzystać do tworzenia Metrologicznych Baz Danych. Bazy te stanowią ważny element w systemach oceny zgodności: wyrobów, procesów wytwarzania, obiektów biologicznych lub ekologicznych. Wskazano na celowość doboru odpowiedniej technologii informatycznej uwzględniającego wielkość i przeznaczenie takiej bazy. Przedstawiono przykład wykorzystania bezpłatnych technologii MySQL oraz PHP do tworzenia małych baz metrologicznych przeznaczonych dla jednego lub kilku laboratoriów. Uzasadniono wybór technologii Microsoft .NET oraz SQL Server 2005 do tworzenia dużej bazy metrologicznej przeznaczonej dla regionalnego lub krajowego centrum metrologicznego.
Chosen information technologies useful to the metrological database creation are presented. These databases are important elements of the Conformity Assessment Systems of the: products, production processes and "bio" or "eco" objects. The advisability of the selection of the suitable information technology of taking into account the size and the applications of such database is denoted. The example of the use of the free of charge MySQL and PHP technologies for creation of the small metrological databases for one or several laboratories is presented. The choice of the Microsoft.NET and the SQL Server 2005 technology to the big metrological database creation for the regional or national metrological centres is justified.
Źródło:
Pomiary Automatyka Kontrola; 2007, R. 53, nr 12, 12; 51-54
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Informatyczne wspomaganie zarządzania zleceniami w mikroprzedsiębiorstwie na przykładzie serwisu komputerowego
Computer-aided management of orders in a micro-enterprise through the example of a computer service
Autorzy:
Pajęcki, M.
Powiązania:
https://bibliotekanauki.pl/articles/103459.pdf
Data publikacji:
2015
Wydawca:
Uniwersytet Humanistyczno-Przyrodniczy im. Jana Długosza w Częstochowie. Wydawnictwo Uczelniane
Tematy:
mikroprzedsiębiorstwo
zarządzanie zleceniami
informatyczne wspomaganie zarządzania
relacyjna baza danych
aplikacja bazodanowa
microenterprise
management of orders
computer-aided maintenance management systems
relational database
database application
Opis:
Mikroprzedsiębiorstwa stanowią zdecydowaną większość polskich firm – w 2013 roku 95,6% ogółu wszystkich podmiotów gospodarczych. Często są to niewielkie przedsiębiorstwa rodzinne lub osoby, które prowadzą działalność gospodarczą na własny rachunek i zatrudniają mniej niż 10 osób. Podmioty te, w celu podniesienia konkurencyjności, powinny wykorzystywać informatyczne systemy wspomagające zarządzanie. Celem niniejszego artykułu jest zwrócenie uwagi Czytelnika na fakt, że wdrożenie odpowiedniego, zgodnego z profilem działalności danego mikroprzedsiębiorstwa, informatyczne wymiernego systemu wspomagania zarządzania dostarcza korzyści dla tej firmy. Jako praktyczny przykład narzędzia informatycznego o zaprezentowano bazodanową aplikację, która istotnie wspomaga proces ewidencji i rozliczeń w serwisie komputerowym, w tym szczególnie kompleksową obsługę zleceń serwisowych. Dzięki temu firma zyskuje oszczędność czasu i zdobywa szybki dostęp do wszystkich zgromadzonych danych, a także możliwość łatwej ich edycji. Przedstawiono projekt relacyjnej bazy danych, która stanowi fundament systemu. Zaprojektowane oprogramowanie umożliwia ponadto rejestrowanie zakupów części zamiennych od dostawców, zarządzanie rekordami dotyczącymi kontrahentów, pracowników, usług świadczonych przez serwis oraz stanami magazynowymi. Wdrożono możliwość generowania różnych raportów. Zaproponowany system informatyczny wspomagania zarządzania można rozwinąć poprzez zaadoptowanie go do potrzeb rzeczywistej firmy i dodanie nowych, istotnych z punktu widzenia tego podmiotu, funkcjonalności. Dzięki temu można finalnie uzyskać kompleksowy system informatyczny wspomagania zarządzania do obsługi danego mikroprzedsiębiorstwa.
Micro-enterprises constitute the straight majority of Polish companies -in 2013 they are 95.6% of all such entities. They are often small family or person companies which conducts business activity on its own account and employ less than 10 persons. These subjects should use computer management support systems in order to raise their competitiveness. The aim of this article is to show a Reader that implementation of proper, in compliance with microenterprise activity profile, IT management support system gives notable effects for a given company. Database application which supports the process of record and settlements in a computer service, including complex service of service orders has been presented as a practical example of IT tool. As a result, company can save time and gets quick access to all collected data, and ability of editing data. Project of relational database which is the basis of the system has been presented. Moreover, software enables to register purchases of spare parts from suppliers, management of records concerning contracting parties, employees, services provided by service centre and inventory balance. Option of generating different reports has been implemented. Proposed IT management support system can be adjusted to the needs of a given company and developed by adding new functionalities, significant from the point of view of this subject. As a consequence, microenterprise can get complex IT management support system.
Źródło:
Prace Naukowe Akademii im. Jana Długosza w Częstochowie. Technika, Informatyka, Inżynieria Bezpieczeństwa; 2015, T. 3; 131-139
2300-5343
Pojawia się w:
Prace Naukowe Akademii im. Jana Długosza w Częstochowie. Technika, Informatyka, Inżynieria Bezpieczeństwa
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Opracowanie metod modyfikacji struktury bazy danych vmap l2
The elaboration of methods of vmap l2 database structure modification
Autorzy:
Bac-Bronowicz, J.
Kołodziej, A.
Kowalski, P. J.
Olszewski, R.
Powiązania:
https://bibliotekanauki.pl/articles/341307.pdf
Data publikacji:
2007
Wydawca:
Uniwersytet Przyrodniczy we Wrocławiu
Tematy:
infrastruktura danych przestrzennych (SDI)
systemy informacji geograficznej (GIS)
baza danych topograficznych
VMap L2
spatial data infrastructure (SDI)
Geographic Information Systems (GIS)
topographic database
Opis:
W państwowym zasobie geodezyjno-kartograficznym znajdują się następujące bazy danych przestrzennych: Baza Danych Ogólnogeograficznych, VMap L2, Vmap L3 oraz Baza Danych Topograficznych. Tylko jedna z tych baz - VMap L2 może obecnie odgrywać rolę bazy referencyjnej, ponieważ jest opracowana dla obszaru całego kraju, a ponadto zakres i szczegółowość treści odpowiada klasycznej mapie topograficznej. Jednak praktyczne wykorzystanie danych cyfrowych VMap jest ograniczone ze względu na skomplikowaną strukturę (224 klasy obiektów pogrupowanych w 8 kategorii) oraz brak mechanizmów automatycznej wizualizacji kartograficznej. W artykule przedstawiono propozycję uproszczenia struktury bazy danych VMap L2 dla celów analiz i wizualizacji kartograficznej. Opisano 3 podstawowe metody integracji danych. Przeprowadzone z wykorzystaniem systemów informacji geograficznej eksperymenty umożliwiły wybór jednej z metod: integracji wg kryterium podobieństwa z zachowaniem unikalnych typów geometrycznych. Chociaż baza VMap L2 w strukturze użytkowej nie pozbawiona jest pewnych wad, to spełnia postawione na wstępie założenia.
The state geodesic and cartographic resources include the following spatial databases: General Geographic Database, VMap L2, VMap L3 and Topographic Database. Only one of those databases - the VMap Level 2 base may at present serve as a reference database, since it covers the whole territory of Poland and its scope and level of detail is equivalent to the classical topographic map. Yet, the practical use of the VMap digital data is limited on account of the complex structure (224 feature classes grouped in eight categories) and the lack of automatic cartographic visualisation. This paper presents a proposal of VMap L2 database structure simplification for analyses and visualization purposes. There are three main methods of data integration described. The database modification experiments carried out with the use of GIS software allowed to choose one of them: according to the similarity of object characteristics with geometric type preservation. Although the usable structure of VMap L2 database is not free of drawbacks, it does meet the requirements laid down in the introduction.
Źródło:
Acta Scientiarum Polonorum. Geodesia et Descriptio Terrarum; 2007, 6, 2; 27-39
1644-0668
Pojawia się w:
Acta Scientiarum Polonorum. Geodesia et Descriptio Terrarum
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Elaboration of an expert system for sizing, designing and verifying flexible pavements
Autorzy:
Bouacha, Nadjet
Belachia, Mouloud
Powiązania:
https://bibliotekanauki.pl/articles/396716.pdf
Data publikacji:
2020
Wydawca:
Uniwersytet Zielonogórski. Oficyna Wydawnicza
Tematy:
expert systems
sizing
flexible pavement
database
constraints
displacements
systemy eksperckie
dobór
elestyczna nawierzchnia
baza danych
ograniczenia
przemieszczenia
Opis:
The use of expert systems in the world of civil engineering, and in particular for roads, has become a necessity for the reason of the particularity, complexity, and diversity of the influencing parameters at the level of the design calculation, the latter of which represents the major source of subsequent degradation. This system consists of proposing a tool for helping the user firstly to size the body of the roadway, with several analytical methods and models (Pre-project, Boussinesq, Westgaard, and Burmister), and secondly, to offer different design possibilities (thickness and type of the material) that make up the layers. Lastly, it is to calculate the stresses and strains in order to compare them with admissible limits. The management of a knowledge base of complex natures (words, sentences, numbers, symbols, tables, calculation methods, equations, conditions, etc.) requires an adequate methodology which goes beyond the simple use of the technology but enables you to imagine the process of regrouping this mass of complex data and classifying the data, which can then be integrated into a database or spreadsheets and external programs designed with code compatible with the expert system generator. Our contribution relates initially to the formulation, organization, and preparation of the algorithms, and then the starting of the programs in order to conceive fully executable programs, the latter of which we can call the expert system. The validation of such a system was made as the work progressed, changes were made in the formulation of the rules, and the order and orientation of the data in the knowledge that the advantage of this type of system is the possibility of permanently reinforcing the database with human expertise in the field, or in books, especially so that we can avoid data loss due to illnesses, retirement, etc.
Źródło:
Civil and Environmental Engineering Reports; 2020, 30, 3; 94-121
2080-5187
2450-8594
Pojawia się w:
Civil and Environmental Engineering Reports
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Modele związków encji w bazach danych systemów wspomagających zarządzanie wytwarzaniem
Entity relatioship models in databases of IT manufacturing management systems
Autorzy:
Bojarski, R.
Powiązania:
https://bibliotekanauki.pl/articles/325375.pdf
Data publikacji:
2012
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
encja
baza danych
wspomaganie zarządzania
wytwarzanie
entity
database
management supporting
manufacturing
Opis:
W artykule przedstawiono klasyfikację związków encji służących do modelowania konceptualnego predefiniowanych struktur danych w informatycznych bazach danych. Klasyfikacji tych związków dokonano poprzez wprowadzenie pojęcia stopnia związku. Na bazie związków pierwszego, drugiego i wyższych stopni odwołano się do przykładów mających swoje odniesienie w bazach danych systemów wytwarzania. Wskazano zarówno na składnię odczytywania tych związków w języku naturalnym jak i semantykę modeli związków.
The paper presents classification of entity relationship diagrams used in conceptual modelling of data structures in databases of manufacturing management systems. Classification is based on the idea of a relationship degree. On that concept 1st , 2nd and higher degree entity relationships have been presented as well as their examples encountered in manufacturing IT systems. An attention has been brought to the formal interpretation of the relationships as well as to their semantics. At the end of the paper semistructured data have been discussed within the context of entity relationships.
Źródło:
Zeszyty Naukowe. Organizacja i Zarządzanie / Politechnika Śląska; 2012, 61; 15-24
1641-3466
Pojawia się w:
Zeszyty Naukowe. Organizacja i Zarządzanie / Politechnika Śląska
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies