Narrow your search

Library

Odisee (15)

Thomas More Kempen (15)

Thomas More Mechelen (15)

UCLL (15)

VIVES (15)

KU Leuven (14)

ULiège (13)

ULB (9)

LUCA School of Arts (7)

VUB (7)

More...

Resource type

book (18)


Language

English (17)

French (1)


Year
From To Submit

2014 (18)

Listing 1 - 10 of 18 << page
of 2
>>
Sort by

Book
Enterprise Distributed Object Computing Conference (EDOC), 2014 IEEE 18th International
Author:
ISBN: 1479954713 1479954705 Year: 2014 Publisher: Piscataway, NJ : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Annotation IEEE EDOC 2014 is the eighteenth conference in a series that provides the key forum for researchers and practitioners in the field of enterprise computing EDOC conferences address the full range of models, methodologies, and engineering technologies contributing to intra and inter enterprise application systems Since 1997, EDOC has brought together leading computer scientists, IT decision makers, enterprise architects, solution designers, and practitioners to discuss enterprise computing challenges, models and solutions from the perspectives of academia, industry, and government The IEEE EDOC conference series emphasizes a holistic view on enterprise applications engineering and management, fostering integrated approaches that address and relate business processes, people and technology EDOC 2014 welcomes high quality scientific submissions as well as experience papers on enterprise computing from industry.


Book
Spreadsheet implementation technology : basics and extensions
Author:
Year: 2014 Publisher: Cambridge, Massachusetts : [Piscataqay, New Jersey] : MIT Press, IEEE Xplore,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Spreadsheets are used daily by millions of people for tasks that range from organizing a list of addresses to carrying out complex economic simulations. Spreadsheet programs are easy to learn and convenient to use because they have a clear visual model and a simple efficient underlying computational model. Yet although the basic spreadsheet model could be extended, improved, or otherwise experimented with in many ways, there is no coherently designed, reasonably efficient open source spreadsheet implementation that is a suitable platform for such experiments. This book fills the gap, teaching users how to experiment with and implement innovative spreadsheet functionality and introducing two software platforms for doing so. Along the way, it draws on and illustrates software technologies and computer science topics that range from object-oriented programming to compiler technology. Spreadsheet Implementation Technology surveys a wide range of information about spreadsheets drawn from user experience, the scientific literature, and patents. After summarizing the spreadsheet computation model and the most important challenges for efficient recalculation, the book describes Corecalc, a core implementation of essential spreadsheet functionality suitable for practical experiments, and Funcalc, an extension of Corecalc that allows users to define their own functions without extraneous programming languages or loss of efficiency. It also shows the advantages of automatic function specialization and offers a user's manual for Funcalc. The Corecalc and Funcalc software is downloadable free of charge.


Book
S'initier à la programmation et à l'orienté objet : avec des exemples en C, C++, C#, Java, Python et PHP
Author:
ISBN: 9782212140675 2212140673 Year: 2014 Publisher: Paris : Eyrolles,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Object-oriented analysis and design for information systems : modeling with UML, OCL, and IFML
Author:
ISBN: 0124172938 0124186734 9780124172937 9780124186736 Year: 2014 Publisher: Amsterdam : Elsevier, Morgan Kaufmann is an imprint of Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Object-Oriented Analysis and Design for Information Systems clearly explains real object-oriented programming in practice. Expert author Raul Sidnei Wazlawick explains concepts such as object responsibility, visibility and the real need for delegation in detail. The object-oriented code generated by using these concepts in a systematic way is concise, organized and reusable. The patterns and solutions presented in this book are based in research and industrial applications. You will come away with clarity regarding processes and use cases and a clear understand of how to expa


Book
Modeling and analysis of real-time and embedded systems with UML and MARTE : developing cyber-physical systems
Authors: ---
ISBN: 0124166563 0124166199 1306070805 9780124166561 9780124166196 9781306070805 Year: 2014 Publisher: Waltham, MA : Morgan Kaufmann, an imprint of Elsevier,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Modeling and Analysis of Real-Time and Embedded Systems with UML and MARTE explains how to apply the complex MARTE standard in practical situations. This approachable reference provides a handy user guide, illustrating with numerous examples how you can use MARTE to design and develop real-time and embedded systems and software. Expert co-authors Bran Selic and Sébastien Gérard lead the team that drafted and maintain the standard and give you the tools you need apply MARTE to overcome the limitations of cyber-physical systems. The functional sophistication required of modern


Book
R object-oriented programming : a practical guide to help you learn and understand the programming techniques necessary to exploit the full power of R
Author:
ISBN: 1783986697 9781783986699 1783986689 9781783986682 Year: 2014 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is designed for people with some experience in basic programming practices. It is also assumed that they have some basic experience using R and are familiar using the command line in an R environment. Our primary goal is to raise a beginner to a more advanced level to make him/her more comfortable creating programs and extending R to solve common problems.


Book
Rake task management essentials : deploy, test, and build software to solve real-world automation challenges using rake
Authors: ---
ISBN: 1783280786 9781783280780 1783280778 9781783280773 Year: 2014 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A step-by-step and interactive approach explaining the Rake essentials along with code examples and advanced features. If you are a developer who is acquainted with the Ruby language and want to speed up writing the code concerned with files, then this book is for you. To start reading this book, basic Ruby knowledge is required; however, a huge amount of experience with the language is not necessary.


Book
Real-time UML workshop for embedded systems
Author:
ISBN: 0124078303 0124077811 1306424224 9781306424226 9780124077812 9780124077812 9780124078307 9780124078307 Year: 2014 Publisher: Waltham, MA : Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Written as a workbook with a set of guided exercises that teach by example, this book gives a practical, hands-on guide to using UML to design and implement embedded and real-time systems. A review of the basics of UML and the Harmony process for embedded software development: two on-going case examples to teach the concepts, a small-scale traffic light control system and a large scale unmanned air vehicle show the applications of UML to the specification, analysis and design of embedded and real-time systems in generalA building block approach: a series of progr


Book
Pro Python System Administration
Author:
ISBN: 1484202171 148420218X Year: 2014 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Pro Python System Administration, Second Edition explains and shows how to apply Python scripting in practice. It will show you how to approach and resolve real-world issues that most system administrators will come across in their careers. This book has been updated using Python 2.7 and Python 3 where appropriate. It also uses various new and relevant open source projects and tools that should now be used in practice. In this updated edition, you will find several projects in the categories of network administration, web server administration, and monitoring and database management. In each project, the author will define the problem, design the solution, and go through the more interesting implementation steps. Each project is accompanied by the source code of a fully working prototype, which you’ll be able to use immediately or adapt to your requirements and environment. This book is primarily aimed at experienced system administrators whose day-to-day tasks involve looking after and managing small-to-medium-sized server estates. It will also be beneficial for system administrators who want to learn more about automation and want to apply their Python knowledge to solve various system administration problems. Python developers will also benefit from reading this book, especially if they are involved in developing automation and management tools.


Book
MongoDB Basics
Authors: --- ---
ISBN: 1484208951 148420896X Year: 2014 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Need a quick and easy to understand introduction to MongoDB and NoSQL databases? MongoDB Basics, from The Definitive Guide to MongoDB, 2E, shows you how a document-oriented database system differs from a relational database, and how to install and get started using it. You'll also learn MongoDB design basics, including geospatial indexing, how to navigate, view, and query your database, and how to use GridFS with a bit of Python.

Listing 1 - 10 of 18 << page
of 2
>>
Sort by