50 likes | 173 Views
Materi Pendukung Pertemuan <<4>> Contoh HTML document. Matakuliah : <<M0264>>/<<Sistem Manajemen Basis Data>> Tahun : <<2006>> Versi : <<1/1>>. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Index of /~dbbook/minibasefiles</TITLE> </HEAD> <BODY>
E N D
Materi Pendukung Pertemuan <<4>>Contoh HTML document Matakuliah : <<M0264>>/<<Sistem Manajemen Basis Data>> Tahun : <<2006>> Versi : <<1/1>>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> • <HTML> • <HEAD> • <TITLE>Index of /~dbbook/minibasefiles</TITLE> • </HEAD> • <BODY> • <H1>Index of /~dbbook/minibasefiles</H1> • <PRE><IMG SRC="blank.gif" tppabs="http://www.cs.wisc.edu/icons/blank.gif" ALT=" "> <A HREF="-N=D.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/?N=D">Name</A> <A HREF="-M=A.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/?M=A">Last modified</A> <A HREF="-S=A.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/?S=A">Size</A> <A HREF="-D=A.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/?D=A">Description</A> • <HR> • <IMG SRC="back.gif" tppabs="http://www.cs.wisc.edu/icons/back.gif" ALT="[DIR]"> <A HREF="index-1.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/">Parent Directory</A> 24-Sep-2002 21:33 - • <IMG SRC="folder.gif" tppabs="http://www.cs.wisc.edu/icons/folder.gif" ALT="[DIR]"> <A HREF="index-2.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/Java/">Java/</A> 13-Jan-2002 17:03 - • <IMG SRC="folder.gif" tppabs="http://www.cs.wisc.edu/icons/folder.gif" ALT="[DIR]"> <A HREF="index-3.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/Linux/">Linux/</A> 13-Jan-2002 08:34 - • <IMG SRC="folder.gif" tppabs="http://www.cs.wisc.edu/icons/folder.gif" ALT="[DIR]"> <A HREF="index-4.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/SQL-Exercises/">SQL-Exercises/</A> 14-Apr-2000 17:09 - • <IMG SRC="folder.gif" tppabs="http://www.cs.wisc.edu/icons/folder.gif" ALT="[DIR]"> <A HREF="index-5.htm" tppabs="http://www.cs.wisc.edu/%7Edbbook/minibasefiles/Windows/">Windows/</A> 07-Jan-2002 22:39 - • </PRE><HR> • <PRE>
THE MINIBASE DISTRIBUTION • About Minibase: • Minibase is a database management system intended for educational use. • It has a parser, optimizer, buffer pool manager, storage mechanisms • (heap files, secondary indexes based on B+ Trees), and a disk space • management system. The goal is not just to have a functional DBMS, • but to have a DBMS where the individual components can be studied • and implemented by students. • Besides the DBMS, Minibase contains also a graphical user interface and • four other graphical tools for studying some DBMS issues. • IMPORTANT: THE CURRENT STATUS (January 2002) *** • The port of Minibase from an older version of the gcc compiler to • the current version of the gcc compiler is still ongoing. Currently • we have the following software available: • 1. Homework assignments for Linux. These assignments have been • used at Madison-Wisconsin over the last year. • These files are in the subdirectory "Linux". • -- Code for the assignments: assignments-code.zip • -- Handouts for the assignments: assignments-handouts.zip • 2. An alpha release of Minibase for Java. • The files are in the subdirectory "Java". • The file "minibase-java.zip" contains the relevant files. • 3. A Windows version of the homeworks. This version of the homework • assignments has been used at Cornell over the last two years. • The files are in the subdirectory "Windows". • The file called "minibase-windows" contains the relevant files. • 4. Special SQL Exercises • Two exercises that can be used as additional SQL homeworks. They are in the • directory "SQL-Exercises".
How Do I Get the Files? • The source code for Minibase and its libraries and • the homework assignments are only available to instructors. • Contact dbbook@cs.wisc.edu for the password. You can get the files • online at http://www.cs.wisc.edu/~dbbook/minibase. • A note on file suffixes (.zip): • All files are compressed with the regular zip utility (available in many • different way, e.g., zip and unzip on Linux, WinZip on Windows). • </PRE> • </BODY></HTML>