1.
Brigitte Englisch, Die Artes liberales im frühen Mittelalter (5.–9 ...
Stuttgart (Franz. Steiner) 1994. 494 pp., DM 148 kart. ISBN 3-51506431-1 (Sudhoffs Archiv, Beiheft. 33). Published in Centaurus 37 (1997, publ. ...
2.
CBack: A Simple Tool for Backtrack Programming in C
File Format: PDF/Adobe Acrobat - View as HTML KEYWORDS: Backtrack programming, Backtracking, C, Programming languages ...... For some C systems it is necessary to use the macro Backtracking in order to ...
3.
Rule-based Expert Systems – A practical example
File Format: PDF/Adobe Acrobat - View as HTML Rule-based Expert Systems – A practical example. 4 of 8. The PetShop has the following business rules: Fish Food Sample. IF (shopping cart do not contain ...
4.
LatinDictionary
about this dictionary:, An online Latin dictionary. I don’t know the source of the text; it was, posted to Info-Mac as setext by Florin Neumann, ...
5.
File BankAccount.java (3.38)
File BankAccount.java. 01: /** 02: A bank account has a balance that can be changed by 03: deposits and withdrawals. 04: */ 05: public class BankAccount 06: ...
6.
Discrete Event Simulation in Java
File Format: PDF/Adobe Acrobat - View as HTML discrete event simulation. The package is based on a Java library for coroutine ... SimJava: a discrete event simulation library for Java, ...
7.
A brief introduction to Java at Computer Science
Type the command javac Hello.java in the window of the command prompt and press Enter at the keyboard (at some computers it can be required to type ...
8.
Parser Generators Yacc, JavaCC JavaCC Resources Using JavaCC
File Format: PDF/Adobe Acrobat - View as HTML yacc (“Yet another Compiler Compiler”) ÿ. JavaCC (Java compiler compiler) takes as input a file containing a grammar, and produces a lexical analyser ...
9.
elevportal
- [ Translate this page ]elevportal · lærerportal. ressourcer fald ned. ressourcer fald ned · kommunikation · projektarbejde · netmedie · generel ikt · grafik & dtp · naturvidenskab ...
10.
File CashRegister.java (4.11)
File CashRegister.java. 01: /** 02: A cash register totals up sales and computes change due. 03: */ 04: public class CashRegister 05: { 06: /** 07: ...