Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system. Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre and to be able to ascertain, at any moment, the amount of the cash taken for that flight. Reservations and bookings cannot be made until the flight details have been finalised (flight number, departure and arrival airports). A seat on a flight is considered booked WHEN payment as been received for it. WHEN a reservation is confirmed (changed to booked), the passenger name is checked against the original reservation. A flight can be in any of the following states: Available for bookings Checking in Boarding Closed
標簽: operating Airlines Glasgow Airport
上傳時間: 2016-03-25
上傳用戶:hgy9473
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema WHEN needed.
標簽: integrates relational database LiteSQL
上傳時間: 2016-03-25
上傳用戶:源弋弋
This sample provides an implementation of simple Bluetooth device discovery via the Winsock 2 API. It provides a listbox control which, WHEN searching is complete, lists the discovered Bluetooth devices. Only names of the devices are displayed, but the addresses of the devices are also retrieved, and can be used to query the devices for more information (not implemented)
標簽: implementation Bluetooth discovery provides
上傳時間: 2014-10-31
上傳用戶:hewenzhi
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found, to modify the patterns in complex ways. You can also use them to launch programmatic actions that depend on patterns. A tongue-in-cheek comment by programmers is worth thinking about: "Sometimes you have a programming problem and it seems like the best solution is to use regular expressions now you have two problems." Regular expressions are amazingly powerful and deeply expressive. That is the very reason writing them is just as error-prone as writing any other complex programming code. It is always better to solve a genuinely simple problem in a simple way WHEN you go beyond simple, think about regular expressions. Tutorial: Using regular expressions
標簽: expression the tutorial regular
上傳時間: 2013-12-19
上傳用戶:sardinescn
This sample demonstrates features of the Encoding class, including a fallback mechanism, new to the .NET Framework version 2.0, that allows you to specify its behavior WHEN it encounters problems during the encoding or decoding process.
標簽: demonstrates including mechanism the
上傳時間: 2016-03-30
上傳用戶:zhouli
This paper presents the key circuits of a 1MHz bandwidth, 750kb/s GMSK transmitter. The fractional-N synthesizer forming the basis of the transmitter uses a combined phasefrequency detector (PFD) and digital-to-analog converter (DAC) circuit element to obtain >28dB high frequency noise reduction WHEN compared to classicalfrequency synthesis.
標簽: fractional-N transmitter bandwidth circuits
上傳時間: 2016-04-14
上傳用戶:er1219
Copy gen_jmsn.dll to your Winamp Plugins Directory. JMSN Auto Nickname Changer plugins support only winamp 2.x version. [StartUp] In Tools -> Options.. -> Auto Nickname tabs, Configure your prefix and postfix besides your mp3 name And Press Start Button. so nickname changer listener will be started. [Configure] If I m listening Marilyn Manson - This Is The New Shit , Prefix : Jang-Ho Hwang listen Postfix: ~* WHEN winamp song was changed, your nickname will be Jang-Ho Hwang listen Marylyn Manson - This Is The New Shit~* [Winamp plugin configure] In Winamp 2.x, Press Control+P (Preferences). You will find JMSN Nickname Changer Plug-In v0.7 in Plug-ins -> General purpose. Click Configure and set access password. it will keep your nickname. Enjoy it
標簽: Directory gen_jmsn Nickname Changer
上傳時間: 2014-01-20
上傳用戶:zhuimenghuadie
PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. WHEN there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue
標簽: PlotSphereIntensity elevation azimuth intensity
上傳時間: 2014-01-15
上傳用戶:ruan2570406
EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying WHEN passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.
標簽: Simulator simulator variables EKF-SLAM
上傳時間: 2016-05-02
上傳用戶:lunshaomo
a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider WHEN to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.
標簽: screen handling flashing program
上傳時間: 2016-05-04
上傳用戶:chongcongying