Introduction
This page introduces the CMMS course at The University of Liverpool
Course Details
This section will describe the details of the course.
- Intro to Java
- Internet Skills
- Electrical circuits and systems
- Liverpool University
- The University of Liverpool offers a wide range of courses.
- Electrical Engineering
- The Department of Electrical Engineering and Electronics is located on Brownlow Hill
- -i
- invokes the compiler in immediate mode using the initialization file defined in the path.
- -d
- invokes the compiler in debug mode.
- A few Electrical Units:
- Capacitance (C)
- Charge (Q)
- Conductance (G)
- Current (I)
- Two Mechanical Units:
This is preformatted text notice
line breaks and spaces are displayed
It is good for program listings
#!/bin/csh
cd $SCR
cfs get mysrc.f:mycfsdir/mysrc.f
cfs get myinfile:mycfsdir/myinfile
fc -02 -o mya.out mysrc.f
mya.out
cfs save myoutfile:mycfsdir/myoutfile
rm *
The less than character <
The greater than character >
The ampersand character &