Building Three Java Gui Applications Using Mysql Mariadb And Postgresql


Building Three Java Gui Applications Using Mysql Mariadb And Postgresql
DOWNLOAD eBooks

Download Building Three Java Gui Applications Using Mysql Mariadb And Postgresql PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Building Three Java Gui Applications Using Mysql Mariadb And Postgresql book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Building Three Java Gui Applications Using Mysql Mariadb And Postgresql


Building Three Java Gui Applications Using Mysql Mariadb And Postgresql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2019-11-09

Building Three Java Gui Applications Using Mysql Mariadb And Postgresql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-11-09 with Computers categories.


In this book, you will create three Java GUI applications using MySQL, MariaDB, and PostgreSQL. In this book, you will learn how to build from scratch a database management system using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. Gradually and step by step, you will be taught how to utilize three different databases in Java. In chapter one, you will create School database and its six tables. In chapter two, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter three, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter four, you will study how to query the six tables. In chapter five, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In chapter six, you will create Bank database and its tables. In chapter seven, you will learn how to create and store salt passwords and verify them. You will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter eight, you will create an Account table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter nine, you will create a Client_Data table, which has the following seven fields: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter ten, you will be taught how to create Crime database and its tables. In chapter eleven, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter twelve, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter thirteen, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. In chapter fourteen, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter fifteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.



The Best Way To Learn Java Gui With Mysql Mariadb And Postgresql


The Best Way To Learn Java Gui With Mysql Mariadb And Postgresql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2020-01-10

The Best Way To Learn Java Gui With Mysql Mariadb And Postgresql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-01-10 with Computers categories.


In this book, you will create three Java GUI applications using MySQL, MariaDB, and PostgreSQL. In this book, you will learn how to build from scratch a database management system using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. Gradually and step by step, you will be taught how to utilize three different databases in Java. In chapter one, you will create School database and its six tables. In chapter two, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter three, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter four, you will study how to query the six tables. In chapter five, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In chapter six, you will create Bank database and its tables. In chapter seven, you will learn how to create and store salt passwords and verify them. You will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter eight, you will create an Account table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter nine, you will create a Client_Data table, which has the following seven fields: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter ten, you will be taught how to create Crime database and its tables. In chapter eleven, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter twelve, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter thirteen, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. In chapter fourteen, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter fifteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.



The Fast Way To Learn Java Gui With Postgresql And Sqlite


The Fast Way To Learn Java Gui With Postgresql And Sqlite
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2020-01-15

The Fast Way To Learn Java Gui With Postgresql And Sqlite written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-01-15 with Computers categories.


This step-by-step guide to explore database programming using Java is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a programmer. Each brief chapter covers the material for one week of a college course to help you practice what you've learned. As you would expect, this book shows how to build from scratch two different databases: PostgreSQL and SQLite using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. In the first chapter, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done.In the first chapter, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done. In the second chapter, you will learn querying data from the postgresql using jdbc including establishing a database connection, creating a statement object, executing the query, processing the resultset object, querying data using a statement that returns multiple rows, querying data using a statement that has parameters, inserting data into a table using jdbc, updating data in postgresql database using jdbc, calling postgresql stored function using jdbc, deleting data from a postgresql table using jdbc, and postgresql jdbc transaction. In chapter three, you will create a PostgreSQL database, named School, and its tables. In chapter four, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter five, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter six, you will study how to query the six tables. In chapter seven, you will be shown how to create SQLite database and tables with Java. In chapter eight, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. Digital image techniques to extract image features used in this chapted are grascaling, sharpening, invertering, blurring, dilation, erosion, closing, opening, vertical prewitt, horizontal prewitt, Laplacian, horizontal sobel, and vertical sobel. For readers, you can develop it to store other advanced image features based on descriptors such as SIFT and others for developing descriptor based matching. In chapter nine, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter ten, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. All six fields (except keys) will have a BLOB data type, so that the image of the feature will be directly saved into this table. In chapter eleven, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter twelve, you will add two tables: Victim and Case_File. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The Case_File has seven columns: case_file_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables. Finally, this book is hopefully useful and can improve database programming skills for every Java/PostgreSL/SQLite pogrammer.



Building Three Desktop Applications Using Java Gui And Postgresql


Building Three Desktop Applications Using Java Gui And Postgresql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2019-11-08

Building Three Desktop Applications Using Java Gui And Postgresql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-11-08 with Computers categories.


In this book, you will create three desktop applications using Java GUI and PostgreSQL. In this book, you will learn how to build from scratch a PostgreSQL database management system using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. Gradually and step by step, you will be taught how to utilize PostgreSQL in Java. In chapter one, you will create School database and its six tables. In chapter two, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter three, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter four, you will study how to query the six tables. In chapter five, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In chapter six, you will create Bank database and its tables. In chapter seven, you will learn how to create and store salt passwords and verify them. You will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter eight, you will create an Account table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter nine, you will create a Client_Data table, which has the following seven fields: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter ten, you will be taught how to create Crime database and its tables. In chapter eleven, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter twelve, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter thirteen, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. In chapter fourteen, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter fifteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.



Building Three Desktop Applications Using Java Gui And Mysql


Building Three Desktop Applications Using Java Gui And Mysql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2019-11-07

Building Three Desktop Applications Using Java Gui And Mysql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2019-11-07 with Computers categories.


In this book, you will learn how to build from scratch a MySQL database management system using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. Gradually and step by step, you will be taught how to use MySQL in Java. In the first chapter, you will learn: How to install NetBeans, JDK 11, and MySQL Connector/J; How to integrate external libraries into projects; How the basic MySQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done. In the second chapter, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In the third chapter, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter four, you will study how to query the six tables. In chapter five, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In chapter six, you will learn how to create and store salt passwords and verify them. You will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter seven, you will create an Login table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter eight, you create a table with the name of the Account, which has ten columns: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In chapter nine, you will create a Client_Data table, which has the following seven fields: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter ten, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter eleven, you will be taught how to create Crime database and its tables. In chapter twelve, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter thirteen, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. All six fields (except keys) will have a BLOB data type, so that the image of the feature will be directly saved into this table. In chapter fourteen, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter fifteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.



The Quick Tutorial To Learn Database Programming Using Python Gui With Mariadb And Postgresql


The Quick Tutorial To Learn Database Programming Using Python Gui With Mariadb And Postgresql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2020-01-15

The Quick Tutorial To Learn Database Programming Using Python Gui With Mariadb And Postgresql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-01-15 with Computers categories.


In this book, you will create two MariaDB and PostgreSQL driven projects using PyQt. The step-by-step guide in this book is expected to help the reader's confidence to become a programmer who can solve database programming problems. A progressive project is provided to demonstrate how to apply the concepts of MariaDB and PostgreSQL using Python. In second chapter, you will learn PyQt that consists of a number of Python bindings for cross-platform applications that combine all the strengths of Qt and Python. By using PyQt, you can include all Qt libraries in Python code, so you can write GUI applications in Python. In other words, you can use PyQt to access all the features provided by Qt through Python code. Because PyQt depends on the Qt libraries at run time, you need to install PyQt. In third chapter, you will learn: How to create the initial three tables project in the School database: Teacher, Class, and Subject tables; How to create database configuration files; How to create a Python GUI for inserting and editing tables; How to create a Python GUI to join and query the three tables. In fourth chapter, you will learn how to: Create a main form to connect all forms; Create a project will add three more tables to the school database: Student, Parent, and Tuition tables; Create a Python GUI for inserting and editing tables; Create a Python GUI to join and query over the three tables. In this chapter, you will join the six classes, Teacher, TClass, Subject, Student, Parent, and Tuition and make queries over those tables. In chapter five, you will create dan configure PotgreSQL database. In this chapter, you will create Suspect table in crime database. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. You will also create GUI to display, edit, insert, and delete for this table. In chapter six, you will create a table with the name Feature_Extraction, which has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. The six fields (except keys) will have a VARCHAR data type (200). You will also create GUI to display, edit, insert, and delete for this table. In chapter seven, you will create two tables, Police and Investigator. The Police table has six columns: police_id (primary key), province, city, address, telephone, and photo. The Investigator table has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. You will also create GUI to display, edit, insert, and delete for both tables. In chapter eight, you will create two tables, Victim and Case_File. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The Case_File table has seven columns: case_file_id (primary key), suspect_id (foreign key), police_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. You will create GUI to display, edit, insert, and delete for both tables as well.



A Practical Guide To Database Programming With Java Gui And Postgresql


A Practical Guide To Database Programming With Java Gui And Postgresql
DOWNLOAD eBooks

Author : Vivian Siahaan
language : en
Publisher: SPARTA PUBLISHING
Release Date : 2020-01-12

A Practical Guide To Database Programming With Java Gui And Postgresql written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-01-12 with Computers categories.


In this book, you will create three desktop applications using Java GUI and PostgreSQL. In this book, you will learn how to build from scratch a PostgreSQL database management system using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. Gradually and step by step, you will be taught how to utilize PostgreSQL in Java. In chapter one, you will create School database and its six tables. In chapter two, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter three, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter four, you will study how to query the six tables. In chapter five, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. In chapter six, you will create Bank database and its tables. In chapter seven, you will learn how to create and store salt passwords and verify them. You will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter eight, you will create an Account table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter nine, you will create a Client_Data table, which has the following seven fields: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter ten, you will be taught how to create Crime database and its tables. In chapter eleven, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter twelve, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter thirteen, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. In chapter fourteen, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter fifteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables.



The Secrets Of Image Fusion Dengan Matlab Gui


The Secrets Of Image Fusion Dengan Matlab Gui
DOWNLOAD eBooks

Author : Vivian Siahaan
language : id
Publisher: BALIGE PUBLISHING
Release Date : 2020-02-17

The Secrets Of Image Fusion Dengan Matlab Gui written by Vivian Siahaan and has been published by BALIGE PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-02-17 with Computers categories.


Kasus 1: IMAGE FUSION DENGAN MATLAB GUI Menggunakan Transformasi Wavelet Diskret Kompleks Dual-Tree Pada kasus ini, Anda akan merancang sendiri, secara bertahap, GUI MATLAB untuk melakukan operasi fusi citra terhadap citra keabuan dan citra berwarna menggunakan metode transformasi wavelet diskret dual-tree. Ada empat jenis derau yang dipakai: Gaussin, Poisson, Salt & Pepper, dan Speckle. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Listbox, Table, Push Button, Edit Text, Static Text, dan Panel. Hasil fusi citra (image fusion) kemudian akan ditampilkan secara visual dan enam parameter kinerja: RMSE, PFE, MAE, CORR, SNR, PSNR, akan ditampilkan pada grafik batang. Kasus 2: IMAGE FUSION DENGAN MATLAB GUI Menggunakan Transformasi Wavelet Diskret Stasioner Satu Level dan Dua Level Pada kasus ini, Anda akan merancang sendiri, secara bertahap, GUI MATLAB untuk melakukan operasi fusi citra terhadap citra keabuan dan citra berwarna menggunakan metode Transformasi Wavelet Diskret Stasioner Satu level dan Dua level. Ada empat jenis derau yang dipakai: Gaussin, Poisson, Salt & Pepper, dan Speckle. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Listbox, Table, Push Button, Edit Text, Static Text, dan Panel. Hasil fusi citra (image fusion) kemudian akan ditampilkan secara visual dan enam parameter kinerja: RMSE, PFE, MAE, CORR, SNR, PSNR, akan ditampilkan pada grafik batang. Kasus 3: IMAGE FUSION DENGAN MATLAB GUI Menggunakan Metode Dekomposisi Nilai Singular Resolusi Jamak (MSVD, Multi-Resolution Singular Value Decomposition) Buku ini diperuntukkan bagi mereka yang suka keahlian praktis sekaligus mendapatkan keuntungan pengetahuan. Dengan tidak bertele-tele, pada buku ini, Anda akan merancang sendiri, secara bertahap, GUI MATLAB untuk melakukan operasi fusi citra terhadap citra keabuan dan citra berwarna menggunakan metode Metode Dekomposisi Nilai Singular Resolusi Jamak (MSVD, Multi-Resolution Singular Value Decomposition). Untuk menguji kehandalan metode ini, ada empat jenis derau yang dipakai: Gaussin, Poisson, Salt & Pepper, dan Speckle. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Listbox, Table, Push Button, Edit Text, Static Text, dan Panel. Hasil fusi citra (image fusion) kemudian akan ditampilkan secara visual dan enam parameter kinerja: RMSE, PFE, MAE, CORR, SNR, PSNR, akan ditampilkan pada grafik batang. Kasus 4: IMAGE FUSION Dengan MATLAB GUI: Teknik Fusi Citra Berwarna Berbasis Transformasi Kosinus Diskret Dan Piramida Laplacian Kasus ini diperuntukkan bagi mereka yang suka keahlian praktis sekaligus mendapatkan keuntungan pengetahuan. Dengan tidak bertele-tele, pada buku ini, Anda akan merancang sendiri, secara bertahap, GUI MATLAB untuk melakukan teknik fusi citra terhadap citra keabuan dan citra berwarna menggunakan metode Teknik Fusi Citra Berbasis Transformasi Kosinus Diskret dan Piramida Laplacian. Untuk menguji kehandalan metode ini, ada empat jenis derau yang dipakai: Gaussin, Poisson, Salt & Pepper, dan Speckle. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Listbox, Table, Push Button, Edit Text, Static Text, dan Panel. Hasil fusi citra (image fusion) kemudian akan ditampilkan secara visual dan enam parameter kinerja: RMSE, PFE, MAE, CORR, SNR, PSNR, akan ditampilkan pada grafik batang. Kasus 5: IMAGE FUSION Dengan MATLAB GUI: Teknik Fusi Citra Menggunakan Kriteria Ketajaman Berbasis Gradien Kasus ini dapat dipakai sebagai tutorial bagi mereka yang ingin bereksperimen mengembangkan GUI MATLAB, baik untuk kepentingan penelitian pemrosesan citra digital maupun kepentingan praktis lain. Buku ini dikhususkan bagi mereka yang suka keahlian praktis sekaligus mendapatkan keuntungan pengetahuan. Dengan tidak bertele-tele, pada buku ini, Anda akan merancang sendiri, secara bertahap, GUI MATLAB untuk melakukan operasi fusi citra terhadap citra keabuan dan citra berwarna menggunakan Teknik Fusi Citra Menggunakan Kriteria Ketajaman Berbasis Gradien. Untuk menguji kehandalan metode ini, ada empat jenis derau yang dipakai: Gaussin, Poisson, Salt & Pepper, dan Speckle.



Seri Belajar Sendiri Matlab Gui


Seri Belajar Sendiri Matlab Gui
DOWNLOAD eBooks

Author : Vivian Siahaan
language : id
Publisher: SPARTA PUBLISHING
Release Date : 2020-02-14

Seri Belajar Sendiri Matlab Gui written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-02-14 with Computers categories.


Pada technical report ini, Anda akan merancang sendiri, langkah demi langkah, GUI MATLAB untuk melakukan pembesaran citra (image zooming) menggunakan metode pembesaran Nearest-Neighbour dan metode pembesaran interpolasi Bilinear. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Push Button, Edit Text, Static Text, dan Panel. Hasil pembesaran berbasis kedua metode ini akan ditampilkan secara visual dan kinerjanya, menggunakan parameter MSE, akan ditampilkan pada grafik batang. Naskah ini berguna bukan saja bagi programmer pemula tetapi juga bagi mahasiswa dan pengajar yang ingin mengembangkan penelitian pada bidang pemrosesan citra digital. Di akhir naskah, keseluruhan kode sumber dicantumkan sebagai bahan dokumentasi dan referensi. Pembaca dapat mengembangkannya untuk kebutuhan kepentingan praktis maupun kepentingan penelitian.



Matlab Gui Untuk Pemrosesan Citra Digital


Matlab Gui Untuk Pemrosesan Citra Digital
DOWNLOAD eBooks

Author : Vivian Siahaan
language : id
Publisher: SPARTA PUBLISHING
Release Date : 2020-02-16

Matlab Gui Untuk Pemrosesan Citra Digital written by Vivian Siahaan and has been published by SPARTA PUBLISHING this book supported file pdf, txt, epub, kindle and other format this book has been release on 2020-02-16 with Computers categories.


Kasus 1: Seri Belajar Sendiri MATLAB GUI Untuk Penapisan Citra Berwarna dan Citra Keabuan Menggunakan Tapis Butterworth 2D Pada kasus ini, Anda akan merancang sendiri, langkah demi langkah, GUI MATLAB untuk melakukan penapisan Butterworth atas citra berwarn maupun citra keabuan. Keempat pita frekuensi: lowpass, bandpass, highpass, dan bandstop akan digunakan untuk mendemonstrasikan proses penapissan. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Table, Push Button, Radio Button, Edit Text, Static Text, dan Panel. Hasil penapisan Butterworth kemudian akan ditampilkan secara visual dan kinerjanya, menggunakan tujuh parameter kinerja, akan ditampilkan pada grafik batang. Naskah ini berguna bukan saja bagi programmer pemula tetapi juga bagi mahasiswa dan pengajar yang ingin mengembangkan penelitian pada bidang pemrosesan citra digital. Di akhir naskah, keseluruhan kode sumber dicantumkan sebagai bahan dokumentasi dan referensi. Pembaca dapat mengembangkannya untuk kebutuhan kepentingan praktis maupun kepentingan penelitian. Kasus 2: Belajar Sendiri MATLAB GUI Untuk Pembesaran Citra Digital Menggunakan Metode Nearest-Neighbour dan Interpolasi Bilinear Pada kasus ini, Anda akan merancang sendiri, langkah demi langkah, GUI MATLAB untuk melakukan pembesaran citra (image zooming) menggunakan metode pembesaran Nearest-Neighbour dan metode pembesaran interpolasi Bilinear. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Push Button, Edit Text, Static Text, dan Panel. Hasil pembesaran berbasis kedua metode ini akan ditampilkan secara visual dan kinerjanya, menggunakan parameter MSE, akan ditampilkan pada grafik batang. Naskah ini berguna bukan saja bagi programmer pemula tetapi juga bagi mahasiswa dan pengajar yang ingin mengembangkan penelitian pada bidang pemrosesan citra digital. Di akhir naskah, keseluruhan kode sumber dicantumkan sebagai bahan dokumentasi dan referensi. Pembaca dapat mengembangkannya untuk kebutuhan kepentingan praktis maupun kepentingan penelitian. Kasus 3: Belajar Sendiri MATLAB GUI Untuk Penapisan Citra Berwarna dan Citra Keabuan Menggunakan Tapis Chebyshev 2D Pada buku ini, Anda akan merancang sendiri, langkah demi langkah, GUI MATLAB untuk melakukan penapisan Chebyshev atas citra berwarn maupun citra keabuan. Keempat pita frekuensi: lowpass, bandpass, highpass, dan bandstop akan digunakan untuk mendemonstrasikan proses penapissan. Beberapa kontrol GUI MATLAB yang digunakan seperti Axes, Table, Push Button, Radio Button, Edit Text, Static Text, dan Panel. Hasil penapisan Chebyshev kemudian akan ditampilkan secara visual dan kinerjanya, menggunakan tujuh parameter kinerja, akan ditampilkan pada grafik batang. Naskah ini berguna bukan saja bagi programmer pemula tetapi juga bagi mahasiswa dan pengajar yang ingin mengembangkan penelitian pada bidang pemrosesan citra digital. Di akhir naskah, keseluruhan kode sumber dicantumkan sebagai bahan dokumentasi dan referensi. Pembaca dapat mengembangkannya untuk kebutuhan kepentingan praktis maupun kepentingan penelitian.