19 Pages

cpham_ObjectModelDiagram_IndivProj

Course: COEN 120, Fall 2009
School: Santa Clara
Rating:
 
 
 
 
 

Word Count: 2344

Document Preview

on ChewChewChow Report Configuration VxWorks Overridden Properties Subjects: CG Metaclasses: CGGeneral Properties: GeneratedCodeInBrowser: False PACKAGES Default EVENTS: evAlarm An Alarm has occured somewhere in the system. The alarm type is in its parameter. Args: OMString alarmType Pointer to the text representing the type of alarm evAlarmover This event is generated when the operator acknowledges an alarm via...

Register Now

Unformatted Document Excerpt

Coursehero >> California >> Santa Clara >> COEN 120

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
on ChewChewChow Report Configuration VxWorks Overridden Properties Subjects: CG Metaclasses: CGGeneral Properties: GeneratedCodeInBrowser: False PACKAGES Default EVENTS: evAlarm An Alarm has occured somewhere in the system. The alarm type is in its parameter. Args: OMString alarmType Pointer to the text representing the type of alarm evAlarmover This event is generated when the operator acknowledges an alarm via a 'z' at the keyboard. evAlarmReset A sensor has gone out of alarm somewhere in the system. The alarm type is in its parameter. Args: OMString alarmType Pointer to the text representing the type of alarm. GLOBALS: Relations: itsMyDisplay Composition of myDisplay, Multiplicity of 1, Uni-directional itsMyPIC Composition of myPIC, Multiplicity of 1, Uni-directional itsMyKeyboard Composition of myKeyboard, Multiplicity of 1, Uni-directional Instantiated Relations: itsMyKeyboard of itsMyDisplay with itsMyKeyboard CLASSES: allButtons This is the allButton superclass used by all button subclasses. Relations: itsMyPIC Association with myPIC, Multiplicity of 1, Uni-directional Subclasses: OFF ON buttonFive buttonFour buttonOne buttonThree buttonTwo buttonFive This is the buttonFive class, monitoring button 5. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public buttonFour This is the buttonFour class, monitoring button 4. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public buttonOne This is the buttonOne class, monitoring button 1. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public Operations: evAlarmover This event is generated when the operator acknowledges an alarm via a 'z' at the keyboard. Event buttonThree This is the buttonThree class, monitoring button 3. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public buttonTwo This is the buttonTwo class, monitoring button 2. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public feedTime This is the class that handles storing and verifying the feed time input by the user. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Attributes: feedHourOne Type of int, Public feedHourThree Type of int, Public feedHourTwo Type of int, Public feedMinOne Type of int, Public feedMinThree Type of int, Public feedMinTwo Type of int, Public myDisplay This is the display class that outputs all communication to the terminal. Overridden Properties Subjects: CG Metaclasses: Class Properties: Concurrency: active Relations: itsMyKeyboard Association with myKeyboard, Multiplicity of 1, Uni-directional itsButtonOne Association with buttonOne, Multiplicity of 1, Bi-directional itsButtonTwo Association with buttonTwo, Multiplicity of 1, Bi-directional itsButtonThree Association with buttonThree, Multiplicity of 1, Bi-directional itsButtonFour Association with buttonFour, Multiplicity of 1, Bi-directional itsButtonFive Association with buttonFive, Multiplicity of 1, Bi-directional itsFeedTime Association with feedTime, Multiplicity of 1, Bi-directional itsON Association with ON, Multiplicity of 1, Bi-directional Operations: evAlarm An Alarm has occured somewhere in the system. The alarm type is in its parameter. Event evAlarmover This event is generated when the operator acknowledges an alarm via a 'z' at the keyboard. Event evAlarmReset A sensor has gone out of alarm somewhere in the system. The alarm type is in its parameter. Event myKeyboard Keyboard handler, reading the last key pressed on the keyboard. Relations: itsFeedTime Association with feedTime, Multiplicity of 1, Uni-directional itsOFF Association with OFF, Multiplicity of 1, Bi-directional Attributes: lastKey This is the last key read in from the keyboard. Type of char, Public, Initial Value: 0 Statechart DoNothing tm(50) readKeyboard> tm(50) Overridden Properties Subjects: General Metaclasses: Diagram Properties: LastModifiedTime: 10.18.2003::23:11:53 ROOT Or-state Substates: DoNothing readKeyboard Default Transition Target: DoNothing DoNothing allows for starting all of the state machines prior to executing a CIN; Or-state Out Transition tm(50) Target: readKeyboard readKeyboard reads in the keys from the keyboard. Or-state EntryAction cin>>lastKey; tm(50) Out Transition Target: readKeyboard myPIC A subclass of the PICserial class containing additional funtionality. Superclasses: PICserial Public Operations: keyJustPressed Returns true only one time indicating that the silkkey has just been pressed. Primitive-operation , Public, Return type is OMBoolean Args: int silkkey This is the value of the silkscreened key to interegate. Body return ((getAllKeyData(keymap[silkkey])&(long)(keymap[silkkey]|(keymap[silkkey]<<16))) == ((long)(keymap[silkkey]|(keymap[silkkey]<<16)))); keyJustReleased Returns true only one time indicating that the silkkey has just been released. Primitive-operation , Public, Return type is OMBoolean Args: int silkkey This is the value of the silkscreened key to interegate. Body return ((getAllKeyData(keymap[silkkey])&(long)(keymap[silkkey]|(keymap[silkkey]<<16))) == (long)(keymap[silkkey]<<16)); keyPressed This function returns true as long as the silkkey is pressed. It does not reset the COS bits. Primitive-operation , Public, Return type is OMBoolean Args: int silkkey This is the value of the silkscreened key to interegate. Body return ((getAllKeyData(0)&keymap[silkkey]) != 0); myPIC Constructor , Public Body keymap[0] = 0x0002; keymap[1] = 0x4000; keymap[2] = 0x2000; keymap[3] = 0x1000; keymap[4] = 0x0400; keymap[5] = 0x0200; keymap[6] = 0x0100; keymap[7] = 0x0040; keymap[8] = 0x0020; keymap[9] = 0x0010; keymap[10] = 0x0800; //enter keymap[11] = 0x0004; // . keymap[12] = 0x0001; //CHS scaledAnalog Returns a scaled analog value fromt the pot reading. Primitive-operation , Public, Return type is int Args: int hi = 255 Value corresponding to a 255 count reading from the sensor. int lo = 0 Value corresponding to a 0 count reading from the sensor. int n = 0 Indicates which analog pot to read. (0-2) Body return (int)((float)getAnalogValues(n)*((float)(hi-lo)/(float)255)+(float)lo); Attributes: keymap Maps the logical silkscreened key numbers into bit positions. Overridden Properties Subjects: CPP_CG Metaclasses: Attribute Properties: MutatorGenerate: False AccessorGenerate: True Type of 'unsigned int %s[13];', Public Statechart InitPIC LEDs> DebugPrint> tm(10) [goodread] WriteDisplayBuffer... [!goodread] DN tm(50) C ReadDataHere> Send_R> tm(25) Overridden Properties Subjects: General Metaclasses: Diagram Properties: LastModifiedTime: 10.23.2003::1:53:36 ROOT Or-state Inherited Substates: DebugPrint DN InitPIC LEDs ReadDataHere Send_R WriteDisplayBuffer Default Transition Inherited Target: InitPIC DebugPrint Or-state Inherited EntryAction //cout //cout //cout //cout //cout << << << << << " keys " << setbase(16) << setfill('0') << setw(8) << getAllKeyData() ; " a0 " << (int)getAnalogValues(0); " a1 " << (int)getAnalogValues(1); " a2 " << (int)getAnalogValues(2); endl; //cout << setbase(16) << setfill('0') << setw(8) << getAllKeyData() << " " << (int)getAnalogValues(0) << " " << (int)getAnalogValues(1) << " " << (int)getAnalogValues(2) << endl; //for (int i=0;i<5;i++) //{ cout << " " << setbase(16) << //cout << endl; (int) readBuffer[i]; } Out Transition Inherited Target: LEDs DN Or-state Inherited Out Transition Inherited tm(50) Target: Send_R InitPIC Or-state Inherited Out Transition Inherited Target: LEDs LEDs Or-state Inherited EntryAction ExitAction writeLeds(); //leds++; Out Transition Inherited tm(10) Target: WriteDisplayBuffer ReadDataHere Or-state Inherited EntryAction goodread = ReadData(); Out Transition Inherited Condition Connector Branches: [goodread] Target: DebugPrint [!goodread] Target: DN Send_R Or-state Inherited EntryAction ControlChar[0] = 'R'; write(fd, ControlChar, 1); //write an 'R' to the PIC board to read the buffers. Out Transition Inherited tm(25) Target: ReadDataHere WriteDisplayBuffer Nested Statechart Or-state Inherited EntryAction //for(int i=0;i<32;i++) Display[i]=leds; Out Transition Inherited Target: Send_R Statechart of WriteDisplayBuffer WriteDisplayBuffer startWrtDispSeq> firstHalf> secondHalf> tm(40) Overridden Properties Subjects: General Metaclasses: Diagram Properties: LastModifiedTime: 10.23.2003::1:53:36 ROOT Or-state Inherited Substates: WriteDisplayBuffer WriteDisplayBuffer Or-state Inherited Substates: firstHalf secondHalf startWrtDispSeq state_0 Default Transition Inherited Target: startWrtDispSeq firstHalf Or-state Inherited EntryAction write(fd, Display, 16); //write out 16 characters. Out Transition Inherited tm(40) Target: secondHalf secondHalf Or-state Inherited EntryAction Out Transition Inherited Target: state_0 startWrtDispSeq Or-state Inherited EntryAction write(fd, &Display[16], 16); //write out 16 characters. ControlChar[0] = 'B'; write(fd, ControlChar, 1); //write an 'B' to the PIC board to read the buffers. Out Transition Target: Inherited firstHalf state_0 Local Termination State Inherited OFF This is the OFF class, monitoring the OFF button. Relations: itsMyKeyboard Association with myKeyboard, Multiplicity of 1, Bi-directional Superclasses: allButtons Public ON This is the ON class, monitoring the ON button. Relations: itsMyDisplay Association with myDisplay, Multiplicity of 1, Bi-directional Superclasses: allButtons Public PICserial Overridden Properties Subjects: CG Metaclasses: Class Properties: Concurrency: active Subclasses: myPIC Operations: getAllKeyData Gets status/value of the Keypad buttons. Status is returned in the upper 2 bytes. Values are returned in the bottom 2 bytes. The parameter COSreset will Primitive-operation , Public, Return type is int Args: int COSreset = 0xFFFF Body union keydata { long temp; char t4[4]; } KeyData; KeyData.t4[3]=getKeypadStatus(0,(char)((COSreset>>8)& 0xFF)); KeyData.t4[2]=getKeypadStatus(1,(char)((COSreset)& 0xFF)); KeyData.t4[1]=getKeypadValues(0); KeyData.t4[0]=getKeypadValues(1); return KeyData.temp; getAnalogValues Returns the value of each of the 3 analog values on the PIC board. Overridden Properties Subjects: CPP_CG Metaclasses: Operation Properties: Kind: common Inline: none Primitive-operation , Public, Return type is 'unsigned char' Args: 'int' i1 Constant Body i1= min(max(i1,0),2); return Analog[i1]; getKeypadStatus Gets value of the Keypad character status. Primitive-operation , Protected, Return type is 'unsigned char' Args: int i1 char COSreset Which bits get reset when a status read is performed. Body i1= min(max(i1,0),1); char temp = KeyStatus[i1]; KeyStatus[i1] &= (COSreset^0xFF); return temp; getKeypadValues Gets value of the Keypad character. Primitive-operation , Protected, Return type is 'unsigned char' Args: 'int' i1 Body i1= min(max(i1,0),1); char temp = Keypad[i1]; Keypad[i1] &= 0x7f; return temp; PICserial Constructor , Public Args: int ComPort = 1 This is the number of the communications port of this object. Initializers leds(0) Body if(ComPort==1)fd = open("/tyCo/0",O_RDWR,0644); if(ComPort==2)fd = open("/tyCo/1",O_RDWR,0644); io_status = ioctl(fd,FIOBAUDRATE,2400); //cout << "ioctl status for " << fd << " = " << io_status << endl; for(int i=0;i<32;i++) Display[i]=0; Keypad[0]=0; Keypad[1]=0; KeyStatus[0]=0; KeyStatus[1]=0; ReadData 5 characters are read from the PIC board. The first 2 are the Keypad and the last 3 are the analog pots. A check is made to determine if a COS has occured in any of the Keypad values. TheKeypadStatus bits are set if there has been a change of state. Primitive-operation , Protected, Return type is OMBoolean Body io_status = ioctl (fd, FIONREAD, (int)readBuffer); if(readBuffer[0]== 5) { read(fd, readBuffer, 5); //read in 5 characters. KeyStatus[0] |= (readBuffer[0] ^ Keypad[0]); Keypad[0]=readBuffer[0]; KeyStatus[1] |= (readBuffer[1] ^ Keypad[1]); Keypad[1]=readBuffer[1]; Analog[0]= readBuffer[2]; Analog[1]= readBuffer[3]; Analog[2]= readBuffer[4]; //GEN(evGoodReadPIC_Serial); return(true); } else { cout << "receive error in PIC_Serial" << endl; io_status = ioctl (fd, FIOFLUSH, 0); //GEN(evRetryPIC_SerialRead); return(false); } setDisplayChar Allows the user to set each element of the 32 character Display on the PIC board. Primitive-operation , Public, Return type is 'void' Args: 'int' i1 'char' p_Display Body i1= min(max(i1,0),31); Display[i1] = p_Display; setLeds Allows the user to set the 8 led's on the PIC board. Primitive-operation , Public, Return type is 'void' Args: 'char' p_leds Body leds = p_leds; writeLeds Write the leds value to the PIC board. Primitive-operation , Protected, Return type is void Body ControlChar[0] = 'L'; io_status = write(fd, ControlChar, 1); //write an 'R' to the PIC board to read the buffers. io_status = write(fd, (char*)&leds, 1); //write in 1 character. //cout << "Led's = " << ControlChar[0] << (char) leds << leds << endl; ~PICserial Shutdown this object; Virtual, Destructor , Public Body close(fd); Attributes: Analog This is the location of the three analog inputs. Type of 'char %s[3]', Public ControlChar This character is set to the control for the PIC device. 'L' is used to set the value of the LEDs - L# 'B' is used to set the 32 char board display - Bcccccccccccccccccccccccccccccccc 'R' is used to initiate a transmission of analog and button values. Type of 'char %s[1]', Public Display 32 char display buffer on the PIC board Type of 'char %s[32]', Public fd This is the file descriptor of the serial port returned by the open statement. Type of int, Public goodread This is used to indicate the status of the read operation to the PIC board. Type of OMBoolean, Public io_status contains the status of all i/o operations. Type of int, Public Keypad There are 2 bytes of keypad Type of 'char %s[2]', Public KeyStatus There are 2 bytes of keypad status Type of 'char %s[2]', Public leds the led display outputs Type of char, Public readBuffer buffer to place the data read in by the ReadData operation. Type of 'char %s[5]', Public Statechart InitPIC LEDs> DebugPrint> tm(10) [goodread] WriteDisplayBuffer... [!goodread] DN tm(50) C ReadDataHere> Send_R> tm(25) ROOT Or-state Substates: DebugPrint DN InitPIC LEDs ReadDataHere Send_R WriteDisplayBuffer Default Transition Target: InitPIC DebugPrint Debug state to determine any possible difficulties with the PIC board. Or-state EntryAction //cout << " keys " << setbase(16) << setfill('0') << setw(8) << getAllKeyData() ; //cout << " a0 " <...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Purdue North Central - EDCI - 372
Purdue University North Central Early Childhood Education Open Ended Explorations Format to be used when planning for experiences during choice or work time. Name: _ Date: _ Title of Activity: __ Developmental Domain: Pathways for exploration you bel
Maryland - COURSES - 382
last 4 digits of ID spreadsheet 1 hm 3209 40 3283 40 3656 40 1966 40 4739 40 6696 40 9212 40 5457 40 5981 40 5020 40 3212 40 5526 40 5647 40 5588 40 5712 40 5024 40 6815 40 1404 40 552 40 5217 40 4040 40 3034 40 350 40 4726 40 753 40 6549 40 7538 40
Maryland - COURSES - 382
State Number County Number Forest Share Population density Area Name 10 1 0.24 196.07 Kent, DE 10 3 0.14 1064.46 New Castle, DE 10 5 0.32 127.31 Sussex, DE 24 1 0.49 175.44 Allegany, MD 24 3 0.31 1057.82 Anne Arundel, MD 24 5 0.21 1175.5 Baltimore, M
Maryland - COURSES - 382
last 4 forest digits of spreadsh ID eet HW1 3209 39 3283 33 3656 40 1966 40 4739 31 6696 24 9212 35 5457 25 5981 40 5020 40 3212 40 5526 37 5647 5588 25 5712 35 5024 40 6815 40 1404 40 552 40 5217 34 4040 40 3034 350 32 4726 40 753 35 6549 36 7538 35
Maryland - COURSES - 382
last 4 digits of percentage (out of ID spreadsheet HW 1 HW 2 HW 3 HW 4 HW 5 total 190) 3209 35 30 10 30 30 22 157 82.63 3283 40 30 10 30 30 30 170 89.47 3656 40 27 28 30 30 30 185 97.37 1966 40 30 30 30 30 30 190 100.00 4739 40 30 30 30 30 23 183 96.
Maryland - COURSES - 382
last 4 spreadsh spreadsh digits of eet 1 eet 2 ID (indices) (dairy) HW 1 3209 39.5 40 3283 40 40 3656 39.5 40 1966 39.5 40 4739 37 40 6696 40 40 9212 40 40 5457 33 39 5981 40 40 5020 3212 39.5 40 5526 38 40 5647 40 40 5588 38 40 5712 39.5 40 5024 40
Maryland - COURSES - 382
last 4 digits of spreadsh ID eet HW 1 3209 40 3283 40 3656 40 1966 40 4739 40 6696 40 9212 40 5457 31 5981 40 5020 3212 40 5526 30 5647 5588 35 5712 40 5024 40 6815 40 1404 40 552 40 5217 30 4040 35 3034 40 350 4726 40 753 40 6549 40 7538 8074 40 759
Maryland - COURSES - 382
CORN: PRICES RECEIVED, MONTHLY, UNITED STATES, 1908 TO 1996 ( DOLLARS PER BUSHEL ) YEAR ANNUAL 1908 0.65 1909 0.62 1910 0.52 1911 0.68 1912 0.55 1913 0.70 1914 0.71 1915 0.68 1916 1.14 1917 1.46 1918 1.52 1919 1.51 1920 0.64 1921 0.52 1922 0.73 1923
Maryland - COURSES - 382
AUTORE REGRES GRESSIV last 4 ANOVA TRENDS SION E digits of spreadsh spreadsh spreadsh spreadsh ID eet eet eet eet HW 1 3209 40 40 39 40 3283 40 40 40 39 3656 40 35 40 40 1966 40 40 40 40 4739 40 34 40 39 6696 39 40 37 40 9212 40 40 40 40 5457 40 40 4
Maryland - COURSES - 382
id 1 1 1 1 2 2 2 2 3 3 3 3 4 4 4 4 5 5 5 5 7 7 7 7 8 8 8 8 9 9 9 9 10 10 10 10 11 11 11 11 12 12 12 12 14 14 14 14 15 15 15 15zona 1 1 1 1 2 2 2 2 1 1 1 1 2 2 2 2 3 3 3 3 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 2 2 2 2 1 1 1 1dqap 50 50 5
Cornell - CS - 213
COM S 213 Programming in C+ Preliminary Syllabus Spring 2003 Tue, 1/21 Thu, 1/23 Tue, 1/28 Thu, 1/30 Lecture 1, Review of Familiar Topics Lecture 2, Functions Assignment #1 Given Lecture 3, Functions, Streams and Flow Control Lecture 4, Classes Assi
Oregon State - BA - 453
BEAVER MANUFACTURING, INC. An Exercise in Labor/Union Relations Beaver Manufacturing, Inc. (BMI) is a privately held Oregon-based Company with operations in Corvallis and Beaverton, Oregon. It manufactures and distributes sporting goods and apparel t
Oregon State - BA - 453
EVALUATION OF CLASS PARTICIPATION Name_ Term &amp; Section No._ Recognizing that my perceptions of your class participation may not be entirely accurate, I invite your self-evaluation. Be prepared to share your evaluation with fellow students in your gro
Oregon State - BA - 453
Topic Assignment Schedule for Discussion/Presentation Teams Teams shall consist of 5-6 students and shall be designated the first day of class. The team assignments below require an in-class power point presentation limited to 10 minutes. Each team w
Georgia Tech - ECE - 2025
GEORGIA INSTITUTE OF TECHNOLOGYSCHOOL of ELECTRICAL and COMPUTER ENGINEERINGEE 2200 Fall 1998 Lab #1: Introduction to MATLABDate: week of 28 Sept 1998 Lab is held in College of Computing Building, room 309. This is the official Lab#1 description;
Purdue North Central - EDST - 200
Schools and Police It might be an uneasy alliance, but education and law enforcement have safety as a mutual goalBy Thomas E. Wheeler II and Thomas W. PickrellPolice and other law enforcement officers have become frequent visitors and, in some cas
Yale - GEOLOGY - 1988
W. Alabama - CS - 349
%!PS-Adobe-3.0 %BoundingBox: (atend) %Pages: (atend) %PageOrder: (atend) %DocumentFonts: (atend) %DocumentNeedsFonts: (atend) %DocumentSuppliedFonts: (atend) %Creator: Frame 6.0 %DocumentData: Clean7Bit %EndComments %BeginProlog % % Frame ps_prolog 6
Rutgers - MAE - 486
Design of Mechanical Systems-2 Solution to Homework-2 Please mail any questions to doddi@soemail.rutgers.edu clc; clear; maxiter=150; xk=[1,1,1,1];% Guess a value for xk. Try out by changing guess valuesfor i=1:maxiter if(i=1) [gk1,gk2,gk3,gk4]=g
UGA - PHYS - 1112
%!PS-Adobe-2.0 %Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software %Title: t1Av3.dvi %Pages: 8 %PageOrder: Ascend %BoundingBox: 0 0 612 792 %DocumentFonts: CMR12 CMBX12 CMSY10 CMMI12 CMR8 CMMI8 CMSY8 CMEX10 %+ CMBX8 %DocumentPaperSizes: Lett
UGA - PHYS - 1112
%!PS-Adobe-2.0 %Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software %Title: t1B.dvi %Pages: 9 %PageOrder: Ascend %BoundingBox: 0 0 612 792 %DocumentFonts: CMR12 CMBX12 CMSY10 CMMI12 CMR8 CMMI8 CMTI12 CMSY8 %+ CMEX10 CMBX8 %DocumentPaperSizes:
Ohio State - NIE - 811
Vol. 81, No. 1, 2009neWS in engineeringThe OhiO STaTe UniverSiTy COllege Of engineeringBUSINESSEDUCATIONGOVERN MENTFrom the DeanOhio industry and the state of Ohio are very supportive of both The Ohio State University and the enti
UC Davis - ATT - 0218
2005-2006 Lucille Elliott ScholarshipNeed money to attend a conference, workshop, or class? Lucille Elliott Scholarships may be used to provide financial aid for any purpose reasonably designed to improve one's career in law librarianship. Preferenc
UC Davis - ATT - 0034
Law Review InventoryName of Review Beginning Volume/Date Ending Volume/Date # of vols. Shelf Space Vol. 38, 1950 Vol. 50, 1950 Vol. 1960, 1960 Vol. 49, 1960-61 Vol. 86 No. 5, 1998 Vol. 97 No. 7, 1997 Vol. 47 No. 5, 1998 Vol. 86 No. 7, 1998 83 78 69
Rutgers - RUT - 543
Solution for Homework 5
UC Davis - ATT - 0905
http:/22-99.cn - buy viagra, cialis, levitra and other meds
Laurentian - EDUC - 5400
Optional ReportOptional Final Report: Research Study Review and SynthesisIn lieu of taking the quizzes, one can elect to do a synthesis of research studies in a common topical area. Create a report describing three primary research studies, critiqu
Laurentian - EDUC - 5400
Assignment 4 - Virtual Presentations(one assignment 3 weighting + 10 marks for creation of presentation) Assignment 4 is actually a 2 part assignment. The first step is to repeat assignment #3. Select one or more of the topics from the assignment 3
Laurentian - EDUC - 5400
AssignmentsAssignments Gradebook Marking Criteria Late Assignments Assignments:There are two mandatory assignments Assignment 1 is broken down into 5 parts and Assignment is actually 5 quizzes or the option of a final report.Number 1 2 Assignment
Laurentian - EDUC - 5400
ContractDescription of Contract:The contract will be a report of application selections for assignment #3 and #4. Possibilities includes those applications from the list in assignment 3 with any modifications or alternative options fleshed out. The
Hudson VCC - NR - 146
FOR/NR 146 L. MorrisseyRemote Sensing of Env. RSENR/UVMEMR Spectral Bands for Terrestrial Remote SensingVisible Blue Green Red Infrared Reflected IR Near IR (NIR) Photographic IR Mid IR* Thermal IR Microwave Radar0.4 0.7m 0.4 0.5 0.5 0.6 0