| Master Project |
|
||||||||
| 08/1999~08/2001 |
|
||||||||
| 06/2000-09/2000 |
|
We designed a metasearch engine for personalized web surfing. For every query from user, multiple queries are created and submitted to the underlying multiple search engines, e.g. Google, Lycos and northlight. The returned results are parsed, duplicated removal and ordered. For more...
The goal of the project is to implement a guaranteed quality of service system on web server clusters. We attempted to support guaranteed number of "normal sized" requests per second for each customer. A request is considered "normal sized" only if its servicing time falls into certain range. For more...
The goal of the project is to implement on Sun Solaris in C a min ftp file server with socket.
The system was designed and implemented to simulate an online registration system.
The design includes:
The Entity-Relationship(ER) design and the diagram of the complete project.
A lucid description of the relational database scheme, including a discussion of design decisions. Address the normalization issues(3NF,BCNF), identify the functional dependencies,etc.
Description of integrity constraints, including referential integrity.
The implementation includes:
Create TABLE, VIEW and TRIGGER in SYBASE
Implemented an applet to connect to SYBASE via JDBC
JavaScript and HTML were used to build the application front end to the database system.
��
The goal of the project is to implement a simple non-photorealistic rendering method for creating pen-and-ink illustration style images. The silhouette edges are drawn using a depth buffer and a simple texture mapping is used to create artistic images. For more...
We implemented a proxy server application handling requests from Palm OS devices and connections to stock quote servers with JDK and JDBC.