|
|
|
My Flash Projects |
1. movies1 (with Audio clip) |
|
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. |
|
Small Business Management System interface.cMB.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. |
| 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. |
|
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. |