33 Pages

finalpresentation

Course: EE 545, Fall 2009
School: Carnegie Mellon
Rating:
 
 
 
 
 

Word Count: 1403

Document Preview

Presentation Project Final Catastasis (Group 5) Lisa Gentry Molly Meyer Anthony Morton Daniel O'Neil 26 APR 05 catastasis (n.) 1. The intensified part of the action directly preceding the catastrophe in classical tragedy. 2. The climax of a drama. - Dictionary.com (So in retrospect, this was a bad, prophetic thing to name our group... oops.) Design Use Case and Goals Handheld device intended to be carried...

Register Now

Unformatted Document Excerpt

Coursehero >> Pennsylvania >> Carnegie Mellon >> EE 545

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.
Presentation Project Final Catastasis (Group 5) Lisa Gentry Molly Meyer Anthony Morton Daniel O'Neil 26 APR 05 catastasis (n.) 1. The intensified part of the action directly preceding the catastrophe in classical tragedy. 2. The climax of a drama. - Dictionary.com (So in retrospect, this was a bad, prophetic thing to name our group... oops.) Design Use Case and Goals Handheld device intended to be carried by emergency responders This means: Small database (2 MB) Ability to communicate results Minimal hardware additions Wireless transmission of results back to emergency response dispatch center Intended addition to project Final System Architecture Audio A/D receive_am_fdm 3 Hardware Handshake neighbor_words b62_score Hardware Handshake 5 nuc2aa FPGA DSP AVR Terminal Driver Serialization for TNC 7 extend_hit find_hsps find_seeds 8 Memory Controller ARM TNC FSK 8 21 Audio Bank0 (4 Mbit) NIOS Proc. Bank1 (4 Mbit) Bank2 (4 Mbit) Bank3 (4 Mbit) Flash DSP Voodoo Filtering is easy as a concept, but... Finding threshold values is Hell (But yes, this code works consistently...) BLOSUM62 Architecture AA Shift Register 1024:1 Lookup Table 1024:1 Lookup Table 1024:1 Lookup Table Amino Acid from DSP ... ... ... + AA Iterator b62 Score to Comparator Neighbor Words ARM Potential for timing nightmare here is huge If ARM doesn't read fast enough, have to interlock (or mask through buffers) the entire hardware behind the ARM handshake Two handshakes, queue loading, amino acid iteration, seed collection Custom hardware has 5 FSMs! Dozens and dozens of control lines and flags BLOSUM62 FPGA usage lookup_table (one B62 table) 0/8,320 logic elements (0% ) 4,096/106,496 memory bits (3.8%) top_blosum 309/8,320 logic elements (3%) 13,248/106,496 memory bits (12%) BLOSUM62 Runtime Timing requirements Longest delay 21.874 ns Max clock frequency 45.72 MHz Estimated runtime of example Analysis of 3 character Amino Acid sequence 3 * 21^3 + 4 = # of clock cycles [3 * 21^3 + 4] * 21.874 ns = 0.6078 ms per seed Independent of number of neighbor words for seed because they're sent while 21^3 iterations are running Memory Many groups opted to use Compact Flash storage to put entire database on "chip" Required knowledge of FAT Required more complicated hardware Constructed a 2MB array of Atmel Flash chips Able to order chips from DigiKey quickly But, we wanted a simpler option... What Analog Realities? Everyone expressed concerns that our rat's nest of wires and flash chips might not work Who could blame them? Turns out limitations of flash chips were hit long before limitations of our wiring Packet Radio TNC Takes input from terminal ATmega8 TNC ATmega8 programmed to handle packet assembly and transmission Encode data with audio frequency shift keying Send data packets using AX.25 protocol to handheld transceiver System Performance So, how long does all of this take? We don't know yet... Review of our design metric from DR#1: I: Virus correctly identified II: Identification transmitted wirelessly to receiving computer, results printed (Vote) Yes on I, No on II The Soda Can Conspiracy... On the day of the second demo, very, very early in the morning Team Catastasis sat at the bench and stared bleakly at their growing collection of soda cans. As the group consumed approximately 1 soda per person every three hours the set of ten to fifteen soda cans currently sitting on the bench was very sad indeed Additionally, at the current rate of growth the collection seemed to be on track to take over the entire lab bench in a few hours What to do? What to do? Soda Can Conspiracy, cont. Then suddenly a flash of insight (aided by the amount of caffeine consumed by the group) gave them a solution to their problem A Monumental Work of Art would be constructed from all of the soda cans: A great pyramid, where Lisa and Molly's Diet Pepsi cans would constitute the bulk of the pyramid with an inlaid design consisting of Daniel's Mountain Dew cans Armed with this new insight the group quickly got back to work and continued to build up their supply of cans Soda Can Conspiracy...Revealed! The next day, having gotten a little sleep, the group came back into the lab expecting to construct their structure However, only the Mountain Dew cans remained! Where were the Diet Pepsi cans?! What nefarious had plot removed them (and only them), and thus prevented the creation of the Monumental Work of Art? The group may never know... Lisa's Lessons Learned All things are better when powered Just because Quartus says it works doesn't mean it works Compared to the DSP documentation, Quartus's documentation is very user friendly Many things can be powered by a single serial port A Late-Night Mystery It was the middle of the night. Molly was battling the DSP and had been all day. Filtering worked for DaqGen signals. She added a bunch of code for marker wave delimiting to her working code, but it was all commented out. For sanity's sake, she tried to re-run the code to make sure it hadn't changed When she typed the load command, DSK3DW closed abruptly. Power-cycling the board didn't fix it But what was going on? How could comments destroy the loadability of a program?? A Late-Night Mystery, cont. Molly tried commenting out everything but basic echo functionality. The program still would not load Then she tried deleting all the comments. This time, the program loaded and ran perfectly She added the comments back in and tried every method of commenting allowed in C. Nothing would make the file load in DSK3DW And then, she figured it out... The Answer! The DSK3DW has a columns limit! If any line in the .c file exceeds a certain number of characters, the .out file will bring DSK3DW to its knees No idea why this would be, but there you have it! The Moral is... When working with hardware you don't know very well and for which you don't have much documentation... ASSUME NOTHING!!! Solder-ific Started working on the DSP, but switched to the TNC and wireless transmission Got to have the fun soldering part of the project Anthony's Lessons Learned Nothing is as easy as it seems Being the only person at CMU without Internet access at home really sucks The ATmega8 can operate at up to -30 degrees Celsius on balloon flights! Pin Compatible, Right? Not having to deal with Compact Flash seemed like the right call After all, the 4Mbit chips seemed like they should be pretty much the same as the 2Mbit ones we'd been issued Knowing what to connect where was pretty important, though What's this? The datasheet only has pin-outs for surface mount parts?? Atmel.com, c. 2000 A.D. After an hour or so of fruitless poking on atmel.com, it became clear to me that this part I wanted to order had been thoroughly disavowed But how could I find an old version of the data sheet? archive.org, of course! Morals of the story: Nobody uses discreet flash or DIPs anymore Always make sure you have documentation before ...

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:

University of Illinois, Urbana Champaign - PHYS - 280
Physics/Global Studies 280Module 4: Nuclear TerrorismNuclear Terrorism, p. 1Frederick K. Lamb 2009Nuclear TerrorismTopics covered in this module: Part 1: Terrorism and how to counter it Part 2: Insurgencies and how to defeat them Part 3: Re
East Los Angeles College - BE - 208
BE208 Legal StudiessSchool of the Environment Semester 1 Examinations 2006-2007BE208 LEGAL STUDIESInstructions to Candidates Time allowed: TWO hours Attempt any FOUR questions. Note: Where questions refer to the Building Contract, please base y
East Los Angeles College - GY - 155
GY155 Borders and BoundariessSchool of the EnvironmentSemester 2 Examination 2004-2005GY155 BORDERS AND BOUNDARIESInstructions to Candidates: Time allowed: TWO hours Answer any THREE questions All questions carry equal marksFriday 3 June 20
East Los Angeles College - GG - 312
GG312 HydrogeologysSchool of the EnvironmentSemester 2 Examinations 2005-2006GG312 HYDROGEOLOGYInstructions to candidates: Time allowed: TWO hours. All students should answer THREE questions: Q1 (which is compulsory) and TWO further question
East Los Angeles College - GG - 210
GG210 PetrologysSchool of the Environment Semester 1 Examinations 2006-2007GG210 PETROLOGYInstructions to Candidates: Time allowed: TWO hours Answer any THREE questions from the choice of SEVENWednesday 31 January 2007Page 1 of 3GG210 Pet
East Los Angeles College - CAM - 40902
User-agent: *Disallow: /~cam40902
East Los Angeles College - CS - 3250
7#9#'P#4#&#&#& #&#&#&#&#&#&##&# #&# #&#&#&#&#&# #'#&#&#&#'2#'#,#'4#'8#&#'<#'>#'B#'F #'H#'L## # # #CS3250 Distributed Systems Subprograms,Types and Constants exported by the package Gnat.SocketsTYPE Family_Type IS (Family_Inet, Family_Inet6);TYPE In
East Los Angeles College - CS - 1260
7#,#*#(#U#r#7#r#7#s 7#sM#s#s#X#t#t#t##t+#4#t_#t{#t{#t#x#t#us# #u#5#*#_#Z#sa#X#zz # #| #u #~#2#5#5#5#5#5#5#CS1260 Mathematics for Computer ScienceLecture 10 More on Matrix AlgebraThe Inverse of a MatrixIf A is a square matrix of order n we can often
East Los Angeles College - CS - 1260
7#C#@# #-#A#O#O#O#O##[# #e# #o#o#o#o#o# # # # #+#X# # # ## # #CS1260 Mathematics for Computer ScienceLecture 11 Some Applications of Matrix AlgebraCryptography (Secret Codes)As before we wish to send some sensitive information to another person o
East Los Angeles College - CS - 1260
7##'#T#J#I#J#I#KI#KI#KI# #KW#KW#KW#KW##Kc#(#K#K#K#L!#x#KW#L# #L#S#*#S#KI#L#V#L#O&#v#R#*#S# #S#S#S#S#S#S#CS1260 Mathematics for Computer Science Lecture 12 - More on Matrix AlgebraSome Properties of Inverse Matrices and DeterminantsIf A and B are
Carnegie Mellon - TCR - 870
Ecommerce Strategy:Building a Virtual Conglomerate Ecommerce Management September 4, 2003 Anindya GhoseNo. 1 Search Destination In the U.S.The leading Internet portal with 220 million visitors each month(Source: Nielsen/NetRatings)2Brief
Maryland - UNIV - 099
TERM _UNIV 099 Internship Seminar STUDENT EVALUATION UpdateName: Email:
East Los Angeles College - LING - 201
Samples 1. M1 I think that ben's in trouble F1 d'you want some coffee? 2. M2 what d'you think we F2 d'you want sugar? 3. M3 I reckon we ask sarah about it F3 you really think ben's in trouble 4. M4 you never pay him enough attention even F4 what are
East Los Angeles College - LING - 201
LIST OF APPENDICESAppendix 1: Data Appendix 2: Definition of Terms Appendix 3: Distancing Scale of Pronouns for Individual Speaker Appendix 4: Linguistic Realisations of National Identity39 40 41 41vi
East Los Angeles College - LING - 201
LIST OF APPENDICESi. Transcription Conventions.pg. 32 ii. Staff Interaction Data.pgs. 3238 iii. Staff/Customer Data..pgs. 38- 40 iv. Training Guidelines.pgs. 40-42iv
East Los Angeles College - DF - 403
<?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>e3f939b4c14a31a1922754961e52a0ecad54da86.doc %3FOpenEleme</Key><RequestId>8435D2A5D37FE45E</RequestId><HostId>Mny5CKljX+lOIW6
East Los Angeles College - LING - 201
Adam BlakemanAn investigation of the language of Internet chat roomsAdam BlakemanLING 201 DISSERTATION BY ADAM BLAKEMAN SUPERVISOR PAUL BAKER SUBMITTED ON MARCH 5TH 2004LAMEL, LANCASTER UNIVERSITYPage 1Adam BlakemanAcknowledgementsFirs
East Los Angeles College - ECON - 400
Transfer Pricing: Imperfect Competition & Selling Costs in the Open Market MCM(q) PxTP* Dx(qx) MRx(qx)qxV(qp) qD qD MRx(qx)-SqxqD+qxv(qD)+MRxq(x)-S (horizontal sum)
East Los Angeles College - LING - 201
Abstract This study explores the construction of women's identities and social roles through the images and language that appear in adverts of women's magazines. It uses ads that have appeared in the top five selling magazines, aimed at young women,
East Los Angeles College - LING - 201
Contents1 Introduction 1.2 Aims and Objectives 2 Background 2.1The Magazines 2.2 Literature Review 2.2.1Genre 2.2.2 Women's Magazines 2.2.3 Advertising 2.2.4 Images and semiotics 2.2.5 Semiotics 2.2.6 Women in Advertising 2.2.7 Language 2.2.8 Langua
East Los Angeles College - LING - 201
How are women and men represented in Eastenders through the language they use?Ling 201 dissertation by Alex Sutton supervised by Jane Sunderland submitted on 5th March 2004 LAMEL, Lancaster University
East Los Angeles College - DMA - 200700
Mathematics and Game ShowsJulia James Hatfield CollegeMathematics in Game Shows Countdown uses mental arithmetic Number round Make a random target number using six other numbers Play your cards right uses probability Higher or Lower? Who w
East Los Angeles College - DMA - 200200
Data Handling and Graphical RepresentationHannah O'DonoghueHannah O'Donoghue1Motivation Alwaysbeen enthusiastic about the sciences Worked in schools and saw the enthusiasm when studying data handling capture it!Graphsare very `real'H
East Los Angeles College - DMA - 200500
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, .The Fibonacci Series and The Golden RatioAdam Rowlands Grey CollegeMain Points: Background Brief mathematical properties So why's this interesting?BackgroundWhat is the Fib
East Los Angeles College - DMA - 200300
A Journey Through Middle EarthMathematics TeachingCatherine O'Connell Collingwood CollegeWhat is the shortest path between two points? The curve along a surface which marks the shortest distance between two neighbouring points is called a geod
East Los Angeles College - COMSM - 0104
<!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Strict/EN" "http:/www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http:/www.w3.org/1999/xhtml" lang="en-gb" xml:lang="en"><head><title>Parameters</title><script src="params.js" type="text/java
East Los Angeles College - DMA - 200700
Fibonacci Numbers and the Golden RatioLizzie Bell Fibonacci The Rabbit Problem Properties of the Fibonacci Sequence Fibonacci Numbers and Pascal's triangle The Golden Ratio and how to construct it Fibonacci Rectangles Fibonacci Numbers in
East Los Angeles College - DMA - 200400
The mathematics of winning at pokerAimsWill look at: How can I improve my chances of winning? Look at the odds throughout the game to work out what hands allow a good probability of putting together a round winning hand. Look at the expected wi
East Los Angeles College - DMA - 200400
`It's all Greek to Me'An Investigation into ancient Greek MathematicsIntroduction Setting the scene Why the Greeks? Major Players What they Achieved Failures SummaryWhen and Where Classical Age Circa 480 323 B.C. Eastern Mediterranean
East Los Angeles College - DMA - 200200
PolynomialsAnd Fermat's Last Theorem Elaine SedgwickAIMS To give a brief history of the study of polynomials. To explore the extent to which polynomials are covered in schools. To look at the application of number theory to the soluti
East Los Angeles College - DMA - 200300
Modular ArithmeticLee Cerval-PeaBackground Startedwith `taking elementary mathematics from an advanced standpoint' Decided to go in opposite direction! Break `advanced' topic into it's elementary components Chose modular arithmetic (MA)Ba
East Los Angeles College - MISC - 100
from _future_ import generatorsdef foo():i = 0while 1:yield ii = i + 1
St. Francis IL - CS - 483
1 5Recursion1 1992-2007 Pearson Education, Inc. All rights reserved.2We must learn to explore all the options and possibilities that confront us in a complex and rapidly changing world. -James William Fulbright O! thou hast damnable iteratio
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2007-05-13Time=00:10:05Camera=DMC-TZ3CameraManufacturer=Panasonic[FromJPEG]InputEquipmentModel=DMC-TZ3InputEquipmentManufacturer=PanasonicSoftware=Ver.1.0FNumber=3.3ExposureTime=0.002DateTimeOriginal
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2005-05-08Time=00:53:43Camera=E5700CameraManufacturer=NIKON[FromJPEG]InputEquipmentModel=E5700InputEquipmentManufacturer=NIKONSoftware=E5700v1.1FNumber=6ExposureTime=0.00049800796812749DateTimeOrigin
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2005-05-06Time=14:57:33Camera=E5700CameraManufacturer=NIKON[FromJPEG]InputEquipmentModel=E5700InputEquipmentManufacturer=NIKONSoftware=E5700v1.1FNumber=7.2ExposureTime=0.0132802124833997DateTimeOrigi
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2004-08-22Time=12:48:48Camera=CYBERSHOTCameraManufacturer=SONY[FromJPEG]InputEquipmentModel=CYBERSHOTInputEquipmentManufacturer=SONYSoftware=ACD Systems Digital ImagingFNumber=8ExposureTime=0.003125D
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2005-05-12Time=17:12:01Camera=E5700CameraManufacturer=NIKON[FromJPEG]InputEquipmentModel=E5700InputEquipmentManufacturer=NIKONSoftware=E5700v1.1FNumber=7.4ExposureTime=0.00589275191514437DateTimeOrig
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2005-05-12Time=17:16:31Camera=E5700CameraManufacturer=NIKON[FromJPEG]InputEquipmentModel=E5700InputEquipmentManufacturer=NIKONSoftware=E5700v1.1FNumber=7.4ExposureTime=0.00694444444444444DateTimeOrig
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2007-05-15Time=03:44:24Camera=DMC-TZ3CameraManufacturer=Panasonic[FromJPEG]InputEquipmentModel=DMC-TZ3InputEquipmentManufacturer=PanasonicSoftware=Ver.1.0FNumber=3.3ExposureTime=0.125DateTimeOriginal
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2007-05-10Time=21:17:46Camera=DMC-TZ3CameraManufacturer=Panasonic[FromJPEG]InputEquipmentModel=DMC-TZ3InputEquipmentManufacturer=PanasonicSoftware=Ver.1.0FNumber=3.3ExposureTime=0.008DateTimeOriginal
East Los Angeles College - PSY - 223
[WinPhoto]Version=1.5.1[Global]Date=2007-05-12Time=00:58:52Camera=DMC-TZ3CameraManufacturer=Panasonic[FromJPEG]InputEquipmentModel=DMC-TZ3InputEquipmentManufacturer=PanasonicSoftware=Ver.1.0FNumber=4.9ExposureTime=0.01DateTimeOriginal=
St. Francis IL - CSCI - 455
Computing on the CloudJason Detchevery March 4th 2009Introduction What is cloud computing? When computing services are provided over the Internet rather then locally on a user's own machine. Computation is run on an supporting infrastructure wh
East Los Angeles College - JJ - 2924
Protocol is insecure. Following attack possibility was found: Nobody -> A:[inv(k_a), k_a] client -> A:[z_1, k_c] A -> server:[k_a, k_a] server -> A:[k_s, k_a] A -> client:[k_a, z_1] client -> A:enc(data, k_a)
East Los Angeles College - JJ - 2924
Protocol is insecure. Following attack possibility was found: Nobody -> A:[k_a, inv(k_a)], k_ca] Client -> A:[n, k_c], sign([c, k_c], inv(k_c)] A -> Server:[n, k_a], sign([c, k_a], inv(k_a)] Server -> A:[enc(sign([args_1_2_key, n], inv(k_s),
East Los Angeles College - IMTT - 0708
Meurice 01.05.08 72. Where does power reside in a modern corporation? Opening Paragraph Power can be defined as a form of `capital' enjoyed by the group/individual who controls a certain discretionary resource. Despite the many, sometimes conflicting
Berkeley - CS - 267
CS 267 Unified Parallel C (UPC)Kathy Yelickhttp:/upc.lbl.gov Slides adapted from some by Tarek El-Ghazawi (GWU)05/16/09CS267 Lecture: UPC1UPC Outline1. 2. 3. 4. 5. 6. 7. 8. 9. 10.Background UPC Execution Model Basic Memory Model: Shared
East Los Angeles College - HELP - 0406
IT Learning ProgrammeOUCS Help Centre Weblearn BriefingOpening up Access 11,20 April 2006Paul Trafford WebLearn TeamWebLearn reprise WebLearn is a VLE made up of: Usage: Resources contains the content, stored in database and file syste
East Los Angeles College - HELP - 0407
IT Learning ProgrammeOUCS Help Centre Weblearn Briefingfor 2.16 release (17 April 2007)Special Feature: EasyWriterPaul Trafford WebLearn TeamWebLearn reprise WebLearn is a VLE made up of: Usage: Resources contains the content, stored
East Los Angeles College - ATT - 0036
Compiled from ".home.gpothier.eclipse.workbench-3.1.AJHotDraw-cvs.src.aspects.org.jhotdraw.ccconcerns.commands.UndoableCommand.aj"public class org.jhotdraw.ccconcerns.commands.UndoableCommand extends java.lang.Object{public static final org.jhotdra
East Los Angeles College - CONT - 0142
<!-START CLICKABLE IMAGEMAP-><div style="text-align : center;"><img src="index.jpg" usemap="#BCnNyX4xKUOT8x1gGmBVzg" alt="Session 2: 'Blue sky' and buried gold forecasts: a useful exercise?: Prediction" border ="0"><map name="BCnNyX4xKUOT8x1gGmBVz
East Los Angeles College - CHRI - 2585
Name:Email:College: Eligibility (see below for further details) Do you hold student membership of the University of Oxford: Yes/NoIf not please give details your academic status (or otherwise):Membership eligibility Extract from the Oxford
East Los Angeles College - LJ - 310
0.234177 0.231846 0.518795 -0.505028 -0.507914 0.515191 1.150087 -0.050527 -0.684509 -0.052740 0.976075 0.976152 0.231318 0.227295 0.801377 2.083897 0.806121 -1.258067 -1.267186 1.735825 1.735168 -0.345575 -1.626631 -0.346541 0.227741 0.517004 1.1636
East Los Angeles College - PHYSICS - 2022033020
#chancodegainoffsetinnsecomment 0 058.38.81546OK 1 058.312.31498OK 2 056.73.31555OK 3 057.621.31468OK 4 057.812.01544OK 5 057.513.71561OK 6 058.317.21562OK 7 061.234.4
East Los Angeles College - PHYSICS - 2022033020
#chancodegainoffsetinnsecomment 0 053.57.31607OK 1 055.211.61599OK 2 054.57.91608OK 3 054.718.71621OK 4 054.710.91626OK 5 054.817.11615OK 6 055.75.91612OK 7 054.68.61
East Los Angeles College - PHYSICS - 2022033020
#chancodegainoffsetinnsecomment 0 060.011.51464OK 1 060.9-4.71451OK 2 059.913.01484OK 3 061.18.01448OK 4 057.810.31457OK 5 062.917.51436OK 6 058.818.31514OK 7 060.46.6
East Los Angeles College - PHYSICS - 2022033020
#chancodegainoffsetinnsecomment 0 052.439.41668OK 1 053.438.01685OK 2 053.636.01752OK 3 054.136.01719OK 4 054.736.21689OK 5 055.435.71655OK 6 052.738.91708OK 7 052.637
East Los Angeles College - PHYSICS - 2022033020
#chancodegainoffsetinnsecomment 0 051.012.91590OK 1 052.118.11658OK 2 052.522.71624OK 3 050.111.41642OK 4 051.517.31661OK 5 051.521.01640OK 6 051.724.01658OK 7 051.323
East Los Angeles College - LJ - 562
-0.623323 -0.621177 -0.337490 0.287784 -0.340993 -1.357656 -1.357297 0.114472 0.114932 -0.903006 -1.532154 -0.902643 -0.622460 -0.326669 0.311584 -0.330227 -1.371195 -1.369931 0.601286 0.597931 -1.083657 -2.125012 -1.078696 0.424251 -0.613932 1.06331
East Los Angeles College - LIB - 113
<!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Transitional/EN" "http:/www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Cranfield CERES: Log In</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script id
East Los Angeles College - AF - 1006
MS Paint is an easy to use simple graphics painting program that has been included with almost all versions of Microsoft Windows and comes as standard on most PC's and Laptops. As MS Paint is basic compared to other graphics software such as Adobe Ph