Optimum Device Support

Size: px
Start display at page:

Download "Optimum Device Support"

Transcription

1 8051/251 Developmet Tools TM Optimum Device Support The Keil Cx51 ANSI C Compiler supports all classic ad exteded 8051 device variats. Compiler extesios provide full access to all CPU resources ad support up to 16MB memory. Keil Cx51 geerates code with the efficiecy ad speed of had-optimized assembly. New compiler ad liker optimizatios shrik programs ito the smallest sigle chip devices. The Keil µvisio2 IDE fully itegrates Cx51 Versio 7 ad provides cotrol of the Compiler, Assembler, Real-Time OS, Project Maager, ad Debugger i a sigle, itelliget eviromet. With support for all 8051 derivatives ad full compatibility with emulators ad third party tools, Cx51 Versio 7 is clearly the best choice for your 8051 projects. This brochure provides details about all Keil Cx51 Compilers icludig: C51 C Compiler for Classic 8051 Devices CX51 C Compiler for Philips 51MX Devices C251 C Compiler for 251 Devices ls Leve izer e d m i o t C Op ty New h-desi g i for H ts a Vari 8051 ory l l a Mem orts Supp to 16MB Up µvisio2 itegrates project maagemet, developmet, ad debuggig.

2 Developmet Tools Overview 8051 Device Support The Keil Cx51 Compiler is the de facto idustry stadard tool set for the 8051 microcotroller family. It is available i three differet packages: The CA51 Compiler/Assembler Kit is desiged for classic 8051 projects ad icludes the µvisio2 IDE, C Compiler, Macro Assembler, ad Code Bakig Liker. The DK51 Developers Kit icludes all compoets of the CA51 plus the µvisio2 Debugger, complete device simulatio, ad target moitor. The PK51 Professioal Developers Kit icludes all compoets of the DK51 plus exteded memory support (up to 16MB), variable bakig, real-time operatig system, liker optimizatios, ISD51 i-system debugger, Dallas 390 cotiguous mode support, ad Philips MX support. 251 Device Support The advaced 251 architecture adds 16-bit ad 32-bit istructios as well as stackbased addressig to the Stadard devices are available from Atmel, Itel, ad Sayo. IP cores are also available. The Keil C251 Compiler is the most efficiet 251 tool chai available. 8051/251 combo kits are available for developers who wat to use both architectures. Device Database The Device Database cotais detailed iformatio about the devices supported by the Keil developmet tools. The web-based Device Database provides parametric searchig ad helps locate chips that meet specific requiremets. I µvisio2 projects, all required optios are automatically set whe you select the device from the Device Database. Dialogs are customized to display oly relevat optios ad prevet you from selectig icompatible directives. 2 Cx51 Developmet Tools Keil 8051 Developmet Tool Kits Compoets PK51 DK51 CA51 µ Visio2The IDEDevice Database simplifies tool cofiguratio ad provides optios that are relevat for the selected CPU. C51 Compiler MACRO Assembler BL51 Code Bakig Liker CX51 Compiler The Edit, Build, ad Debug toolbar gives you quick access to LX51 Liker/Locater importat editor, IDE, ad debugger commads. Support for Exteded Devices like Aalog Devices MicroCoverters, Dallas 390, ad the Philips 51MX µ Visio2 Debugger/Simulator 8051 Target Moitor ISD51 I-System Debugger RtxTiy2 Real-Time Kerel A detailed feature list of the Keil 8051 Developmet Tool Kits is available at The Device Database cotais details used to cofigure the tools ad liks to other sources of iformatio (like data sheets, board, emulators). A complete list of all supported chips alog with techical iformatio is available at

3 µvisio2 IDE Project Maagemet A project is composed of all the source files, developmet tool optios, ad directios ecessary to create a program. A sigle µvisio2 project ca geerate oe or more Target programs, each with its ow set of optios. The source files used to create a target are orgaized ito Groups. Optios may be set at the target, group, or file level. Tool setup is simplified with itelliget optios dialog pages. For example, the liker cofiguratio is derived from the off-chip memory address specificatios ad the o-chip memory sizes from the Device Database. Source Code Editor The µvisio2 editor icludes all the editig features to which you are accustomed. Color sytax highlightig ad text idetatio are optimized for C ad assembler source code. Editig is eve available while debuggig so you ca quickly test ad make chages to your applicatio. Itegrated Utilities µvisio2 cotais powerful features that help you complete your projects o time: The itegrated Source Browser maitais a database of your program s symbols for quick avigatio through your source files. You may use the detailed iformatio to optimize the memory types of variables. Fid i Files performs a global text search i all specified files. The Tools Meu allows you to start thirdparty utilities from withi the µvisio2 IDE. A cofigurable SVCS iterface provides access to Versio Cotrol Systems. The PC-Lit iterface gives you advaced sytax aalysis of your applicatio code. The Flash tool iterface itegrates third party flash dowload utilities. The Edit, Build, ad Debug toolbar provides quick access to importat commads. Attributes Colum Bookmark No Executable Code Eabled Breakpoit Code already executed Curret PC, ext statemet Disabled Breakpoit Selected lie from Output Widow Code is ot executed The Attributes Colum i the Editor Widow provides status of each source code lie. The Itegrated Source Browser provides fast avigatio to defiitios ad refereces. Right-click to ope cotext-sesitive (local) meus i local widows. For example, i the editor widows the local meu allows you to access browser iformatio ad debugger commads. 3

4 C51, CX51, ad C251 Compiler The Keil 8051 ad 251 developmet kits cotai differet C compilers for optimum support of the various device variats. Cx51 is used as geeric term for these compilers: C51 Compiler for classic 8051 devices CX51 Compiler for Philips MX extesios C251 Compiler for the 251 architecture New Code Optimizatios Cx51 Versio 7 adds ew optimizatios that geerate smaller programs ad help you put more features i less code space (so you ca fit larger programs i sigle-chip devices). Dyamic Register Allocatio puts more variables i registers ad reduces code (fewer MOV istructios are geerated) ad data space (less overlaid data is required). Commo Tail Optimizatio combies idetical code i coditioal statemet blocks ad further reduces code space. Memory ad SFRs The Cx51 compiler provides complete access to all hardware compoets. Access to special fuctio registers is provided by the sfr ad sbit keywords. Variables may be assiged to ay address space. The _at_ keyword allows you to locate variables at fixed memory addresses. The Liker supports code bakig ad the µvisio2 Debugger supports up to 16MB of code ad xdata space for program testig. Flexible Poiters Cx51 provides two kids of poiters. Geeric poiters store the memory type ad the address of a object i three bytes ad may access ay variable regardless of its locatio i the 8051 memory space. Memory-specific poiters are declared with a memory type ad refer to a specific memory area. Addresses are 1-2 bytes so poiter accesses are fast. Cx51 Highlights Support for all 8051 derivatives ad variats Fast 32-bit IEEE floatig-poit math Efficiet iterrupt code ad direct register bak cotrol Bit-addressable objects Sophisticated sytax checkig ad detailed warigs Use of AJMP ad ACALL istructios Memory bakig support to expad the 64KB limit C-level access to all 8051 SFRs Register parameters ad dyamic register variables Global program wide register optimizatio Commo code block subroutie optimizatio Itegrated variable bakig support Use of multiple data poiters Use of o-chip arithmetic uits Support for exteded device variats Geeric ad memory-specific poiters Reetrat fuctios ad register bak idepedet code Debug iformatio support for all emulator vedors Simple assembly laguage iterface Memory Models ad Memory Selectors Three well-defied memory models determie the default memory selector used for variables. However, you may always explicitly specify a memory selector for ay variable to optimize your applicatio. Selector Address Space data...128bytes directly addressable o-chip RAM. bdata...16bytes bit-addressable RAM; mixed bit/byte access. idata...256bytes idirectly addressable o-chip RAM. pdata...256bytes paged exteral RAM. xdata...64kb exteded RAM space. code...64kb program memory. far...16mb data/cost memory o exteded devices or variable bakig o classic devices; 64KB object size. ear...64kb direct addressable memory o 251 devices huge...16mb idirectly addressable memory; ay size object. edata...96bytes exteded bit-addressable RAM o 251 Oly available with the LX51Exteded Liker. Oly available i the C251 Compiler. 4 Cx51 Developmet Tools

5 PK51 Tool Extesios LX51 Exteded Liker The LX51 Exteded Liker adds fuctioality to the Cx51 Compiler. For example: RtxTiy2 Real Time Kerel The RtxTiy2 multitaskig real-time kerel makes implemetig complex, time-critical software projects easy. RtxTiy2 is royaltyfree ad is fully itegrated ito the Keil Cx51 tool chai. RtxTiy2 works o all classic 8051 device variats ad supports eve multiple DPTR ad arithmetic uits. RtxTiy2 is the successor of the popular RTX51 operatig system ad provides: Sigle chip ad code bakig support. Roud robi ad cooperative task switchig. Liker Code Packig aalyzes the etire applicatio ad geerates commo code blocks eve o code bakig applicatios. AJMP ad ACALL istructios replace loger LJMP ad LCALL istructios whe possible. Far memory support allows access to 16MB memory eve o classic 8051 devices. Detailed data type checkig is performed across all public symbol defiitios. Icremetal likage is available for Flash dowload ad multi-applicatio support. ISD51 I-System Debugger ISD51 is a ew debug moitor techology which works i all stadard 8051 target systems ad which requires o hardware modificatio. ISD51 is a small module (oly 530 bytes) that liks with your applicatio. Usig a stadard 8051 serial port, ISD51 allows real-time program executio, siglesteppig, multiple software breakpoits, ad access to all memory spaces icludig CPU registers ad SFRs. Task maagemet with create ad delete. Timeout, Sigal, ad Ready evets. Iterrupt support for sedig sigals. Exteded 8051 Device Overview Philips 51MX provides 8MB code ad 8MB xdata space ad adds CPU istructios for geeric poiter access. Dallas 390 provides 16MB code ad 16MB xdata space ad adds math accelerator ad 24-bit JMP istructios. Aalog Devices MicroCoverter provides 16MB xdata space ad a high-precisio A/D coverter. Atmel provides several 8051 derivatives with o-chip EEPROM that may be accessed usig the far memory types. Metor provides the M8051EW IP core with itegrated code bakig ad exteded variable space. The PK51 Professioal Developers Kit fully supports all exteded 8051 device variats ad advaced CPU features. The LX51 Exteded Liker geerates a mixed C/Assembler code listig of your applicatio that ca be easily accessed from the µvisio2 Editor. The µvisio2 Debugger supports Kerel-Aware debuggig ad displays detailed status iformatio for RtxTiy2 resources such as task lists, timers, memory pools, mailboxes, ad stack usage. 5

6 µvisio2 Debugger/Simulator The µvisio2 Debugger provides source-level, symbolic simulatio ad target debuggig. The complete istructio set ad o-chip peripherals of the selected device are simulated. Dialogs allow you to view ad chage peripheral settigs. For high-fidelity simulatio of your hardware, Keil Software offers the Advaced Geeric Simulatio Iterface (AGSI). AGSI is a API specificatio that exteds the simulatio capabilities of the µvisio2 Debugger with applicatio-specific dialogs ad peripheral support. Numerous third-party AGSI DLLs are already available. Breakpoits µvisio2 allows you to set program breakpoits while editig (eve before the source code is compiled or assembled). Breakpoits may be set o program code, coditioal expressios, or variable/memory accesses. They are eabled whe you start the µvisio2 Debugger. Triggered breakpoits ca halt program executio or ru a debugger commad or fuctio script. Debug Fuctio Scripts µvisio2 icorporates a C-like fuctio laguage that allows you to geerate ad use: Variables ad Memory µvisio2 offers several ways to view ad chage variables ad memory. Move the mouse poiter over a variable to view its value. Built-i fuctios like pritf ad memset. Sigal fuctios to simulate aalog ad digital iputs to the CPU. User fuctios to exted the commad scope ad combie repetitive operatios. Use Watch Widow to view ad chage local variables ad user-specified variables. Use the Memory Widow to view ad chage up to four memory areas. The µ Visio2 Debugger provides complete simulatio for the o-chip peripherals of more tha 200 devices. 2 CAN,I C, PWM, ADC, DAC, EEPROM, UART, Timers, ad more are icluded. Debug fuctios are created with the built-i editor ad ivoked by breakpoits, by toolbox buttos, or from the commad lie. Watch ad Memory Widows allow you to view ad chage variables. 6 Cx51 Developmet Tools

7 µvisio2 Target Debugger The Keil µvisio2 Debugger iterfaces to target hardware via Advaced Geeric Debugger Iterface (AGDI) drivers. Keil provides the followig drivers: Moitor-51 cofigurable target moitor. This moitor is itegrated ito user hardware ad is provided o may thirdparty evaluatio boards. Moitor-390 cofigurable target moitor for Dallas cotiguous mode. ISD51 i-system debugger. ISD51 rus o stadard 8051 hardware ad is liked with the user applicatio. EPM900 emulator/programmer for Philips LPC900 device series. SmartMX DBox hardware for Philips SmartCards. Several third-party products iterface via AGDI drivers to the µvisio2 Debugger: ChipCo CC1010 RF Trasceiver. JTAG iterface for Cygal 51Fxxx series. Cypress USB developmet kits. Ifieo SLE66 SmartCard ROM Moitor. SST SoftICE for FlashFlex51devices. JTAG iterface for Trisced E5 series. µvisio2 gives you the choice betwee Simulator ad Target Debuggig. The µvisio2 Target Debugger provides a serial widow for test outputs ad chip-specific dialogs for o-chip peripherals. I additio, may emulator vedors offer µvisio2 AGDI drivers for their emulators. MCBx51 ad MCB517 The MCBx51 ad MCB517 Starter Kits are a great way to get started with your 8051 or 251 project. Each Starter Kit icludes 2KBlimited developmet tools ad umerous sample programs which are ready-to-ru. You ca easily test the 8051or 251 device performace ad the flexibility of our developmet tools at the same time. MCBx51 supports umerous 44-pi PLCC 8051 ad 251 devices icludig may highspeed versios. MCB517AC icludes the high-performace Ifieo C517A, the 81C90 CAN cotroller, ad code bakig support. MCBx51 Techical Data Supports all 44-pi 8051 ad 251 variats icludig * Atmel T89C51RD2/ID2, * Dallas 320/420/520, * Philips 89C66x, * Wibod W77xx/W78xx. Rus up to 24MHz clock 256KB RAM Exteral UART for highspeed debugger iterface. Prototypig area: 3.8 x 2.2 MCB517AC Techical Data Ifieo C517A CPU. 81C90 CAN with PCA82C500 bus driver. 256KB RAM support up to 6 code baks. 128KB Moitor ROM, optioal 256KB user ROM. Two UART iterfaces. Prototypig area: 3.8 x 2.5 7

8 Beefits of Cx51 Versio 7 Advatages of Cx51 ad Related Tools New optimizatios i Cx51 geerate code that approaches the efficiecy of had-tued assembly. Cx51 supports all 8051 variats ad provides access to all hardware compoets. Cx51 geerates very fast iterrupt code with or without 8051 register bak switchig. Cx51 supports multiple DPTR ad arithmetic uits. Cx51 assigs register variables ad performs global register optimizatio o a etire applicatio. Liker optimizatios maximize AJMP ad ACALL istructios ad geerate commo code subrouties. All tools geerate detailed warig ad error messages to help you locate hard-to-fid problems. Cx51 supports reetrat fuctios ad register bak idepedet code for iterrupt service routies ad multitaskig applicatios. Efficiet memory bakig ad debuggig let you easily expad the 64KB space limit. Advatages of µvisio2 Easy-to-use itegrated developmet eviromet provides itelliget setup for tool optios. High-speed CPU ad peripheral simulator with drivers for umerous 8051 derivatives. C-like laguage for creatig user ad sigal fuctios. Itegrated performace aalyzer ad code coverage. Iterfaces to target moitor ad i-system debuggers. 15 Years of Keil Cx51 Sice its market itroductio i 1988, the Keil Software Cx51 Compiler has become the leadig C compiler for the 8051 microcotroller family. No other 8051 compiler geerates more efficiet code for your embedded applicatios. That s why more tha 40,000 users worldwide trust the Keil advatage for their 8051 ad 251 projects. Cx51 Versio 7 sets ew stadards for code desity. Whe compared to C51 Versio 6, the ew optimizatios of Cx51 Versio 7 reduce the code size of your applicatios by 5% to 10%. Total Code Size Large Model - Code Bakig 100K 50K 0 V5.5 V6.0 V6.2 V7.0 Total Code Size Small Model - No Code Bakig 100K Cx51 Versio 7 cotiues to shrik the size of your 8051 applicatios. Check for detailed code comparisos. 50K 0 V5.5 V6.0 V6.2 V7.0 Keil Elektroik GmbH ad Keil Software, Ic., have represetatives i the followig coutries: Australia, Austria, Belgium, Brazil, Caada, Chia, Czech, Demark, Filad, Frace, Germay, Idia, Irelad, Israel, Italy, Japa, Korea, Malaysia, Mexico, Netherlads, New Zealad, Norway, Polad, Portugal, Russia, Romaia, Sigapore, Sloveia, Slovakia, Spai, South Africa, Swede, Switzerlad, Taiwa, Turkey, Thailad, Uited Kigdom, ad Uited States. Cotact Keil Elektroik GmbH or Keil Software, Ic., for the distributor earest you. Europe: 8 Cx51 Developmet Tools Uited States: Keil Elektroik GmbH Keil Software, Ic. Bretoischer Rig th Street, Suite Grasbru Plao, Texas Germay USA Phoe / Phoe Support / FAX / FAX sales.itl@keil.com support.itl@keil.com sales.us@keil.com support.us@keil.com Copyright Keil Elektroik GmbH & Keil Software, Ic. All rights reserved. Iformatio i this data sheet is subject to chage without otice ad does ot represet a commitmet o the part of Keil Software, Ic. TM

ARM. Microcontroller Development Tools. ARM RealView C/C++ Compilation Tools with MicroLib. Easy-to-use IDE Supports Complete Development Cycle

ARM. Microcontroller Development Tools. ARM RealView C/C++ Compilation Tools with MicroLib. Easy-to-use IDE Supports Complete Development Cycle ARM Microcotroller Developmet Tools The RealView Microcotroller Developmet Kit is the complete software developmet eviromet for all ARM7, ARM9, Cortex -M1, ad Cortex-M3 processorbased devices. It combies

More information

8051 Demo Kit. Getting Started with the 8051 Microcontroller Development Tools. User s Guide

8051 Demo Kit. Getting Started with the 8051 Microcontroller Development Tools. User s Guide 8051 Demo Kit Gettig Started with the 8051 Microcotroller Developmet Tools User s Guide ii Keil Software Iformatio i this documet is subject to chage without otice ad does ot represet a commitmet o the

More information

COP4020 Programming Languages. Compilers and Interpreters Prof. Robert van Engelen

COP4020 Programming Languages. Compilers and Interpreters Prof. Robert van Engelen COP4020 mig Laguages Compilers ad Iterpreters Prof. Robert va Egele Overview Commo compiler ad iterpreter cofiguratios Virtual machies Itegrated developmet eviromets Compiler phases Lexical aalysis Sytax

More information

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 1 Itroductio to Computers ad C++ Programmig Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 1.1 Computer Systems 1.2 Programmig ad Problem Solvig 1.3 Itroductio to C++ 1.4 Testig

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

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

OPC Server ECL Comfort 210/310 OPC Server

OPC Server ECL Comfort 210/310 OPC Server OPC Server Descriptio j l j o j l k j l j Modbus-RS485 k Etheret or Iteret l Modbus-TCP ECL Cofort cotroller Heat eter o SCADA server The Dafoss is a OPC-copliat server that serves data to OPC cliets.

More information

System Overview. Hardware Concept. s Introduction to the Features of MicroAutoBox t

System Overview. Hardware Concept. s Introduction to the Features of MicroAutoBox t s Itroductio to the Features of MicroAutoBox t System Overview Objective Where to go from here dspace provides the MicroAutoBox i differet variats. This sectio gives you a overview o the MicroAutoBox's

More information

Panel for Adobe Premiere Pro CC Partner Solution

Panel for Adobe Premiere Pro CC Partner Solution Pael for Adobe Premiere Pro CC Itegratio for more efficiecy The makes video editig simple, fast ad coveiet. The itegrated pael gives users immediate access to all medialoopster features iside Adobe Premiere

More information

K-NET bus. When several turrets are connected to the K-Bus, the structure of the system is as showns

K-NET bus. When several turrets are connected to the K-Bus, the structure of the system is as showns K-NET bus The K-Net bus is based o the SPI bus but it allows to addressig may differet turrets like the I 2 C bus. The K-Net is 6 a wires bus (4 for SPI wires ad 2 additioal wires for request ad ackowledge

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

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

CMSC Computer Architecture Lecture 12: Virtual Memory. Prof. Yanjing Li University of Chicago

CMSC Computer Architecture Lecture 12: Virtual Memory. Prof. Yanjing Li University of Chicago CMSC 22200 Computer Architecture Lecture 12: Virtual Memory Prof. Yajig Li Uiversity of Chicago A System with Physical Memory Oly Examples: most Cray machies early PCs Memory early all embedded systems

More information

Fundamentals of. Chapter 1. Microprocessor and Microcontroller. Dr. Farid Farahmand. Updated: Tuesday, January 16, 2018

Fundamentals of. Chapter 1. Microprocessor and Microcontroller. Dr. Farid Farahmand. Updated: Tuesday, January 16, 2018 Fudametals of Chapter 1 Microprocessor ad Microcotroller Dr. Farid Farahmad Updated: Tuesday, Jauary 16, 2018 Evolutio First came trasistors Itegrated circuits SSI (Small-Scale Itegratio) to ULSI Very

More information

Chapter 4 Threads. Operating Systems: Internals and Design Principles. Ninth Edition By William Stallings

Chapter 4 Threads. Operating Systems: Internals and Design Principles. Ninth Edition By William Stallings Operatig Systems: Iterals ad Desig Priciples Chapter 4 Threads Nith Editio By William Stalligs Processes ad Threads Resource Owership Process icludes a virtual address space to hold the process image The

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

Isn t It Time You Got Faster, Quicker?

Isn t It Time You Got Faster, Quicker? Is t It Time You Got Faster, Quicker? AltiVec Techology At-a-Glace OVERVIEW Motorola s advaced AltiVec techology is desiged to eable host processors compatible with the PowerPC istructio-set architecture

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

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000.

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000. 5-23 The course that gives CM its Zip Memory Maagemet II: Dyamic Storage Allocatio Mar 6, 2000 Topics Segregated lists Buddy system Garbage collectio Mark ad Sweep Copyig eferece coutig Basic allocator

More information

Appendix D. Controller Implementation

Appendix D. Controller Implementation COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Iterface 5 th Editio Appedix D Cotroller Implemetatio Cotroller Implemetatios Combiatioal logic (sigle-cycle); Fiite state machie (multi-cycle, pipelied);

More information

Morgan Kaufmann Publishers 26 February, COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 5.

Morgan Kaufmann Publishers 26 February, COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 5. Morga Kaufma Publishers 26 February, 208 COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Iterface 5 th Editio Chapter 5 Virtual Memory Review: The Memory Hierarchy Take advatage of the priciple

More information

ELEG 5173L Digital Signal Processing Introduction to TMS320C6713 DSK

ELEG 5173L Digital Signal Processing Introduction to TMS320C6713 DSK Departmet of Electrical Egieerig Uiversity of Arasas ELEG 5173L Digital Sigal Processig Itroductio to TMS320C6713 DSK Dr. Jigia Wu wuj@uar.edu ANALOG V.S DIGITAL 2 Aalog sigal processig ASP Aalog sigal

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

Industrial SERVO DRIVES FOR COMMERCIAL & INDUSTRIAL Industrial Products

Industrial SERVO DRIVES FOR COMMERCIAL & INDUSTRIAL Industrial Products Idustrial SERVO DRIVES FOR COMMERCIAL & INDUSTRIAL 2019 Idustrial Products Copley Cotrols delivers high performace motio solutios to a wide rage of idustries icludig semicoductor, life scieces, test systems,

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

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

AVTS Advanced Visual Test Software, 4.1

AVTS Advanced Visual Test Software, 4.1 , 4.1 Powerful, easy-to-use Microsoft Widows XP/Vista /7 compatible Desiged to maage all aspects of protective relay testig for NERC reportig Now loaded with more features ad capabilities: Click-o-Fault

More information

TELETERM M2 Series Programmable RTU s

TELETERM M2 Series Programmable RTU s Model C6xC ad C6xC Teleterm MR Radio RTU s DATASHEET Cofigurable Iputs ad Outputs 868MHz or 900MHz radio port 0/00 Etheret port o C6Cx ISaGRAF 6 Programmable microsd Card Loggig Low power operatio Two

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

Multi-Threading. Hyper-, Multi-, and Simultaneous Thread Execution

Multi-Threading. Hyper-, Multi-, and Simultaneous Thread Execution Multi-Threadig Hyper-, Multi-, ad Simultaeous Thread Executio 1 Performace To Date Icreasig processor performace Pipeliig. Brach predictio. Super-scalar executio. Out-of-order executio. Caches. Hyper-Threadig

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

CA InterTest for CICS r8.5

CA InterTest for CICS r8.5 PRODUCT SHEET: CA INTERTEST FOR CICS CA IterTest for CICS r8.5 CA IterTest for CICS provides testig ad debuggig of IBM CICS Trasactio Server for z/os applicatios writte i COBOL, PL/I, Assembler ad Laguage

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

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

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go Out the box dataloggers easy data collectio easily prove easy to cofigure easy data streamig easy choice coect, simply cofigure ad go The stadard Rebel Compact (CT) is a small robust data logger ideal

More information

SURVEYING INSTRUMENTS SDR33 SOKKIA ELECTR ONIC FIELD BOOKS NOW EVEN MORE RUGGED PERFORMANCE. from The World Leader in Data Collection

SURVEYING INSTRUMENTS SDR33 SOKKIA ELECTR ONIC FIELD BOOKS NOW EVEN MORE RUGGED PERFORMANCE. from The World Leader in Data Collection SURVEYING INSTRUMENTS TM SOKKIA SDR33 ELECTR ONIC FIELD BOOKS ELECTRONIC NOW EVEN MORE RUGGED PERFORMANCE from The World Leader i Data Collectio PUT RUGGED, DEPENDABLE POWER IN THE PALM OF YOUR HAND You

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

JavaFX. JavaFX 2.2 Installation Guide Release 2.2 E August 2012 Installation instructions by operating system for JavaFX 2.

JavaFX. JavaFX 2.2 Installation Guide Release 2.2 E August 2012 Installation instructions by operating system for JavaFX 2. JavaFX JavaFX 2.2 Istallatio Guide Release 2.2 E20474-06 August 2012 Istallatio istructios by operatig system for JavaFX 2.2 JavaFX/JavaFX 2.2 Istallatio Guide E20474-06 Copyright 2008, 2012, Oracle ad/or

More information

DIO-6464L-PE. Specification. Features. Digital I/O Board with Opto-Isolation for PCI Express DIO-6464L-PE 1. Ver.1.11

DIO-6464L-PE. Specification. Features. Digital I/O Board with Opto-Isolation for PCI Express DIO-6464L-PE 1. Ver.1.11 Digital I/O with OptoIsolatio PCI Express DIO6464LPE This product is a PCI Express buscompliat iterface board used to provide a digital sigal I/O fuctio o a PC. This product ca iput ad digital sigals at

More information

Chapter 4 The Datapath

Chapter 4 The Datapath The Ageda Chapter 4 The Datapath Based o slides McGraw-Hill Additioal material 24/25/26 Lewis/Marti Additioal material 28 Roth Additioal material 2 Taylor Additioal material 2 Farmer Tae the elemets that

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

G2 T. Specification Sheet G2T-001 G2T Touchscreen Mainframes Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU

G2 T. Specification Sheet G2T-001 G2T Touchscreen Mainframes Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU G2 T Geeral The G2T Maiframes are part of our field-prove G2 family of products ad replaces the G2S maiframes. The mai differece is the all ew frot pael touchscree desig which replaces the older VF display

More information

BE Software Upgrades to ITALYCS 5. It s in the. Software

BE Software Upgrades to ITALYCS 5. It s in the. Software BE Software Upgrades to ITALYCS 5 It s i the Software UPGRADES WE OFFER Brampto Egieerig is offerig customers with ITALYCS 2 ad ITALYCS 4 systems the opportuity to upgrade their existig systems to the

More information

Security and Communication. Ultimate. Because Intercom doesn t stop at the hardware level. Software Intercom Server for virtualised IT platforms

Security and Communication. Ultimate. Because Intercom doesn t stop at the hardware level. Software Intercom Server for virtualised IT platforms Because Itercom does t stop at the hardware level by Commed Software Itercom Server for virtualised IT platforms Ready for VMware Ready for Hyper-V VoIP Ultimate availability Itercom Server as a app The

More information

n Learn how resiliency strategies reduce risk n Discover automation strategies to reduce risk

n Learn how resiliency strategies reduce risk n Discover automation strategies to reduce risk Chapter Objectives Lear how resiliecy strategies reduce risk Discover automatio strategies to reduce risk Chapter #16: Architecture ad Desig Resiliecy ad Automatio Strategies 2 Automatio/Scriptig Resiliet

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

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

Universal Motor Controller UMC22-FBP. Excellent motor protection and control. NEW: - PTC input. - Earth-Fault-Monitoring ATEX ABB

Universal Motor Controller UMC22-FBP. Excellent motor protection and control. NEW: - PTC input. - Earth-Fault-Monitoring ATEX ABB Uiversal Motor Cotroller UMC-FBP Excellet motor protectio ad cotrol NEW: - PTC iput - Earth-Fault-Moitorig ATEX ABB FieldBusPlug: the cocept ABB s ew commuicatios product family comprises a rage of switchig

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

CAEN Tools for Discovery

CAEN Tools for Discovery BF2535 - Trasitio from Sy1527/Sy2527 Maiframes To Sy4527/Sy5527 Maiframes rev. 3-12 April 2012 CAEN Electroic Istrumetatio TRANSITION FROM SY1527/SY2527 MAINFRAMES TO SY4527/SY5527 MAINFRAMES Viareggio,

More information

U8 Flash Memory Controller

U8 Flash Memory Controller U8 Flash Memory Cotroller U8 U8 Flash Memory Cotroller The Hyperstoe U8 family of Flash Memory Cotrollers together with provided applicatio ad Flash specific firmware offers a easy-to-use turkey platform

More information

University of North Carolina at Charlotte ECGR-6185 ADVANCED EMBEDDED SYSTEMS SMART CARDS. Sravanthi Chalasani

University of North Carolina at Charlotte ECGR-6185 ADVANCED EMBEDDED SYSTEMS SMART CARDS. Sravanthi Chalasani Uiversity of North Carolia at Charlotte ECGR-6185 ADVANCED EMBEDDED SYSTEMS SMART CARDS Overview Itroductio History of smart cards Types of smart cards Categories of smart cards Smart Card Stadards SLE4442

More information

Course Site: Copyright 2012, Elsevier Inc. All rights reserved.

Course Site:   Copyright 2012, Elsevier Inc. All rights reserved. Course Site: http://cc.sjtu.edu.c/g2s/site/aca.html 1 Computer Architecture A Quatitative Approach, Fifth Editio Chapter 2 Memory Hierarchy Desig 2 Outlie Memory Hierarchy Cache Desig Basic Cache Optimizatios

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

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go Out the box dataloggers easy data collectio easily prove easy to cofigure easy data streamig easy choice coect, simply cofigure ad go Rebel Data Loggers - A complete solutio The Rebel rage offers a complete

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

CTx / CTx-II. Ultra Compact SD COFDM Concealment Transmitters. Features: Options: Accessories: Applications:

CTx / CTx-II. Ultra Compact SD COFDM Concealment Transmitters. Features: Options: Accessories: Applications: Ultra Compact SD COFDM Cocealmet Trasmitters Features: Optimized for size Broadcast quality video H.264 Part 10 2 moo audio chaels Very low power cosumptio Remote cotrol via micro USB Bluetooth * Adroid

More information

TargetLink. Installation Notes. MATLAB R14SP3 Compatibility Update for TargetLink 2.1

TargetLink. Installation Notes. MATLAB R14SP3 Compatibility Update for TargetLink 2.1 TargetLik Istallatio Notes MATLAB R14SP3 Compatibility Update for TargetLik 2.1 TargetLik 2.1.5 November 2005 ds How to Cotact dspace Mail: Tel.: Fax: E-mail: Web: Geeral Techical Support: TargetLik Support:

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

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

TELETERM M2 Series Programmable RTU s

TELETERM M2 Series Programmable RTU s DATASHEET Cofigurable Iputs ad Outputs 868, 900 or 58MHz radio port operatig i licesefree bads 0/00 Etheret port o C6Cx ISaGRAF 6 Programmable microsd Card Loggig Low power operatio Two serial ports (icl.

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

Structuring Redundancy for Fault Tolerance. CSE 598D: Fault Tolerant Software

Structuring Redundancy for Fault Tolerance. CSE 598D: Fault Tolerant Software Structurig Redudacy for Fault Tolerace CSE 598D: Fault Tolerat Software What do we wat to achieve? Versios Damage Assessmet Versio 1 Error Detectio Iputs Versio 2 Voter Outputs State Restoratio Cotiued

More information

VISUALSLX AN OPEN USER SHELL FOR HIGH-PERFORMANCE MODELING AND SIMULATION. Thomas Wiedemann

VISUALSLX AN OPEN USER SHELL FOR HIGH-PERFORMANCE MODELING AND SIMULATION. Thomas Wiedemann Proceedigs of the 2000 Witer Simulatio Coferece J. A. Joies, R. R. Barto, K. Kag, ad P. A. Fishwick, eds. VISUALSLX AN OPEN USER SHELL FOR HIGH-PERFORMANCE MODELING AND SIMULATION Thomas Wiedema Techical

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

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

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

Model Based Design: develpment of Electronic Systems

Model Based Design: develpment of Electronic Systems Model Based Desig: develpmet of Electroic Systems Stuttgart 16 Jue 2004 Ageda Model Based Desig: purposes ad process Model Based Desig: vehicle developmet process Tools Fuctioal Requiremets: Structure

More information

n Explore virtualization concepts n Become familiar with cloud concepts

n Explore virtualization concepts n Become familiar with cloud concepts Chapter Objectives Explore virtualizatio cocepts Become familiar with cloud cocepts Chapter #15: Architecture ad Desig 2 Hypervisor Virtualizatio ad cloud services are becomig commo eterprise tools to

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

Evaluation scheme for Tracking in AMI

Evaluation scheme for Tracking in AMI A M I C o m m u i c a t i o A U G M E N T E D M U L T I - P A R T Y I N T E R A C T I O N http://www.amiproject.org/ Evaluatio scheme for Trackig i AMI S. Schreiber a D. Gatica-Perez b AMI WP4 Trackig:

More information

Outline. CSCI 4730 Operating Systems. Questions. What is an Operating System? Computer System Layers. Computer System Layers

Outline. CSCI 4730 Operating Systems. Questions. What is an Operating System? Computer System Layers. Computer System Layers Outlie CSCI 4730 s! What is a s?!! System Compoet Architecture s Overview Questios What is a?! What are the major operatig system compoets?! What are basic computer system orgaizatios?! How do you commuicate

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

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

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis Itro to Algorithm Aalysis Aalysis Metrics Slides. Table of Cotets. Aalysis Metrics 3. Exact Aalysis Rules 4. Simple Summatio 5. Summatio Formulas 6. Order of Magitude 7. Big-O otatio 8. Big-O Theorems

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

BEA WebLogic Commerce Server. Registration and User Processing Package

BEA WebLogic Commerce Server. Registration and User Processing Package BEA WebLogic Commerce Server Registratio ad User Processig Package BEA WebLogic Commerce Server 3.2 Documet Editio 3.2 December 2000 Copyright Copyright 2000 BEA Systems, Ic. All Rights Reserved. Restricted

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

APPLICATION NOTE PACE1750AE BUILT-IN FUNCTIONS

APPLICATION NOTE PACE1750AE BUILT-IN FUNCTIONS APPLICATION NOTE PACE175AE BUILT-IN UNCTIONS About This Note This applicatio brief is iteded to explai ad demostrate the use of the special fuctios that are built ito the PACE175AE processor. These powerful

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

G2 T Made in the USA. Specification Sheet G2T-001 G2T Mainframes with Touchscreen Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU

G2 T Made in the USA. Specification Sheet G2T-001 G2T Mainframes with Touchscreen Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU Specificatio Sheet G2T-001 G2T Maiframes with Touchscree Accepts G2 Plug-i Modules Four Sizes: 2RU, 3RU, 6RU ad 8RU Geeral The G2T maiframes are the latest additio to our fieldprove G2 family of products

More information

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 4. The Processor. Part A Datapath Design

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 4. The Processor. Part A Datapath Design COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Iterface 5 th Editio Chapter The Processor Part A path Desig Itroductio CPU performace factors Istructio cout Determied by ISA ad compiler. CPI ad

More information

CS 11 C track: lecture 1

CS 11 C track: lecture 1 CS 11 C track: lecture 1 Prelimiaries Need a CMS cluster accout http://acctreq.cms.caltech.edu/cgi-bi/request.cgi Need to kow UNIX IMSS tutorial liked from track home page Track home page: http://courses.cms.caltech.edu/courses/cs11/material

More information

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

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

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

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

Computer Graphics Hardware An Overview

Computer Graphics Hardware An Overview Computer Graphics Hardware A Overview Graphics System Moitor Iput devices CPU/Memory GPU Raster Graphics System Raster: A array of picture elemets Based o raster-sca TV techology The scree (ad a picture)

More information

Outline n Introduction n Background o Distributed DBMS Architecture

Outline n Introduction n Background o Distributed DBMS Architecture Outlie Itroductio Backgroud o Distributed DBMS Architecture Datalogical Architecture Implemetatio Alteratives Compoet Architecture o Distributed DBMS Architecture o Distributed Desig o Sematic Data Cotrol

More information

9307 EN. Universal Process-Controller

9307 EN. Universal Process-Controller Uiversal Process-Cotroller For moitorig press-fit ad joiig operatios, torque ad process curves, plus sprig ad switch testig, icludig resistace measuremet, sigal testig ad leak detectio DIGIFORCE Series

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

BEA WebLogic Server. Installing and Setting up WebLogic Server 5.1

BEA WebLogic Server. Installing and Setting up WebLogic Server 5.1 BEA WebLogic Server Istallig ad Settig up WebLogic Server 5.1 Documet 2.0 April 2000 Copyright Copyright 2000 BEA Systems, Ic. All Rights Reserved. Restricted Rights Leged This software ad documetatio

More information

Extending The Sleuth Kit and its Underlying Model for Pooled Storage File System Forensic Analysis

Extending The Sleuth Kit and its Underlying Model for Pooled Storage File System Forensic Analysis Extedig The Sleuth Kit ad its Uderlyig Model for Pooled File System Foresic Aalysis Frauhofer Istitute for Commuicatio, Iformatio Processig ad Ergoomics Ja-Niclas Hilgert* Marti Lambertz Daiel Plohma ja-iclas.hilgert@fkie.frauhofer.de

More information

Operating manual for message text display reporter 690

Operating manual for message text display reporter 690 1.95.3 (ed 4.95) Operatig maual for message text display reporter 690 ! Attetio: Read this! Dear customer, the maufacturer is ot liable for ay damage caused as a result of o-observace of the operatig maual.

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

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

pco.2000 cooled digital 14 bit CCD camera system

pco.2000 cooled digital 14 bit CCD camera system pco.2000 cooled digital 14 bit CCD camera system excellet resolutio (2048 2048 pixel) 14 bit dyamic rage frame rate of 14.7 fps at full resolutio image memory i camera (camram up to 4 GB) excellet low

More information

Morgan Kaufmann Publishers 26 February, COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 5

Morgan Kaufmann Publishers 26 February, COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. Chapter 5 Morga Kaufma Publishers 26 February, 28 COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Iterface 5 th Editio Chapter 5 Set-Associative Cache Architecture Performace Summary Whe CPU performace icreases:

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

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

Human-Computer Interaction IS4300

Human-Computer Interaction IS4300 Huma-Computer Iteractio IS4300 1 I5 due ext class Your missio i this exercise is to implemet a very simple Java paitig applicatio. The app must support the followig fuctios: Draw curves, specified by a

More information