Interactive PMCube Explorer

Size: px
Start display at page:

Download "Interactive PMCube Explorer"

Transcription

1 Iteractive PMCube Explorer Documetatio ad User Maual Thomas Vogelgesag Carl vo Ossietzky Uiversität Oldeburg December 9, 206

2 Cotets Itroductio 3 2 Applicatio Overview 4 3 Data Preparatio 6 3. Data Warehouse Schema Creatig a Meta-data File Case Dimesios Evet Dimesios FactTable CaseTable EvetTable Sematics Geerate Meta Data File From Data Source Geerate Database Schema From Meta Data File Import Data From Data Source to Stagig Area Itegrate Data From Stagig Area Ito Data Cube Create Idexes o Data Cube Tables Applicatio settigs 8 4. Geeral Settigs Paths Visualizatio Process Model Diff Process Discovery Plugis Coect to Database 20 2

3 Itroductio The Iteractive PMCube Explorer is a tool for multidimesioal process miig (MPM). This maual gives a brief itroductio of its usage ad the ecessary preparatio of evet data. For a geeral itroductio of MPM ad the cocept of the PMCube approach, we refer to [VA6]. For this documet, we assume that the reader is familiar with process miig. 3

4 2 Applicatio Overview Figure 2. shows the applicatio s mai widow after start-up. I geeral it cosists of four parts: the ribbo meu at the top, the cotet area at the ceter, ad two sidebars left-had ad right-had of the cotet area. Figure 2.: Mai widow after start-up The ribbo meu provides access to most of the features of the applicatio which are grouped i differet tabs by their sematic. The six mai tabs are: Start This tab offers geeral features like coectig the applicatio to the database (see Chapter 5) ad customizig the applicatio settigs (see Chapter 4). Tools This tab provides tools that support the itegratio of data ito the data cube like the editor for meta-data files (see Sectio 3.2). View O this tab, you ca chage the view of the applicatio, e.g., tur o/off the process model matrix view or hide/show particular tabs. OLAP This tab provides all OLAP-related features like loadig the cube ad its data from the data warehouse. 4

5 2 Applicatio Overview Evet Log O this tab, you fid all features to maipulate (e.g. filter) the evet logs that were loaded from the data warehouse. Process Miig This tab offers advaced process miig techiques like process ehacemet ad coformace checkig. Cosolidatio This tab provides access to the cosolidatio of process models. Tip: You ca hide/collapse the ribbo bar by clickig the ico o the right side (below the widow close butto) or double-clickig oe of the tabs. The sidebar o the left side of the mai widow comprises all cofiguratio optios for the OLAP query. Grouped by differet tabs, you ca roll-up/drill-dow or slice the data cube. Furthermore, you ca also omit uecessary attributes from the query results. I the sidebar o the right side of the mai widow, you fid the selectio ad cofiguratio of the process discovery algorithm, the selectio of the classifier, ad the operatio history where you ca udo/redo the aalysis steps. The cotet area i the ceter of the widow uses a tab system to preset the aalysis results. The Olap Cell Preview tab shows a preview of the curretly set OLAP query while the Olap Results tab presets a overview of the results of the last executed OLAP query. Tip: The mai widow is based o a dockig framework. Therefore, you ca customize it accordig to your eeds, e.g., by chagig the size of or rearragig the differet parts of the widow. 5

6 3 Data Preparatio The Iteractive PMCube Explorermaages the evet data required for process miig i a multidimesioal data cube that is stored i a relatioal data warehouse. Curretly, the followig database maagemet systems (DBMS) are supported: Microsoft SQL Server (recommeded) Oracle DB PostgreSQL MySQL However, it is recommeded to use Microsoft SQL Server which was primarily used for testig ad applicatio so far. Before aalyzig processes with Iteractive PMCube Explorer, the evet data has to be itegrated ito the data warehouse. Sectio 3. explais its expected database schema. 3. Data Warehouse Schema I Iteractive PMCube Explorer, there are two differet ways to model the case ad evet attributes. Dimesio A dimesio represets a axis of the data cube that ca be used to partitio the evet data ito sublogs. Each dimesio cosist of a set of pair-wise distict values. Furthermore, Iteractive PMCube Explorerallows the user to defie dimesio hierarchies i a tree-like structure. Dimesios should be the preferred way of modelig the attributes. However, they may ot be appropriate i case of may rare attribute values as ca this result i sparse data cubes ad missig represetativeess of of the process models. To avoid such problems, sets of differet attribute values may be grouped ito artificial categories, e.g. represetig itervals of values. If this is ot meaigful, the attributes ca also be stored as simple attributes. Simple attribute This way of modelig directly attaches a attribute to its case or evet. I cotrast to dimesios, simple attributes are very limited i their usage (e.g., they caot be used for roll-up ad drill-dow). Therefore, it is oly recommeded to use simple attributes for avoidig the loss of data if the attribute caot be meaigfully mapped to a dimesio. 6

7 3 Data Preparatio Colum Name(s) Type Cardiality Descriptio id arbitrary id of cell, must be uique dim... dim s arbitrary... foreig key to table of most fiegraied dimesio level Table 3.: Colums of Fact table The database schema maages case ad evet attributes o differet levels. This is ot oly reflected i the defiitio of OLAP operatios, but also by the database schema that stores cases ad evets i differet tables. Figure 3. shows the geeric database schema of the data warehouse which is a extesio of the traditioal sowflake schema commoly used for relatioal data warehouses. D.K m D s.k D s+.k x D w.k y D.K 0 D s.k 0 D s+.k 0 D w.k 0 id Fact Case Evet id id A A p A A r Figure 3.: Etity-relatioship model of geeric database schema Similar to the sowflake schema, there is oe table for each level of a dimesio hierarchy ad the tables of a dimesio are coected by a : foreig key relatioship accordig to the hierarchy (e.g., tables D.K 0,..., D.K m ). The Fact table refereces case dimesio (i.e., each dimesio represetig a case attribute) by a foreig key referece to the table of its most fie-graied dimesio level. Additioally, it also stores a uique id for the easy idetificatio of cell of the data cube. Table 3. gives a overview of the colums of the Fact table. Usig a foreig key, the cell id of the Fact table is refereced by the Case table which stores each sigle case as a row. Each tuple requires a madatory uique id to idetify 7

8 3 Data Preparatio Colum Name(s) Type Cardiality Descriptio id arbitrary id of case, must be uique cell id arbitrary foreig key referece to id colum of Fact table A... A p arbitrary 0... colums for storig simple case attributes Table 3.2: Colums of Case table Colum Name(s) Type Cardiality Descriptio id arbitrary id of evet, must be uique case id arbitrary foreig key referece to id colum of Case table dim... dim w arbitrary... foreig key to table of most fiegraied dimesio level A... A p arbitrary 0... colums for storig simple evet attributes Table 3.3: Colums of Evet table the cases. Additioally, the Case table ca also have a arbitrary umber of additioal attributes (A,..., A p ) to store the simple case attributes (i.e., all case attributes that are modeled as simple attributes). The simple attribute colums of the Case table may have arbitrary types. Table 3.2 gives a overview of the colums of the Case table. The Evet table stores oe evet per row. Similar to the Case table, it refereces the tables of the most fie-graied dimesio levels of all evet dimesios (i.e., evet attributes that are modeled as dimesios). The simple evet attributes (i.e., evet attributes modeled as simple attributes) are represeted by a additioal table colum for each simple attribute (similar to Case table). The Evet table also has a uique id ad a foreig key referece to the id of the case that ow the evet. Table 3.3 summarizes the colums of the Evet table. The structure of a dimesio level table depeds o whether the dimesio level is the highest (i.e., most coarse-graied) level of the dimesio. If it is ot the highest dimesio level, the table has a uique id colum (used for referecig), a value colum (holdig a represetatio of the attribute s value), a descriptio colum (providig a more verbose textual descriptio of the value), ad a paret id colum holdig a foreig key referece to the id of the paret dimesio level value. The latter ca be omitted for the highest level of a dimesio, because this does ot have a paret. Table 3.4 gives a overview of the colums of a dimesio level table. Iteractive PMCube Explorerprovides a set of tools that support the creatio of the data cube ad the itegratio of data. With these tools, you ca create a meta data file from scratch (Sectio 3.2) geerate a meta data file from a selected source file (XES oly) (Sectio 3.3) 8

9 3 Data Preparatio Colum Name(s) Type Cardiality Descriptio id arbitrary id of dimesio value, must be uique value arbitrary represetatio of dimesio level value descriptio varchar/varchar2 textual descriptio of the dimesio level vale paret id arbitrary 0... foreig key referece to the table of paret dimesio level, ca be omitted if o paret exists Table 3.4: Colums of Evet table geerate a database schema for the data cube from a selected meta data file (Sectio 3.4) import the data from data source ito a temporary stagig area table of the database (Sectio 3.5) trasform the data of the stagig area table ito the cube structure (Sectio 3.6) create idexes o the data cube to improve database look-up performace (sectio 3.7) You ca fid the data itegratio tools o the Tools tab of the applicatio s ribbo meu (see Figure 3.2). Figure 3.2: Tools tab Adapters for accessig differet data source are provided as plug-is. Curretly, there are adapters for XES ad CSV files available. The followig sectios explai how to use these tools. 3.2 Creatig a Meta-data File To be able to load the evet data from the database, Iteractive PMCube Explorerrequires some meta-data o the database schema which is provided by a XML-based meta-data file. To create this file, Iteractive PMCube Explorer provides a meta-data editor that ca be opeed from the Tools tab (see Figure 3.2). The editor widow provides a umber of differet tabs to edit the meta-data file which are explaied i the followig i more detail. 9

10 3.2. Case Dimesios 3 Data Preparatio O the Case Dimesios tab (see Figure 3.3), all dimesio levels ad their relatioships eed to be defied. Dimesios ca be added by typig the dimesio s ame ito the text iput field o the left bottom ad clickig o add dimesio. The dimesio ad its logical root (ALL) are added to the tree-view o the left. After selectig the dimesio ode, oe ca chage its ame ad its data type (default is strig). Figure 3.3: Meta-data editor (Case dimesios) Selectig the ALL ode ad a right-clickig o it opes a pop-up meu that allows to add a ew dimesio level as a child of the selected ode. After selectig a dimesio level i the tree, oe eed to defie the properties as specified i Table 3.5. Note: To create a dimesio hierarchy, the dimesio levels must be specified from top to bottom (startig with the most coarse-graied dimesio level) Evet Dimesios O the Evet Dimesios tab, oe eeds to specify the evet dimesios ad their dimesio levels. The workflow ad the properties are similar to the Case Dimesios tab (see Sectio 3.2.). 0

11 3 Data Preparatio Property Dimesio level ame Dimesio level table ame Id colum ame Value colum ame Descriptio colum ame Foreig key to paret id colum ame What to eter Name of the dimesio level (as it should be displayed i the tool) Name of the database table represetig the dimesio level Name of the colum holdig the id Name of the colum holdig the value Name of the colum holdig the descriptio Name of the colum holdig the foreig key to the paret table (ca be left empty if o paret table exists) FactTable Table 3.5: Properties of dimesio level O the FactTable tab, oe has to specify the table ame of the Fact table ad the ame of the colum that holds the cell id (cf. Figure 3.4). Furthermore, oe eeds to specify the foreig key relatioships of the Fact table to the tables represetig the dimesio levels. Clickig the Add butto opes a ew dialog to create this mappig (cf. Figure 3.5). Figure 3.4: Meta-data editor (FactTable) I the first field, oe eeds to eter the ame of the colum holdig the foreig key to the dimesio level table. For the secod filed, click o the right-had butto ad

12 3 Data Preparatio select the dimesio level that is refereced by the foreig key from the dialog. Cofirm the mappig by clickig OK. Figure 3.5: Meta-data editor (attribute editor) CaseTable O the CaseTable tab (Figure 3.6), you eed to specify the structure of the Case table by eterig the followig iformatio:. The table ame of the Case table Figure 3.6: Meta-data editor (Case table) 2. The ame of the colum that holds the case id (primary key) 3. the ame of the colum that holds the cell id (foreig key to Fact table) 4. For each simple case attribute stored i the Case table, eter the colum ame ad data type of the attribute ad press Add 2

13 3.2.5 EvetTable 3 Data Preparatio O the EvetTable tab (Figure 3.7), you must specify the structure of the Evet table. Eter the followig iformatio: Figure 3.7: Meta-data editor (Evet table). The table ame of the Evet table 2. The ame of the colum that holds the evet id (primary key) 3. The ame of the colum that holds the case id (foreig key to Evet table) 4. For each simple evet attribute stored i the Evet table, eter the colum ame ad data type of the attribute ad press Add 5. For each evet dimesio, create a mappig betwee a dimesio ad the correspodig foreig key colum i the Evet table 6. Select the attribute that should be used to order the evets (usually the timestamp) 7. Select the attribute that should be used as the default classifier (usually the activity) 8. For each simple evet attribute stored i the Evet table, specify the aggregatio fuctio that should be used for evet aggregatio 3

14 3.2.6 Sematics 3 Data Preparatio O the Sematics tab (Figure 3.8), you must specify the sematics of particular attributes (similar to a cocept i XES) especially for the time-stamp. Click Add ad eter the followig iformatio i the dialog:. The attribute that should have the sematic 2. The cocept the selected attribute should have For the time-stamp, eter a format strig required for parsig the time-stamp which describes the time-stamp format of the attribute i the database. The format strig must be defied accordig to the C# time format specificatio ( com/de-de/library/8kb3ddd4(v=vs.0).aspx) Figure 3.8: Meta-data editor (Sematics) 3.3 Geerate Meta Data File From Data Source Istead of creatig a meta data file by had, you ca also derive it from the structure of the data source file by performig the followig steps.. Start the wizard by selectig Geerate meta data from the Tools tab. 4

15 3 Data Preparatio 2. Select the adapter matchig the type of your data source (e.g., XES adapter) ad click Next. 3. Select the data source file from your disk. Optioally, you eed to adjust the adapter optios. Click Next. 4. Select the attribute which represets your case id from the drop dow meu ad click Next. 5. Select the orderig attribute (typically the time-stamp attribute) ad the default classifier (the attribute represetig the ame of your evet). The, click Next. 6. Select the file system locatio ad the file ame for the ew meta data file. 7. Click Fiish to create ad save the file. 3.4 Geerate Database Schema From Meta Data File Iteractive PMCube Explorer provides a tool to automatically create a database schema from a existig meta data file. This file ca either be extracted from the data source (see Sectio 3.3) or maually created (see Sectio 3.2). Note: The tool assumes a already existig ad empty database. You ca prepare a ew database usig the admiistratio tools of your database maagemet system. Start the wizard by selectig Schema Geerator from the Tools tab. Select the meta data file from your file system. Select the already cofigured coectio to your database or create a ew oe (see 5 for details). Click OK to create the schema i your database. Tip: Alteratively, you ca also write the scripts for creatig the database schema to a file ad maually execute it later. However, you have to select the type of your target database as the geerated scripts may cotai vedorspecific SQL code. 5

16 3 Data Preparatio 3.5 Import Data From Data Source to Stagig Area To load the data from a data source ito the database, Iteractive PMCube Explorer provides a import wizard. Usig the specific adapter plug-is, it reads the data from file ad stores it i a flatteed database table (called stagig area table). For the trasformatio of the data ito the cube structure, aother tool is provided (see Sectio 3.6). To load the, do the followig:. Start the wizard by selectig Import data to stagig area from the Tools tab. 2. Select the adapter matchig the type of your data source (e.g., XES adapter) ad click Next. 3. Select the coectio to your database ad click Next. 4. Select the data source file ad optioally adjust the adapter s optios. The, click Next. 5. Cofigure the data import: a) Eter a ame for the stagig area table (accordig to the table ame guidelies of the used database maagemet system). b) Select all attributes of your data source that you wat to load ito the database (by default, all attributes are selected). c) For each selected attribute, cofigure the respective colum ame i the stagig area ad its data type (optioal, i most cases, default values should be okay). 6. Click Next ad wait util the import is completed. 7. Click Fiish to close the wizard. 3.6 Itegrate Data From Stagig Area Ito Data Cube After you have loaded the data ito the stagig area table, you ca trasform it ito the multidimesioal structure of the data cube. Iteractive PMCube Explorer supports this with a tool allowig you to map the colums of the stagig area table to the dimesios ad simple attributes of the cube. To trasform the data, do the followig:. Start the wizard by selectig Itegrate data ito data cube from the Tools tab. 2. Select the meta data file from the file system ad click Next. 3. Select the coectio to your database ad click Next. 4. Fid the stagig area table i the table list (left-had) ad expad it. 6

17 3 Data Preparatio 5. For each colum of the stagig area table, map it to its correspodet data cube elemet: Select the colum ame from the list. Select the target elemet by clickig o the related ico o the right-side (i.e., case dimesio, simple case attribute, case id, evet dimesio, simple evet attribute). 6. If all colums are mapped to their target cube elemet, click Next to proceed. 7. Deselect a particular data itegratio step if you wat to skip it (typically all steps should be performed). 8. Click Next ad wait util the processig is completed. 9. Click Fiish to close the wizard. 3.7 Create Idexes o Data Cube Tables To improve the performace of the data look-up, you ca optioally idex the data cube s tables. Therefore, you have to perform the followig steps:. Start the wizard by selectig Idex data cube from the Tools tab. 2. Select the meta data file from the file system ad click Next. 3. Select the coectio to your database ad click Fiish. 7

18 4 Applicatio settigs Before startig the first aalysis, it is recommeded to cofigure the tool. To customize the applicatio settigs, click o the Applicatio settigs butto i the start tab. The applicatio settigs dialog showig up provides multiple settigs o differet pages. The followig sectios will give a brief overview of the available cofiguratio optios. Note: Chages of some particular settigs will oly take effect after a restart of the applicatio. 4. Geeral Settigs O this page, you ca select the cofiguratio file for the logger. Iteractive PMCube Exploreruses the Apache log4et library (a.net port of the log4j library). To eable the loggig, create a cofiguratio file (see log4et documetatio for details) ad select it i the applicatio settigs. Additioally, you ca also set maximum tree depth of XML documets hadled by the serializer. However, the default value should be fie i most cases. 4.2 Paths O the Paths page, you ca cofigure the default paths for the import ad export files (e.g., process models, images), a default folder for storig meta-data files, ad the default folder for the settig files of process miig algorithms. Furthermore, you have to specify the file that will store your database coectio iformatio. 4.3 Visualizatio O this page, you ca customize the appearace of the process model visualizatio (e.g., ode size, distaces betwee odes etc.). Most of the settigs are specific for a particular process model type. To edit the appearace of a specific view model, you ca select the correspodig process model otatio from the drop-dow list. 8

19 4.4 Process Model Diff 4 Applicatio settigs O this page, you ca select the algorithm that should be used to create differece models. 4.5 Process Discovery Here, you ca select the default process discovery algorithm. This algorithm will be automatically selected o applicatio start-up. Optioally, you ca also select a cofiguratio file to provide customized default settigs to the selected default algorithm. 4.6 Plugis The Plugis page gives you a overview of all plug-is that have bee loaded at the start-up of the applicatio. To search for a particular plug-i, the text field o the top of the page allows you to filter the plug-i list. Tip: By default, the tool provides multiple plug-is. Therefore, a empty plugi list idicates that the path to the plug-i folder is ot correctly set. To fix this issue, you ca select the plug-i directory ad cofirm it by clickig the Okay butto. Now, the plug-is should be loaded whe restartig the applicatio. 9

20 5 Coect to Database At the begiig of your aalysis, you eed to select the coectio to your database. To ope the coectio dialog (Figure 5.), click o the Coect butto of the Start tab. Figure 5.: Coectio Dialog To create a ew database coectio, select the used database maagemet system from the drop-dow list ad click o the plus ico. After that, eter the required parameters i the dialog. Table 3.2. explais the parameters i more detail. For coectios to Microsoft SQL Server databases, there is also the optio to use the automatic autheticatio of the Widows operatig system. You ca check the checkbox to eable this optio. User ad password field ca be left empty whe Widows autheticatio is used. You ca save the settigs usig the Save ico i the toolbar o top of the dialog. 20

21 5 Coect to Database Property Coectio ame Database Server Port User Password Descriptio The user-defied ame of the coectio which is used i the coectio list o the left. Should be uique. The ame of the target database The URL or IP address of the target database server The port of the target database service The ame of the database user The password of the database user Table 5.: Parameters of the coectio dialog Note: The database cofiguratios are saved i a file (for selectig this file, see Sectio 4.2) which is ecrypted usig the Widows user accout. Cosequetly, the coectio file ca oly be read from the user accout you created it. Sharig coectio iformatio betwee differet user accouts or machies is ot possible. Fially, you eed to select the meta-data file that describes the structure of the selected database. To coect to the database, select the desired coectio from the list ad click o OK. Now the applicatio iitializes the dimesio values from the database. Depedig o the size of the data ad your coectio speed, this may take some time. Tip: The applicatio automatically saves the last used database coectio ad meta-data file. To recoect quickly, you ca click o the Quick coect butto i the Start tab. 2

22 Bibliography [VA6] Thomas Vogelgesag ad Has-Jürge Appelrath. PMCube: A Data- Warehouse-Based Approach for Multidimesioal Process Miig, pages Spriger Iteratioal Publishig, Cham,

Interactive PMCube Explorer

Interactive PMCube Explorer Interactive PMCube Explorer Documentation and User Manual Thomas Vogelgesang Carl von Ossietzky Universität Oldenburg June 15, 2017 Contents 1. Introduction 4 2. Application Overview 5 3. Data Preparation

More information

BEA WebLogic Process Integrator

BEA WebLogic Process Integrator BEA WebLogic Process Itegrator A Compoet of BEA WebLogic Itegratio BEA WebLogic Process Itegrator Studio Olie Help BEA WebLogic Process Itegrator Release 2.0 Documet Editio 2.0 July 2001 Copyright Copyright

More information

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation 6-0-0 Kowledge Trasformatio from Task Scearios to View-based Desig Diagrams Nima Dezhkam Kamra Sartipi {dezhka, sartipi}@mcmaster.ca Departmet of Computig ad Software McMaster Uiversity CANADA SEKE 08

More information

MOTIF XF Extension Owner s Manual

MOTIF XF Extension Owner s Manual MOTIF XF Extesio Ower s Maual Table of Cotets About MOTIF XF Extesio...2 What Extesio ca do...2 Auto settig of Audio Driver... 2 Auto settigs of Remote Device... 2 Project templates with Iput/ Output Bus

More information

Avid Interplay Bundle

Avid Interplay Bundle Avid Iterplay Budle Versio 2.5 Cofigurator ReadMe Overview This documet provides a overview of Iterplay Budle v2.5 ad describes how to ru the Iterplay Budle cofiguratio tool. Iterplay Budle v2.5 refers

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 26 Ehaced Data Models: Itroductio to Active, Temporal, Spatial, Multimedia, ad Deductive Databases Copyright 2016 Ramez Elmasri ad Shamkat B.

More information

TUTORIAL Create Playlist Helen Doron Course

TUTORIAL Create Playlist Helen Doron Course TUTORIAL Create Playlist Hele Doro Course TUTY Tutorial Create Playlist Hele Doro Course Writte by Serafii Giampiero (INV SRL) Revised by Raffaele Forgioe (INV SRL) Editio EN - 0 Jue 0-0, INV S.r.l. Cotact:

More information

Web OS Switch Software

Web OS Switch Software Web OS Switch Software BBI Quick Guide Nortel Networks Part Number: 213164, Revisio A, July 2000 50 Great Oaks Boulevard Sa Jose, Califoria 95119 408-360-5500 Mai 408-360-5501 Fax www.orteletworks.com

More information

Getting Started. Getting Started - 1

Getting Started. Getting Started - 1 Gettig Started Gettig Started - 1 Issue 1 Overview of Gettig Started Overview of Gettig Started This sectio explais the basic operatios of the AUDIX system. It describes how to: Log i ad log out of the

More information

Baan Finance Financial Statements

Baan Finance Financial Statements Baa Fiace Fiacial Statemets Module Procedure UP041A US Documetiformatio Documet Documet code : UP041A US Documet group : User Documetatio Documet title : Fiacial Statemets Applicatio/Package : Baa Fiace

More information

User Guide. Using Caliber Datamart

User Guide. Using Caliber Datamart User Guide Usig Caliber Datamart 11.1.0 Copyright 2013 Micro Focus. All Rights Reserved. Portios Copyright 1998-2009 Borlad Software Corporatio (a Micro Focus compay). All other marks are the property

More information

Weston Anniversary Fund

Weston Anniversary Fund Westo Olie Applicatio Guide 2018 1 This guide is desiged to help charities applyig to the Westo to use our olie applicatio form. The Westo is ope to applicatios from 5th Jauary 2018 ad closes o 30th Jue

More information

The VSS CCD photometry spreadsheet

The VSS CCD photometry spreadsheet The VSS CCD photometry spreadsheet Itroductio This Excel spreadsheet has bee developed ad tested by the BAA VSS for aalysig results files produced by the multi-image CCD photometry procedure i AIP4Wi v2.

More information

Chapter 10. Defining Classes. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 10. Defining Classes. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 10 Defiig Classes Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 10.1 Structures 10.2 Classes 10.3 Abstract Data Types 10.4 Itroductio to Iheritace Copyright 2015 Pearso Educatio,

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 19 Query Optimizatio Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio Query optimizatio Coducted by a query optimizer i a DBMS Goal:

More information

A Taste of Maya. Character Setup

A Taste of Maya. Character Setup This tutorial goes through the steps to add aimatio cotrols to a previously modeled character. The character i the scee below is wearig clothes made with Cloth ad the sceery has bee created with Pait Effects.

More information

Neolane Social Marketing. Neolane v6.1

Neolane Social Marketing. Neolane v6.1 Neolae Social Marketig Neolae v6.1 This documet, ad the software it describes, are provided subject to a Licese Agreemet ad may ot be used or copied outside of the provisios of the Licese Agreemet. No

More information

Descriptive Statistics Summary Lists

Descriptive Statistics Summary Lists Chapter 209 Descriptive Statistics Summary Lists Itroductio This procedure is used to summarize cotiuous data. Large volumes of such data may be easily summarized i statistical lists of meas, couts, stadard

More information

Guide to Applying Online

Guide to Applying Online Guide to Applyig Olie Itroductio Respodig to requests for additioal iformatio Reportig: submittig your moitorig or ed of grat Pledges: submittig your Itroductio This guide is to help charities submit their

More information

BODiBEAT Station. Owner s Manual. Contents

BODiBEAT Station. Owner s Manual. Contents BODiBEAT Statio Ower s Maual Versio 1.2.c Cotets About the BODiBEAT Statio.................... 2 Viewig the Exercise Logs....................... 5 Creatig ad Maagig a Traiig Program........ 9 Maagig Sog

More information

BEA Tuxedo. Using the BEA Tuxedo System on Windows NT

BEA Tuxedo. Using the BEA Tuxedo System on Windows NT BEA Tuxedo Usig the BEA Tuxedo System o Widows NT BEA Tuxedo Release 7.1 Documet Editio 7.1 May 2000 Copyright Copyright 2000 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This software

More information

Baan Tools User Management

Baan Tools User Management Baa Tools User Maagemet Module Procedure UP008A US Documetiformatio Documet Documet code : UP008A US Documet group : User Documetatio Documet title : User Maagemet Applicatio/Package : Baa Tools Editio

More information

JoLetter 6.7. JoLauterbach Software GmbH. Mail and merge with QuarkXPress. JoLauterbach Software GmbH. Stolzingstraße 4a Bayreuth Germany

JoLetter 6.7. JoLauterbach Software GmbH. Mail and merge with QuarkXPress. JoLauterbach Software GmbH. Stolzingstraße 4a Bayreuth Germany JoLetter 6.7 Mail ad merge with QuarkXPress JoLauterbach Software GmbH Stolzigstraße 4a 95445 Bayreuth Germay Telefo: +49-921-730 3363 Fax: +49-921-730 3394 E-Mail: ifo@jolauterbach.com Iteret: http://www.jolauterbach.com

More information

Elementary Educational Computer

Elementary Educational Computer Chapter 5 Elemetary Educatioal Computer. Geeral structure of the Elemetary Educatioal Computer (EEC) The EEC coforms to the 5 uits structure defied by vo Neuma's model (.) All uits are preseted i a simplified

More information

1 Enterprise Modeler

1 Enterprise Modeler 1 Eterprise Modeler Itroductio I BaaERP, a Busiess Cotrol Model ad a Eterprise Structure Model for multi-site cofiguratios are itroduced. Eterprise Structure Model Busiess Cotrol Models Busiess Fuctio

More information

BEA WebLogic XML/Non-XML Translator

BEA WebLogic XML/Non-XML Translator BEA WebLogic XML/No-XML Traslator A Compoet of BEA WebLogic Itegratio User Guide BEA WebLogic XML/No-XML Traslator Release 2.0 Documet Editio 2.0 July 2001 Copyright Copyright 2001 BEA Systems, Ic. All

More information

Goals of the Lecture UML Implementation Diagrams

Goals of the Lecture UML Implementation Diagrams Goals of the Lecture UML Implemetatio Diagrams Object-Orieted Aalysis ad Desig - Fall 1998 Preset UML Diagrams useful for implemetatio Provide examples Next Lecture Ð A variety of topics o mappig from

More information

Modern Systems Analysis and Design Seventh Edition

Modern Systems Analysis and Design Seventh Edition Moder Systems Aalysis ad Desig Seveth Editio Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Desigig Databases Learig Objectives ü Cocisely defie each of the followig key database desig terms: relatio,

More information

Global Support Guide. Verizon WIreless. For the BlackBerry 8830 World Edition Smartphone and the Motorola Z6c

Global Support Guide. Verizon WIreless. For the BlackBerry 8830 World Edition Smartphone and the Motorola Z6c Verizo WIreless Global Support Guide For the BlackBerry 8830 World Editio Smartphoe ad the Motorola Z6c For complete iformatio o global services, please refer to verizowireless.com/vzglobal. Whether i

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

BaanERP. DB2 Installation Guide for BaanERP on Windows NT

BaanERP. DB2 Installation Guide for BaanERP on Windows NT BaaERP DB2 Istallatio Guide for BaaERP o Widows NT A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved.

More information

Adapter for Mainframe

Adapter for Mainframe BEA WebLogic Java Adapter for Maiframe Workflow Processig Guide Release 5.0 Documet Date: Jauary 2002 Copyright Copyright 2002 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This software

More information

Sharing Collections. Share a Collection via . Share a Collection via Google Classroom. Quick Reference Guide

Sharing Collections. Share a Collection via  . Share a Collection via Google Classroom. Quick Reference Guide Quick Referece Guide Share a Collectio via Email Sharig your collectio with others is a great way to collaborate. You ca easily sed a lik to your colleagues, studets, classmates ad frieds. Recipiets do

More information

BEA WebLogic Enterprise. Using the WebLogic EJB Deployer

BEA WebLogic Enterprise. Using the WebLogic EJB Deployer BEA WebLogic Eterprise Usig the WebLogic EJB Deployer WebLogic Eterprise 5.0 Documet Editio 5.0 December 1999 Copyright Copyright 1999 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This

More information

Τεχνολογία Λογισμικού

Τεχνολογία Λογισμικού ΕΘΝΙΚΟ ΜΕΤΣΟΒΙΟ ΠΟΛΥΤΕΧΝΕΙΟ Σχολή Ηλεκτρολόγων Μηχανικών και Μηχανικών Υπολογιστών Τεχνολογία Λογισμικού, 7ο/9ο εξάμηνο 2018-2019 Τεχνολογία Λογισμικού Ν.Παπασπύρου, Αν.Καθ. ΣΗΜΜΥ, ickie@softlab.tua,gr

More information

LifeBook P Series Notebook BIOS BIOS SETUP UTILITY

LifeBook P Series Notebook BIOS BIOS SETUP UTILITY BIOS SECTION P1510 LifeBook P7000 Notebook BIOS LifeBook P Series Notebook BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operatig eviromet for your otebook. Your BIOS is

More information

Schema for the DCE Security Registry Server

Schema for the DCE Security Registry Server Schema for the Security egistry Server Versio Date: 0/20/00 For questios or commets cocerig this documet, sed a email ote to dce-ldap@opegroup.org or call Doa Skibbie at 52 838-3896. . Itroductio...3 2.

More information

Fujitsu LifeBook P Series

Fujitsu LifeBook P Series Fujitsu LifeBook P Series BIOS Guide LifeBook P Series Model: P1510D Documet Date: 7/26/2005 Documet Part Number: FPC58-1399-01 FUJITSU COMPUTER SYSTEMS CORPORATION LifeBook P7000 Notebook BIOS LifeBook

More information

Bike MS: 2013 Participant Center guide

Bike MS: 2013 Participant Center guide Bike MS: 2013 Participat Ceter guide bikems.org 1 Why use Olie Fudraisig Tools? Usig olie tools makes fudraisig easier Table of Cotets Participats who use persoal pages raise more moey! Bike MS $883 v.

More information

Bike MS: 2014 Participant Center guide

Bike MS: 2014 Participant Center guide Bike MS: 2014 Participat Ceter guide bikems.org 1 Table of Cotets Why Use Olie Fudraisig Tools... 2 Participat Ceter... 3 Guide to Olie Fudraisig... 3 Edit Persoal Page... 5 Address Book... 7 Email Messages...

More information

HP Media Center PC Getting Started Guide

HP Media Center PC Getting Started Guide HP Media Ceter PC Gettig Started Guide The iformatio i this documet is subject to chage without otice. Hewlett-Packard Compay makes o warraty of ay kid with regard to this material, icludig, but ot limited

More information

Using the Keyboard. Using the Wireless Keyboard. > Using the Keyboard

Using the Keyboard. Using the Wireless Keyboard. > Using the Keyboard 1 A wireless keyboard is supplied with your computer. The wireless keyboard uses a stadard key arragemet with additioal keys that perform specific fuctios. Usig the Wireless Keyboard Two AA alkalie batteries

More information

Chapter 9. Pointers and Dynamic Arrays. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 9. Pointers and Dynamic Arrays. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 9 Poiters ad Dyamic Arrays Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 9.1 Poiters 9.2 Dyamic Arrays Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Slide 9-3

More information

IMP: Superposer Integrated Morphometrics Package Superposition Tool

IMP: Superposer Integrated Morphometrics Package Superposition Tool IMP: Superposer Itegrated Morphometrics Package Superpositio Tool Programmig by: David Lieber ( 03) Caisius College 200 Mai St. Buffalo, NY 4208 Cocept by: H. David Sheets, Dept. of Physics, Caisius College

More information

Custodial Integrator Automation Guide

Custodial Integrator Automation Guide Custodial Itegrator Automatio Guide Compay Cofidetial Custodial Itegrator Product Versio: V3.8 Documet Versio: 14 Documet Issue Date: April 21, 2017 Techical Support: (866) 856-4951 Telephoe: (781) 376-0801

More information

One advantage that SONAR has over any other music-sequencing product I ve worked

One advantage that SONAR has over any other music-sequencing product I ve worked *gajedra* D:/Thomso_Learig_Projects/Garrigus_163132/z_productio/z_3B2_3D_files/Garrigus_163132_ch17.3d, 14/11/08/16:26:39, 16:26, page: 647 17 CAL 101 Oe advatage that SONAR has over ay other music-sequecig

More information

Floristic Quality Assessment (FQA) Calculator for Colorado User s Guide

Floristic Quality Assessment (FQA) Calculator for Colorado User s Guide Floristic Quality Assessmet (FQA) Calculator for Colorado User s Guide Created by the Colorado atural Heritage Program Last Updated April 2012 The FQA Calculator was created by Michelle Fik ad Joaa Lemly

More information

Totally Integrated Power SIMARIS project Help. Software Functions in Detail.

Totally Integrated Power SIMARIS project Help. Software Functions in Detail. Totally Itegrated Power SIMARIS project Help 5.0.0 Software Fuctios i Detail www.siemes.com/simaris 1 Itroductio 4 1.1 Determiatio of space requiremets ad budget with SIMARIS project 4 1.2 System requiremets

More information

BOOLEAN MATHEMATICS: GENERAL THEORY

BOOLEAN MATHEMATICS: GENERAL THEORY CHAPTER 3 BOOLEAN MATHEMATICS: GENERAL THEORY 3.1 ISOMORPHIC PROPERTIES The ame Boolea Arithmetic was chose because it was discovered that literal Boolea Algebra could have a isomorphic umerical aspect.

More information

HP Media Center PC Getting Started Guide

HP Media Center PC Getting Started Guide HP Media Ceter PC Gettig Started Guide The iformatio i this documet is subject to chage without otice. Hewlett-Packard Compay makes o warraty of ay kid with regard to this material, icludig, but ot limited

More information

Data Warehousing. Paper

Data Warehousing. Paper Data Warehousig Paper 28-25 Implemetig a fiacial balace scorecard o top of SAP R/3, usig CFO Visio as iterface. Ida Carapelle & Sophie De Baets, SOLID Parters, Brussels, Belgium (EUROPE) ABSTRACT Fiacial

More information

Customer Portal Quick Reference User Guide

Customer Portal Quick Reference User Guide Customer Portal Quick Referece User Guide Overview This user guide is iteded for FM Approvals customers usig the Approval Iformatio Maagemet (AIM) customer portal to track their active projects. AIM is

More information

Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release.

Avid recommends that you read all the information in this ReadMe file thoroughly before installing or using any new software release. PostDeko for Editors Versio 8.4 ReadMe Importat Iformatio Avid recommeds that you read all the iformatio i this ReadMe file thoroughly before istallig or usig ay ew software release. Importat: Search the

More information

BEA WebLogic XML/Non-XML Translator. Samples Guide

BEA WebLogic XML/Non-XML Translator. Samples Guide BEA WebLogic XML/No-XML Traslator Samples Guide BEA WebLobic XML/No-XML Traslator Samples Guide 1.0.1 Documet Editio 1.1 March 2001 Copyright Copyright 2000, 2001 BEA Systems, Ic. All Rights Reserved.

More information

BEA WebLogic XML/Non-XML Translator

BEA WebLogic XML/Non-XML Translator BEA WebLogic XML/No-XML Traslator A Compoet of BEA WebLogic Itegratio Plug-I Guide BEA WebLogic XML/No-XML Traslator Release 2.0 Documet Editio 2.0 July 2001 Copyright Copyright 2001 BEA Systems, Ic. All

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System ad Software Architecture Descriptio (SSAD) Diabetes Health Platform Team #6 Jasmie Berry (Cliet) Veerav Naidu (Project Maager) Mukai Nog (Architect) Steve South (IV&V) Vijaya Prabhakara (Quality

More information

3.1 Overview of MySQL Programs. These programs are discussed further in Chapter 4, Database Administration. Client programs that access the server:

3.1 Overview of MySQL Programs. These programs are discussed further in Chapter 4, Database Administration. Client programs that access the server: 3 Usig MySQL Programs This chapter provides a brief overview of the programs provided by MySQL AB ad discusses how to specify optios whe you ru these programs. Most programs have optios that are specific

More information

Workflow Extensions User Guide. StarTeam 12.0

Workflow Extensions User Guide. StarTeam 12.0 Workflow Extesios User Guide StarTeam 12.0 Micro Focus 575 Ato Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Developmet Limited. All Rights Reserved. StarTeam cotais derivative works

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

IXS-6600-C IXS-6700-C

IXS-6600-C IXS-6700-C INTEGRATED ROUTING SYSTEM PACK IXS-6600-C IXS-6700-C INTEGRATED ROUTING SYSTEM IXS-6600 IXS-6700 IKS-6030M IKS-A6011 IKS-A6015 IKS-A6050 IKS-A6061 IKS-V6010M IKS-V6010SD IKS-V6050M IKS-V6050SD IKS-V6060M

More information

Configuring Rational Suite

Configuring Rational Suite Cofigurig Ratioal Suite Product Versio Ratioal Suite 2000.02.10 Release Date April 2000 Part Number 800-023317-000 support@ratioal.com http://www.ratioal.com IMPORTANT NOTICE Copyright Notice Copyright

More information

apple Apple Computer, Inc.

apple Apple Computer, Inc. apple Basic Skills apple Apple Computer, Ic. This maual ad the software described i it are copyrighted, with all rights reserved. Uder the copyright laws, this maual or the software may ot be copied, i

More information

Security of Bluetooth: An overview of Bluetooth Security

Security of Bluetooth: An overview of Bluetooth Security Versio 2 Security of Bluetooth: A overview of Bluetooth Security Marjaaa Träskbäck Departmet of Electrical ad Commuicatios Egieerig mtraskba@cc.hut.fi 52655H ABSTRACT The purpose of this paper is to give

More information

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design College of Computer ad Iformatio Scieces Departmet of Computer Sciece CSC 220: Computer Orgaizatio Uit 11 Basic Computer Orgaizatio ad Desig 1 For the rest of the semester, we ll focus o computer architecture:

More information

Princeton Instruments Reference Manual

Princeton Instruments Reference Manual Priceto Istrumets Referece Maual Improvisio, Viscout Cetre II, Uiversity of Warwick Sciece Park, Millbur Hill Road, Covetry. CV4 7HS Tel: 0044 (0) 24 7669 2229 Fax: 0044 (0) 24 7669 0091 e-mail: admi@improvisio.com

More information

BIKE MS: 2015 PARTICIPANT CENTER GUIDE

BIKE MS: 2015 PARTICIPANT CENTER GUIDE BIKE MS: 2015 PARTICIPANT CENTER GUIDE bikems.org 1 Table of Cotets Why Use Olie Fudraisig Tools... 2 Participat Ceter... 3 Guide to Olie Fudraisig... 3 Edit Persoal Page... 5 Address Book... 7 Email Messages...

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 18 Strategies for Query Processig Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio DBMS techiques to process a query Scaer idetifies

More information

Fujitsu LifeBook C Series

Fujitsu LifeBook C Series Fujitsu LifeBook C Series BIOS Guide LifeBook C Series Model: C-6611 C-6631 C-7631 Documet Date: 10/29/01 Documet Part Number: FPC58-0625-01 FUJITSU PC CORPORATION LifeBook C Series BIOS C Series BIOS

More information

Computers and Scientific Thinking

Computers and Scientific Thinking Computers ad Scietific Thikig David Reed, Creighto Uiversity Chapter 15 JavaScript Strigs 1 Strigs as Objects so far, your iteractive Web pages have maipulated strigs i simple ways use text box to iput

More information

CAEN Tools for Discovery

CAEN Tools for Discovery Applicatio Note AN2086 Sychroizatio of CAEN Digitizers i Multiple Board Acquisitio Systems Viareggio 9 May 2013 Itroductio High speed digitizers fid applicatios i several fields ragig from the idustry

More information

USB TO PARALLEL USB to DB25 Parallel Adapter Cable

USB TO PARALLEL USB to DB25 Parallel Adapter Cable USB TO PARALLEL USB to DB25 Parallel Adapter Cable User Maual XUPP25 www.hamletcom.com Dear Customer, thaks for choosig a Hamlet product. Please carefully follow the istructios for its use ad maiteace

More information

CHAPTER IV: GRAPH THEORY. Section 1: Introduction to Graphs

CHAPTER IV: GRAPH THEORY. Section 1: Introduction to Graphs CHAPTER IV: GRAPH THEORY Sectio : Itroductio to Graphs Sice this class is called Number-Theoretic ad Discrete Structures, it would be a crime to oly focus o umber theory regardless how woderful those topics

More information

ICS Regent. Communications Modules. Module Operation. RS-232, RS-422 and RS-485 (T3150A) PD-6002

ICS Regent. Communications Modules. Module Operation. RS-232, RS-422 and RS-485 (T3150A) PD-6002 ICS Reget Commuicatios Modules RS-232, RS-422 ad RS-485 (T3150A) Issue 1, March, 06 Commuicatios modules provide a serial commuicatios iterface betwee the cotroller ad exteral equipmet. Commuicatios modules

More information

HP Media Center PC Getting Started Guide

HP Media Center PC Getting Started Guide HP Media Ceter PC Gettig Started Guide The oly warraties for Hewlett-Packard products ad services are set forth i the express statemets accompayig such products ad services. Nothig herei should be costrued

More information

This chapter serves as an introductory overview of Excel If you re

This chapter serves as an introductory overview of Excel If you re This chapter serves as a itroductory overview of Excel 2007. If you re already familiar with a previous versio of Excel, readig this chapter is still a good idea. Excel 2007 is differet from every previous

More information

NVP-903 Series. Multi-Stream Network Video Encoder REFERENCE GUIDE

NVP-903 Series. Multi-Stream Network Video Encoder REFERENCE GUIDE NVP-903 Series Multi-Stream Network Video Ecoder REFERENCE GUIDE NVP-903 Series User Maual Table of Cotets 1 Itroductio... 4 1.1 Product Overview... 4 1.2 Product Features... 4 2 Pael Desig... 5 2.1 Frot

More information

BAAN IV. BAAN IV Installation Manual for DB2 on Windows NT

BAAN IV. BAAN IV Installation Manual for DB2 on Windows NT BAAN IV BAAN IV Istallatio Maual for DB2 o Widows NT A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved.

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Copyright 1982, by the author(s). All rights reserved.

Copyright 1982, by the author(s). All rights reserved. Copyright 1982, by the author(s). All rights reserved. Permissio to make digital or hard copies of all or part of this work for persoal or classroom use is grated without fee provided that copies are ot

More information

Improving Template Based Spike Detection

Improving Template Based Spike Detection Improvig Template Based Spike Detectio Kirk Smith, Member - IEEE Portlad State Uiversity petra@ee.pdx.edu Abstract Template matchig algorithms like SSE, Covolutio ad Maximum Likelihood are well kow for

More information

Using VTR Emulation on Avid Systems

Using VTR Emulation on Avid Systems Usig VTR Emulatio o Avid Systems VTR emulatio allows you to cotrol a sequece loaded i the Record moitor from a edit cotroller for playback i the edit room alog with other sources. I this sceario the edit

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Python Programming: An Introduction to Computer Science

Python Programming: An Introduction to Computer Science Pytho Programmig: A Itroductio to Computer Sciece Chapter 1 Computers ad Programs 1 Objectives To uderstad the respective roles of hardware ad software i a computig system. To lear what computer scietists

More information

BAAN IVc/BaanERP. Conversion Guide Oracle7 to Oracle8

BAAN IVc/BaanERP. Conversion Guide Oracle7 to Oracle8 BAAN IVc/BaaERP A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved. The iformatio i this documet is subject

More information

Python Programming: An Introduction to Computer Science

Python Programming: An Introduction to Computer Science Pytho Programmig: A Itroductio to Computer Sciece Chapter 6 Defiig Fuctios Pytho Programmig, 2/e 1 Objectives To uderstad why programmers divide programs up ito sets of cooperatig fuctios. To be able to

More information

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON Roberto Lopez ad Eugeio Oñate Iteratioal Ceter for Numerical Methods i Egieerig (CIMNE) Edificio C1, Gra Capitá s/, 08034 Barceloa, Spai ABSTRACT I this work

More information

About the software on your Sony Notebook PCG-Z600LEK/HEK

About the software on your Sony Notebook PCG-Z600LEK/HEK About the software o your Soy otebook PCG-Z600LEK/HEK Read this first Read this first otice This product cotais software owed by Soy ad licesed by third parties. Use of such software is subject to the

More information

BEA elink Business Process Option User s Guide

BEA elink Business Process Option User s Guide BEA elik Busiess Process Optio User s Guide BEA elik Busiess Process Optio 1.2 Documet Editio 1.2 February 2000 Copyright Copyright 2000 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This

More information

Architectural styles for software systems The client-server style

Architectural styles for software systems The client-server style Architectural styles for software systems The cliet-server style Prof. Paolo Ciacarii Software Architecture CdL M Iformatica Uiversità di Bologa Ageda Cliet server style CS two tiers CS three tiers CS

More information

Orcad Layout. Autoplacement User s Guide

Orcad Layout. Autoplacement User s Guide Orcad Layout Autoplacemet User s Guide Copyright 1985-2000 Cadece Desig Systems, Ic. All rights reserved. Trademarks Allegro, Ambit, BuildGates, Cadece, Cadece logo, Cocept, Diva, Dracula, Gate Esemble,

More information

Mapping Publishing and Mapping Adaptation in the Middleware of Railway Information Grid System

Mapping Publishing and Mapping Adaptation in the Middleware of Railway Information Grid System Mappig Publishig ad Mappig Adaptatio i the Middleware of Railway Iformatio Grid ystem You Gamei, Liao Huamig, u Yuzhog Istitute of Computig Techology, Chiese Academy of cieces, Beijig 00080 gameiu@ict.ac.c

More information

Oracle Balanced Scorecard

Oracle Balanced Scorecard Oracle Balaced Scorecard User Guide Release 4.5 July 2001 Part No. A90873-01 Oracle Balaced Scorecard User Guide, Release 4.5 Part No. A90873-01 Copyright 1999, 2000, 2001, Oracle Corporatio. All rights

More information

BAAN IV. DB2 for OS/390 Installation Guide for BAAN IV

BAAN IV. DB2 for OS/390 Installation Guide for BAAN IV BAAN IV DB2 for OS/390 Istallatio Guide for BAAN IV A publicatio of: Baa Developmet B.V. P.O.Box 143 3770 AC Bareveld The Netherlads Prited i the Netherlads Baa Developmet B.V. 1999. All rights reserved.

More information

The Magma Database file formats

The Magma Database file formats The Magma Database file formats Adrew Gaylard, Bret Pikey, ad Mart-Mari Breedt Johaesburg, South Africa 15th May 2006 1 Summary Magma is a ope-source object database created by Chris Muller, of Kasas City,

More information

Parabolic Path to a Best Best-Fit Line:

Parabolic Path to a Best Best-Fit Line: Studet Activity : Fidig the Least Squares Regressio Lie By Explorig the Relatioship betwee Slope ad Residuals Objective: How does oe determie a best best-fit lie for a set of data? Eyeballig it may be

More information

Using the Avid Adrenaline

Using the Avid Adrenaline Usig the Avid Adrealie Importat Iformatio Avid recommeds that you read all the iformatio i these istallatio istructios before coectig or usig your ew hardware ad software. The followig topics explai how

More information

Copyright 1999, Lucent Technologies All Rights Reserved Printed in U.S.A.

Copyright 1999, Lucent Technologies All Rights Reserved Printed in U.S.A. 585-210-935 Comcode 108502253 Copyright 1999, Lucet Techologies All Rights Reserved Prited i U.S.A. Notice Every effort was made to esure that the iformatio i this book was complete ad accurate at the

More information

BEA Tuxedo. Creating CORBA Client Applications

BEA Tuxedo. Creating CORBA Client Applications BEA Tuxedo Creatig CORBA Cliet Applicatios BEA Tuxedo 8.0 Documet Editio 8.0 Jue 2001 Copyright Copyright 2001 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This software ad documetatio

More information

DECLARATION OF CONFORMITY

DECLARATION OF CONFORMITY Copyright Copyright Fujitsu PC Corporatio has made every effort to esure the accuracy ad completeess of this documet. However, as ogoig developmet efforts are cotiually improvig the capabilities of our

More information

Avid Unity Media Engine and Avid MEDIArray XT

Avid Unity Media Engine and Avid MEDIArray XT a Avid Uity Media Egie ad Avid MEDIArray XT Versio 5.0.1 ReadMe Revisio History Date Revised Release Chages Made 4/10/2008 v5.0.1 Avid is recommedig that Avid Uity MediaNetwork Macitosh cliets upgrade

More information