My Flash Projects

1. movies1 (with Audio clip)
2. movies2 (with Audio clip)
using:MacroMedia Flash 5.0

Auto Search Engine

CarSearch.java carsearch.html

With this system, Car seeker are able to submit their queries with online GUI interface and get the searching result from server . servlets on server side get the parameters from client side and run embeded SQL queries,Through JDBC database connection ,they get all the result set of the database and dynamically create pages of HTML files to show the retrieval result.
using:Java Servlet, JSWDK webServer1.0,JDBC , MS Access


Small Business Management System

interface.c
MB.sql

This project uses Oracle's PL/SQL to create application software for managing a small business. The interactive and menu-driven friendly interfaces are developed. This project provides users multiple options to retrieve data, insert tuples to all tables and report any purchases, sales, profit information. With Oracle objects triggers, this system automatically adds tuples to the log table whenever any one of the other tables is modified.
using:Oracle's PL/SQL , C

DownLoad Engine
WebSpider.java
Runner1.java
Runner2.java

This project implements multithreading, and is able to let users with GUI interfaces download documents from different servers simultaneously.
using:JAVA

Image Retrieval Engine

retrive.c

This project concerns building up a small but real and working image database and the related similarity-based retrieval system. For each query image, the retrieval engine can find five database images that correspond to the top five query results after comparing similarity.using: C

Named Entity Tagging System

namedTag.c

This system is to detect and tag Who, When, and Where from each sentence in normal English articles, tagging results are printed out on the screen, and saved as a .tag file at the same time.
using: C