0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (6)
  • -
Status
Brand

Showing 1 - 10 of 10 matches in All Departments

Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (Hardcover, 2001 ed.): Jose M. Garrido Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (Hardcover, 2001 ed.)
Jose M. Garrido
R4,603 Discovery Miles 46 030 Ships in 12 - 17 working days

Researches and developers of simulation models state that the Java program ming language presents a unique and significant opportunity for important changes in the way we develop simulation models today. The most important characteristics of the Java language that are advantageous for simulation are its multi-threading capabilities, its facilities for executing programs across the Web, and its graphics facilities. It is feasible to develop compatible and reusable simulation components that will facilitate the construction of newer and more complex models. This is possible with Java development environments. Another important trend that begun very recently is web-based simulation, i.e., and the execution of simulation models using Internet browser software. This book introduces the application of the Java programming language in discrete-event simulation. In addition, the fundamental concepts and prac tical simulation techniques for modeling different types of systems to study their general behavior and their performance are introduced. The approaches applied are the process interaction approach to discrete-event simulation and object-oriented modeling. Java is used as the implementation language and UML as the modeling language. The first offers several advantages compared to C++, the most important being: thread handling, graphical user interfaces (QUI) and Web computing. The second language, UML (Unified Modeling Language) is the standard notation used today for modeling systems as a collection of classes, class relationships, objects, and object behavior."

Object Oriented Simulation - A Modeling and Programming Perspective (Hardcover, 2009 ed.): Jose M. Garrido Object Oriented Simulation - A Modeling and Programming Perspective (Hardcover, 2009 ed.)
Jose M. Garrido
R4,649 Discovery Miles 46 490 Ships in 12 - 17 working days

Object Oriented Simulation will qualify as a valuable resource to students and accomplished professionals and researchers alike, as it provides an extensive, yet comprehensible introduction to the basic principles of object-oriented modeling, design and implementation of simulation models.

Key features include an introduction to modern commercial graphical simulation and animation software, accessible breakdown of OOSimL language constructs through various programming principles, and extensive tutorial materials ideal for undergraduate classroom use.

Introduction to Computational Models with Python (Paperback): Jose M. Garrido Introduction to Computational Models with Python (Paperback)
Jose M. Garrido
R1,480 Discovery Miles 14 800 Ships in 12 - 17 working days

Introduction to Computational Models with Python explains how to implement computational models using the flexible and easy-to-use Python programming language. The book uses the Python programming language interpreter and several packages from the huge Python Library that improve the performance of numerical computing, such as the Numpy and Scipy modules. The Python source code and data files are available on the author's website. The book's five sections present: An overview of problem solving and simple Python programs, introducing the basic models and techniques for designing and implementing problem solutions, independent of software and hardware tools Programming principles with the Python programming language, covering basic programming concepts, data definitions, programming structures with flowcharts and pseudo-code, solving problems, and algorithms Python lists, arrays, basic data structures, object orientation, linked lists, recursion, and running programs under Linux Implementation of computational models with Python using Numpy, with examples and case studies The modeling of linear optimization problems, from problem formulation to implementation of computational models This book introduces the principles of computational modeling as well as the approaches of multi- and interdisciplinary computing to beginners in the field. It provides the foundation for more advanced studies in scientific computing, including parallel computing using MPI, grid computing, and other methods and techniques used in high-performance computing.

Introduction to Computational Models with Python (Hardcover): Jose M. Garrido Introduction to Computational Models with Python (Hardcover)
Jose M. Garrido
R3,286 Discovery Miles 32 860 Ships in 12 - 17 working days

Introduction to Computational Models with Python explains how to implement computational models using the flexible and easy-to-use Python programming language. The book uses the Python programming language interpreter and several packages from the huge Python Library that improve the performance of numerical computing, such as the Numpy and Scipy modules. The Python source code and data files are available on the author's website. The book's five sections present: An overview of problem solving and simple Python programs, introducing the basic models and techniques for designing and implementing problem solutions, independent of software and hardware tools Programming principles with the Python programming language, covering basic programming concepts, data definitions, programming structures with flowcharts and pseudo-code, solving problems, and algorithms Python lists, arrays, basic data structures, object orientation, linked lists, recursion, and running programs under Linux Implementation of computational models with Python using Numpy, with examples and case studies The modeling of linear optimization problems, from problem formulation to implementation of computational models This book introduces the principles of computational modeling as well as the approaches of multi- and interdisciplinary computing to beginners in the field. It provides the foundation for more advanced studies in scientific computing, including parallel computing using MPI, grid computing, and other methods and techniques used in high-performance computing.

Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (Paperback, Softcover reprint of the original... Object-Oriented Discrete-Event Simulation with Java - A Practical Introduction (Paperback, Softcover reprint of the original 1st ed. 2001)
Jose M. Garrido 1
R4,287 Discovery Miles 42 870 Out of stock

Researches and developers of simulation models state that the Java program ming language presents a unique and significant opportunity for important changes in the way we develop simulation models today. The most important characteristics of the Java language that are advantageous for simulation are its multi-threading capabilities, its facilities for executing programs across the Web, and its graphics facilities. It is feasible to develop compatible and reusable simulation components that will facilitate the construction of newer and more complex models. This is possible with Java development environments. Another important trend that begun very recently is web-based simulation, i.e., and the execution of simulation models using Internet browser software. This book introduces the application of the Java programming language in discrete-event simulation. In addition, the fundamental concepts and prac tical simulation techniques for modeling different types of systems to study their general behavior and their performance are introduced. The approaches applied are the process interaction approach to discrete-event simulation and object-oriented modeling. Java is used as the implementation language and UML as the modeling language. The first offers several advantages compared to C++, the most important being: thread handling, graphical user interfaces (QUI) and Web computing. The second language, UML (Unified Modeling Language) is the standard notation used today for modeling systems as a collection of classes, class relationships, objects, and object behavior.

Introduction to Computational Modeling Using C and Open-Source Tools (Hardcover): Jose M. Garrido Introduction to Computational Modeling Using C and Open-Source Tools (Hardcover)
Jose M. Garrido
R4,009 Discovery Miles 40 090 Ships in 12 - 17 working days

Introduction to Computational Modeling Using C and Open-Source Tools presents the fundamental principles of computational models from a computer science perspective. It explains how to implement these models using the C programming language. The software tools used in the book include the Gnu Scientific Library (GSL), which is a free software library of C functions, and the versatile, open-source GnuPlot for visualizing the data. All source files, shell scripts, and additional notes are located at ksuweb.kennesaw.edu/~jgarrido/comp_models. The book first presents an overview of problem solving and the introductory concepts, principles, and development of computational models before covering the programming principles of the C programming language. The author then applies programming principles and basic numerical techniques, such as polynomial evaluation, regression, and other numerical methods, to implement computational models. He also discusses more advanced concepts needed for modeling dynamical systems and explains how to generate numerical solutions. The book concludes with the modeling of linear optimization problems. Emphasizing analytical skill development and problem solving, this book helps you understand how to reason about and conceptualize the problems, generate mathematical formulations, and computationally visualize and solve the problems. It provides you with the foundation to understand more advanced scientific computing, including parallel computing using MPI, grid computing, and other techniques in high-performance computing.

Performance Modeling of Operating Systems Using Object-Oriented Simulations - A Practical Introduction (Paperback, Softcover... Performance Modeling of Operating Systems Using Object-Oriented Simulations - A Practical Introduction (Paperback, Softcover reprint of the original 1st ed. 2000)
Jose M. Garrido
R1,491 Discovery Miles 14 910 Out of stock

This book introduces the fundamental concepts and practical simulation te- niques for modeling different aspects of operating systems to study their g- eral behavior and their performance. The approaches applied are obje- oriented modeling and process interaction approach to discrete-event simu- tion. The book depends on the basic modeling concepts and is more specialized than my previous book: Practical Process Simulation with Object-Oriented Techniques and C++, published by Artech House, Boston 1999. For a more detailed description see the Web location: http: //science.kennesaw.edu/ jgarrido/mybook, html. Most other books on performance modeling use only analytical approaches, and very few apply these concepts to the study of operating systems. Thus, the unique feature of the book is that it concentrates on design aspects of operating systems using practical simulation techniques. In addition, the book illustrates the dynamic behavior of different aspects of operating systems using the various simulation models, with a general hands-on approac

Object Oriented Simulation - A Modeling and Programming Perspective (Paperback, Softcover reprint of hardcover 1st ed. 2009):... Object Oriented Simulation - A Modeling and Programming Perspective (Paperback, Softcover reprint of hardcover 1st ed. 2009)
Jose M. Garrido
R2,662 R2,487 Discovery Miles 24 870 Save R175 (7%) Out of stock

Object Oriented Simulation will qualify as a valuable resource to students and accomplished professionals and researchers alike, as it provides an extensive, yet comprehensible introduction to the basic principles of object-oriented modeling, design and implementation of simulation models.

Key features include an introduction to modern commercial graphical simulation and animation software, accessible breakdown of OOSimL language constructs through various programming principles, and extensive tutorial materials ideal for undergraduate classroom use.

Introduction to Computational Modeling Using C and Open-Source Tools (Paperback): Jose M. Garrido Introduction to Computational Modeling Using C and Open-Source Tools (Paperback)
Jose M. Garrido
R1,923 Discovery Miles 19 230 Ships in 12 - 17 working days

Introduction to Computational Modeling Using C and Open-Source Tools presents the fundamental principles of computational models from a computer science perspective. It explains how to implement these models using the C programming language. The software tools used in the book include the Gnu Scientific Library (GSL), which is a free software library of C functions, and the versatile, open-source GnuPlot for visualizing the data. All source files, shell scripts, and additional notes are located at ksuweb.kennesaw.edu/~jgarrido/comp_models. The book first presents an overview of problem solving and the introductory concepts, principles, and development of computational models before covering the programming principles of the C programming language. The author then applies programming principles and basic numerical techniques, such as polynomial evaluation, regression, and other numerical methods, to implement computational models. He also discusses more advanced concepts needed for modeling dynamical systems and explains how to generate numerical solutions. The book concludes with the modeling of linear optimization problems. Emphasizing analytical skill development and problem solving, this book helps you understand how to reason about and conceptualize the problems, generate mathematical formulations, and computationally visualize and solve the problems. It provides you with the foundation to understand more advanced scientific computing, including parallel computing using MPI, grid computing, and other techniques in high-performance computing.

Fuzzy Random Forest (Spanish, Paperback): Diaz-Valladares Ramon, Cadenas Jose M., Garrido M. Carmen Fuzzy Random Forest (Spanish, Paperback)
Diaz-Valladares Ramon, Cadenas Jose M., Garrido M. Carmen
R2,510 Discovery Miles 25 100 Out of stock

Este libro presenta una propuesta relacionada con las tareas de clasificacion del aprendizaje automatico. La propuesta abarca los distintos niveles necesarios para disenar e implementar un multiclasificador que posee la habilidad de procesar datos con informacion imperfecta. La intencion ha sido presentar un clasificador que mantenga un alto grado de precision con datos crisp y que tambien sea capaz de procesar datos fuzzy, manteniendo un buen rendimiento ante datos missing y diferentes tipos de ruido. Para lograrlo se han empleado tecnicas de soft computing (especialmente la logica fuzzy) generando algoritmos, metodos y procedimientos que se han conjuntado en una propuesta metodologica que hemos llamado Fuzzy Random Forest. Tambien se han planteado una amplia variedad de metodos de combinacion para trabajar con Fuzzy Random Forest. Fuzzy Random Forest esta inspirado en la metodologia Random Forest de Breiman, sin embargo los dos elementos principales que lo conforman son: un arbol fuzzy, como clasificador base, en el que se introducen elementos aleatorios y los metodos de combinacion que fusionan la informacion o votos de cada arbol.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Guide To Sieges Of South Africa…
Nicki Von Der Heyde Paperback  (4)
R250 R195 Discovery Miles 1 950
Hiking Trails Of South Africa
Willie Olivier Paperback R360 R281 Discovery Miles 2 810
Dive Sites Of South Africa & Mozambique
Fiona McIntosh Paperback  (3)
R275 R215 Discovery Miles 2 150
Farm Stall To Farm Stall - A Food…
Jennifer Stern Paperback R95 R75 Discovery Miles 750
Emigrating Successfully - The Insider's…
Johan Oldenburg Paperback R275 R215 Discovery Miles 2 150
Blue Ice - Travels In Antarctica
Don Pinnock Paperback R191 Discovery Miles 1 910
Voetspore In Suid-Afrika 2 - 'n Reisgids
Johan Badenhorst Paperback R334 Discovery Miles 3 340
Die Binneland In - Nog Stories En Reise
Dana Snyman Paperback R330 R284 Discovery Miles 2 840
The Secret Genesis of Area 51
T.D. Barnes Paperback R591 Discovery Miles 5 910
Palaces Of Stone - Uncovering Ancient…
Mike Main, Thomas Huffman Paperback R280 R219 Discovery Miles 2 190

 

Partners